[jboss-jira] [JBoss JIRA] (WFLY-1948) JMXPropertyEditorsTestCase fails on Solaris SPARC
Frank Langelage (JIRA)
jira-events at lists.jboss.org
Wed Oct 30 16:58:01 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12825935#comment-12825935 ]
Frank Langelage commented on WFLY-1948:
---------------------------------------
Same cause.
Environment variable USER is mandatory currently on non windows systems.
> JMXPropertyEditorsTestCase fails on Solaris SPARC
> -------------------------------------------------
>
> Key: WFLY-1948
> URL: https://issues.jboss.org/browse/WFLY-1948
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Test Suite
> Affects Versions: 8.0.0.Beta1
> Environment: Solaris SPARC 10 6/06, Oracle JDK 1.7.0_25
> Reporter: Frank Langelage
> Assignee: Ondrej Zizka
>
> Test org.jboss.as.test.integration.ee.jmx.property.JMXPropertyEditorsTestCase fails on Solaris, because environment variable USER is not set.
> From the source:
> USER_SYS_PROP = System.getProperty("os.name","linux").contains("indows")?"USERNAME":"USER";
> So there is already a differentiation between Windows and others.
> For Solaris LOGNAME is the variable to use. And os.name is SunOS.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list