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

Christian Bauer christian at hibernate.org
Fri Nov 9 10:18:13 EST 2007


  User: cbauer  
  Date: 07/11/09 10:18:13

  Modified:    examples/wiki/src/test/org/jboss/seam/wiki/test/nestedset 
                        NestedSetTests.java
  Log:
  Fix tests
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/nestedset/NestedSetTests.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NestedSetTests.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/nestedset/NestedSetTests.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- NestedSetTests.java	26 Sep 2007 09:37:10 -0000	1.5
  +++ NestedSetTests.java	9 Nov 2007 15:18:13 -0000	1.6
  @@ -400,7 +400,7 @@
                       }
                   };
   
  -            NestedSetNodeWrapper<Item> startNodeWrapper = new NestedSetNodeWrapper<Item>(startNode, comp, 0l);
  +            NestedSetNodeWrapper<Item> startNodeWrapper = new NestedSetNodeWrapper<Item>(startNode, comp);
               nestedSetQuery.setResultTransformer( new NestedSetResultTransformer<Item>(startNodeWrapper) );
   
               nestedSetQuery.list(); // Append all children hierarchically to the startNodeWrapper
  
  
  



More information about the jboss-cvs-commits mailing list