[cpp-opensaml] branch master updated: Fix path in test file
Rod Widdowson
rdw at steadingsoftware.com
Sat Aug 11 11:17:03 EDT 2018
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=8d4d1fb2bd393c48e9be418fad870b10d588e188
The following commit(s) were added to refs/heads/master by this push:
new 8d4d1fb Fix path in test file
8d4d1fb is described below
commit 8d4d1fb2bd393c48e9be418fad870b10d588e188
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Aug 11 16:17:00 2018 +0100
Fix path in test file
---
samltest/data/saml2/metadata/HTTPMetadataProvider.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samltest/data/saml2/metadata/HTTPMetadataProvider.xml b/samltest/data/saml2/metadata/HTTPMetadataProvider.xml
index 2e64fa1..d9ac7a5 100644
--- a/samltest/data/saml2/metadata/HTTPMetadataProvider.xml
+++ b/samltest/data/saml2/metadata/HTTPMetadataProvider.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<MetadataProvider type="XML" url="http://URL.TO.EXAMPLE/ORG/InCommon-metadata.xml" backingFilePath="../samltest/data/saml2/metadata/InCommon-metadata.xml.bck" validate="0">
- <MetadataFilter type="Signature" certificate="../../../samltest/data/incommon.pem" />
+ <MetadataFilter type="Signature" certificate="../samltest/data/incommon.pem" />
</MetadataProvider>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list