Fix checkstyle in yang-parser-impl and enable enforcement
[yangtools.git] / yang / yang-parser-impl / src / test / java / org / opendaylight / yangtools / yang / stmt / yin / YinFileAugmentStmtTest.java
index b10cf671a9376eb1d0d96005998f6d7bd159b48b..8bdfbf10d0cb424b319e277eea606f6b1552d46a 100644 (file)
@@ -48,9 +48,9 @@ public class YinFileAugmentStmtTest {
         final AugmentationSchema augment = augmentIterator.next();
         assertNotNull(augment);
         assertTrue(augment.getTargetPath().toString().contains(
-                "(urn:opendaylight:params:xml:ns:yang:controller:config?revision=2013-04-05)modules, " +
-                        "(urn:opendaylight:params:xml:ns:yang:controller:config?revision=2013-04-05)module, " +
-                        "(urn:opendaylight:params:xml:ns:yang:controller:config?revision=2013-04-05)configuration"));
+                "(urn:opendaylight:params:xml:ns:yang:controller:config?revision=2013-04-05)modules, "
+                        + "(urn:opendaylight:params:xml:ns:yang:controller:config?revision=2013-04-05)module, "
+                        "(urn:opendaylight:params:xml:ns:yang:controller:config?revision=2013-04-05)configuration"));
 
         assertEquals(1, augment.getChildNodes().size());
         final ChoiceCaseNode caseNode = (ChoiceCaseNode) augment.getDataChildByName(QName.create(