This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
The following commit(s) were added to refs/heads/master by this push:
new 904654c Re-enabling claims test
904654c is described below
commit 904654c7f86fd1ead246b5aa02a3b2516568828b
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Jun 15 08:47:56 2020 +0100
Re-enabling claims test
---
.../java/org/apache/cxf/fediz/core/federation/ClaimsProcessorTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/plugins/core/src/test/java/org/apache/cxf/fediz/core/federation/ClaimsProcessorTest.java
b/plugins/core/src/test/java/org/apache/cxf/fediz/core/federation/ClaimsProcessorTest.java
index 47d867b..9b34c27 100644
---
a/plugins/core/src/test/java/org/apache/cxf/fediz/core/federation/ClaimsProcessorTest.java
+++
b/plugins/core/src/test/java/org/apache/cxf/fediz/core/federation/ClaimsProcessorTest.java
@@ -292,7 +292,6 @@ public class ClaimsProcessorTest {
}
@org.junit.Test
- @org.junit.Ignore // Re-enable once PR gets merged
public void testNonURIClaimTypeWithSpace() throws Exception {
String originalClaimValue = "Alice";
String claimsProcessorClass = null;