summaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolsetTest.BurnE2E/BasicFunctionalityTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/WixToolsetTest.BurnE2E/BasicFunctionalityTests.cs')
-rw-r--r--src/test/burn/WixToolsetTest.BurnE2E/BasicFunctionalityTests.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/BasicFunctionalityTests.cs b/src/test/burn/WixToolsetTest.BurnE2E/BasicFunctionalityTests.cs
index 89c5be9b..efe4f05b 100644
--- a/src/test/burn/WixToolsetTest.BurnE2E/BasicFunctionalityTests.cs
+++ b/src/test/burn/WixToolsetTest.BurnE2E/BasicFunctionalityTests.cs
@@ -82,7 +82,8 @@ namespace WixToolsetTest.BurnE2E
82 82
83 bundle.Install(); 83 bundle.Install();
84 84
85 var cachedBundlePath = bundle.VerifyRegisteredAndInPackageCache(); 85 var registration = bundle.VerifyRegisteredAndInPackageCache();
86 var cachedBundlePath = registration.CachePath;
86 87
87 // Source file should be installed 88 // Source file should be installed
88 Assert.True(File.Exists(packageSourceCodeInstalled), $"Should have found {packageName} payload installed at: {packageSourceCodeInstalled}"); 89 Assert.True(File.Exists(packageSourceCodeInstalled), $"Should have found {packageName} payload installed at: {packageSourceCodeInstalled}");