propertyregex doesn't work in this case, just require that gwt.remote.browsers includes rmi:// for each host.
Patch by: bobv
Review by: freeland, scott (TBR)
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1954 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/build.xml b/user/build.xml
index 4e303eb..fab6c83 100755
--- a/user/build.xml
+++ b/user/build.xml
@@ -66,7 +66,6 @@
</target>
<target name="remoteweb-test" description="Run a remoteweb test at the given host and path" if="gwt.remote.browsers">
- <propertyregex property="gwt.remote.browsers" input="rmi://${gwt.remote.browsers}" regexp="," replace=",rmi://" global="true" />
<echo message="Performing remote browser testing at ${gwt.remote.browsers}" />
<gwt.junit test.args="${test.args} -out www -web -remoteweb ${gwt.remote.browsers}" test.out="${junit.out}/remoteweb" test.cases="default.web.tests" />
</target>