From d02b569900c1ea1870eba6647d5b223a89baeebb Mon Sep 17 00:00:00 2001 From: Ritu Sood Date: Mon, 11 Sep 2017 04:22:17 -0700 Subject: Fixing VFC Model response class Fixed the response class for VFC response and also removed the Ignore test case. Change-Id: I4373e86399089b7a3d743be4d19f76cc37d1ceea Issue-id: POLICY-57 Signed-off-by: Ritu Sood --- .../src/test/java/org/onap/policy/simulators/VfcSimulatorTest.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'controlloop/common/simulators') diff --git a/controlloop/common/simulators/src/test/java/org/onap/policy/simulators/VfcSimulatorTest.java b/controlloop/common/simulators/src/test/java/org/onap/policy/simulators/VfcSimulatorTest.java index 5bfc4a018..db110383c 100644 --- a/controlloop/common/simulators/src/test/java/org/onap/policy/simulators/VfcSimulatorTest.java +++ b/controlloop/common/simulators/src/test/java/org/onap/policy/simulators/VfcSimulatorTest.java @@ -58,8 +58,6 @@ public class VfcSimulatorTest { assertNotNull(response); } - //This test case fails because the model code does not match the response I was given, I do not know which is wrong - @Ignore @Test public void testGet(){ Pair httpDetails = RESTManager.get("http://localhost:6668/api/nslcm/v1/jobs/1234&responseId=5678", "username", "password", new HashMap()); -- cgit 1.2.3-korg