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

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


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

  Modified:    examples/wiki/src/etc   wiki-test-ds.xml
  Removed:     examples/wiki/src/etc   import-test.sql
  Log:
  Added DBUnit support to tests
  
  Revision  Changes    Path
  1.2       +3 -0      jboss-seam/examples/wiki/src/etc/wiki-test-ds.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: wiki-test-ds.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/wiki-test-ds.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- wiki-test-ds.xml	9 Jul 2007 16:37:40 -0000	1.1
  +++ wiki-test-ds.xml	11 Jul 2007 16:17:45 -0000	1.2
  @@ -10,6 +10,9 @@
   
           <!-- Use in-process HSQL DB for testing -->
           <connection-url>jdbc:hsqldb:.</connection-url>
  +        <!--
  +        <connection-url>jdbc:hsqldb:hsql://localhost:9001</connection-url>
  +        -->
   
           <driver-class>org.hsqldb.jdbcDriver</driver-class>
           <user-name>sa</user-name>
  
  
  



More information about the jboss-cvs-commits mailing list