[jboss-jira] [JBoss JIRA] (WFLY-1948) JMXPropertyEditorsTestCase fails on Solaris SPARC
Frank Langelage (JIRA)
jira-events at lists.jboss.org
Sun Aug 25 12:11:26 EDT 2013
Frank Langelage created WFLY-1948:
-------------------------------------
Summary: JMXPropertyEditorsTestCase fails on Solaris SPARC
Key: WFLY-1948
URL: https://issues.jboss.org/browse/WFLY-1948
Project: WildFly
Issue Type: Bug
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