Reenable mdsal533 test 41/96341/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 19:59:00 +0000 (21:59 +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>
binding/mdsal-binding-java-api-generator/src/test/java/org/opendaylight/mdsal/binding/java/api/generator/test/CompilationTest.java

index a4346527767cf3035122502b19cd49897e398c67..e0e127447739359c7a63928a8528f89f78b9299e 100644 (file)
@@ -716,6 +716,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");