Bug 868 - Continuous: remove deprecated APIs 16/22616/3
authorJan Hajnar <jhajnar@cisco.com>
Wed, 10 Jun 2015 11:55:42 +0000 (13:55 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 8 Jul 2015 14:20:31 +0000 (14:20 +0000)
* removed deprecated API from Bug3595Test

Change-Id: Ic8f987aeb000cfb150286ad44e478771e8a52384
Signed-off-by: Jan Hajnar <jhajnar@cisco.com>
(cherry picked from commit e1b79358817f1202c50f7410b92746b0777d0642)

opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/Bug3595Test.java

index cb15aad60494c7a788ea8539e8e360d8501eae67..e9f315715551a254e261ea379bf1870c84ab7380 100644 (file)
@@ -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;