From dc992c49f30e0d2b912a6449a33b4448ef862f31 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 3 Feb 2021 17:16:21 -0600 Subject: Change the implementation of Cache="always" to request the CACHE state. This makes it possible for the prereq BA to not cache those packages while installing the prereqs, which allows the engine to automatically cleanup if necessary. #6297 for this commit and the previous 6. --- src/test/BurnUnitTest/PlanTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/BurnUnitTest') diff --git a/src/test/BurnUnitTest/PlanTest.cpp b/src/test/BurnUnitTest/PlanTest.cpp index a50c64e1..629c293f 100644 --- a/src/test/BurnUnitTest/PlanTest.cpp +++ b/src/test/BurnUnitTest/PlanTest.cpp @@ -317,7 +317,7 @@ namespace Bootstrapper dwIndex = 0; Assert::Equal(dwIndex, pPlan->cRollbackCacheActions); - Assert::Equal(0ull, pPlan->qwEstimatedSize); + Assert::Equal(33743ull, pPlan->qwEstimatedSize); Assert::Equal(33743ull, pPlan->qwCacheSizeTotal); fRollback = FALSE; -- cgit v1.2.3-55-g6feb