svn commit: r805642 - /ofbiz/trunk/framework/testtools/lib/ofbiz-testtools.jar

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

svn commit: r805642 - /ofbiz/trunk/framework/testtools/lib/ofbiz-testtools.jar

adrianc
Author: adrianc
Date: Wed Aug 19 00:40:42 2009
New Revision: 805642

URL: http://svn.apache.org/viewvc?rev=805642&view=rev
Log:
Fixed a problem in testtools - reported by Jacques on the mailing list.

Someone familiar with Selenium will have to figure out a way to get it to use the jar in build/lib.

Removed:
    ofbiz/trunk/framework/testtools/lib/ofbiz-testtools.jar

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r805642 - /ofbiz/trunk/framework/testtools/lib/ofbiz-testtools.jar

Bob Morley
Not sure if this is related; but I updated this evening and could not compile in Eclipse because it required the selenium-server.jar (it is in the .classpath).  Not sure if your change may have effected the eclipse build, but my solution was to simply run the download-selenium target.

Granted this only got me to compile issues with "RemoteRequest" which were resolved by adding the following to the .classpath in eclipse:

    <classpathentry kind="lib" path="framework/testtools/lib/httpclient-4.0-beta1.jar"/>
    <classpathentry kind="lib" path="framework/testtools/lib/httpcore-4.0-beta2.jar"/>

I could cut a JIRA, but I suspect someone likely has this stuff in flight?

adrianc wrote
Author: adrianc
Date: Wed Aug 19 00:40:42 2009
New Revision: 805642

URL: http://svn.apache.org/viewvc?rev=805642&view=rev
Log:
Fixed a problem in testtools - reported by Jacques on the mailing list.

Someone familiar with Selenium will have to figure out a way to get it to use the jar in build/lib.

Removed:
    ofbiz/trunk/framework/testtools/lib/ofbiz-testtools.jar