X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fyang-common%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fcommon%2FRevisionTest.java;h=e2eb54edfc7da3fe84e80baecf139a48892c85f9;hb=c3a7ca0aa9faa21943fe472f49e94c43943ab90d;hp=47c81cd7f5eb079331f352cba420eeeed6829f1d;hpb=c382ad5ab30ab577d7dc055912241cb2b87ff6b3;p=yangtools.git diff --git a/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/RevisionTest.java b/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/RevisionTest.java index 47c81cd7f5..e2eb54edfc 100644 --- a/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/RevisionTest.java +++ b/common/yang-common/src/test/java/org/opendaylight/yangtools/yang/common/RevisionTest.java @@ -7,10 +7,10 @@ */ package org.opendaylight.yangtools.yang.common; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertThrows; -import static org.junit.Assert.assertTrue; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; +import static org.junit.jupiter.api.Assertions.assertThrows; +import static org.junit.jupiter.api.Assertions.assertTrue; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; @@ -19,7 +19,7 @@ import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.time.format.DateTimeParseException; import java.util.Optional; -import org.junit.Test; +import org.junit.jupiter.api.Test; public class RevisionTest { @Test