svn commit: r899120 - in /ofbiz/trunk: LICENSE applications/marketing/testdef/CommEventCreateOpportunity_testsuite.xml 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: r899120 - in /ofbiz/trunk: LICENSE applications/marketing/testdef/CommEventCreateOpportunity_testsuite.xml framework/testtools/config/seleniumXml.properties

erwan
Author: erwan
Date: Thu Jan 14 08:50:56 2010
New Revision: 899120

URL: http://svn.apache.org/viewvc?rev=899120&view=rev
Log:
Committing OFBIZ-3319 "reduced patch"

Modified:
    ofbiz/trunk/LICENSE
    ofbiz/trunk/applications/marketing/testdef/CommEventCreateOpportunity_testsuite.xml
    ofbiz/trunk/framework/testtools/config/seleniumXml.properties

Modified: ofbiz/trunk/LICENSE
URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=899120&r1=899119&r2=899120&view=diff
==============================================================================
--- ofbiz/trunk/LICENSE (original)
+++ ofbiz/trunk/LICENSE Thu Jan 14 08:50:56 2010
@@ -94,6 +94,7 @@
 ofbiz/trunk/framework/service/lib/commons-httpclient-3.1.jar
 ofbiz/trunk/framework/service/lib/neethi-2.0.4.jar
 ofbiz/trunk/framework/service/lib/XmlSchema-1.4.3.jar
+ofbiz/trunk/framework/testtools/lib/selenium-java-client-driver.jar
 ofbiz/trunk/framework/webapp/lib/fop-0.95.jar
 ofbiz/trunk/framework/webapp/lib/velocity-1.6.1.jar
 ofbiz/trunk/framework/webapp/lib/xmlgraphics-commons-1.3.1.jar

Modified: ofbiz/trunk/applications/marketing/testdef/CommEventCreateOpportunity_testsuite.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/testdef/CommEventCreateOpportunity_testsuite.xml?rev=899120&r1=899119&r2=899120&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/testdef/CommEventCreateOpportunity_testsuite.xml (original)
+++ ofbiz/trunk/applications/marketing/testdef/CommEventCreateOpportunity_testsuite.xml Thu Jan 14 08:50:56 2010
@@ -20,6 +20,7 @@
 
 <testcase>
     <open value="/partymgr/control/logout" />
+    <open value="/partymgr/control/setSessionLocale?newLocale=en" />
     <waitForPageToLoad value="30000" />
     <type name="USERNAME" value="admin" />
     <type name="PASSWORD" value="ofbiz" />

Modified: ofbiz/trunk/framework/testtools/config/seleniumXml.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/config/seleniumXml.properties?rev=899120&r1=899119&r2=899120&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/config/seleniumXml.properties (original)
+++ ofbiz/trunk/framework/testtools/config/seleniumXml.properties Thu Jan 14 08:50:56 2010
@@ -1,5 +1,7 @@
 serverHost=localhost
 proxyPort=4444
+#for debian, use the following line
+#browser=*firefox /usr/lib/iceweasel/iceweasel
 browser=*firefox /usr/lib/firefox-3.0.8/firefox
 startUrl=http://localhost:8080/
 log4jFile=./config/log4j.properties
\ No newline at end of file