aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
parentc7e76399055c792b84071f22c490906576bd4027 (diff)
parent210530386d84f4a221ef6910f0d22b28d092655c (diff)
Merge GH #679 Unify test naming
Diffstat (limited to 'src')
-rw-r--r--src/tests/test_dlies.cpp2
-rw-r--r--src/tests/test_ecies.cpp4
-rw-r--r--src/tests/test_pad.cpp2
-rw-r--r--src/tests/unit_x509.cpp2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/tests/test_dlies.cpp b/src/tests/test_dlies.cpp
index 4ef3bc2ed..94b0caff2 100644
--- a/src/tests/test_dlies.cpp
+++ b/src/tests/test_dlies.cpp
@@ -191,7 +191,7 @@ class DLIES_Unit_Tests : public Test
}
};
-BOTAN_REGISTER_TEST("dlies-unit", DLIES_Unit_Tests);
+BOTAN_REGISTER_TEST("dlies_unit", DLIES_Unit_Tests);
#endif
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
diff --git a/src/tests/test_pad.cpp b/src/tests/test_pad.cpp
index 43ac3dfb5..6c9d1b85a 100644
--- a/src/tests/test_pad.cpp
+++ b/src/tests/test_pad.cpp
@@ -52,7 +52,7 @@ class Cipher_Mode_Padding_Tests : public Text_Based_Test
}
};
-BOTAN_REGISTER_TEST("bc-padding", Cipher_Mode_Padding_Tests);
+BOTAN_REGISTER_TEST("bc_pad", Cipher_Mode_Padding_Tests);
#endif
diff --git a/src/tests/unit_x509.cpp b/src/tests/unit_x509.cpp
index 26545bbdf..d08fe96fe 100644
--- a/src/tests/unit_x509.cpp
+++ b/src/tests/unit_x509.cpp
@@ -718,7 +718,7 @@ class X509_Cert_Unit_Tests : public Test
}
};
-BOTAN_REGISTER_TEST("unit_x509", X509_Cert_Unit_Tests);
+BOTAN_REGISTER_TEST("x509_unit", X509_Cert_Unit_Tests);
#endif