|
From: <tri...@tr...> - 2003-05-26 20:13:00
|
Juergen, One of the new testcases throws an exception on my machine - something to do with different locale maybe. [junit] Running com.interface21.web.servlet.mvc.CommandControllerTestSuite [junit] Tests run: 12, Failures: 0, Errors: 2, Time elapsed: 0.661 sec Testcase: testCustomDateEditorWithAllowEmpty took 0.05 sec Caused an ERROR Unparseable date: "1.5.2003" java.text.ParseException: Unparseable date: "1.5.2003" at java.text.DateFormat.parse(Unknown Source) at com.interface21.web.servlet.mvc.CommandControllerTestSuite.testCustomDateEditor WithAllowEmpty(CommandControllerTestSuite.java:183) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Testcase: testCustomDateEditorWithAllowEmptyTestcase: testCustomDateEditorWithoutAllowEmpty took 0 sec Caused an ERROR Unparseable date: "1.5.2003" java.text.ParseException: Unparseable date: "1.5.2003" at java.text.DateFormat.parse(Unknown Source) at com.interface21.web.servlet.mvc.CommandControllerTestSuite.testCustomDateEditor WithoutAllowEmpty(CommandControllerTestSuite.java:211) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) |