aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecies.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-10-24 12:38:07 -0400
committerJack Lloyd <[email protected]>2016-10-24 12:38:07 -0400
commitec16a131370418c7970cbaf789d5f71719a08fd2 (patch)
treec45d4aec2dc13a2b7abe28b5a5bfcf293771a7d2 /src/tests/test_ecies.cpp
parentc7e76399055c792b84071f22c490906576bd4027 (diff)
parent210530386d84f4a221ef6910f0d22b28d092655c (diff)
Merge GH #679 Unify test naming
Diffstat (limited to 'src/tests/test_ecies.cpp')
-rw-r--r--src/tests/test_ecies.cpp4
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