User: starksm 
  Date: 01/05/21 21:03:27

  Modified:    src/build run_tests.xml
  Log:
  Add test of propagating principal from servlet to unsecure EJB to secure EJB
  
  Revision  Changes    Path
  1.8       +2 -3      jbosstest/src/build/run_tests.xml
  
  Index: run_tests.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/build/run_tests.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- run_tests.xml     2001/05/11 05:11:28     1.7
  +++ run_tests.xml     2001/05/22 04:03:27     1.8
  @@ -2,7 +2,7 @@
   
   <!-- An ant build file for running the test code against a
   JBoss server dist
  -$Revision: 1.7 $
  +$Revision: 1.8 $
   -->
   <project name="JBossUnitTests" default="run-tests" basedir="../../">
   
  @@ -223,7 +223,6 @@
           <junit printsummary="yes" haltonfailure="no" fork="true"
             dir="${build.classes.dir}" timeout="1200000"
           >
  -            <jvmarg value="-Dno-deploy=true" />
               <jvmarg value="-Djbosstest.deploy.dir=${build.deploy.dir}" />
               <jvmarg value="-Djava.security.manager" />
               <jvmarg 
value="-Djava.security.policy=${src.resources}/security/tst.policy" />
  @@ -235,7 +234,7 @@
               </classpath>
               <formatter type="plain" usefile="false" />
   
  -            <test name="org.jboss.test.naming.test.TestENC" />
  +            <test name="org.jboss.test.security.test.TestEJBSpec" />
           </junit>
       </target>
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to