Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / identity / prefixidentitytest.yang
1 module prefixidentitytest {
2     yang-version 1;
3     namespace "urn:test.prefixidentitytest";
4     prefix prefixtest;
5
6     organization "opendaylight";
7     contact "http://www.opendaylight.org";
8
9     revision "2014-09-24" {
10         description "Initial import";
11     }
12
13     identity prefixtest {
14         base prefixtest:prefixtest;
15     }
16 }