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

Christian Bauer christian at hibernate.org
Wed Jan 9 10:59:27 EST 2008


  User: cbauer  
  Date: 08/01/09 10:59:27

  Modified:    examples/wiki/src/test/org/jboss/seam/wiki/test/model 
                        DirectoryTests.java
  Log:
  JBSEAM-2397 and JBSEAM-1883 - implemented trashcan feature and more reliable update of 2nd level cache and lucene index
  
  Revision  Changes    Path
  1.3       +2 -0      jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/model/DirectoryTests.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DirectoryTests.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/model/DirectoryTests.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- DirectoryTests.java	20 Dec 2007 12:23:06 -0000	1.2
  +++ DirectoryTests.java	9 Jan 2008 15:59:27 -0000	1.3
  @@ -83,6 +83,7 @@
           }.run();
       }
   
  +    /* TODO: Requires (now deprecated) database cascading, deletion nees to go through DirectoryHome
       @Test
       public void deleteDirectoryById() throws Exception {
           new FacesRequest() {
  @@ -192,6 +193,7 @@
               }
           }.run();
       }
  +    */
   
       @Test
       public void insertDirectoryById() throws Exception {
  
  
  



More information about the jboss-cvs-commits mailing list