[java-identity-provider COMMIT] in /trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Mar 4 22:15:43 EST 2016
Author: scantor
Date: Fri Mar 4 22:15:43 2016
New Revision: 8132
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8132&view=rev
Log:
Fix failing tests after rename.
Modified:
trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/complex/impl/BaseComplexAttributeFilterTestCase.java
trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/policyrule/saml/impl/RegistrationAuthorityTest.java
Modified: trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/complex/impl/BaseComplexAttributeFilterTestCase.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/complex/impl/BaseComplexAttributeFilterTestCase.java?rev=8132&r1=8131&r2=8132&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/complex/impl/BaseComplexAttributeFilterTestCase.java (original)
+++ trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/complex/impl/BaseComplexAttributeFilterTestCase.java Fri Mar 4 22:15:43 2016
@@ -41,7 +41,7 @@
*/
public class BaseComplexAttributeFilterTestCase extends XMLObjectBaseTestCase {
- private static final String PATH = "/data/net/shibboleth/idp/filter/impl/complex/";
+ private static final String PATH = "/net/shibboleth/idp/filter/impl/complex/";
/**
* Helper function to return attributes pulled from a file (on the classpath). The file is expected to contain a
Modified: trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/policyrule/saml/impl/RegistrationAuthorityTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/policyrule/saml/impl/RegistrationAuthorityTest.java?rev=8132&r1=8131&r2=8132&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/policyrule/saml/impl/RegistrationAuthorityTest.java (original)
+++ trunk/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filter/policyrule/saml/impl/RegistrationAuthorityTest.java Fri Mar 4 22:15:43 2016
@@ -45,7 +45,7 @@
private EntitiesDescriptor metadata;
@BeforeClass(dependsOnMethods = "initXMLObjectSupport") public void initRATest() {
- metadata = unmarshallElement("/data/net/shibboleth/idp/filter/impl/saml/mdrpi-metadata.xml");
+ metadata = unmarshallElement("/net/shibboleth/idp/filter/impl/saml/mdrpi-metadata.xml");
}
private EntityDescriptor getEntity(String entityID) {
More information about the commits
mailing list