diff -r 029e6eed60e9 -r 1376481f15e7 htmlpage/src/test/java/org/apidesign/bck2brwsr/htmlpage/ProcessPageTest.java --- a/htmlpage/src/test/java/org/apidesign/bck2brwsr/htmlpage/ProcessPageTest.java Thu Oct 11 06:15:22 2012 -0700 +++ b/htmlpage/src/test/java/org/apidesign/bck2brwsr/htmlpage/ProcessPageTest.java Tue Oct 16 11:55:56 2012 +0200 @@ -79,7 +79,7 @@ } catch (NoSuchMethodException ex) { fail("Cannot find method in " + sb, ex); } - assertEquals(ret, "something", "We expect that the JavaCode performs all the wiring"); + assertEquals(ret, "You want this window to be named something", "We expect that the JavaCode performs all the wiring"); } static Invocable compileClass(StringBuilder sb, String... names) throws ScriptException, IOException {