You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2008/04/22 16:27:14 UTC

svn commit: r650531 - in /commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri: axes/RecursiveAxesTest.java model/dynamic/DynamicPropertiesModelTest.java

Author: mbenson
Date: Tue Apr 22 07:27:10 2008
New Revision: 650531

URL: http://svn.apache.org/viewvc?rev=650531&view=rev
Log:
javadoc errors

Modified:
    commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/axes/RecursiveAxesTest.java
    commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertiesModelTest.java

Modified: commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/axes/RecursiveAxesTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/axes/RecursiveAxesTest.java?rev=650531&r1=650530&r2=650531&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/axes/RecursiveAxesTest.java (original)
+++ commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/axes/RecursiveAxesTest.java Tue Apr 22 07:27:10 2008
@@ -36,9 +36,6 @@
         junit.textui.TestRunner.run(RecursiveAxesTest.class);
     }
 
-    /**
-     * @see TestCase#setUp()
-     */
     protected void setUp() throws Exception {
         bean = new RecursiveBean("zero");
         RecursiveBean bean1 = new RecursiveBean("one");

Modified: commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertiesModelTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertiesModelTest.java?rev=650531&r1=650530&r2=650531&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertiesModelTest.java (original)
+++ commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/dynamic/DynamicPropertiesModelTest.java Tue Apr 22 07:27:10 2008
@@ -26,7 +26,7 @@
 import org.apache.commons.jxpath.TestBean;
 
 /**
- * @todo more iterator testing with maps
+ * TODO more iterator testing with maps
  *
  * @author Dmitri Plotnikov
  * @version $Revision$ $Date$
@@ -368,4 +368,4 @@
             "//fruit/pear",
             "/map[@name='fruit']/pear");
     }
-}
\ No newline at end of file
+}