Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8
-
None
-
Win XP, Cactus 1.8 unde Ant 1.7.1, Tomcat 5.5.
Description
My sample project works under Cactus 1.7.2. But under 1.8 it prints this:
[cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.469
I ran ant-debug and I can see this:
[cactus] Running com.foo.continuousbuild.example.tests.cactus.TestHello
[cactus] junit.framework.TestListener: tests to run: 1
[cactus] junit.framework.TestListener: startTest(testSaveToSessionOK)
[cactus] Tomcat 5.5.26 started on port [7080]
[cactus] junit.framework.TestListener: addError(testSaveToSessionOK, org/apache/commons/codec/DecoderException)
[cactus] junit.framework.TestListener: endTest(testSaveToSessionOK)
[cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.547 sec
There's nothing to help the user diagnose why org/apache/commons/codec/DecoderException
This was all done following the web page docs, and keep in mind that it works under Cactus 1.7.2.