From: Robert Varga Date: Mon, 4 Jan 2016 15:53:09 +0000 (+0100) Subject: Do not use deprecated junit API X-Git-Tag: release/beryllium~40 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=yangtools.git;a=commitdiff_plain;h=cd03b372e88961a8783473ae585039d53a45a6c8 Do not use deprecated junit API Change-Id: Ifcc09ece789c245f8db9e55e5919a6b3cd46e6db Signed-off-by: Robert Varga --- diff --git a/yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/test/SubstatementValidatorTest.java b/yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/test/SubstatementValidatorTest.java index 4c67d6c3b9..294ceb9b7f 100644 --- a/yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/test/SubstatementValidatorTest.java +++ b/yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/test/SubstatementValidatorTest.java @@ -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;