Browse Source

better info on failure

tags/REFACTORING_BRANCH_TAG
aclement 17 years ago
parent
commit
db03e4bbe7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      testing-util/src/org/aspectj/testing/util/TestUtil.java

+ 1
- 1
testing-util/src/org/aspectj/testing/util/TestUtil.java View File

@@ -409,7 +409,7 @@ public final class TestUtil {
lines.add(l1);
} else {
showContext(lines);
Assert.assertEquals(message + "(line " + index + ")", l1,
Assert.assertEquals(message + "(line " + index + "):\n"+l1+"\n"+l2, l1,
l2);
}
index++;

Loading…
Cancel
Save