aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/burn/WixToolsetTest.BurnE2E/CacheTests.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/CacheTests.cs b/src/test/burn/WixToolsetTest.BurnE2E/CacheTests.cs
index 16623ffb..a086d430 100644
--- a/src/test/burn/WixToolsetTest.BurnE2E/CacheTests.cs
+++ b/src/test/burn/WixToolsetTest.BurnE2E/CacheTests.cs
@@ -244,7 +244,7 @@ namespace WixToolsetTest.BurnE2E
244 { 244 {
245 var baseTempPath = dfs.GetFolder(true); 245 var baseTempPath = dfs.GetFolder(true);
246 var logPath = bundleA.Install(0, $"-burn.engine.working.directory=\"{baseTempPath}\""); 246 var logPath = bundleA.Install(0, $"-burn.engine.working.directory=\"{baseTempPath}\"");
247 Assert.True(LogVerifier.MessageInLogFileRegex(logPath, $"Burn x86 v4.*, Windows v.* \\(Build .*: Service Pack .*\\), path: {baseTempPath.Replace("\\", "\\\\")}\\\\.*\\\\.cr\\\\BundleA.exe")); 247 Assert.True(LogVerifier.MessageInLogFileRegex(logPath, $"Burn x86 v5.*, Windows v.* \\(Build .*: Service Pack .*\\), path: {baseTempPath.Replace("\\", "\\\\")}\\\\.*\\\\.cr\\\\BundleA.exe"));
248 } 248 }
249 } 249 }
250 250
@@ -280,7 +280,7 @@ namespace WixToolsetTest.BurnE2E
280 } 280 }
281 281
282 var logPath = bundleA.Install(); 282 var logPath = bundleA.Install();
283 Assert.True(LogVerifier.MessageInLogFileRegex(logPath, $"Burn x86 v4.*, Windows v.* \\(Build .*: Service Pack .*\\), path: {baseTempPath.Replace("\\", "\\\\")}\\\\.*\\\\.cr\\\\BundleA.exe")); 283 Assert.True(LogVerifier.MessageInLogFileRegex(logPath, $"Burn x86 v5.*, Windows v.* \\(Build .*: Service Pack .*\\), path: {baseTempPath.Replace("\\", "\\\\")}\\\\.*\\\\.cr\\\\BundleA.exe"));
284 } 284 }
285 } 285 }
286 finally 286 finally