Fix compilation warnings: replace deprecated junit.framework.Assert
[controller.git] / opendaylight / adsal / sal / api / src / test / java / org / opendaylight / controller / sal / packet / UDPTest.java
index a3a597a82d0fcb4524da02f174c9ca0419174c81..ddb6acb0a180904e211747738c765c1656259f3f 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;