From: Martin Vitez Date: Mon, 4 Aug 2014 09:57:12 +0000 (+0200) Subject: Fixed namespace of yang testing file. X-Git-Tag: release/helium~347^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=1f7d7b7da56b66a8ca963f25ffb6a9554b341499 Fixed namespace of yang testing file. This test used 2 different yang files with same namespace, which is incorrect and can cause test fail later. Change-Id: I87a78e36d1d8812bb92f71c82722f87559907423 Signed-off-by: Martin Vitez --- diff --git a/opendaylight/md-sal/sal-rest-docgen/src/test/resources/yang/toaster_short.yang b/opendaylight/md-sal/sal-rest-docgen/src/test/resources/yang/toaster_short.yang index 9995a8f127..a1d5ab0a12 100644 --- a/opendaylight/md-sal/sal-rest-docgen/src/test/resources/yang/toaster_short.yang +++ b/opendaylight/md-sal/sal-rest-docgen/src/test/resources/yang/toaster_short.yang @@ -3,7 +3,7 @@ yang-version 1; namespace - "http://netconfcentral.org/ns/toaster"; + "http://netconfcentral.org/ns/toaster2"; prefix toast;