From: <tk...@10...> - 2004-04-29 07:44:20
|
The current source code does not compile with J2SE 1.3. That's because the below mentioned classes throw an AssertionError which was introduced with J2SE 1.4. test.mockobjects.dynamic.InvocationMockerTest$MockStub test.mockobjects.dynamic.support.MockCallable test.mockobjects.dynamic.support.MockInvocationDispatcher test.mockobjects.dynamic.support.MockInvokable Changed the AssertionError into an AbstractMethodError. Regards, Tomy |