[Webtest] Almost got build to work
Eric Pugh
webtest@lists.canoo.com
Wed, 15 Dec 2004 17:09:22 -0000
I've seen a bunch of builds that used the <available> task to decide if
Clover (or whatever) needs to be run:
http://ant.apache.org/manual/CoreTasks/available.html
Eric
> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of Gerald Hurst
> Sent: Wednesday, December 15, 2004 5:00 PM
> To: webtest@lists.canoo.com
> Subject: [Webtest] Almost got build to work
>
>
> Tried to build the latest source, 1.7-586. Still had to comment out clover
> tasks in build.xml.
>
> Got a few 'deprecated' comments, but build went pretty well. Only had
> problem when alltests was run. Ran 138 tests, no errors and 1 failure. See
> below.
>
> <testcase name="testAttributes" time="0.016">
>
> <failure message="expected exception
> com.canoo.webtest.engine.StepExecutionException but was
> java.lang.ExceptionInInitializerError"
> type="junit.framework.AssertionFailedError">junit.framework.Assert
> ionFailedE
> rror: expected exception
> com.canoo.webtest.engine.StepExecutionException but
> was java.lang.ExceptionInInitializerError
>
> at com.canoo.webtest.self.Throw.assertThrows(Throw.java:39)
>
> at com.canoo.webtest.self.Throw.assertThrows(Throw.java:24)
>
> at
> com.canoo.webtest.steps.pdftest.DecryptPdfDocumentStepTest.testAtt
> ributes(De
> cryptPdfDocumentStepTest.java:40)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorIm
> pl.java:39
> )
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc
> cessorImpl
> .java:25)
>
> </failure>
>
> </testcase>
>
> Any ideas?
>
> Jerry
>
>
>
>
>
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>