X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fdata%2Fimpl%2Fschema%2Ftree%2FBug5830Test.java;h=9571bb6be0ed888c23d88df81aa1e2d9c1606361;hb=2fb9e7cb0aaeac0792f918190803b2041c192611;hp=f94da1c607b571c9e683f69923ecdda7fa4c7f73;hpb=cb8db2cc29fe3f6487c7358c6e3196ad74b427b8;p=yangtools.git diff --git a/yang/yang-data-impl/src/test/java/org/opendaylight/yangtools/yang/data/impl/schema/tree/Bug5830Test.java b/yang/yang-data-impl/src/test/java/org/opendaylight/yangtools/yang/data/impl/schema/tree/Bug5830Test.java index f94da1c607..9571bb6be0 100644 --- a/yang/yang-data-impl/src/test/java/org/opendaylight/yangtools/yang/data/impl/schema/tree/Bug5830Test.java +++ b/yang/yang-data-impl/src/test/java/org/opendaylight/yangtools/yang/data/impl/schema/tree/Bug5830Test.java @@ -71,7 +71,7 @@ public class Bug5830Test { } private static void testPresenceContainer() throws DataValidationFailedException { - final EffectiveModelContext schemaContext = TestModel.createTestContext("/bug5830/foo-presence.yang"); + final EffectiveModelContext schemaContext = TestModel.createTestContext("/bug-5830/foo-presence.yang"); assertNotNull("Schema context must not be null.", schemaContext); testContainerIsNotPresent(schemaContext); @@ -87,7 +87,7 @@ public class Bug5830Test { } private static void testNonPresenceContainer() throws DataValidationFailedException { - final EffectiveModelContext schemaContext = TestModel.createTestContext("/bug5830/foo-non-presence.yang"); + final EffectiveModelContext schemaContext = TestModel.createTestContext("/bug-5830/foo-non-presence.yang"); assertNotNull("Schema context must not be null.", schemaContext); try { @@ -111,7 +111,7 @@ public class Bug5830Test { } private static void testMultipleContainers() throws DataValidationFailedException { - final EffectiveModelContext schemaContext = TestModel.createTestContext("/bug5830/foo-multiple.yang"); + final EffectiveModelContext schemaContext = TestModel.createTestContext("/bug-5830/foo-multiple.yang"); assertNotNull("Schema context must not be null.", schemaContext); testContainerIsNotPresent(schemaContext);