Skip to content

Commit 832c4e5

Browse files
committed
fix test
1 parent 6b9bb50 commit 832c4e5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/test/java/org/htmlunit/junit/annotation/AnnotationUtilsTest.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ public class AnnotationUtilsTest {
3636
FF = "ff",
3737
FF_ESR = "ff esr")
3838
public void obsoleteDefaultBecauseAllBrowserExpectationsDefinedIndividually() throws Exception {
39-
testFail("Obsolete DEFAULT because all browser expectations defined individually"
40-
+ " ==> expected: <false> but was: <true>",
41-
"obsoleteDefaultBecauseAllBrowserExpectationsDefinedIndividually");
39+
testFail("Obsolete DEFAULT because all browser expectations defined individually "
40+
+ "(org.htmlunit.junit.annotation.AnnotationUtilsTest"
41+
+ ".obsoleteDefaultBecauseAllBrowserExpectationsDefinedIndividually "
42+
+ "==> expected: <false> but was: <true>",
43+
"obsoleteDefaultBecauseAllBrowserExpectationsDefinedIndividually");
4244
}
4345

4446
/**

0 commit comments

Comments
 (0)