rt/vm/src/test/java/org/apidesign/vm4brwsr/ResourcesWithExtensionsTest.java
branchclosure
changeset 1519 4d3780a69843
parent 1513 ba912ef24b27
child 1587 bf08bd96d408
     1.1 --- a/rt/vm/src/test/java/org/apidesign/vm4brwsr/ResourcesWithExtensionsTest.java	Wed Apr 30 15:04:10 2014 +0200
     1.2 +++ b/rt/vm/src/test/java/org/apidesign/vm4brwsr/ResourcesWithExtensionsTest.java	Sat May 03 06:46:57 2014 +0200
     1.3 @@ -36,7 +36,7 @@
     1.4              exp
     1.5          );
     1.6      }
     1.7 -    /*
     1.8 +
     1.9      @Test public void checkHelloWorld() throws Exception {
    1.10          String exp = "Hello World!";
    1.11          
    1.12 @@ -45,7 +45,6 @@
    1.13              exp
    1.14          );
    1.15      }
    1.16 -    */
    1.17  
    1.18      private static TestVM code;
    1.19