[jboss-cvs] JBossAS SVN: r76422 - in trunk/testsuite: src/main/org/jboss/test/security/test and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 29 09:04:23 EDT 2008


Author: adrian at jboss.org
Date: 2008-07-29 09:04:23 -0400 (Tue, 29 Jul 2008)
New Revision: 76422

Modified:
   trunk/testsuite/imports/sections/profileservice.xml
   trunk/testsuite/src/main/org/jboss/test/security/test/JaasSecurityDomainUnitTestCase.java
Log:
[JBAS-5803] beans.xml -> jboss-beans.xml

Modified: trunk/testsuite/imports/sections/profileservice.xml
===================================================================
--- trunk/testsuite/imports/sections/profileservice.xml	2008-07-29 13:01:07 UTC (rev 76421)
+++ trunk/testsuite/imports/sections/profileservice.xml	2008-07-29 13:04:23 UTC (rev 76422)
@@ -9,7 +9,7 @@
             <include name="org/jboss/test/profileservice/mcbeans/**"/>
          </fileset>
          <zipfileset dir="${build.resources}/profileservice/" prefix="META-INF">
-            <include name="testMCBeansDeployment-beans.xml"/>
+            <include name="testMCBeansDeployment-jboss-beans.xml"/>
          </zipfileset>
       </jar>
    	<!-- build testEjb3xDeployment.jar -->

Modified: trunk/testsuite/src/main/org/jboss/test/security/test/JaasSecurityDomainUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/security/test/JaasSecurityDomainUnitTestCase.java	2008-07-29 13:01:07 UTC (rev 76421)
+++ trunk/testsuite/src/main/org/jboss/test/security/test/JaasSecurityDomainUnitTestCase.java	2008-07-29 13:04:23 UTC (rev 76422)
@@ -200,7 +200,7 @@
             String url1 = getResourceURL("security/jaassecdomain-tests-service.xml");
             deploy(url1);
             // deploy the security domains defined as microcontainer beans.
-            String url2 = getResourceURL("security/jaassecdomain-tests-beans.xml");
+            String url2 = getResourceURL("security/jaassecdomain-tests-jboss-beans.xml");
             deploy(url2);
             flushAuthCache("unit-tests");
          }
@@ -214,7 +214,7 @@
             String url1 = getResourceURL("security/jaassecdomain-tests-service.xml");
             undeploy(url1);
             // undeploy the security domain beans.
-            String url2 = getResourceURL("security/jaassecdomain-tests-beans.xml");
+            String url2 = getResourceURL("security/jaassecdomain-tests-jboss-beans.xml");
             undeploy(url2);
             super.tearDown();
          




More information about the jboss-cvs-commits mailing list