Fix compilation warnings: replace deprecated junit.framework.Assert
[controller.git] / opendaylight / adsal / sal / api / src / test / java / org / opendaylight / controller / sal / packet / ICMPTest.java
index 287b73ae3c22fda416fe21a8f003bc9d6e451312..f591fb19521458a73d4a8800c4764dd5bcdeb6ac 100644 (file)
@@ -11,7 +11,7 @@ package org.opendaylight.controller.sal.packet;
 
 import java.util.Arrays;
 
-import junit.framework.Assert;
+import org.junit.Assert;
 
 import org.junit.Test;