From 478f345c44a5f9c4e09c5e6dd1658588abf40803 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 6 Feb 2018 19:25:32 +0100 Subject: [PATCH] Fixup test referring to description statement This was broken by yangtools properly processing whitespace, which retains the newline. Change-Id: I5796275a80bc1989061fd745270d51a4a37f97bd Signed-off-by: Robert Varga --- .../config/yangjmxgenerator/ServiceInterfaceEntryTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/config/yang-jmx-generator/src/test/java/org/opendaylight/controller/config/yangjmxgenerator/ServiceInterfaceEntryTest.java b/opendaylight/config/yang-jmx-generator/src/test/java/org/opendaylight/controller/config/yangjmxgenerator/ServiceInterfaceEntryTest.java index f021c2c81d..3b9823ebee 100644 --- a/opendaylight/config/yang-jmx-generator/src/test/java/org/opendaylight/controller/config/yangjmxgenerator/ServiceInterfaceEntryTest.java +++ b/opendaylight/config/yang-jmx-generator/src/test/java/org/opendaylight/controller/config/yangjmxgenerator/ServiceInterfaceEntryTest.java @@ -123,7 +123,7 @@ public class ServiceInterfaceEntryTest extends AbstractYangTest { is(PackageTranslatorTest.EXPECTED_PACKAGE_PREFIX + ".threadpool.ThreadPool")); - String expectedDescription = "An extension of the simple pool of threads able to schedule " + String expectedDescription = "An extension of the simple pool of threads able to schedule\n" + "work to be executed at some point in time."; assertThat(trimInnerSpacesOrNull(scheduled.getNullableDescription()), is(expectedDescription)); -- 2.36.6