[cpp-opensaml] 09/10: Flag that testBadSig requires fresh InCommon metadata
Scott Cantor
cantor.2 at osu.edu
Mon Feb 3 19:30:11 EST 2020
This is an automated email from the git hooks/post-receive script.
scantor 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=fdd959e6f71528c28f7b377067eb2967222c315a
commit fdd959e6f71528c28f7b377067eb2967222c315a
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Sun Nov 25 11:23:10 2018 +0100
Flag that testBadSig requires fresh InCommon metadata
---
samltest/saml2/metadata/XMLMetadataProviderTest.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/samltest/saml2/metadata/XMLMetadataProviderTest.h b/samltest/saml2/metadata/XMLMetadataProviderTest.h
index a632e6e..48dd260 100644
--- a/samltest/saml2/metadata/XMLMetadataProviderTest.h
+++ b/samltest/saml2/metadata/XMLMetadataProviderTest.h
@@ -55,6 +55,7 @@ public:
void testBadSig()
{
+ skipNetworked();
string config = data_path + "saml2/metadata/XMLMetadataProviderBadSig.xml";
ifstream in(config.c_str());
DOMDocument* doc=XMLToolingConfig::getConfig().getParser().parse(in);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list