Revision: 9883
Author:   skybr...@google.com
Date:     Wed Mar 23 11:52:31 2011
Log:      make -standardsMode the default for GwtTestCase.

Review by: rj...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=9883

Modified:
 /trunk/user/src/com/google/gwt/junit/JUnitShell.java
 /trunk/user/test/com/google/gwt/junit/JUnitShellTest.java

=======================================
--- /trunk/user/src/com/google/gwt/junit/JUnitShell.java Thu Mar 3 10:37:51 2011 +++ /trunk/user/src/com/google/gwt/junit/JUnitShell.java Wed Mar 23 11:52:31 2011
@@ -874,7 +874,7 @@
    */
   private String runStyleName = "HtmlUnit";

-  private boolean standardsMode = false;
+  private boolean standardsMode = true;

   /**
    * Test method timeout as modified by the batching strategy.
=======================================
--- /trunk/user/test/com/google/gwt/junit/JUnitShellTest.java Thu Mar 3 10:37:51 2011 +++ /trunk/user/test/com/google/gwt/junit/JUnitShellTest.java Wed Mar 23 11:52:31 2011
@@ -31,7 +31,7 @@

   public void testDefaultModuleUrl() throws Exception {
     parseGoodArgs();
- assertEquals("http://localhost:1234/example/junit.html?gwt.codesvr=localhost:456";, + assertEquals("http://localhost:1234/example/junit-standards.html?gwt.codesvr=localhost:456";,
         shell.getModuleUrl("localhost", 1234, "example", 456));
   }

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to