diff options
author | Jack Lloyd <[email protected]> | 2016-10-24 12:38:07 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-24 12:38:07 -0400 |
commit | ec16a131370418c7970cbaf789d5f71719a08fd2 (patch) | |
tree | c45d4aec2dc13a2b7abe28b5a5bfcf293771a7d2 /src/tests/test_ecies.cpp | |
parent | c7e76399055c792b84071f22c490906576bd4027 (diff) | |
parent | 210530386d84f4a221ef6910f0d22b28d092655c (diff) |
Merge GH #679 Unify test naming
Diffstat (limited to 'src/tests/test_ecies.cpp')
-rw-r--r-- | src/tests/test_ecies.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_ecies.cpp b/src/tests/test_ecies.cpp index a875b8947..f65b015a5 100644 --- a/src/tests/test_ecies.cpp +++ b/src/tests/test_ecies.cpp @@ -197,7 +197,7 @@ class ECIES_ISO_Tests : public Text_Based_Test } }; -BOTAN_REGISTER_TEST("ecies-iso", ECIES_ISO_Tests); +BOTAN_REGISTER_TEST("ecies_iso", ECIES_ISO_Tests); #endif @@ -452,7 +452,7 @@ class ECIES_Unit_Tests : public Test } }; -BOTAN_REGISTER_TEST("ecies-unit", ECIES_Unit_Tests); +BOTAN_REGISTER_TEST("ecies_unit", ECIES_Unit_Tests); #endif |