diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-12 19:29:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-12 19:29:46 +0000 |
commit | 19e8dcfa177d511fedb9d756f5de5de69509f76e (patch) | |
tree | f33fa3c1fb2706b8b19c5c37c66b3009896e9037 /controlloop/common/simulators/src | |
parent | e126a975d8c6f3970dbf87ead79fa69afe510301 (diff) | |
parent | d02b569900c1ea1870eba6647d5b223a89baeebb (diff) |
Merge "Fixing VFC Model response class"
Diffstat (limited to 'controlloop/common/simulators/src')
-rw-r--r-- | controlloop/common/simulators/src/test/java/org/onap/policy/simulators/VfcSimulatorTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
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<Integer, String> httpDetails = RESTManager.get("http://localhost:6668/api/nslcm/v1/jobs/1234&responseId=5678", "username", "password", new HashMap<String, String>()); |