From feba5c3ff4e1134cd127ce9eed96357d8c841b93 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Thu, 9 Nov 2017 11:41:46 -0500 Subject: Move unit test mocks to test scoped jar This commit removes the MSOMockServer artifact. The mocks are now in a test-scoped jar in MSOCommon. Issue: SO-314 Change-Id: Ifbc508c12a56cda329320adf1945c93f31ebe13c Signed-off-by: Rob Daugherty --- .../src/main/resources/__files/sdncSimResponse.xml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 bpmn/MSOMockServer/src/main/resources/__files/sdncSimResponse.xml (limited to 'bpmn/MSOMockServer/src/main/resources') diff --git a/bpmn/MSOMockServer/src/main/resources/__files/sdncSimResponse.xml b/bpmn/MSOMockServer/src/main/resources/__files/sdncSimResponse.xml deleted file mode 100644 index bef293dfde..0000000000 --- a/bpmn/MSOMockServer/src/main/resources/__files/sdncSimResponse.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - d325c9a7-84c0-4081-b979-9cc773a0976d - 200 - OK - - <layer3-service-list - xmlns="com:att:sdnctl:l3api"><service-instance-id>0XX/VXXX/003717//Shakeout</service-instance-id><service-status><rpc-name>svc-topology-operation</rpc-name><rpc-action>delete</rpc-action><request-status>synccomplete</request-status><final-indicator>Y</final-indicator><l3sdn-action>DisconnectLayer3ServiceRequest</l3sdn-action><response-timestamp>2015-10-22T02:11:52.010Z</response-timestamp></service-status><service-data><svc-config-additional-data/></service-data></layer3-service-list> - - - - -- cgit