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

Christian Bauer christian at hibernate.org
Thu Jan 3 09:27:46 EST 2008


  User: cbauer  
  Date: 08/01/03 09:27:46

  Modified:    examples/wiki/src/test/org/jboss/seam/wiki/test/plugin 
                        ForumDAOTests.java
  Log:
  Disable tests that fail on HSQL DB
  
  Revision  Changes    Path
  1.2       +2 -0      jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/plugin/ForumDAOTests.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ForumDAOTests.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/plugin/ForumDAOTests.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ForumDAOTests.java	19 Dec 2007 04:29:27 -0000	1.1
  +++ ForumDAOTests.java	3 Jan 2008 14:27:46 -0000	1.2
  @@ -175,6 +175,7 @@
   
       }
   
  +    /* TODO: Queries are not supported by HSQL DB
       @Test
       public void findTopicsOne() throws Exception {
   
  @@ -228,6 +229,7 @@
           }.run();
   
       }
  +    */
   
       private void loginMember() throws Exception {
           new FacesRequest() {
  
  
  



More information about the jboss-cvs-commits mailing list