Add import for netconf-node-optional
[netconf.git] / netconf / netconf-console / src / test / java / org / opendaylight / netconf / console / impl / NetconfCommandsImplTest.java
index f8cb733ee1267ffff34ef2e149412042d124c663..f6132338bcb9a533e857cc7df2ec009730d3cac3 100644 (file)
@@ -74,7 +74,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