[java-identity-provider] branch master updated: Turn test back on again (again).
Rod Widdowson
rdw at steadingsoftware.com
Fri Aug 3 08:10:25 EDT 2018
This is an automated email from the git hooks/post-receive script.
rdw 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=66942baa2d456347a600d432ba1f33cb530087e5
The following commit(s) were added to refs/heads/master by this push:
new 66942ba Turn test back on again (again).
66942ba is described below
commit 66942baa2d456347a600d432ba1f33cb530087e5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Aug 3 13:09:55 2018 +0100
Turn test back on again (again).
This wasnt what blew last night's build away.
This reverts commit 338cdcc0c5b2ffa8ffa269ae01bff88944162cf7.
---
.../spring/relyingparty/metadata/filter/PredicateFilterParserTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/PredicateFilterParserTest.java b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/PredicateFilterParserTest.java
index 1f49770..2e75dfb 100644
--- a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/PredicateFilterParserTest.java
+++ b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/PredicateFilterParserTest.java
@@ -128,7 +128,7 @@ public class PredicateFilterParserTest extends AbstractMetadataParserTest {
Assert.assertSame(filter.getCondition().getClass(), Predicates.or(Predicates.alwaysTrue()).getClass());
}
- @Test(enabled=false) // test is JVM dependent, and purely didactic
+ @Test
public void custom() throws IOException, ResolverException {
final PredicateFilter filter = getBean(PredicateFilter.class, "filter/predicateScriptCustom.xml", "filter/predicateCustomBean.xml");
Assert.assertNotNull(filter);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list