diff options
Diffstat (limited to 'src/test/WixToolsetTest.Converters/CustomTableFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.Converters/CustomTableFixture.cs | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/test/WixToolsetTest.Converters/CustomTableFixture.cs b/src/test/WixToolsetTest.Converters/CustomTableFixture.cs index 4470a2ff..c51d1923 100644 --- a/src/test/WixToolsetTest.Converters/CustomTableFixture.cs +++ b/src/test/WixToolsetTest.Converters/CustomTableFixture.cs | |||
| @@ -4,6 +4,7 @@ namespace WixToolsetTest.Converters | |||
| 4 | { | 4 | { |
| 5 | using System; | 5 | using System; |
| 6 | using System.Xml.Linq; | 6 | using System.Xml.Linq; |
| 7 | using WixBuildTools.TestSupport; | ||
| 7 | using WixToolset.Converters; | 8 | using WixToolset.Converters; |
| 8 | using WixToolsetTest.Converters.Mocks; | 9 | using WixToolsetTest.Converters.Mocks; |
| 9 | using Xunit; | 10 | using Xunit; |
| @@ -43,7 +44,7 @@ namespace WixToolsetTest.Converters | |||
| 43 | Assert.Equal(4, errors); | 44 | Assert.Equal(4, errors); |
| 44 | 45 | ||
| 45 | var actualLines = UnformattedDocumentLines(document); | 46 | var actualLines = UnformattedDocumentLines(document); |
| 46 | CompareLineByLine(expected, actualLines); | 47 | WixAssert.CompareLineByLine(expected, actualLines); |
| 47 | } | 48 | } |
| 48 | 49 | ||
| 49 | [Fact] | 50 | [Fact] |
| @@ -85,7 +86,7 @@ namespace WixToolsetTest.Converters | |||
| 85 | Assert.Equal(3, errors); | 86 | Assert.Equal(3, errors); |
| 86 | 87 | ||
| 87 | var actualLines = UnformattedDocumentLines(document); | 88 | var actualLines = UnformattedDocumentLines(document); |
| 88 | CompareLineByLine(expected, actualLines); | 89 | WixAssert.CompareLineByLine(expected, actualLines); |
| 89 | } | 90 | } |
| 90 | 91 | ||
| 91 | [Fact] | 92 | [Fact] |
| @@ -128,7 +129,7 @@ namespace WixToolsetTest.Converters | |||
| 128 | Assert.Equal(2, errors); | 129 | Assert.Equal(2, errors); |
| 129 | 130 | ||
| 130 | var actualLines = UnformattedDocumentLines(document); | 131 | var actualLines = UnformattedDocumentLines(document); |
| 131 | CompareLineByLine(expected, actualLines); | 132 | WixAssert.CompareLineByLine(expected, actualLines); |
| 132 | } | 133 | } |
| 133 | 134 | ||
| 134 | [Fact] | 135 | [Fact] |
| @@ -164,7 +165,7 @@ namespace WixToolsetTest.Converters | |||
| 164 | Assert.Equal(2, errors); | 165 | Assert.Equal(2, errors); |
| 165 | 166 | ||
| 166 | var actualLines = UnformattedDocumentLines(document); | 167 | var actualLines = UnformattedDocumentLines(document); |
| 167 | CompareLineByLine(expected, actualLines); | 168 | WixAssert.CompareLineByLine(expected, actualLines); |
| 168 | } | 169 | } |
| 169 | 170 | ||
| 170 | [Fact] | 171 | [Fact] |
