summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing-util/src/org/aspectj/testing/util/TestUtil.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing-util/src/org/aspectj/testing/util/TestUtil.java b/testing-util/src/org/aspectj/testing/util/TestUtil.java
index ef65aad50..daf9c2320 100644
--- a/testing-util/src/org/aspectj/testing/util/TestUtil.java
+++ b/testing-util/src/org/aspectj/testing/util/TestUtil.java
@@ -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++;