[jboss-cvs] JBossAS SVN: r108454 - in branches/JBPAPP_5_1/testsuite: imports and 6 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 5 13:37:31 EDT 2010


Author: pskopek at redhat.com
Date: 2010-10-05 13:37:30 -0400 (Tue, 05 Oct 2010)
New Revision: 108454

Added:
   branches/JBPAPP_5_1/testsuite/src/resources/ejb3/jbpapp2473/
   branches/JBPAPP_5_1/testsuite/src/resources/ejb3/jbpapp2473/roles.properties
   branches/JBPAPP_5_1/testsuite/src/resources/ejb3/jbpapp2473/users.properties
Modified:
   branches/JBPAPP_5_1/testsuite/build.xml
   branches/JBPAPP_5_1/testsuite/imports/config/tests-clustering.xml
   branches/JBPAPP_5_1/testsuite/imports/sections/aop.xml
   branches/JBPAPP_5_1/testsuite/imports/sections/ejb3.xml
   branches/JBPAPP_5_1/testsuite/imports/server-config.xml
   branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java
   branches/JBPAPP_5_1/testsuite/src/resources/cc/testCaseMapping_2.0.xml
Log:
Fixies to make CC tests run in one configuration.

Modified: branches/JBPAPP_5_1/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/build.xml	2010-10-05 16:57:59 UTC (rev 108453)
+++ branches/JBPAPP_5_1/testsuite/build.xml	2010-10-05 17:37:30 UTC (rev 108454)
@@ -1874,7 +1874,6 @@
                <include name="org/jboss/test/security/test/SubjectContextUnitTestCase.class"/>
                <include name="org/jboss/test/security/test/DeepCopySubjectUnitTestCase.class"/>
                <include name="org/jboss/test/security/test/EJB3SpecUnitTestCase.class"/>
-               <include name="org/jboss/test/ejb3/jbpapp2473/unit/RunAsUnitTestCase.class"/>
                <include name="org/jboss/test/security/test/EJBSpecUnitTestCase.class"/>
                <include name="org/jboss/test/security/test/LoginContextUnitTestCas.class"/>
                <include name="org/jboss/test/security/test/NamespacePermissionsUnitTestCase.class"/>
@@ -1900,17 +1899,10 @@
                <include name="org/jboss/test/security/test/SecurityMgrStressTestCase.class"/>
                <include name="org/jboss/test/security/test/SecurityProxyUnitTestCase.class"/>
                <include name="org/jboss/test/security/test/XMLLoginModulesUnitTestCase.class"/>
-               <include name="org/jboss/test/securitymgr/test/PolicyUnitTestCase.class"/>
                <include name="org/jboss/test/web/security/CustomHeaderAuthTestCase.class"/>
                <include name="org/jboss/test/jmx/test/SecureRMIAdaptorUnitTestCase.class"/>
-               <include name="org/jboss/test/aop/test/SecurityUnitTestCase.class"/>
-               <include name="org/jboss/test/jbossts/ASCrashRecovery01/TestWithJPA.class"/>
-               <include name="org/jboss/test/jbossts/ASCrashRecovery01/WipeOutTxsInDoubt.class"/>
-               <include name="org/jboss/test/jbossts/ASCrashRecovery02/TestWithJMS.class"/>
                <include name="org/jboss/test/tm/test/TxTimeoutAnnotUnitTestCase.class"/>
                <include name="org/jboss/test/invokers/test/MultiInvokersUnitTestCase.class"/>
-               <include name="org/jboss/test/cluster/defaultcfg/test/HAInvokerUnitTestCase.class"/>
-               <include name="org/jboss/test/ws/jaxws/ejb3Integration/injection/InjectionTestCase.class"/>
 
                <include name="org/jboss/test/web/test/FormAuthUnitTestCase.class"/>
                <include name="org/jboss/test/web/test/SingleSignOnUnitTestCase.class"/>
@@ -1922,19 +1914,128 @@
                <include name="org/jboss/test/web/test/ssl/SSLUnitTestCase.class"/>
 
                <include name="org/jboss/test/naming/test/SecurityUnitTestCase.class"/>
-               
-               <!-- patternset refid="cc.includes"/ --> 
+
+               <include name="org/jboss/test/ejb3/jbpapp2473/unit/RunAsUnitTestCase.class"/>
+
+               <include name="org/jboss/test/aop/test/SecurityUnitTestCase.class"/>
+
             </fileset>
          </batchtest>
       </junit>
 
+      <antcall target="cc-tests-ws"/>
+      
       <echo>Waiting for server to shutdown...</echo>
       <server:stop name="cc"/>
+
+      
+      <antcall target="cc-tests-cluster"/>
+      
+      <!-- TS crach-recovery with JMS -->
+      <!-- include name="org/jboss/test/jbossts/ASCrashRecovery01/TestWithJPA.class"/>
+      <include name="org/jboss/test/jbossts/ASCrashRecovery01/WipeOutTxsInDoubt.class"/>
+      <include name="org/jboss/test/jbossts/ASCrashRecovery02/TestWithJMS.class"/ -->
+      <!-- antcall target="tests-ts-crash-recovery-jms"/ -->
+     
+      
       <antcall target="tests-report"/>
 
    </target>
 
+  <target name="cc-tests-cluster" description="Clustering tests for CC">
 
+    <delete dir="${jboss.dist}${/}server${/}cluster-*" quiet="true"/>      
+
+    <patternset id="cc-cluster-tests.includes">
+       <include name="org/jboss/test/cluster/defaultcfg/test/HAInvokerUnitTestCase.class"/>
+    </patternset>
+
+    <property name="jboss.default.jgroups.stack" value="tcp"/>
+
+    <antcall target="tests-clustering-configure" inheritRefs="true">
+      <param name="conf" value="cc-cluster"/>
+      <param name="baseconf" value="production"/>
+      <param name="newconf-src" value="cc"/>
+    </antcall>   
+
+    <server:start name="cc-cluster-0"/>
+    <server:start name="cc-cluster-1"/>
+
+    <antcall target="tests-clustering-unit">
+     <param name="cluster.includes.refid" value="cc-cluster-tests.includes"/>
+     <param name="jboss-junit-configuration" value="Default-${jboss.default.jgroups.stack}"/>
+     <param name="jbosstest.cluster.web.cache.config" value="standard-session-cache"/>
+     <param name="jbosstest.cluster.node0.config" value="cc-cluster-0"/>
+     <param name="jbosstest.cluster.node1.config" value="cc-cluster-1"/>
+    </antcall>
+
+    <server:stop name="cc-cluster-0"/>
+    <server:stop name="cc-cluster-1"/>
+   </target>
+   
+   
+   
+   <target name="cc-tests-ws" description="WS tests for CC">
+
+      <!-- WS tests have their own Security Manager, so we have to use new instance of JUNIT -->
+      <junit dir="${module.output}"
+         printsummary="${junit.printsummary}"
+         haltonerror="${junit.haltonerror}"
+         haltonfailure="${junit.haltonfailure}"
+         fork="${junit.fork}"
+         timeout="${junit.timeout}"
+         showoutput="${junit.showoutput}"
+         jvm="${junit.jvm}">
+
+         <jvmarg line="${junit.jvm.options}"/>
+         <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
+         <sysproperty key="jbosstest.secure" value="true"/>
+
+         <jvmarg value="-Djava.security.manager"/>
+         <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/>
+         <sysproperty key="java.security.auth.login.config" value="${build.resources}/security/auth.conf"/>
+         <sysproperty key="java.naming.provider.url" value="${node0.jndi.url}"/>
+         <!-- [JBAS-3969] IOException: unknown protocol: vfsfile -->
+         <sysproperty key="java.protocol.handler.pkgs" value="org.jboss.virtual.protocol"/>
+         <sysproperty key="jbosstest.server.host" value="${node0}"/>
+         <sysproperty key="build.testlog" value="${build.testlog}"/>
+         <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
+         <!-- Pass along any jbosstest.* system properties -->
+         <syspropertyset>
+            <propertyref prefix="jbosstest."/>
+         </syspropertyset>
+
+         <!-- The crimson parser cannot do schema validation, which we need for jaxrpc-mapping.xml -->
+         <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed"/>
+
+         <classpath>
+            <pathelement location="${build.classes}"/>
+            <pathelement location="${build.resources}/security"/>
+            <pathelement location="${build.resources}"/>
+            <path refid="tests.classpath"/>
+         </classpath>
+
+         <!-- formatter type="xml" usefile="${junit.formatter.usefile}"/ -->
+         <sysproperty key="jboss-junit-configuration" value="tests-webservice"/>
+         <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
+                    usefile="${junit.formatter.usefile}"
+                    extension="-tests-ws.xml"/>
+         <formatter type="plain" usefile="${junit.formatter.usefile}"/>
+
+         <batchtest todir="${build.reports}"
+            haltonerror="${junit.batchtest.haltonerror}"
+            haltonfailure="${junit.batchtest.haltonfailure}"
+            fork="${junit.batchtest.fork}">
+
+            <fileset dir="${build.classes}">
+               <include name="org/jboss/test/ws/jaxws/ejb3Integration/injection/InjectionTestCase.class"/>
+            </fileset>
+         </batchtest>
+      </junit>
+   
+   </target> 
+   
+
    <target name="tests-cluster-ec2" description="Runs the various test targets, but against cluster-ec2 config" depends="init">
       <record name="${basedir}/output/tests.log" append="no" action="start" loglevel="info"/>
       <property name="conf" value="cluster-ec2"/>

Modified: branches/JBPAPP_5_1/testsuite/imports/config/tests-clustering.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/imports/config/tests-clustering.xml	2010-10-05 16:57:59 UTC (rev 108453)
+++ branches/JBPAPP_5_1/testsuite/imports/config/tests-clustering.xml	2010-10-05 17:37:30 UTC (rev 108454)
@@ -321,8 +321,10 @@
   <target name="tests-clustering-configure" unless="${tests.clustering.skip.startup}">
   	 <!-- Default configuration to build the test config from -->
   	 <property name="baseconf" value="all"/>
-    <create-cluster-node-from-baseconf conf="cluster-${jboss.default.jgroups.stack}-0" baseconf="${baseconf}"/>
-    <create-cluster-node-from-baseconf conf="cluster-${jboss.default.jgroups.stack}-1" baseconf="${baseconf}"/>
+     <property name="conf" value="cluster-${jboss.default.jgroups.stack}"/>
+     <property name="newconf-src" value="cluster-${jboss.default.jgroups.stack}"/>
+    <create-cluster-node-from-baseconf conf="${conf}-0" baseconf="${baseconf}" newconf-src="${newconf-src}"/>
+    <create-cluster-node-from-baseconf conf="${conf}-1" baseconf="${baseconf}" newconf-src="${newconf-src}"/>
   </target>
 
   <target name="tests-clustering-field-configure" unless="${tests.clustering.skip.startup}">

Modified: branches/JBPAPP_5_1/testsuite/imports/sections/aop.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/imports/sections/aop.xml	2010-10-05 16:57:59 UTC (rev 108453)
+++ branches/JBPAPP_5_1/testsuite/imports/sections/aop.xml	2010-10-05 17:37:30 UTC (rev 108454)
@@ -127,11 +127,6 @@
          </fileset>
       </jar>
 
-      
-      <antcall target="sign-file">
-         <param name="file" value="aoptest.aop"/>
-      </antcall>
-      
       <jar destfile="${build.lib}/aoptest.sar">
          <fileset dir="${build.lib}">
             <include name="aoptest.aop"/>
@@ -172,10 +167,6 @@
          </fileset>
       </jar>
 
-      <antcall target="sign-file">
-         <param name="file" value="aoptest.sar"/>
-      </antcall>
-
       <jar destfile="${build.lib}/simpleejb.sar">
          <fileset dir="${build.lib}">
             <include name="aoptest.aop"/>

Modified: branches/JBPAPP_5_1/testsuite/imports/sections/ejb3.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/imports/sections/ejb3.xml	2010-10-05 16:57:59 UTC (rev 108453)
+++ branches/JBPAPP_5_1/testsuite/imports/sections/ejb3.xml	2010-10-05 17:37:30 UTC (rev 108454)
@@ -93,9 +93,9 @@
             <!-- include name="org/jboss/test/ejb3/common/**" / -->
             <include name="org/jboss/test/ejb3/jbpapp2473/**" />
          </fileset>
-         <!-- 
+         
          <fileset dir="${source.resources}/ejb3/jbpapp2473" includes="**"/>
-         -->
+         
       </jar>
    </target>
    

Modified: branches/JBPAPP_5_1/testsuite/imports/server-config.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/imports/server-config.xml	2010-10-05 16:57:59 UTC (rev 108453)
+++ branches/JBPAPP_5_1/testsuite/imports/server-config.xml	2010-10-05 17:37:30 UTC (rev 108454)
@@ -236,7 +236,7 @@
       <server name="cc" config="cc" host="${node0}">
          <jvmarg value="${jpda.cmdline}" />
          <jvmarg value="-Xms1024m" />
-         <jvmarg value="-Xmx1303m" />
+         <jvmarg value="-Xmx1024m" />
          <jvmarg value="-XX:MaxPermSize=512m" />
          <jvmarg value="-XX:-UseGCOverheadLimit" />
          <jvmarg value="-Djboss.home.dir=${jboss.dist}" />
@@ -256,6 +256,60 @@
          <sysproperty key="xb.builder.useUnorderedSequence" value="true" />
          <sysproperty key="jboss.server.log.threshold" value="${jboss.server.log.threshold}" />
       </server>
+      <server name="cc-cluster-0" host="${node0}">
+         <jvmarg value="-Xms128m" />
+         <jvmarg value="-Xmx1024m" />
+         <jvmarg value="-XX:MaxPermSize=512m" />        
+         <jvmarg value="-XX:-UseGCOverheadLimit" />
+         <jvmarg value="-XX:+HeapDumpOnOutOfMemoryError" />
+         <jvmarg value="-Djboss.home.dir=${jboss.dist}" />
+         <jvmarg value="-Djboss.server.home.dir=${jboss.dist}${/}server${/}cc-cluster-0" />
+         <jvmarg value="-Djboss.test.deploy.dir=${jboss.test.deploy.dir}" />
+         <jvmarg value="-Djava.security.manager"/>
+         <jvmarg value="-Djava.security.policy==${jboss.test.resources.dir}/cc/cc.policy"/>
+         <jvmarg value="-D${cc.java.security.debug}=access,failure"/> 
+
+         <sysproperty key="java.net.preferIPv4Stack" value="true" />
+         <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed" />
+         <sysproperty key="resolve.dns" value="false" />
+         <sysproperty key="jboss.default.jgroups.stack" value="tcp" />
+         <sysproperty key="jgroups.tcpping.initial_hosts" value="${node0}[7600],${node1}[7600]"/>
+         <sysproperty key="jboss.messaging.ServerPeerID" value="0" />  
+         <sysproperty key="node0.bind.address" value="${node0}" />
+         <sysproperty key="jboss.partition.name" value="${partitionName}" />
+         <sysproperty key="xb.builder.useUnorderedSequence" value="true" />
+      	<!-- Allow this config to be used to test the cluster-ec2 profile -->
+         <sysproperty key="jboss.jgroups.s3_ping.access_key" value="${s3_ping.access_key}" />
+         <sysproperty key="jboss.jgroups.s3_ping.secret_access_key" value="${s3_ping.secret_access_key}" />
+         <sysproperty key="jboss.jgroups.s3_ping.bucket" value="${s3_ping.bucket}" />
+      </server>
+      <server name="cc-cluster-1" host="${node1}">
+         <jvmarg value="-Xms128m" />
+         <jvmarg value="-Xmx1024m" />
+         <jvmarg value="-XX:MaxPermSize=512m" />        
+         <jvmarg value="-XX:-UseGCOverheadLimit" />
+         <jvmarg value="-XX:+HeapDumpOnOutOfMemoryError" />
+         <jvmarg value="-Djboss.home.dir=${jboss.dist}" />
+         <jvmarg value="-Djboss.server.home.dir=${jboss.dist}${/}server${/}cc-cluster-1" />
+         <jvmarg value="-Djboss.test.deploy.dir=${jboss.test.deploy.dir}" />
+         <jvmarg value="-Djava.security.manager"/>
+         <jvmarg value="-Djava.security.policy==${jboss.test.resources.dir}/cc/cc.policy"/>
+         <jvmarg value="-D${cc.java.security.debug}=access,failure"/> 
+
+         <sysproperty key="java.net.preferIPv4Stack" value="true" />
+         <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed" />
+         <sysproperty key="resolve.dns" value="false" />
+         <sysproperty key="jboss.default.jgroups.stack" value="tcp" />
+         <sysproperty key="jgroups.tcpping.initial_hosts" value="${node0}[7600],${node1}[7600]"/>
+         <sysproperty key="jboss.messaging.ServerPeerID" value="0" />  
+         <sysproperty key="node0.bind.address" value="${node0}" />
+         <sysproperty key="jboss.partition.name" value="${partitionName}" />
+         <sysproperty key="xb.builder.useUnorderedSequence" value="true" />
+      	<!-- Allow this config to be used to test the cluster-ec2 profile -->
+         <sysproperty key="jboss.jgroups.s3_ping.access_key" value="${s3_ping.access_key}" />
+         <sysproperty key="jboss.jgroups.s3_ping.secret_access_key" value="${s3_ping.secret_access_key}" />
+         <sysproperty key="jboss.jgroups.s3_ping.bucket" value="${s3_ping.bucket}" />
+      </server>
       <server name="scoped-aop-jdk50" host="${node0}">
          <jvmarg value="-Xms128m" />
          <jvmarg value="-Xmx512m" />
@@ -1485,9 +1539,10 @@
          description="Create a simplified cluster configuration">
       <attribute name="conf"/>
       <attribute name="baseconf"/>
+      <attribute name="newconf-src" description="The name of the tests-config to copy or the baseconf" default="@{conf}"/>
    	<sequential>
          <delete dir="${jboss.dist}/server/@{conf}" failonerror="false"/>
-         <echo message="creating @{conf} config, jboss.dist=${jboss.dist}, from @{baseconf}"/>
+         <echo message="creating @{conf} config, jboss.dist=${jboss.dist}, from @{baseconf} with @{newconf-src}"/>
          <copy todir="${jboss.dist}/server/@{conf}">
             <fileset dir="${jboss.dist}/server/@{baseconf}">
                <include name="conf/**"/>
@@ -1500,7 +1555,7 @@
         </copy>
         <echo message="Overwriting config descriptors" />
         <copy todir="${jboss.dist}/server/@{conf}" overwrite="true" failonerror="false">
-            <fileset dir="${build.resources}/test-configs/@{conf}" />
+            <fileset dir="${build.resources}/test-configs/@{newconf-src}" />
         </copy>
       </sequential>
    </macrodef>

Modified: branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java	2010-10-05 16:57:59 UTC (rev 108453)
+++ branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java	2010-10-05 17:37:30 UTC (rev 108454)
@@ -100,30 +100,41 @@
       log.info("+++ testSecurityDomain, domain=spec-test");
       MBeanServerConnection conn = getServer();
       ObjectName secMgrName = new ObjectName("jboss.security:service=JaasSecurityManager");
+      log.info("X0");
       JaasSecurityManagerServiceMBean secMgr = (JaasSecurityManagerServiceMBean) MBeanServerInvocationHandler
             .newProxyInstance(conn, secMgrName, JaasSecurityManagerServiceMBean.class, false);
 
+      log.info("X1");
       // Test the spec-test security domain
       String domain = "spec-test";
       SimplePrincipal user = new SimplePrincipal("scott");
+      log.info("X1-1");
       boolean isValid = secMgr.isValid(domain, user, password);
+      log.info("X1-2");
       assertTrue("scott password is echoman", isValid);
+      log.info("X1-3");
       HashSet testRole = new HashSet();
+      log.info("X1-4");
       testRole.add(new SimplePrincipal("Echo"));
+      log.info("X1-5");
       boolean hasRole = secMgr.doesUserHaveRole(domain, user, password, testRole);
+      log.info("X1-6");
       assertTrue("scott has Echo role", hasRole);
+      log.info("X1-7");
       testRole.clear();
+      log.info("X1-8");
       testRole.add(new SimplePrincipal("EchoLocal"));
+      log.info("X2");
       hasRole = secMgr.doesUserHaveRole(domain, user, password, testRole);
       assertTrue("scott has EchoLocal role", hasRole);
       testRole.clear();
       testRole.add(new SimplePrincipal("ProjectUser"));
       hasRole = secMgr.doesUserHaveRole(domain, user, password, testRole);
+      log.info("X3");
       assertTrue("scott has ProjectUser role", hasRole);
 
       isValid = secMgr.isValid(domain, user, "badpass".toCharArray());
       assertTrue("badpass is an invalid password for scott", isValid == false);
-
       // Test the spec-test-domain security domain
       log.info("+++ testSecurityDomain, domain=spec-test-domain");
       domain = "spec-test-domain";
@@ -148,6 +159,7 @@
 
       isValid = secMgr.isValid(domain, user, "badpass".toCharArray());
       assertTrue("badpass is an invalid password for scott", isValid == false);
+      
    }
 
    /**

Modified: branches/JBPAPP_5_1/testsuite/src/resources/cc/testCaseMapping_2.0.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/cc/testCaseMapping_2.0.xml	2010-10-05 16:57:59 UTC (rev 108453)
+++ branches/JBPAPP_5_1/testsuite/src/resources/cc/testCaseMapping_2.0.xml	2010-10-05 17:37:30 UTC (rev 108454)
@@ -930,55 +930,7 @@
         </desc>
         <TSFI>tsfi.port.rmi.jrmp</TSFI>
       </test>
-    </testCase>    
-    <testCase name="org.jboss.test.securitymgr.test.PolicyUnitTestCase">
-      <desc>Tests of the security permission enforcement that creates and directly
-            invokes the ejb methods to test the security policy permissions
-            without the noise of the ejb container.
-      </desc>
-      <test name="testSecurityAssociation">
-        <desc>Test objective:  Test that a bean cannot access the SecurityAssociation class.
-              Expected result: All attempts have to fail.
-        </desc>
-        <TSFI>tsfi.port.rmi.jrmp</TSFI>
-      </test>
-      <test name="testFileIO">
-        <desc>Test objective:  Test that bean cannot access nofile.txt. 
-              Expected result: Generate exception and catch it.
-        </desc>
-        <TSFI>tsfi.port.rmi.jrmp</TSFI>
-      </test>
-      <test name="testSockets">
-        <desc>Test objective:  Test whether bean can connect or listen on given ports. 
-              Expected result: Generate exception and catch it.
-        </desc>
-        <TSFI>tsfi.port.rmi.jrmp</TSFI>
-      </test>
-      <test name="testClassLoaders">
-        <desc>Test objective:  Test whether bean can create classloader. 
-              Expected result: Generate exception and catch it.
-        </desc>
-        <TSFI>tsfi.port.rmi.jrmp</TSFI>
-      </test>
-      <test name="testReflection">
-        <desc>Test objective:  Test whether bean can use reflection. 
-              Expected result: Generate exception and catch it.
-        </desc>
-        <TSFI>tsfi.port.rmi.jrmp</TSFI>
-      </test>
-      <test name="testThreadAccess">
-        <desc>Test objective:  Test whether bean can reaname the thread. 
-              Expected result: Generate exception and catch it.
-        </desc>
-        <TSFI>tsfi.port.rmi.jrmp</TSFI>
-      </test>
-      <test name="testSystemAccess">
-        <desc>Test objective:  Test whether bean can create security manager. 
-              Expected result: Generate exception and catch it.
-        </desc>
-        <TSFI>tsfi.port.rmi.jrmp</TSFI>
-      </test>
-    </testCase>    
+    </testCase>  
     <testCase name="org.jboss.test.web.test.WebIntegrationUnitTestCase">
       <desc>Tests of servlet container integration into the JBoss server. This test
  requires than a web container be integrated into the JBoss server. The tests

Added: branches/JBPAPP_5_1/testsuite/src/resources/ejb3/jbpapp2473/roles.properties
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/ejb3/jbpapp2473/roles.properties	                        (rev 0)
+++ branches/JBPAPP_5_1/testsuite/src/resources/ejb3/jbpapp2473/roles.properties	2010-10-05 17:37:30 UTC (rev 108454)
@@ -0,0 +1,2 @@
+user=TestRole
+anyone=anyone
\ No newline at end of file

Added: branches/JBPAPP_5_1/testsuite/src/resources/ejb3/jbpapp2473/users.properties
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/ejb3/jbpapp2473/users.properties	                        (rev 0)
+++ branches/JBPAPP_5_1/testsuite/src/resources/ejb3/jbpapp2473/users.properties	2010-10-05 17:37:30 UTC (rev 108454)
@@ -0,0 +1,2 @@
+jduke=theduke
+anyone=anyone
\ No newline at end of file



More information about the jboss-cvs-commits mailing list