You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/03/16 10:48:20 UTC

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

Author: jleroux
Date: Wed Mar 16 09:48:20 2011
New Revision: 1082105

URL: http://svn.apache.org/viewvc?rev=1082105&view=rev
Log:
Small add about Selenium and Windows

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=1082105&r1=1082104&r2=1082105&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/config/seleniumXml.properties (original)
+++ ofbiz/trunk/framework/testtools/config/seleniumXml.properties Wed Mar 16 09:48:20 2011
@@ -18,8 +18,10 @@
 ###############################################################################
 serverHost=localhost
 proxyPort=4444
-#for debian, use the following line
+#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
 startUrl=http://localhost:8080/
 log4jFile=./config/log4j.properties