aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.ManagedHost/TestEngine.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-15 09:36:40 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-16 22:01:33 +1000
commitf5bb3cb1a730f9d3c2cbd5b3ab136354a8420c54 (patch)
tree5544ae0b067f963762b99a7853bd7c8d5afaa39a /src/test/WixToolsetTest.ManagedHost/TestEngine.cs
parentae1751902076edfd8978b7fb42f24d3ac3f7ad55 (diff)
downloadwix-f5bb3cb1a730f9d3c2cbd5b3ab136354a8420c54.tar.gz
wix-f5bb3cb1a730f9d3c2cbd5b3ab136354a8420c54.tar.bz2
wix-f5bb3cb1a730f9d3c2cbd5b3ab136354a8420c54.zip
Update to latest tools.
Diffstat (limited to 'src/test/WixToolsetTest.ManagedHost/TestEngine.cs')
-rw-r--r--src/test/WixToolsetTest.ManagedHost/TestEngine.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.ManagedHost/TestEngine.cs b/src/test/WixToolsetTest.ManagedHost/TestEngine.cs
index cda32895..44538227 100644
--- a/src/test/WixToolsetTest.ManagedHost/TestEngine.cs
+++ b/src/test/WixToolsetTest.ManagedHost/TestEngine.cs
@@ -11,7 +11,6 @@ namespace WixToolsetTest.ManagedHost
11 public class TestEngine 11 public class TestEngine
12 { 12 {
13 private static readonly string TestEngineFile = TestData.Get(@"..\Win32\examples\Example.TestEngine\Example.TestEngine.exe"); 13 private static readonly string TestEngineFile = TestData.Get(@"..\Win32\examples\Example.TestEngine\Example.TestEngine.exe");
14 public static readonly string BurnStubFile = TestData.Get(@"runtimes\win-x86\native\burn.x86.exe");
15 14
16 public TestEngineResult RunReloadEngine(string bundleFilePath, string tempFolderPath) 15 public TestEngineResult RunReloadEngine(string bundleFilePath, string tempFolderPath)
17 { 16 {