Author: veithen
Date: Wed Dec 29 17:57:49 2010
New Revision: 1053685
URL: http://svn.apache.org/viewvc?rev=1053685&view=rev
Log:
Added Javadoc for TestSerializationWithTwoNonBuiltOMElements.
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestSerializationWithTwoNonBuiltOMElements.java
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestSerializationWithTwoNonBuiltOMElements.java
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestSerializationWithTwoNonBuiltOMElements.java?rev=1053685&r1=1053684&r2=1053685&view=diff
==============================================================================
---
webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestSerializationWithTwoNonBuiltOMElements.java
(original)
+++
webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestSerializationWithTwoNonBuiltOMElements.java
Wed Dec 29 17:57:49 2010
@@ -26,6 +26,9 @@ import org.apache.axiom.om.OMMetaFactory
import org.apache.axiom.om.impl.OMNodeEx;
import org.apache.axiom.ts.AxiomTestCase;
+/**
+ * Regression test for <a
href="https://issues.apache.org/jira/browse/AXIOM-65">AXIOM-65</a>.
+ */
public class TestSerializationWithTwoNonBuiltOMElements extends AxiomTestCase {
public TestSerializationWithTwoNonBuiltOMElements(OMMetaFactory
metaFactory) {
super(metaFactory);