[jboss-cvs] jboss-seam/examples/wiki/src/test/org/jboss/seam/wiki/test/nestedset ...
Christian Bauer
christian at hibernate.org
Mon Sep 24 04:23:20 EDT 2007
User: cbauer
Date: 07/09/24 04:23:20
Modified: examples/wiki/src/test/org/jboss/seam/wiki/test/nestedset
NestedSetTests.java
Log:
New help system and improved wiki text editor
Revision Changes Path
1.3 +1 -2 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.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- NestedSetTests.java 25 Aug 2007 17:59:22 -0000 1.2
+++ NestedSetTests.java 24 Sep 2007 08:23:20 -0000 1.3
@@ -13,6 +13,7 @@
import org.jboss.seam.log.Logging;
import org.jboss.seam.wiki.core.nestedset.NestedSetNodeWrapper;
import org.jboss.seam.wiki.core.nestedset.NestedSetResultTransformer;
+import org.jboss.seam.wiki.core.nestedset.NestedSetTraverser;
import org.jboss.seam.wiki.test.util.DBUnitSeamTest;
import org.testng.annotations.Test;
import org.dbunit.operation.DatabaseOperation;
@@ -283,8 +284,6 @@
c.addChild(d);
c.addChild(e);
- c.addChild(d);
-
d.addChild(f);
d.addChild(g);
More information about the jboss-cvs-commits
mailing list