[java-identity-provider] branch master updated: Disable tests that misused removed plugins for now.
Scott Cantor
cantor.2 at osu.edu
Wed Feb 6 15:54:16 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=43368848738d67219b5f3c8c059dbef581f5edcd
The following commit(s) were added to refs/heads/master by this push:
new 4336884 Disable tests that misused removed plugins for now.
4336884 is described below
commit 43368848738d67219b5f3c8c059dbef581f5edcd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 6 15:54:14 2019 -0500
Disable tests that misused removed plugins for now.
---
.../test/java/net/shibboleth/idp/test/flows/c14n/TestC14N.java | 8 ++++----
idp-conf/src/test/resources/c14n/attribute-resolver.xml | 4 ----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/idp-conf/src/test/java/net/shibboleth/idp/test/flows/c14n/TestC14N.java b/idp-conf/src/test/java/net/shibboleth/idp/test/flows/c14n/TestC14N.java
index 3a72b32..499c279 100644
--- a/idp-conf/src/test/java/net/shibboleth/idp/test/flows/c14n/TestC14N.java
+++ b/idp-conf/src/test/java/net/shibboleth/idp/test/flows/c14n/TestC14N.java
@@ -36,7 +36,7 @@ public class TestC14N extends AbstractFlowTest {
/** Class logger. */
@Nonnull private final Logger log = LoggerFactory.getLogger(TestC14N.class);
- @Test public void testTransientNameID() {
+ @Test(enabled=false) public void testTransientNameID() {
final FlowExecutionResult result = flowExecutor.launchExecution("transientNameID", null, externalContext);
@@ -44,7 +44,7 @@ public class TestC14N extends AbstractFlowTest {
assertFlowExecutionOutcome(result.getOutcome());
}
- @Test public void testCryptoTransientNameID() {
+ @Test(enabled=false) public void testCryptoTransientNameID() {
final FlowExecutionResult result = flowExecutor.launchExecution("cryptoTransientNameID", null, externalContext);
@@ -60,7 +60,7 @@ public class TestC14N extends AbstractFlowTest {
assertFlowExecutionOutcome(result.getOutcome());
}
- @Test public void testTransientNameIdentifier() {
+ @Test(enabled=false) public void testTransientNameIdentifier() {
final FlowExecutionResult result =
flowExecutor.launchExecution("transientNameIdentifier", null, externalContext);
@@ -69,7 +69,7 @@ public class TestC14N extends AbstractFlowTest {
assertFlowExecutionOutcome(result.getOutcome());
}
- @Test public void testCryptoTransientNameIdentifier() {
+ @Test(enabled=false) public void testCryptoTransientNameIdentifier() {
final FlowExecutionResult result =
flowExecutor.launchExecution("cryptoTransientNameIdentifier", null, externalContext);
diff --git a/idp-conf/src/test/resources/c14n/attribute-resolver.xml b/idp-conf/src/test/resources/c14n/attribute-resolver.xml
index e4bece1..d03935d 100644
--- a/idp-conf/src/test/resources/c14n/attribute-resolver.xml
+++ b/idp-conf/src/test/resources/c14n/attribute-resolver.xml
@@ -4,9 +4,5 @@
<!-- Attribute Definitions for webflow testing -->
- <AttributeDefinition id="transientId" xsi:type="TransientId"/>
-
- <AttributeDefinition id="cryptoTransientId" xsi:type="CryptoTransientId" dataSealerRef="shibboleth.DataSealer"/>
-
<AttributeDefinition id="Principal" xsi:type="PrincipalName"/>
</AttributeResolver>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list