From 0425aadc78680e53000fd0108b540d6eca048516 Mon Sep 17 00:00:00 2001
From: gmcdonald
Date: Sat, 13 Feb 2010 01:32:03 +0000
Subject: Moving axis svn, part of TLP move INFRA-2441
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@909681 13f79535-47bb-0310-9956-ffa450edef68
---
test/resources/xml/om/axis.xml | 25 +
test/resources/xml/om/basic.xml | 11 +
test/resources/xml/om/basicupdate.xml | 47 +
test/resources/xml/om/contents.xml | 70 +
test/resources/xml/om/defaultNamespace.xml | 6 +
test/resources/xml/om/evaluate.xml | 28 +
test/resources/xml/om/fibo.xml | 29 +
test/resources/xml/om/id.xml | 21 +
test/resources/xml/om/jaxen24.xml | 2 +
test/resources/xml/om/jaxen3.xml | 15 +
test/resources/xml/om/lang.xml | 11 +
test/resources/xml/om/message.xml | 27 +
test/resources/xml/om/moreover.xml | 244 +
test/resources/xml/om/much_ado.xml | 6850 ++++++++++++++++++++
test/resources/xml/om/namespaces.xml | 18 +
test/resources/xml/om/nitf.xml | 67 +
test/resources/xml/om/numbers.xml | 18 +
test/resources/xml/om/pi.xml | 13 +
test/resources/xml/om/pi2.xml | 6 +
test/resources/xml/om/simple.xml | 2 +
test/resources/xml/om/spaces.xml | 10 +
test/resources/xml/om/test.xml | 12 +
test/resources/xml/om/testNamespaces.xml | 22 +
test/resources/xml/om/underscore.xml | 6 +
test/resources/xml/om/web.xml | 42 +
test/resources/xml/om/web2.xml | 7 +
test/resources/xml/soap/OMElementTest.xml | 22 +
.../xml/soap/badsoap/bodyNotQualified.xml | 19 +
.../resources/xml/soap/badsoap/envelopeMissing.xml | 20 +
.../xml/soap/badsoap/haederBodyWrongOrder.xml | 20 +
.../xml/soap/badsoap/notnamespaceQualified.xml | 15 +
test/resources/xml/soap/badsoap/twoBodymessage.xml | 24 +
test/resources/xml/soap/badsoap/twoheaders.xml | 29 +
test/resources/xml/soap/badsoap/wrongSoapNs.xml | 20 +
test/resources/xml/soap/emtyBodymessage.xml | 18 +
.../xml/soap/invalidMustUnderstandSOAP12.xml | 13 +
test/resources/xml/soap/minimalMessage.xml | 4 +
test/resources/xml/soap/reallyReallyBigMessage.xml | 2529 ++++++++
test/resources/xml/soap/sample1.txt | 12 +
test/resources/xml/soap/sample1.xml | 9 +
test/resources/xml/soap/security2-soap.xml | 54 +
test/resources/xml/soap/soap11/soap11fault.xml | 16 +
test/resources/xml/soap/soap11/soap11message.xml | 46 +
test/resources/xml/soap/soap12message.xml | 58 +
test/resources/xml/soap/soapmessage.txt | 16 +
test/resources/xml/soap/soapmessage.xml | 20 +
test/resources/xml/soap/soapmessage1.xml | 27 +
test/resources/xml/soap/test.xml | 59 +
test/resources/xml/soap/whitespacedMessage.xml | 27 +
test/resources/xml/soap/wrongEnvelopeNamespace.xml | 12 +
50 files changed, 10698 insertions(+)
create mode 100644 test/resources/xml/om/axis.xml
create mode 100644 test/resources/xml/om/basic.xml
create mode 100644 test/resources/xml/om/basicupdate.xml
create mode 100644 test/resources/xml/om/contents.xml
create mode 100644 test/resources/xml/om/defaultNamespace.xml
create mode 100644 test/resources/xml/om/evaluate.xml
create mode 100644 test/resources/xml/om/fibo.xml
create mode 100644 test/resources/xml/om/id.xml
create mode 100644 test/resources/xml/om/jaxen24.xml
create mode 100644 test/resources/xml/om/jaxen3.xml
create mode 100644 test/resources/xml/om/lang.xml
create mode 100644 test/resources/xml/om/message.xml
create mode 100644 test/resources/xml/om/moreover.xml
create mode 100644 test/resources/xml/om/much_ado.xml
create mode 100644 test/resources/xml/om/namespaces.xml
create mode 100644 test/resources/xml/om/nitf.xml
create mode 100644 test/resources/xml/om/numbers.xml
create mode 100644 test/resources/xml/om/pi.xml
create mode 100644 test/resources/xml/om/pi2.xml
create mode 100644 test/resources/xml/om/simple.xml
create mode 100644 test/resources/xml/om/spaces.xml
create mode 100644 test/resources/xml/om/test.xml
create mode 100644 test/resources/xml/om/testNamespaces.xml
create mode 100644 test/resources/xml/om/underscore.xml
create mode 100644 test/resources/xml/om/web.xml
create mode 100644 test/resources/xml/om/web2.xml
create mode 100644 test/resources/xml/soap/OMElementTest.xml
create mode 100644 test/resources/xml/soap/badsoap/bodyNotQualified.xml
create mode 100644 test/resources/xml/soap/badsoap/envelopeMissing.xml
create mode 100644 test/resources/xml/soap/badsoap/haederBodyWrongOrder.xml
create mode 100644 test/resources/xml/soap/badsoap/notnamespaceQualified.xml
create mode 100644 test/resources/xml/soap/badsoap/twoBodymessage.xml
create mode 100644 test/resources/xml/soap/badsoap/twoheaders.xml
create mode 100644 test/resources/xml/soap/badsoap/wrongSoapNs.xml
create mode 100644 test/resources/xml/soap/emtyBodymessage.xml
create mode 100644 test/resources/xml/soap/invalidMustUnderstandSOAP12.xml
create mode 100644 test/resources/xml/soap/minimalMessage.xml
create mode 100644 test/resources/xml/soap/reallyReallyBigMessage.xml
create mode 100644 test/resources/xml/soap/sample1.txt
create mode 100644 test/resources/xml/soap/sample1.xml
create mode 100644 test/resources/xml/soap/security2-soap.xml
create mode 100644 test/resources/xml/soap/soap11/soap11fault.xml
create mode 100644 test/resources/xml/soap/soap11/soap11message.xml
create mode 100644 test/resources/xml/soap/soap12message.xml
create mode 100644 test/resources/xml/soap/soapmessage.txt
create mode 100644 test/resources/xml/soap/soapmessage.xml
create mode 100644 test/resources/xml/soap/soapmessage1.xml
create mode 100644 test/resources/xml/soap/test.xml
create mode 100644 test/resources/xml/soap/whitespacedMessage.xml
create mode 100644 test/resources/xml/soap/wrongEnvelopeNamespace.xml
(limited to 'test/resources/xml')
diff --git a/test/resources/xml/om/axis.xml b/test/resources/xml/om/axis.xml
new file mode 100644
index 0000000..bc996c5
--- /dev/null
+++ b/test/resources/xml/om/axis.xml
@@ -0,0 +1,25 @@
+
+
+
diff --git a/test/resources/xml/om/jaxen3.xml b/test/resources/xml/om/jaxen3.xml new file mode 100644 index 0000000..a87723a --- /dev/null +++ b/test/resources/xml/om/jaxen3.xml @@ -0,0 +1,15 @@ + +
Text placed in the public domain by Moby Lexical Tools, 1992.
+SGML markup by Jon Bosak, 1992-1994.
+XML version by Jon Bosak, 1996-1998.
+This work may be freely copied and distributed worldwide.
+Despite the uncertain legality of the Napster online music-sharing service, the number of people +using it more than quadrupled in just five months, Media Metrix said Monday.
+That made Napster the fastest-growing software application ever recorded by the Internet research +company.
+From 1.1 million home users in the United States in February, the first month Media Metrix +tracked the application, Napster use rocketed to 4.9 million users in July.
+That represents 6 percent of U.S. home PC users who have modems, said Media Metrix, which pays +people to install monitoring software on their computers.
+It estimates total usage from a panel of about 50,000 people in the United States.
+Napster was also used at work by 887,000 people in July, Media Metrix said.
+Napster Inc. has been sued by the recording industry for allegedly enabling copyright +infringement. The federal government weighed in on the case Friday, saying the service is not protected +under a key copyright law, as the San Mateo, Calif., company claims.
+Bruce Ryon, head of Media Metrix's New Media Group, said Napster was used by "the full spectrum of PC users, not just the youth with time on their hands and a passion for music."
+The Napster program allows users to copy digital music files from the hard drives of other +users over the Internet.
+Napster Inc. said last week that 28 million people had downloaded its program. It does not reveal +its own figures for how many people actually use the software.
+Because the program connects to the company's computers over the Internet every time +it is run, Napster Inc. can track usage exactly.
+__
+On the Net:
+ + ++ This is vey good book on OM! +
+