From e1b79358817f1202c50f7410b92746b0777d0642 Mon Sep 17 00:00:00 2001 From: Jan Hajnar Date: Wed, 10 Jun 2015 13:55:42 +0200 Subject: [PATCH] Bug 868 - Continuous: remove deprecated APIs * removed deprecated API from Bug3595Test Change-Id: Ic8f987aeb000cfb150286ad44e478771e8a52384 Signed-off-by: Jan Hajnar --- .../controller/sal/restconf/impl/test/Bug3595Test.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/Bug3595Test.java b/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/Bug3595Test.java index cb15aad604..e9f3157155 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/Bug3595Test.java +++ b/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/Bug3595Test.java @@ -1,7 +1,7 @@ package org.opendaylight.controller.sal.restconf.impl.test; -import static junit.framework.Assert.assertEquals; -import static junit.framework.TestCase.assertNotNull; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertNotNull; import java.io.FileNotFoundException; import org.junit.BeforeClass; import org.junit.Test; -- 2.36.6