From: Aron Roberts Date: Mon, 2 Apr 2012 19:51:04 +0000 (-0700) Subject: CSPACE-4814: Beachhead commit of a passing XmlReplay-based test for POSTs to the... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=8c8f1a428745e9455109d338100586de2f4903b9;p=tmp%2Fjakarta-migration.git CSPACE-4814: Beachhead commit of a passing XmlReplay-based test for POSTs to the imports service. Despite '200' status code in result and success message, import does not currently succeed. --- diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/imports/import-1objectexit-post.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/imports/import-1objectexit-post.xml new file mode 100644 index 000000000..209ad37af --- /dev/null +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/imports/import-1objectexit-post.xml @@ -0,0 +1,10 @@ + + + + + Sebastián & Barnes + OE2010.2 + + + diff --git a/services/IntegrationTests/src/test/resources/test-data/xmlreplay/imports/imports.xml b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/imports/imports.xml new file mode 100644 index 000000000..4b26bd401 --- /dev/null +++ b/services/IntegrationTests/src/test/resources/test-data/xmlreplay/imports/imports.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + 200 + POST + /cspace-services/imports + imports/import-1objectexit-post.xml + + + + + + + + + + \ No newline at end of file