[jboss-cvs] JBossAS SVN: r79969 - trunk/testsuite/src/main/org/jboss/test/profileservice/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 23 06:19:56 EDT 2008


Author: emuckenhuber
Date: 2008-10-23 06:19:56 -0400 (Thu, 23 Oct 2008)
New Revision: 79969

Modified:
   trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
Log:
oops, removed to much

Modified: trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2008-10-23 10:18:30 UTC (rev 79968)
+++ trunk/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2008-10-23 10:19:56 UTC (rev 79969)
@@ -143,6 +143,11 @@
          // Look for /server/profileservice/
          String serverName = "/server/" + getProfileName() + "/";
          int index = name.indexOf(serverName);
+         if (index == -1)
+         {
+            // ignore names from /testsuite/output/lib for now
+            continue;
+         }
 
          String sname = name.substring(index + serverName.length(), name.length());
          simpleNames.add(sname);




More information about the jboss-cvs-commits mailing list