diff options
Diffstat (limited to '')
| -rw-r--r-- | src/api/wix/test/WixToolsetTest.Data/WindowsInstallerTableDefinitionsFixture.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/wix/test/WixToolsetTest.Data/WindowsInstallerTableDefinitionsFixture.cs b/src/api/wix/test/WixToolsetTest.Data/WindowsInstallerTableDefinitionsFixture.cs index 5621a756..efb777ee 100644 --- a/src/api/wix/test/WixToolsetTest.Data/WindowsInstallerTableDefinitionsFixture.cs +++ b/src/api/wix/test/WixToolsetTest.Data/WindowsInstallerTableDefinitionsFixture.cs | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | namespace WixToolsetTest.Data | 3 | namespace WixToolsetTest.Data |
| 4 | { | 4 | { |
| 5 | using WixBuildTools.TestSupport; | ||
| 5 | using WixToolset.Data.WindowsInstaller; | 6 | using WixToolset.Data.WindowsInstaller; |
| 6 | using Xunit; | 7 | using Xunit; |
| 7 | 8 | ||
| @@ -21,7 +22,7 @@ namespace WixToolsetTest.Data | |||
| 21 | Assert.Equal(expectedRowType, rowFromTableDefinition.GetType()); | 22 | Assert.Equal(expectedRowType, rowFromTableDefinition.GetType()); |
| 22 | if (typeof(Row) != expectedRowType) | 23 | if (typeof(Row) != expectedRowType) |
| 23 | { | 24 | { |
| 24 | Assert.Equal(expectedRowTypeName, expectedRowType.Name); | 25 | WixAssert.StringEqual(expectedRowTypeName, expectedRowType.Name); |
| 25 | } | 26 | } |
| 26 | } | 27 | } |
| 27 | } | 28 | } |
