From c5846d0e19e3b5fd9d818d714fea2df3f3ef90eb Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 16 Nov 2009 06:46:29 +0000 Subject: Cleaning up SVN structure, moving das trunk to das-cpp/trunk. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880626 13f79535-47bb-0310-9956-ffa450edef68 --- .../runtime/test/rsc/testCompositeRelationship.xml | 35 ++++++++++++++++++ .../trunk/runtime/test/rsc/testCreateOperation.xml | 41 +++++++++++++++++++++ .../trunk/runtime/test/rsc/testDeleteOperation.xml | 41 +++++++++++++++++++++ .../rsc/testIncompleteCompositeRelationship1.xml | 35 ++++++++++++++++++ .../rsc/testIncompleteCompositeRelationship2.xml | 34 +++++++++++++++++ .../test/rsc/testKeyPairColumnTypeNotEqual.xml | 37 +++++++++++++++++++ .../runtime/test/rsc/testManyRelationship1.xml | 29 +++++++++++++++ .../runtime/test/rsc/testManyRelationship2.xml | 29 +++++++++++++++ .../trunk/runtime/test/rsc/testModifyOperation.xml | 41 +++++++++++++++++++++ das-cpp/trunk/runtime/test/rsc/testOCC1.xml | 43 ++++++++++++++++++++++ das-cpp/trunk/runtime/test/rsc/testOCC2.xml | 43 ++++++++++++++++++++++ 11 files changed, 408 insertions(+) create mode 100644 das-cpp/trunk/runtime/test/rsc/testCompositeRelationship.xml create mode 100644 das-cpp/trunk/runtime/test/rsc/testCreateOperation.xml create mode 100644 das-cpp/trunk/runtime/test/rsc/testDeleteOperation.xml create mode 100644 das-cpp/trunk/runtime/test/rsc/testIncompleteCompositeRelationship1.xml create mode 100644 das-cpp/trunk/runtime/test/rsc/testIncompleteCompositeRelationship2.xml create mode 100644 das-cpp/trunk/runtime/test/rsc/testKeyPairColumnTypeNotEqual.xml create mode 100644 das-cpp/trunk/runtime/test/rsc/testManyRelationship1.xml create mode 100644 das-cpp/trunk/runtime/test/rsc/testManyRelationship2.xml create mode 100644 das-cpp/trunk/runtime/test/rsc/testModifyOperation.xml create mode 100644 das-cpp/trunk/runtime/test/rsc/testOCC1.xml create mode 100644 das-cpp/trunk/runtime/test/rsc/testOCC2.xml (limited to 'das-cpp/trunk/runtime/test/rsc') diff --git a/das-cpp/trunk/runtime/test/rsc/testCompositeRelationship.xml b/das-cpp/trunk/runtime/test/rsc/testCompositeRelationship.xml new file mode 100644 index 0000000000..c22799e650 --- /dev/null +++ b/das-cpp/trunk/runtime/test/rsc/testCompositeRelationship.xml @@ -0,0 +1,35 @@ + + + + + + + + + + +
+ + + + + + +
\ No newline at end of file diff --git a/das-cpp/trunk/runtime/test/rsc/testCreateOperation.xml b/das-cpp/trunk/runtime/test/rsc/testCreateOperation.xml new file mode 100644 index 0000000000..c9e8d8a444 --- /dev/null +++ b/das-cpp/trunk/runtime/test/rsc/testCreateOperation.xml @@ -0,0 +1,41 @@ + + + + > + + + + + + +
+ + + + + + + + + + + + +
\ No newline at end of file diff --git a/das-cpp/trunk/runtime/test/rsc/testDeleteOperation.xml b/das-cpp/trunk/runtime/test/rsc/testDeleteOperation.xml new file mode 100644 index 0000000000..fa619fda76 --- /dev/null +++ b/das-cpp/trunk/runtime/test/rsc/testDeleteOperation.xml @@ -0,0 +1,41 @@ + + + + + + + + + + +
+ + + + + + + + + + + + +
\ No newline at end of file diff --git a/das-cpp/trunk/runtime/test/rsc/testIncompleteCompositeRelationship1.xml b/das-cpp/trunk/runtime/test/rsc/testIncompleteCompositeRelationship1.xml new file mode 100644 index 0000000000..b43453d21d --- /dev/null +++ b/das-cpp/trunk/runtime/test/rsc/testIncompleteCompositeRelationship1.xml @@ -0,0 +1,35 @@ + + + + + + + + + + +
+ + + + + + +
\ No newline at end of file diff --git a/das-cpp/trunk/runtime/test/rsc/testIncompleteCompositeRelationship2.xml b/das-cpp/trunk/runtime/test/rsc/testIncompleteCompositeRelationship2.xml new file mode 100644 index 0000000000..a3032f2be0 --- /dev/null +++ b/das-cpp/trunk/runtime/test/rsc/testIncompleteCompositeRelationship2.xml @@ -0,0 +1,34 @@ + + + + + + + + + +
+ + + + + + +
\ No newline at end of file diff --git a/das-cpp/trunk/runtime/test/rsc/testKeyPairColumnTypeNotEqual.xml b/das-cpp/trunk/runtime/test/rsc/testKeyPairColumnTypeNotEqual.xml new file mode 100644 index 0000000000..3da18378a1 --- /dev/null +++ b/das-cpp/trunk/runtime/test/rsc/testKeyPairColumnTypeNotEqual.xml @@ -0,0 +1,37 @@ + + + + + + + + + +
+ + + +
+ + + + + +
\ No newline at end of file diff --git a/das-cpp/trunk/runtime/test/rsc/testManyRelationship1.xml b/das-cpp/trunk/runtime/test/rsc/testManyRelationship1.xml new file mode 100644 index 0000000000..30ceadf1c0 --- /dev/null +++ b/das-cpp/trunk/runtime/test/rsc/testManyRelationship1.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/das-cpp/trunk/runtime/test/rsc/testManyRelationship2.xml b/das-cpp/trunk/runtime/test/rsc/testManyRelationship2.xml new file mode 100644 index 0000000000..9fa38c8a79 --- /dev/null +++ b/das-cpp/trunk/runtime/test/rsc/testManyRelationship2.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/das-cpp/trunk/runtime/test/rsc/testModifyOperation.xml b/das-cpp/trunk/runtime/test/rsc/testModifyOperation.xml new file mode 100644 index 0000000000..59ae0b986a --- /dev/null +++ b/das-cpp/trunk/runtime/test/rsc/testModifyOperation.xml @@ -0,0 +1,41 @@ + + + + + + + + + + +
+ + + + + + + + + + + + +
\ No newline at end of file diff --git a/das-cpp/trunk/runtime/test/rsc/testOCC1.xml b/das-cpp/trunk/runtime/test/rsc/testOCC1.xml new file mode 100644 index 0000000000..605d1aee83 --- /dev/null +++ b/das-cpp/trunk/runtime/test/rsc/testOCC1.xml @@ -0,0 +1,43 @@ + + + + + + + + + + +
+ + + +
+ + + + + + + + + + +
\ No newline at end of file diff --git a/das-cpp/trunk/runtime/test/rsc/testOCC2.xml b/das-cpp/trunk/runtime/test/rsc/testOCC2.xml new file mode 100644 index 0000000000..65fab5927f --- /dev/null +++ b/das-cpp/trunk/runtime/test/rsc/testOCC2.xml @@ -0,0 +1,43 @@ + + + + + + + + + + +
+ + + +
+ + + + + + + + + + +
\ No newline at end of file -- cgit v1.2.3