svn commit: r1092652 - /ofbiz/trunk/framework/testtools/config/seleniumXml.properties

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1092652 - /ofbiz/trunk/framework/testtools/config/seleniumXml.properties

erwan
Author: erwan
Date: Fri Apr 15 10:11:11 2011
New Revision: 1092652

URL: http://svn.apache.org/viewvc?rev=1092652&view=rev
Log:
Using default firefox installed in the system for selenium tests, if another one is to be used then the config should be modified

Modified:
    ofbiz/trunk/framework/testtools/config/seleniumXml.properties

Modified: ofbiz/trunk/framework/testtools/config/seleniumXml.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/config/seleniumXml.properties?rev=1092652&r1=1092651&r2=1092652&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/config/seleniumXml.properties (original)
+++ ofbiz/trunk/framework/testtools/config/seleniumXml.properties Fri Apr 15 10:11:11 2011
@@ -20,9 +20,8 @@ serverHost=localhost
 proxyPort=4444
 #for Debian, use the following line
 #browser=*firefox /usr/lib/iceweasel/firefox-bin
-#for Windows (default install, you can override by setting the Java system property firefoxDefaultPath to the correct path to Firefox)
-#browser=*firefox
-browser=*firefox /usr/lib/firefox-3.0.8/firefox
+#default firefox (works for windows and linuxes), if a specific firefox is needed, add the path like in the debian usage
+browser=*firefox
 startUrl=http://localhost:8080/
 timeout=60000
 log4jFile=./config/log4j.properties