[cpp-xmltooling] branch main updated: Fix test file name.
Scott Cantor
cantor.2 at osu.edu
Thu Jan 12 13:50:10 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=b92dd67abfaba7c6d9be5ec851ca802f8fe88e3e
The following commit(s) were added to refs/heads/main by this push:
new b92dd67 Fix test file name.
b92dd67 is described below
commit b92dd67abfaba7c6d9be5ec851ca802f8fe88e3e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 12 08:50:02 2023 -0500
Fix test file name.
---
xmltoolingtest/EncryptionTest.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xmltoolingtest/EncryptionTest.h b/xmltoolingtest/EncryptionTest.h
index 5696296..b9d754e 100644
--- a/xmltoolingtest/EncryptionTest.h
+++ b/xmltoolingtest/EncryptionTest.h
@@ -168,7 +168,7 @@ public:
void testCipherReference()
{
- preEncrypted("BadKeyInfo/cipherReference.xml", true);
+ preEncrypted("BadKeyInfo/CipherReference.xml", true);
}
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list