Use org.junit instead of junit.framework
[ovsdb.git] / integrationtest / src / test / java / org / opendaylight / ovsdb / integrationtest / ovsdbclient / OvsdbClientTestITTyped.java
index a39af76894102af017bafb303df84261a3d85a9f..b11a887cece3447b1b46239660ef72c8d3111982 100644 (file)
@@ -19,9 +19,8 @@ import java.util.Set;
 import java.util.concurrent.ExecutionException;
 import java.util.concurrent.TimeoutException;
 
-import junit.framework.Assert;
-
 import org.junit.After;
+import org.junit.Assert;
 import org.junit.Before;
 import org.junit.Test;
 import org.opendaylight.ovsdb.lib.OvsdbClient;