The spaces issue looks fixed now.
I'm still seeing some other propertyeditors test failures when building
jboss-common-core:
| -------------------------------------------------------------------------------
| Test set: org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase
| -------------------------------------------------------------------------------
| Tests run: 5, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.49 sec <<<
FAILURE!
| testJBossEditors(org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase)
Time elapsed: 0.318 sec <<< ERROR!
| org.jboss.util.NestedRuntimeException: Unparseable date: "Tue Jan 4 23:38:21 PST
2005"; - nested throwable: (java.text.ParseException: Unparseable date: "Tue Jan
4 23:38:21 PST 2005")
| at org.jboss.util.propertyeditor.DateEditor.setAsText(DateEditor.java:147)
| at
org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase.doTests(PropertyEditorsUnitTestCase.java:456)
| at
org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase.testJBossEditors(PropertyEditorsUnitTestCase.java:356)
| ...
| ...
|
| Caused by: java.text.ParseException: Unparseable date: "Tue Jan 4 23:38:21 PST
2005"
| at java.text.DateFormat.parse(DateFormat.java:337)
| at org.jboss.util.propertyeditor.DateEditor.setAsText(DateEditor.java:131)
| ... 25 more
|
| testDateEditor(org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase)
Time elapsed: 0.02 sec <<< ERROR!
| java.text.ParseException: Unparseable date: "Fri, 25 Jun 1971 00:30:00
+0200"
| at java.text.DateFormat.parse(DateFormat.java:337)
| at
org.jboss.test.util.test.propertyeditor.PropertyEditorsUnitTestCase.testDateEditor(PropertyEditorsUnitTestCase.java:373)
|
|
These look like having to do with default locale expectations.
- marko
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173437#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...