aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-09-03 09:23:32 +0200
committerRichard Levitte <levitte@openssl.org>2015-09-07 16:10:58 +0200
commit50f0a9b3dd41c37875def805c2c48f8b2ed3ef24 (patch)
tree852976568350106c9877211622e210fc2f369202 /test
parentc27a4049475428b902004a47104c17e1eaaadd20 (diff)
downloadopenssl-50f0a9b3dd41c37875def805c2c48f8b2ed3ef24.zip
openssl-50f0a9b3dd41c37875def805c2c48f8b2ed3ef24.tar.gz
openssl-50f0a9b3dd41c37875def805c2c48f8b2ed3ef24.tar.bz2
Correct test name
Some tests were copied from test_jpake, but the title wasn't changed accordingly. This might seem like a small thing, but it does affect the log file name... Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/recipes/70-test_clienthello.t2
-rw-r--r--test/recipes/70-test_packet.t2
-rw-r--r--test/recipes/70-test_verify_extra.t2
-rw-r--r--test/recipes/90-test_secmem.t2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/recipes/70-test_clienthello.t b/test/recipes/70-test_clienthello.t
index 60fc5e1..73b83f2 100644
--- a/test/recipes/70-test_clienthello.t
+++ b/test/recipes/70-test_clienthello.t
@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
-simple_test("test_jpake", "clienthellotest");
+simple_test("test_clienthello", "clienthellotest");
diff --git a/test/recipes/70-test_packet.t b/test/recipes/70-test_packet.t
index ea896be..b1609d5 100644
--- a/test/recipes/70-test_packet.t
+++ b/test/recipes/70-test_packet.t
@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
-simple_test("test_jpake", "packettest");
+simple_test("test_packet", "packettest");
diff --git a/test/recipes/70-test_verify_extra.t b/test/recipes/70-test_verify_extra.t
index ef2daea..3ef4a27 100644
--- a/test/recipes/70-test_verify_extra.t
+++ b/test/recipes/70-test_verify_extra.t
@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
-simple_test("test_jpake", "verify_extra_test");
+simple_test("test_verify_extra", "verify_extra_test");
diff --git a/test/recipes/90-test_secmem.t b/test/recipes/90-test_secmem.t
index 61bdf22..59f3bdd 100644
--- a/test/recipes/90-test_secmem.t
+++ b/test/recipes/90-test_secmem.t
@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
-simple_test("test_jpake", "secmemtest");
+simple_test("test_secmem", "secmemtest");