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

Christian Bauer christian at hibernate.org
Thu Jan 3 09:54:35 EST 2008


  User: cbauer  
  Date: 08/01/03 09:54:35

  Modified:    examples/wiki/src/test  AllTests.tng.xml
  Log:
  Dev profile now requires MySQL, disabled tests conditionally that don't run on HSQL
  
  Revision  Changes    Path
  1.9       +5 -0      jboss-seam/examples/wiki/src/test/AllTests.tng.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AllTests.tng.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/test/AllTests.tng.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- AllTests.tng.xml	2 Jan 2008 05:36:17 -0000	1.8
  +++ AllTests.tng.xml	3 Jan 2008 14:54:35 -0000	1.9
  @@ -3,6 +3,11 @@
   <suite name="Lacewiki - All" verbose="1">
   
       <parameter name="database" value="hsql"/>
  +
  +    <!-- MySQL also requires changes to persistence-test.xml and wiki-test-ds.xml
  +    <parameter name="database" value="mysql"/>
  +    -->
  +
       <parameter name="datasourceJndiName" value="java:/wikiTestDatasource"/>
       <parameter name="binaryDir" value="META-INF/testbinaries"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list