File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/test/java/org/htmlunit/junit/annotation Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments