Remove IetfYangSmiv2Namespace
[yangtools.git] / yang / rfc6643-parser-support / src / test / java / org / opendaylight / yangtools / rfc6643 / parser / IetfYangSmiv2ExtensionPluginTest.java
index c714209d7dcb3497f395e4e8ad5f73aefca1c802..31e4456bc65dab68e4e71606b2bf93f6143cf909 100644 (file)
@@ -9,7 +9,6 @@ package org.opendaylight.yangtools.rfc6643.parser;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
-import static org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour.sourceLocal;
 
 import java.io.IOException;
 import org.junit.AfterClass;
@@ -52,7 +51,6 @@ public class IetfYangSmiv2ExtensionPluginTest {
                 .addStatementSupport(ModelProcessingPhase.FULL_DECLARATION, AliasStatementSupport.getInstance())
                 .addStatementSupport(ModelProcessingPhase.FULL_DECLARATION, OidStatementSupport.getInstance())
                 .addStatementSupport(ModelProcessingPhase.FULL_DECLARATION, SubIdStatementSupport.getInstance())
-                .addNamespaceSupport(ModelProcessingPhase.FULL_DECLARATION, sourceLocal(IetfYangSmiv2Namespace.class))
                 .build();
     }