From 23827d0e09514ed102329129dc95fa827927515d Mon Sep 17 00:00:00 2001 From: Shailendra Borale Date: Mon, 30 Oct 2017 17:08:16 -0400 Subject: Changed files ecomp-model to onap-model SDNC does not recognize ecomp-model-information SDNC recognizes onap-model-information The ecomp-model-information was changed to onap-model-information Change-Id: I60c02ba6cb272703ad3bca17f71d5407d8a507d2 Issue-Id: SO-289 Signed-off-by: Shailendra Borale --- .../mso/bpmn/infrastructure/DoCreateSIRollbackTest.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN/src/test/java') diff --git a/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/DoCreateSIRollbackTest.java b/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/DoCreateSIRollbackTest.java index 50cda81a58..852c8f922f 100644 --- a/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/DoCreateSIRollbackTest.java +++ b/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/DoCreateSIRollbackTest.java @@ -136,12 +136,12 @@ public class DoCreateSIRollbackTest extends WorkflowTest { "" + EOL + "" + EOL + "123456789" + EOL + - "" + EOL + + "" + EOL + "" + EOL + "" + EOL + "" + EOL + "" + EOL + - "" + EOL + + "" + EOL + "MIS%252F1604%252F0026%252FSW_INTERNET" + EOL + "" + EOL + "SDN-ETHERNET-INTERNET" + EOL + @@ -174,12 +174,12 @@ public class DoCreateSIRollbackTest extends WorkflowTest { "" + EOL + "" + EOL + "123456789" + EOL + - "" + EOL + + "" + EOL + "" + EOL + "" + EOL + "" + EOL + "" + EOL + - "" + EOL + + "" + EOL + "MIS%252F1604%252F0026%252FSW_INTERNET" + EOL + "" + EOL + "SDN-ETHERNET-INTERNET" + EOL + @@ -196,4 +196,4 @@ public class DoCreateSIRollbackTest extends WorkflowTest { variables.put("rollbackData",rollbackData); } -} \ No newline at end of file +} -- cgit 1.2.3-korg