From 6c7ad7c110656f47273dc23228b41e46023492f3 Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 18 Apr 2009 07:36:53 +0000 Subject: Create 1.5 branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766260 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/data-feed.composite | 50 ++++++++++++++++++++++ .../src/test/resources/data.composite | 36 ++++++++++++++++ .../src/test/resources/insert.xml | 9 ++++ .../src/test/resources/update.xml | 7 +++ 4 files changed, 102 insertions(+) create mode 100644 branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/data-feed.composite create mode 100644 branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/data.composite create mode 100644 branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/insert.xml create mode 100644 branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/update.xml (limited to 'branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources') diff --git a/branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/data-feed.composite b/branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/data-feed.composite new file mode 100644 index 0000000000..40c755b134 --- /dev/null +++ b/branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/data-feed.composite @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/data.composite b/branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/data.composite new file mode 100644 index 0000000000..f30b15e34c --- /dev/null +++ b/branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/data.composite @@ -0,0 +1,36 @@ + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/insert.xml b/branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/insert.xml new file mode 100644 index 0000000000..c0a5ada4bf --- /dev/null +++ b/branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/insert.xml @@ -0,0 +1,9 @@ + + + + New Coorporation I + + + New Coorporation II + + diff --git a/branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/update.xml b/branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/update.xml new file mode 100644 index 0000000000..c6cef75274 --- /dev/null +++ b/branches/sca-java-1.5/modules/implementation-data-xml/src/test/resources/update.xml @@ -0,0 +1,7 @@ + + + + 4 + Update Coorporation + + -- cgit v1.2.3