Fix compilation warnings: replace deprecated junit.framework.Assert
[controller.git] / opendaylight / adsal / sal / api / src / test / java / org / opendaylight / controller / sal / packet / PacketTest.java
index 95eff32ef1899f39a3838f2f46fea8c0f51923fa..00b0feecd8e133d2a73a7bd400c271ebb18e48c6 100644 (file)
@@ -13,7 +13,7 @@ import java.net.InetAddress;
 import java.util.Arrays;
 import java.util.Map;
 
-import junit.framework.Assert;
+import org.junit.Assert;
 
 import org.junit.Test;
 import org.opendaylight.controller.sal.match.Match;