Fix compilation warnings: replace deprecated junit.framework.Assert
[controller.git] / opendaylight / adsal / sal / api / src / test / java / org / opendaylight / controller / sal / packet / EthernetTest.java
index 494dd2abf28c0d0e660debeb6a9936c3c752315a..5176bd6cbc25dacb8a0c95a33650df3002fe00c9 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;
 import org.opendaylight.controller.sal.match.Match;