[jboss-cvs] jboss-seam/examples/wiki ...

Christian Bauer christian at hibernate.org
Wed Jul 11 12:17:46 EDT 2007


  User: cbauer  
  Date: 07/07/11 12:17:46

  Modified:    examples/wiki  build.xml
  Log:
  Added DBUnit support to tests
  
  Revision  Changes    Path
  1.29      +0 -5      jboss-seam/examples/wiki/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- build.xml	9 Jul 2007 16:37:39 -0000	1.28
  +++ build.xml	11 Jul 2007 16:17:46 -0000	1.29
  @@ -440,11 +440,6 @@
           <copy tofile="${testclasses.dir}/wiki-ds.xml"
                   file="${src.etc.dir}/wiki-test-ds.xml"
              overwrite="true"/>
  -        <copy tofile="${testclasses.dir}/import.sql"
  -                file="${src.etc.dir}/import-test.sql"
  -           overwrite="true"/>
  -        <!-- Replace @@LF@@ in import.sql with real SQL char(10) linefeed (concat)-->
  -        <replace file="${testclasses.dir}/import.sql" token="@@LF@@" value="'||char(10)||'"/>
   
           <!-- ######## Test output ######## -->
           <delete  dir="${test.output.dir}"/>
  
  
  



More information about the jboss-cvs-commits mailing list