/[Apache-SVN]/jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/recursion/TestSharedIDGeneration.java
ViewVC logotype

Diff of /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/recursion/TestSharedIDGeneration.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/recursion/TestSharedIDGeneration.java	2005/06/12 15:53:26	190288
+++ jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/recursion/TestSharedIDGeneration.java	2005/06/12 15:57:31	190289
@@ -44,7 +44,7 @@ public class TestSharedIDGeneration exte
         		"<person id='4'><name idref='3'/></person>" +
         		"</HybridBean>";
         
-        xmlAssertIsomorphic(parseString(expected), parseString(out));
+        xmlAssertIsomorphic(parseString(expected), parseString(out), true);
     }
     
 }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26