[cpp-xmltooling] 19/22: Fix capitalization of XML file name
Scott Cantor
cantor.2 at osu.edu
Thu Jun 21 14:57:35 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=b52dc153f40664037512e55cec6633cb23abc9bb
commit b52dc153f40664037512e55cec6633cb23abc9bb
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Thu Jun 21 17:52:59 2018 +0200
Fix capitalization of XML file name
---
xmltoolingtest/InlineKeyResolverTest.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xmltoolingtest/InlineKeyResolverTest.h b/xmltoolingtest/InlineKeyResolverTest.h
index 8917a31..e94393d 100644
--- a/xmltoolingtest/InlineKeyResolverTest.h
+++ b/xmltoolingtest/InlineKeyResolverTest.h
@@ -98,7 +98,7 @@ public:
scoped_ptr<X509Credential> credFromKeyInfo(dynamic_cast<X509Credential*>(m_resolver->resolve(kiObject.get())));
const OpenSSLCryptoKeyDSA* keyInfoDSA = dynamic_cast<const OpenSSLCryptoKeyDSA*>(credFromKeyInfo->getPublicKey());
- path = data_path + "FileSystemCredentialResolver.xml";
+ path = data_path + "FilesystemCredentialResolver.xml";
ifstream in(path.c_str());
DOMDocument* cdoc=XMLToolingConfig::getConfig().getParser().parse(in);
XercesJanitor<DOMDocument> cjanitor(cdoc);
@@ -139,7 +139,7 @@ public:
scoped_ptr<X509Credential> credFromKeyInfo(dynamic_cast<X509Credential*>(m_resolver->resolve(kiObject.get())));
const OpenSSLCryptoKeyEC* sslCredFromKeyInfo= dynamic_cast<const OpenSSLCryptoKeyEC*>(credFromKeyInfo->getPublicKey());
- path = data_path + "FileSystemCredentialResolver.xml";
+ path = data_path + "FilesystemCredentialResolver.xml";
ifstream in(path.c_str());
DOMDocument* cdoc=XMLToolingConfig::getConfig().getParser().parse(in);
XercesJanitor<DOMDocument> cjanitor(cdoc);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list