You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2014/06/23 18:23:54 UTC

svn commit: r1604856 - /webservices/axiom/trunk/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/builder/CustomBuilderTest.java

Author: veithen
Date: Mon Jun 23 16:23:53 2014
New Revision: 1604856

URL: http://svn.apache.org/r1604856
Log:
Update TODO item.

Modified:
    webservices/axiom/trunk/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/builder/CustomBuilderTest.java

Modified: webservices/axiom/trunk/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/builder/CustomBuilderTest.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/builder/CustomBuilderTest.java?rev=1604856&r1=1604855&r2=1604856&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/builder/CustomBuilderTest.java (original)
+++ webservices/axiom/trunk/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/builder/CustomBuilderTest.java Mon Jun 23 16:23:53 2014
@@ -43,7 +43,7 @@ import java.util.Iterator;
 /**
  * Validates CopyUtils utility
  */
-// TODO: This class seems to be a copy and paste of CopyUtilsTest. Clean this up.
+// TODO: Except for the call to registerCustomBuilderForPayload and some additional assertions, this class seems to be a copy and paste of CopyUtilsTest. Clean this up.
 public class CustomBuilderTest extends AbstractTestCase {
     public void testSample1() throws Exception {
         copyAndCheck(createEnvelope(getTestResource(TestConstants.SAMPLE1)), true);