From cd03b372e88961a8783473ae585039d53a45a6c8 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 4 Jan 2016 16:53:09 +0100 Subject: [PATCH] Do not use deprecated junit API Change-Id: Ifcc09ece789c245f8db9e55e5919a6b3cd46e6db Signed-off-by: Robert Varga --- .../yangtools/yang/stmt/test/SubstatementValidatorTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.36.6