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 2011/07/24 22:26:59 UTC

svn commit: r1150483 - in /webservices/commons/trunk/modules/axiom/modules: axiom-api/src/test/resources/conformance/AXIOM-124.xml axiom-tests/src/test/java/org/apache/axiom/om/DeclTest.java

Author: veithen
Date: Sun Jul 24 20:26:59 2011
New Revision: 1150483

URL: http://svn.apache.org/viewvc?rev=1150483&view=rev
Log:
AXIOM-311: Refactored the regression test for AXIOM-124 so that it fits into the new test suite.

Added:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/AXIOM-124.xml   (with props)
Removed:
    webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/DeclTest.java

Added: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/AXIOM-124.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/AXIOM-124.xml?rev=1150483&view=auto
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/AXIOM-124.xml (added)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/AXIOM-124.xml Sun Jul 24 20:26:59 2011
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<root>
+  <ns:foo xmlns:ns="http://example.com/ns">foo contents</ns:foo>
+  <ns:bar xmlns:ns="http://example.com/ns">bar contents</ns:bar>
+</root>
\ No newline at end of file

Propchange: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/AXIOM-124.xml
------------------------------------------------------------------------------
    svn:eol-style = native