diff options
author | Rob Mensching <rob@firegiant.com> | 2022-08-01 19:26:38 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-08-05 09:22:36 -0700 |
commit | f905838a6398e2d5083145acf279968506ac900b (patch) | |
tree | f6861821ecbbf3d57d20ad7bb21e931d616c9b18 /src/test/burn | |
parent | 54907157d9b961784a50abd3feaf64764b8b1315 (diff) | |
download | wix-f905838a6398e2d5083145acf279968506ac900b.tar.gz wix-f905838a6398e2d5083145acf279968506ac900b.tar.bz2 wix-f905838a6398e2d5083145acf279968506ac900b.zip |
Add TestData.CreateFile and dedupe TestSupport code from Core.Native tests
Diffstat (limited to 'src/test/burn')
-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) |