Bug 3876: unit test coverage increase 42/27442/4
authorFilip Gregor <filip.gregor@pantheon.sk>
Fri, 25 Sep 2015 14:44:29 +0000 (16:44 +0200)
committerRobert Varga <rovarga@cisco.com>
Sat, 26 Sep 2015 12:37:13 +0000 (14:37 +0200)
commit5dee8485096e7b4ba9e0cfdc3de0dcbd56dc97f8
treeb305c9e8765597a67bc37efd489e7149c3d0e6f4
parent1f8d9c368c80dcbbc4d8439375ce466f75329774
Bug 3876: unit test coverage increase

Add a simple test suite, cleanup pom.xml and fix a couple of typos.

Change-Id: Ib40f1344bea339bcf89c6f7981ba2888b1fe255e
Signed-off-by: Filip Gregor <filip.gregor@pantheon.sk>
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-data-jaxen/pom.xml
yang/yang-data-jaxen/src/main/java/org/opendaylight/yangtools/yang/data/jaxen/NormalizedNodeContext.java
yang/yang-data-jaxen/src/main/java/org/opendaylight/yangtools/yang/data/jaxen/NormalizedNodeNavigator.java
yang/yang-data-jaxen/src/test/java/org/opendaylight/yangtools/yang/data/jaxen/JaxenTest.java [new file with mode: 0644]
yang/yang-data-jaxen/src/test/java/org/opendaylight/yangtools/yang/data/jaxen/TestUtils.java [new file with mode: 0644]
yang/yang-data-jaxen/src/test/resources/test/documentTest/test2.yang [new file with mode: 0644]