From c5b57b3f5784c8e185c54dd370b2392a0cc83b19 Mon Sep 17 00:00:00 2001 From: Jozef Gloncak Date: Wed, 14 May 2014 10:23:24 +0200 Subject: [PATCH 1/1] BUG 1001 Failing test - RestGetOperationTest.getStreamsTest responseBody variable now contained some data and therefore it wasn't xml tag but Change-Id: I73004f848f0dfc5f2929f8f8ea2dbd6afc25d35a Signed-off-by: Jozef Gloncak --- .../controller/sal/restconf/impl/test/RestGetOperationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestGetOperationTest.java b/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestGetOperationTest.java index 320a7f9d08..4198e20b83 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestGetOperationTest.java +++ b/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/RestGetOperationTest.java @@ -234,7 +234,7 @@ public class RestGetOperationTest extends JerseyTest { response = target(uri).request("application/yang.api+xml").get(); responseBody = response.readEntity(String.class); assertNotNull(responseBody); - assertTrue(responseBody.contains("")); + assertTrue(responseBody.contains("