aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WixBuildTools.TestSupport/WixAssert.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixBuildTools.TestSupport/WixAssert.cs b/src/WixBuildTools.TestSupport/WixAssert.cs
index 71dc6b67..32a98463 100644
--- a/src/WixBuildTools.TestSupport/WixAssert.cs
+++ b/src/WixBuildTools.TestSupport/WixAssert.cs
@@ -7,7 +7,7 @@ namespace WixBuildTools.TestSupport
7 7
8 public class WixAssert : Assert 8 public class WixAssert : Assert
9 { 9 {
10 public static void AssertEqualLineByLine(string[] expectedLines, string[] actualLines) 10 public static void CompareLineByLine(string[] expectedLines, string[] actualLines)
11 { 11 {
12 for (var i = 0; i < expectedLines.Length; ++i) 12 for (var i = 0; i < expectedLines.Length; ++i)
13 { 13 {