[
https://issues.jboss.org/browse/AS7-5013?page=com.atlassian.jira.plugin.s...
]
David Bosschaert commented on AS7-5013:
---------------------------------------
It doesn't happen for me on Windows 7:
{code}[INFO] Surefire report directory: C:\clones\bosschaert_jboss-as_020712\testsuite
\integration\basic\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.test.integration.osgi.configadmin.ConfigAdminManagementTest
Case
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.609 sec{code}
However, this code has been put in a loop recently to retry it if running on a slow
machine. I think that may fix the issue.
ConfigAdminManagementTestCase.testConfigAdminWriteFromDMR fails on
windows
--------------------------------------------------------------------------
Key: AS7-5013
URL:
https://issues.jboss.org/browse/AS7-5013
Project: Application Server 7
Issue Type: Bug
Components: ConfigAdmin, OSGi
Affects Versions: 7.1.2.Final (EAP), 7.2.0.Alpha1
Environment: Windows server 2008 R2 64bit
Java 6 u32
Reporter: Tomaz Cerar
Assignee: David Bosschaert
Fix For: 7.2.0.Alpha1
Stacktrace:
{noformat}
java.util.NoSuchElementException
at java.util.Scanner.throwFor(Scanner.java:838)
at java.util.Scanner.next(Scanner.java:1347)
at
org.jboss.as.test.integration.osgi.configadmin.ConfigAdminManagementTestCase.readTextFile(ConfigAdminManagementTestCase.java:173)
at
org.jboss.as.test.integration.osgi.configadmin.ConfigAdminManagementTestCase.testConfigAdminWriteFromDMR(ConfigAdminManagementTestCase.java:134)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira