FYI, this was the test that I had commented out before in that
module... that mysteriously started working.
Maybe it is related to the JDK version? Just a guess though.
--jason
On Jul 27, 2006, at 11:51 AM, Prasad Kashyap wrote:
At revision 426188. Clean local repo
Test in activation module fails. Anybody know what suddenly changed
there ?
----------------------------------------------------------------------
-----------
Test set: org.apache.geronimo.activation.handlers.MailcapTest
----------------------------------------------------------------------
---------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.06
sec <<< FAILURE!
testTextPlainHandler
(org.apache.geronimo.activation.handlers.MailcapTest)
Time elapsed: 0.03 sec <<< FAILURE!
junit.framework.ComparisonFailure:
expected:<...activation.handlers.TextPlain...> but
was:<...mail.handlers.Text...>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at
org.apache.geronimo.activation.handlers.MailcapTest.testTextPlainHandl
er(MailcapTest.java:34)
Cheers
Prasad