Revision: 6243
Author: [email protected]
Date: Mon Sep 28 18:13:04 2009
Log: Fix remote tests.

Patch by: jat
Review by: rjrjr (TBR)

http://code.google.com/p/google-web-toolkit/source/detail?r=6243

Modified:
  /branches/farewellSwt/user/src/com/google/gwt/junit/JUnitShell.java

=======================================
--- /branches/farewellSwt/user/src/com/google/gwt/junit/JUnitShell.java Wed  
Sep 23 11:22:27 2009
+++ /branches/farewellSwt/user/src/com/google/gwt/junit/JUnitShell.java Mon  
Sep 28 18:13:04 2009
@@ -512,7 +512,7 @@
        String url = "http://"; + localhost + ":" + getPort() + "/"
            + moduleName + "/junit.html";
        if (developmentMode) {
-        url += "?gwt.hosted=localhost:" + codeServerPort;
+        url += "?gwt.hosted=" + localhost + ":" + codeServerPort;
        }
        return url;
      } catch (UnknownHostException e) {

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

Reply via email to