htmlpage/src/test/java/org/apidesign/bck2brwsr/htmlpage/ProcessPageTest.java
changeset 104 1376481f15e7
parent 100 029e6eed60e9
child 106 346633cd13d6
     1.1 --- a/htmlpage/src/test/java/org/apidesign/bck2brwsr/htmlpage/ProcessPageTest.java	Thu Oct 11 06:15:22 2012 -0700
     1.2 +++ b/htmlpage/src/test/java/org/apidesign/bck2brwsr/htmlpage/ProcessPageTest.java	Tue Oct 16 11:55:56 2012 +0200
     1.3 @@ -79,7 +79,7 @@
     1.4          } catch (NoSuchMethodException ex) {
     1.5              fail("Cannot find method in " + sb, ex);
     1.6          }
     1.7 -        assertEquals(ret, "something", "We expect that the JavaCode performs all the wiring");
     1.8 +        assertEquals(ret, "You want this window to be named something", "We expect that the JavaCode performs all the wiring");
     1.9      }
    1.10  
    1.11      static Invocable compileClass(StringBuilder sb, String... names) throws ScriptException, IOException {