Fix failing test. 72/51772/1
authorJozef Bacigal <jozef.bacigal@pantheon.tech>
Mon, 13 Feb 2017 08:40:03 +0000 (09:40 +0100)
committerJozef Bacigal <jozef.bacigal@pantheon.tech>
Mon, 13 Feb 2017 08:41:36 +0000 (09:41 +0100)
Yangtools fixed their issue and merged it.

Change-Id: I47c3397145a53c2d2db72093b153a40da5cee571
Signed-off-by: Jozef Bacigal <jozef.bacigal@pantheon.tech>
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/common/MultipartRequestInputFactoryTest.java

index 9b7acb9ae8f7e1a1bdb542910b4d868822d0d529..8eb0f9ff7d19fcbf23a6ec20330339a48a60f1fd 100644 (file)
@@ -256,7 +256,7 @@ public class MultipartRequestInputFactoryTest {
 
     private void checkEmptyBody(MultipartRequestBody mpRqBody, Class<? extends MultipartRequestBody> expectedMpRqBodyClass) throws Exception {
         Assert.assertTrue(expectedMpRqBodyClass.isAssignableFrom(mpRqBody.getImplementedInterface()));
-        final String expectedDump = expectedMpRqBodyClass.getSimpleName() + " [augmentation=[]]";
+        final String expectedDump = expectedMpRqBodyClass.getSimpleName() + " [augmentation=[]]";
         Assert.assertEquals(expectedDump, String.valueOf(mpRqBody));
     }
 }
\ No newline at end of file