diff options
Diffstat (limited to 'src/WixToolsetTest.BurnE2E/WixTestBase.cs')
-rw-r--r-- | src/WixToolsetTest.BurnE2E/WixTestBase.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/WixToolsetTest.BurnE2E/WixTestBase.cs b/src/WixToolsetTest.BurnE2E/WixTestBase.cs index a7fd752f..650b0681 100644 --- a/src/WixToolsetTest.BurnE2E/WixTestBase.cs +++ b/src/WixToolsetTest.BurnE2E/WixTestBase.cs | |||
@@ -2,15 +2,13 @@ | |||
2 | 2 | ||
3 | namespace WixToolsetTest.BurnE2E | 3 | namespace WixToolsetTest.BurnE2E |
4 | { | 4 | { |
5 | using System; | ||
6 | using System.IO; | ||
7 | using Xunit.Abstractions; | 5 | using Xunit.Abstractions; |
8 | 6 | ||
9 | public abstract class WixTestBase | 7 | public abstract class WixTestBase |
10 | { | 8 | { |
11 | protected WixTestBase(ITestOutputHelper testOutputHelper, string testGroupName) | 9 | protected WixTestBase(ITestOutputHelper testOutputHelper) |
12 | { | 10 | { |
13 | this.TestContext = new WixTestContext(testOutputHelper, testGroupName); | 11 | this.TestContext = new WixTestContext(testOutputHelper); |
14 | } | 12 | } |
15 | 13 | ||
16 | /// <summary> | 14 | /// <summary> |