Add import for netconf-node-optional
[netconf.git] / netconf / netconf-console / src / test / java / org / opendaylight / netconf / console / impl / NetconfCommandsImplTest.java
index 28b8eff6087b2fd638205cc285ec5496e815c61b..03f7331720a5984ac21b536e2ed6f6c1fa0307cb 100644 (file)
@@ -77,7 +77,7 @@ public class NetconfCommandsImplTest {
     public static void beforeClass() {
         SCHEMA_CONTEXT = YangParserTestUtils.parseYangResources(NetconfCommandsImplTest.class,
             "/schemas/network-topology@2013-10-21.yang", "/schemas/ietf-inet-types@2013-07-15.yang",
-            "/schemas/yang-ext.yang", "/schemas/netconf-node-topology.yang");
+            "/schemas/yang-ext.yang", "/schemas/netconf-node-topology.yang", "/schemas/netconf-node-optional.yang");
     }
 
     @AfterClass