You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/05/15 05:16:13 UTC

[tomee] 04/04: Re-add test

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 720084020fbdd7ddb7b0d517597d842f43acaf44
Author: David Blevins <da...@gmail.com>
AuthorDate: Wed May 15 13:55:12 2019 +0900

    Re-add test
---
 .../org/apache/tomee/microprofile/jwt/bval/ValidationGeneratorTest.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mp-jwt/src/test/java/org/apache/tomee/microprofile/jwt/bval/ValidationGeneratorTest.java b/mp-jwt/src/test/java/org/apache/tomee/microprofile/jwt/bval/ValidationGeneratorTest.java
index 70a7f06..46ca86b 100644
--- a/mp-jwt/src/test/java/org/apache/tomee/microprofile/jwt/bval/ValidationGeneratorTest.java
+++ b/mp-jwt/src/test/java/org/apache/tomee/microprofile/jwt/bval/ValidationGeneratorTest.java
@@ -24,7 +24,6 @@ public class ValidationGeneratorTest {
         Assert.assertFalse(map.containsKey("green"));
     }
 
-    @Ignore
     @Test
     public void test() throws Exception {
         final String actual = Asmifier.asmify(ValidationGenerator.generateFor(Colors.class));