Hallo Michael, I remember that I've seen this problem too for some time but I think that it was related to a dirty project state from my side.
Cheers, Marc. -- Blog: http://mguillem.wordpress.com Michael Habbert wrote: > Hi folks, > > once a week I do a "svn up" on the webtest-sources and a "mvn clean > package". > > Since last week I get: > > ------------------------------------------------- > INFO - Current form set to none > INFO - Current response now: http://www.toto.to > INFO - Surfing with browser 4.0 (compatible; MSIE 6.0; Windows 98) > INFO - Configuring proxy from http.proxyHost* system properties: > dummyHost:80 > INFO - Configuring proxy from http.nonProxyHosts system property: > myhost.mydomain|*.myotherdomain.com > INFO - Configuring proxy credentials from http.proxyHost* system > properties: user, password > INFO - Content of window changed to http://www.toto.to (text/html) > INFO - Content loaded in newly opened window, its content will become > current response > INFO - Current form set to none > INFO - Current response now: http://www.toto.to > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.343 sec > > Results : > > Failed tests: > warning(junit.framework.TestSuite$1) > warning(junit.framework.TestSuite$1) > warning(junit.framework.TestSuite$1) > > Tests in error: > > testNoHeaders(com.canoo.webtest.plugins.emailtest.EmailStoreMessageCountTest) > > > testHeaders1(com.canoo.webtest.plugins.emailtest.EmailStoreMessageCountTest) > > > testHeaders2(com.canoo.webtest.plugins.emailtest.EmailStoreMessageCountTest) > > > Tests run: 1267, Failures: 3, Errors: 3, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > > Please refer to > /home/michael/projekte/svn_webtest/build/surefire-reports for the > individual test results. > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 3 minutes 1 second > [INFO] Finished at: Sun Apr 13 10:26:24 CEST 2008 > [INFO] Final Memory: 8M/37M > [INFO] > ------------------------------------------------------------------------ > > ------------------------------------------------- > > When I do start the Test: EmailStoreMessageCountTest#testNoHeaders I do > get a: > > ClassNotFoundException on: "rmock/javax/mail/InterceptedMockMessage[0]" > > any hints, what could be wrong on my machine? > > thanks > > Michael > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

