Author: konstantin.mishin
Date: 2008-12-04 13:03:41 -0500 (Thu, 04 Dec 2008)
New Revision: 11564
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java
Log:
RF-5197
only for test
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java
===================================================================
---
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java 2008-12-04
18:02:17 UTC (rev 11563)
+++
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java 2008-12-04
18:03:41 UTC (rev 11564)
@@ -154,16 +154,16 @@
};
if ("*firefox".equals(browser)) {
for (int i = 0; i < paths.length &&
"*firefox".equals(browser); i++) {
- String path = paths[i];
+ String path = paths[i] + "-bin";
File file = new File(path);
if (file.isFile()) {
browser += " " + path;
- } else {
+ } /*else {
file = new File(path + "-bin");
if (file.isFile()) {
browser += " " + path + "-bin";
}
- }
+ }*/
}
}
synchronized (MUTEX) {
Show replies by date