[Webtest] Almost got build to work
Gerald Hurst
webtest@lists.canoo.com
Wed, 15 Dec 2004 10:59:55 -0600
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.AssertionFailedE
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.testAttributes(De
cryptPdfDocumentStepTest.java:40)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
</failure>
</testcase>
Any ideas?
Jerry