Use org.junit instead of junit.framework
[ovsdb.git] / integrationtest / src / test / java / org / opendaylight / ovsdb / integrationtest / OvsdbIntegrationTestBase.java
index cd427e13f4791b12b72f4db57d1d55dd7a2129cb..bb101eb4d798beb2856c371a561da312885cbcdd 100644 (file)
@@ -9,8 +9,8 @@
  */
 package org.opendaylight.ovsdb.integrationtest;
 
-import static junit.framework.Assert.assertFalse;
 import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;