svn commit: r1092713 - /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: r1092713 - /ofbiz/trunk/framework/testtools/config/seleniumXml.properties

jleroux@apache.org
Author: jleroux
Date: Fri Apr 15 14:15:42 2011
New Revision: 1092713

URL: http://svn.apache.org/viewvc?rev=1092713&view=rev
Log:
Keeps firefoxDefaultPath as a reminder

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=1092713&r1=1092712&r2=1092713&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/config/seleniumXml.properties (original)
+++ ofbiz/trunk/framework/testtools/config/seleniumXml.properties Fri Apr 15 14:15:42 2011
@@ -21,7 +21,8 @@ proxyPort=4444
 #for Debian, use the following line
 #browser=*firefox /usr/lib/iceweasel/firefox-bin
 #default firefox (works for windows and linuxes), if a specific firefox is needed, add the path like in the debian usage
-browser=*firefox
+# ie you can override by setting the Java system property firefoxDefaultPath to the correct path to Firefox
+browser=*firefox
 startUrl=http://localhost:8080/
 timeout=60000
 log4jFile=./config/log4j.properties