Fix identity-ref value parsing/serialization
[yangtools.git] / codec / yang-data-codec-xml / src / test / java / org / opendaylight / yangtools / yang / data / codec / xml / StrictParsingModeTest.java
index 557b5c451100a1e6bef1f8326b9f5ae7e28545ea..cce76ec9b75860a61e702447044b6b6c9ea7f7c7 100644 (file)
@@ -77,6 +77,6 @@ public class StrictParsingModeTest {
 
         final XMLStreamException ex = assertThrows(XMLStreamException.class, () -> xmlParser.parse(reader));
         assertThat(ex.getMessage(), containsString("Schema for node with name unknown-container-a and namespace foo "
-            + "does not exist in parent container top-level-container"));
+            + "does not exist in parent EmptyContainerEffectiveStatement{argument=(foo)top-level-container}"));
     }
 }