diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestExeTool.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestExeTool.cs b/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestExeTool.cs index a02299d7..07442cd3 100644 --- a/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestExeTool.cs +++ b/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestExeTool.cs | |||
@@ -7,7 +7,7 @@ namespace WixTestTools | |||
7 | 7 | ||
8 | public class TestExeTool : TestTool | 8 | public class TestExeTool : TestTool |
9 | { | 9 | { |
10 | private static readonly string TestExePath32 = Path.Combine(TestData.Get(), "win-x86", "TestExe.exe"); | 10 | private static readonly string TestExePath32 = TestData.Get("win-x86", "TestExe.exe"); |
11 | 11 | ||
12 | public TestExeTool() | 12 | public TestExeTool() |
13 | : base(TestExePath32) | 13 | : base(TestExePath32) |