Fix compilation warnings: replace deprecated junit.framework.Assert
[controller.git] / opendaylight / adsal / containermanager / it.implementation / src / test / java / org / opendaylight / controller / containermanager / internal / ContainerImplTest.java
index 588b596fd4117c2cbdabfb19f9859391ce95d71d..cea81dbe6d97570d9aa20a1398ac55dd171a3043 100644 (file)
@@ -16,7 +16,7 @@ import org.opendaylight.controller.sal.utils.NodeCreator;
 \r
 import java.util.Hashtable;\r
 \r
-import static junit.framework.Assert.assertNull;\r
+import static org.junit.Assert.assertNull;\r
 import static org.junit.Assert.assertEquals;\r
 \r
 public class ContainerImplTest {\r