From fdab994d496243e732ecb4c73318b6dc0fe9250a Mon Sep 17 00:00:00 2001 From: Laramie Crocker Date: Thu, 19 May 2011 00:02:24 +0000 Subject: [PATCH] CSPACE-3994 Adding test cases which show behavior of bug, so they can be pulled into 1.7 branch --- .../resources/test-data/xmlreplay/dev-master.xml | 5 ++--- .../hierarchy/3-locations_w_relations.xml | 16 ++++++++++++++++ .../persons_common_delete_relations_PUT.xml | 2 ++ .../person/persons_common_w_relations_POST.xml | 9 +++++++++ 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/dev-master.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/dev-master.xml index a898a281a..33904ec48 100644 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/dev-master.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/dev-master.xml @@ -27,9 +27,8 @@ YWRtaW5AY29sbGVjdGlvbnNwYWNlLm9yZzpBZG1pbmlzdHJhdG9y - + + diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/3-locations_w_relations.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/3-locations_w_relations.xml index 766a8458e..6cb71f844 100755 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/3-locations_w_relations.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/location/hierarchy/3-locations_w_relations.xml @@ -18,11 +18,15 @@ ${itemCSID} Locationitem + Item + 1111 ${parentCSID} ${parentUri} Locationitem + 0000 + Parent @@ -31,10 +35,14 @@ ${childCSID} ${childUri} Locationitem + Child1 + 2200 ${itemCSID} Locationitem + Item + 1111 @@ -43,10 +51,14 @@ ${child2Uri} ${child2CSID} Locationitem + Child2 + 2222 ${itemCSID} Locationitem + Item + 1111 @@ -55,10 +67,14 @@ ${child3Uri} ${child3CSID} Locationitem + Child3 + 3333 ${itemCSID} Locationitem + Item + 1111 diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common_delete_relations_PUT.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common_delete_relations_PUT.xml index 74e0b2246..827388bb8 100755 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common_delete_relations_PUT.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common_delete_relations_PUT.xml @@ -33,11 +33,13 @@ ${childUri} Person John Wayne 1, the evil twin, child + 2222 ${itemCSID} Person John Wayne + 1111 diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common_w_relations_POST.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common_w_relations_POST.xml index a76a9881e..326de1fa3 100755 --- a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common_w_relations_POST.xml +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/persons_common_w_relations_POST.xml @@ -37,12 +37,14 @@ ${itemCSID} Person John Wayne, Me + 1111 ${parentCSID} ${parentUri} Person John Wayne 2, the evil twin, Parent + 0000 @@ -52,11 +54,13 @@ ${childUri} Person John Wayne 1, the evil twin, child + 1100 ${itemCSID} Person John Wayne + 1111 @@ -66,11 +70,13 @@ ${child2CSID} Person John Wayne 2, the evil twin, child + 2222 ${itemCSID} Person John Wayne + 1111 @@ -80,11 +86,14 @@ ${child3CSID} Person John Wayne 3, the evil twin, child + 3333 ${itemCSID} Person John Wayne + 1111 + -- 2.47.3