[jboss-jira] [JBoss JIRA] Commented: (JBAS-3617) 3 failing tests in org.jboss.test.util.test.PropertyEditorsUnitTestCase

Dimitris Andreadis (JIRA) jira-events at jboss.com
Fri Jan 12 07:21:43 EST 2007


    [ http://jira.jboss.com/jira/browse/JBAS-3617?page=comments#action_12350664 ] 
            
Dimitris Andreadis commented on JBAS-3617:
------------------------------------------

I saw the test failing again on linux/jrockit/5, while all combinations pass on windows. I added an explicit initializer of PropertyEditors, in case class loading works differently on those platforms:

org.jboss.util.propertyeditor.PropertyEditors.init();

> 3 failing tests in org.jboss.test.util.test.PropertyEditorsUnitTestCase
> -----------------------------------------------------------------------
>
>                 Key: JBAS-3617
>                 URL: http://jira.jboss.com/jira/browse/JBAS-3617
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: Test Suite
>         Environment: Java Version 1.5.0_05 
> Java Vendor Sun Microsystems Inc. 
> Java VM Name Java HotSpot(TM) Server VM 
> Java VM Version 1.5.0_05-b05 
> Java VM Info mixed mode 
> OS Name Linux 
> OS Version 2.6.9-34.0.2.ELsmp 
> OS Arch i386 
>            Reporter: Dimitris Andreadis
>         Assigned To: Dimitris Andreadis
>             Fix For: JBossAS-4.2.0.CR1, JBossAS-4.0.5.SP1 , JBossAS-5.0.0.Beta2
>
>
> testEditorSearchPath Failure
> Found org.jboss.util.propertyeditor in search path
> junit.framework.AssertionFailedError: Found org.jboss.util.propertyeditor in search path
> 	at org.jboss.test.util.test.PropertyEditorsUnitTestCase.testEditorSearchPath(PropertyEditorsUnitTestCase.java:127)
> testJavaLangEditors Failure
> Found property editor for: class java.lang.Boolean
> junit.framework.AssertionFailedError: Found property editor for: class java.lang.Boolean
> 	at org.jboss.test.util.test.PropertyEditorsUnitTestCase.doTests(PropertyEditorsUnitTestCase.java:403)
> 	at org.jboss.test.util.test.PropertyEditorsUnitTestCase.testJavaLangEditors(PropertyEditorsUnitTestCase.java:188)
> testJBossEditors Failure
> Found property editor for: class javax.management.ObjectName
> junit.framework.AssertionFailedError: Found property editor for: class javax.management.ObjectName
> 	at org.jboss.test.util.test.PropertyEditorsUnitTestCase.doTests(PropertyEditorsUnitTestCase.java:403)
> 	at org.jboss.test.util.test.PropertyEditorsUnitTestCase.testJBossEditors(PropertyEditorsUnitTestCase.java:306)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list