With Java 1.4.2
"Dheerendra Kulkarni" <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <[email protected]> |
I am using Java 1.4.2 and I see that assertEquals(true, true); fails It gives the following error java.lang.IncompatibleClassChangeError at TestSampleServlet.testSaveToSessionOK(TestSampleServlet.java:28) Itried by starting tomcat by enabling assert -ea and -esa and also compiled the files with -source 1.4 but this is not helping me anyway. Has someone overcome this issue regards Dheerendra