[jboss-cvs] JBossAS SVN: r84247 - branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 16 07:55:26 EST 2009


Author: emuckenhuber
Date: 2009-02-16 07:55:26 -0500 (Mon, 16 Feb 2009)
New Revision: 84247

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
Log:
update deploymentNames

Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2009-02-16 12:50:49 UTC (rev 84246)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/ProfileServiceUnitTestCase.java	2009-02-16 12:55:26 UTC (rev 84247)
@@ -182,18 +182,19 @@
     		"deployers/security-deployer-jboss-beans.xml",
     		"deployers/jboss-jca.deployer/",
     		"deploy/hsqldb-ds.xml",
-    		"deploy/jboss-local-jdbc.rar",
-    		"deploy/jboss-xa-jdbc.rar",
+    		"deploy/jboss-local-jdbc.rar/",
+    		"deploy/jboss-xa-jdbc.rar/",
     		"deploy/jca-jboss-beans.xml",
     		"deploy/jbossws.sar/",
          "deploy/messaging/connection-factories-service.xml",
          "deploy/messaging/destinations-service.xml",
-    		"deploy/jms-ra.rar",
+    		"deploy/jms-ra.rar/",
     		"deploy/jmx-console.war/",
     		"deploy/jmx-invoker-service.xml",
     		"deploy/jmx-remoting.sar/",
     		"deploy/jsr88-service.xml",
-    		"deploy/mail-service.xml"
+    		"deploy/mail-service.xml",
+    		"deploy/ROOT.war/"
       };
       TreeSet<String> missingNames = new TreeSet<String>();
       for (String name : expectedNames)




More information about the jboss-cvs-commits mailing list