[cpp-sp] 01/02: Fix name of config file in test.

Scott Cantor cantor.2 at osu.edu
Mon Apr 2 18:46:56 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=957fdcb0a357c60e52d7dace6ce201992102af0b

commit 957fdcb0a357c60e52d7dace6ce201992102af0b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 2 18:46:44 2018 -0400

    Fix name of config file in test.
---
 unittests/SPTest.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unittests/SPTest.h b/unittests/SPTest.h
index 785f060..45bfb2c 100644
--- a/unittests/SPTest.h
+++ b/unittests/SPTest.h
@@ -26,7 +26,7 @@ public:
             return false;
         }
 
-        if (!conf.instantiate("./configs/shibboleth2.xml")) {
+        if (!conf.instantiate("./configs/shibboleth3.xml")) {
             fprintf(stderr, "configuration is invalid, see console for specific problems\n");
             return false;
         }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list