Reviewers: fabbott,

Description:
Currently, RunStyleSelenium cannot parse a selenium target that contains
a file path, such as:
localhost:4444/*firefox /usr/bin/firefox

This is supported by firefox, and very useful when multiple versions of
a browser are installed on the target system.

Fix:
===
This patch changes the regex expression to be more open, allowing almost
anything as the browser string (which includes both the name and path).

Testing:
========
Manually verified and wrote some unit tests.

Please review this at http://gwt-code-reviews.appspot.com/102814

Affected files:
   user/src/com/google/gwt/junit/RunStyleSelenium.java
   user/test/com/google/gwt/junit/RunStyleSeleniumTest.java


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

Reply via email to