commit | 9d0b48e08050b33b2c13c69e4c340051c00d9062 | [log] [tgz] |
---|---|---|
author | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Sep 29 01:13:04 2009 +0000 |
committer | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Sep 29 01:13:04 2009 +0000 |
tree | 54ba439555e8b3e12161a267435309d0be5adf87 | |
parent | 5a06568544f8d9f56b84e05030480a01851d5d63 [diff] |
Fix remote tests. Patch by: jat Review by: rjrjr (TBR) git-svn-id: https://google-web-toolkit.googlecode.com/svn/branches/farewellSwt@6243 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/junit/JUnitShell.java b/user/src/com/google/gwt/junit/JUnitShell.java index 919c01f..ad10b73 100644 --- a/user/src/com/google/gwt/junit/JUnitShell.java +++ b/user/src/com/google/gwt/junit/JUnitShell.java
@@ -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) {