From: Vratko Polak Date: Wed, 20 Apr 2016 14:36:04 +0000 (+0200) Subject: Binding v2: Testing module with two consecutive dots X-Git-Tag: release/boron~133 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=c67b829076347acfda1a594dc8b10e4964a15535;p=mdsal.git Binding v2: Testing module with two consecutive dots Currently in v1 this fails to generate sources. Change-Id: Id415d3c512cf0db56ba817998cc4f5631b78c037 Signed-off-by: Vratko Polak --- diff --git a/binding/mdsal-binding-spec-2/src/test/resources/odl-test-double..dot.yang b/binding/mdsal-binding-spec-2/src/test/resources/odl-test-double..dot.yang new file mode 100644 index 0000000000..ad03801683 --- /dev/null +++ b/binding/mdsal-binding-spec-2/src/test/resources/odl-test-double..dot.yang @@ -0,0 +1,14 @@ +module odl-test-double..dot { + yang-version 1; + namespace "urn:opendaylight:params:xml:ns:yang:mdsal:binding2:test:double..dot"; + prefix "dd"; + + description + "Module aimed to create package name with two consecutive dots."; + + revision "2016-04-20" { + description + "Initial revision, for ODL Boron."; + } + +}