User: ejort   
  Date: 01/12/30 02:53:23

  Modified:    .        build.xml
  Log:
  Make the secure stress test run.
  
  Revision  Changes    Path
  1.51      +7 -5      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml 2001/12/19 14:39:28     1.50
  +++ build.xml 2001/12/30 10:53:22     1.51
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.50 2001/12/19 14:39:28 d_jencks Exp $ -->
  +<!-- $Id: build.xml,v 1.51 2001/12/30 10:53:22 ejort Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1159,8 +1159,10 @@
           <include name="org/jboss/test/perf/interfaces/**"/>
           <include name="org/jboss/test/perf/ejb/**"/>
         </fileset>
  -      <fileset dir="${build.resources}/perf">
  +      <fileset dir="${build.resources}/secure-perf">
           <include name="**/*.xml"/>
  +        <include name="users.properties"/>
  +        <include name="roles.properties"/>
         </fileset>
       </jar>
     </target>
  @@ -1782,9 +1784,9 @@
       <mkdir dir="${build.reports}"/>
       <mkdir dir="${build.testlog}"/>
       <junit dir="${module.output}"
  -        printsummary="${junit.printsummary}" 
  -        haltonerror="${junit.haltonerror}" 
  -        haltonfailure="${junit.haltonfailure}" 
  +        printsummary="${junit.printsummary}"
  +        haltonerror="${junit.haltonerror}"
  +        haltonfailure="${junit.haltonfailure}"
           fork="${junit.fork}"
           timeout="${junit.timeout}"
           jvm="${junit.jvm}">
  
  
  

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

Reply via email to