@@ -372,16 +372,16 @@ TEST_CASE("context")
372372 ctx->parseModule (valid_yang_model, libyang::SchemaFormat::YANG);
373373 auto modules = ctx->modules ();
374374 REQUIRE (modules.size () == 9 );
375- REQUIRE (modules.at (0 ).name () == " ietf-yang-metadata " );
376- REQUIRE (modules.at (0 ).ns () == " urn:ietf:params:xml:ns:yang:ietf-yang-metadata " );
377- REQUIRE (modules.at (1 ).name () == " yang" );
378- REQUIRE (modules.at (1 ).ns () == " urn:ietf:params:xml:ns:yang:1 " );
379- REQUIRE (modules.at (2 ).name () == " default " );
380- REQUIRE (modules.at (2 ).ns () == " urn:ietf:params:xml:ns:netconf:default:1.0 " );
381- REQUIRE (modules.at (3 ).name () == " ietf-inet-types " );
382- REQUIRE (modules.at (3 ).ns () == " urn:ietf:params:xml:ns:yang:ietf-inet-types " );
383- REQUIRE (modules.at (4 ).name () == " ietf-yang-types " );
384- REQUIRE (modules.at (4 ).ns () == " urn:ietf:params:xml:ns:yang:ietf-yang-types " );
375+ REQUIRE (modules.at (0 ).name () == " ietf-inet-types " );
376+ REQUIRE (modules.at (0 ).ns () == " urn:ietf:params:xml:ns:yang:ietf-inet-types " );
377+ REQUIRE (modules.at (1 ).name () == " ietf- yang-types " );
378+ REQUIRE (modules.at (1 ).ns () == " urn:ietf:params:xml:ns:yang:ietf-yang-types " );
379+ REQUIRE (modules.at (2 ).name () == " ietf-yang-metadata " );
380+ REQUIRE (modules.at (2 ).ns () == " urn:ietf:params:xml:ns:yang:ietf-yang-metadata " );
381+ REQUIRE (modules.at (3 ).name () == " yang " );
382+ REQUIRE (modules.at (3 ).ns () == " urn:ietf:params:xml:ns:yang:1 " );
383+ REQUIRE (modules.at (4 ).name () == " default " );
384+ REQUIRE (modules.at (4 ).ns () == " urn:ietf:params:xml:ns:netconf:default:1.0 " );
385385 REQUIRE (modules.at (5 ).name () == " ietf-yang-schema-mount" );
386386 REQUIRE (modules.at (5 ).ns () == " urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount" );
387387 REQUIRE (modules.at (6 ).name () == " ietf-yang-structure-ext" );
0 commit comments