aboutsummaryrefslogtreecommitdiff
path: root/src/test/BurnUnitTest/PlanTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/BurnUnitTest/PlanTest.cpp')
-rw-r--r--src/test/BurnUnitTest/PlanTest.cpp2
1 files changed, 1 insertions, 1 deletions
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
317 dwIndex = 0; 317 dwIndex = 0;
318 Assert::Equal(dwIndex, pPlan->cRollbackCacheActions); 318 Assert::Equal(dwIndex, pPlan->cRollbackCacheActions);
319 319
320 Assert::Equal(0ull, pPlan->qwEstimatedSize); 320 Assert::Equal(33743ull, pPlan->qwEstimatedSize);
321 Assert::Equal(33743ull, pPlan->qwCacheSizeTotal); 321 Assert::Equal(33743ull, pPlan->qwCacheSizeTotal);
322 322
323 fRollback = FALSE; 323 fRollback = FALSE;