X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-rfc8040%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fnb%2Frfc8040%2Futils%2Fparser%2FParserIdentifierTest.java;fp=restconf%2Frestconf-nb-rfc8040%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fnb%2Frfc8040%2Futils%2Fparser%2FParserIdentifierTest.java;h=e15feccc39d7d32c4520481a8817774c7465a299;hb=5124631951f392930e5dcc399f25d6fd2c54cfe6;hp=d5f3568b6b1a0baf16307a83c48c52ad4d8175c1;hpb=599966a955fd902c294b4629153846abdf5f6d61;p=netconf.git diff --git a/restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/utils/parser/ParserIdentifierTest.java b/restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/utils/parser/ParserIdentifierTest.java index d5f3568b6b..e15feccc39 100644 --- a/restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/utils/parser/ParserIdentifierTest.java +++ b/restconf/restconf-nb-rfc8040/src/test/java/org/opendaylight/restconf/nb/rfc8040/utils/parser/ParserIdentifierTest.java @@ -250,8 +250,6 @@ public class ParserIdentifierTest { RestconfError.ErrorType.PROTOCOL, e.getErrors().get(0).getErrorType()); assertEquals("Not expected error tag", ErrorTag.DATA_MISSING, e.getErrors().get(0).getErrorTag()); - assertEquals("Not expected error status code", - 404, e.getErrors().get(0).getErrorTag().getStatusCode()); } }