We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff49ed commit 1ee24b6Copy full SHA for 1ee24b6
code/tests/cases/test_auth.cpp
@@ -103,7 +103,7 @@ FOSSIL_TEST_CASE(cpp_test_pbkdf2_sha256_empty_password_salt) {
103
// * * * * * * * * * * * * * * * * * * * * * * * *
104
// * Fossil Logic Test Pool
105
106
-FOSSIL_TEST_GROUP(c_hash_tests) {
+FOSSIL_TEST_GROUP(cpp_auth_tests) {
107
FOSSIL_TEST_ADD(cpp_auth_fixture, cpp_test_hmac_sha256_known_vector);
108
FOSSIL_TEST_ADD(cpp_auth_fixture, cpp_test_hmac_sha256_empty_key_data);
109
FOSSIL_TEST_ADD(cpp_auth_fixture, cpp_test_pbkdf2_sha256_known_vector);
0 commit comments