Fix compilation warnings: replace deprecated junit.framework.Assert
[controller.git] / opendaylight / adsal / sal / api / src / test / java / org / opendaylight / controller / sal / packet / TCPTest.java
index e56f41e5c1b301cf78eb8e1e5df3f29fcbe1e7e2..c5f69518a1781573112b6e5cc20ef70da773657d 100644 (file)
@@ -9,7 +9,7 @@
 
 package org.opendaylight.controller.sal.packet;
 
-import junit.framework.Assert;
+import org.junit.Assert;
 
 import org.junit.Test;
 import org.opendaylight.controller.sal.match.Match;