Reenable mdsal533 test 44/96344/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 24 May 2021 19:58:34 +0000 (21:58 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 24 May 2021 20:40:54 +0000 (22:40 +0200)
For some reason we lost @Test here, make sure we reinstate it.

Change-Id: I879179761ff33e85dbb4579ed4643db6726b3efe
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 6bbe26e519372be26ace031c24aefe92ab892ae8)

binding/mdsal-binding-java-api-generator/src/test/java/org/opendaylight/mdsal/binding/java/api/generator/test/CompilationTest.java

index 44d0b41ed9b062c1160129e007e75088d1b9e271..2e49d7824e0b7b75e6d552cef8cf7d8729eef154 100644 (file)
@@ -712,6 +712,7 @@ public class CompilationTest extends BaseCompilationTest {
         CompilationTestUtils.cleanUp(sourcesOutputDir, compiledOutputDir);
     }
 
+    @Test
     public void testMdsal533() throws Exception {
         final File sourcesOutputDir = CompilationTestUtils.generatorOutput("mdsal533");
         final File compiledOutputDir = CompilationTestUtils.compilerOutput("mdsal533");