Do not use deprecated junit API 87/32087/2
authorRobert Varga <rovarga@cisco.com>
Mon, 4 Jan 2016 15:53:09 +0000 (16:53 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 4 Jan 2016 17:20:49 +0000 (18:20 +0100)
Change-Id: Ifcc09ece789c245f8db9e55e5919a6b3cd46e6db
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/test/SubstatementValidatorTest.java

index 4c67d6c3b9641a179bd376683a9a7ba922abf223..294ceb9b7f0a55795b51d7f6985e4383bce3e04c 100644 (file)
@@ -8,9 +8,8 @@
 
 package org.opendaylight.yangtools.yang.stmt.test;
 
-import static junit.framework.Assert.assertTrue;
 import static org.junit.Assert.assertNotNull;
-
+import static org.junit.Assert.assertTrue;
 import java.io.ByteArrayOutputStream;
 import java.io.PrintStream;
 import java.io.UnsupportedEncodingException;