Correct test name
authorRichard Levitte <levitte@openssl.org>
Thu, 3 Sep 2015 07:23:32 +0000 (09:23 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 7 Sep 2015 14:10:58 +0000 (16:10 +0200)
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>
test/recipes/70-test_clienthello.t
test/recipes/70-test_packet.t
test/recipes/70-test_verify_extra.t
test/recipes/90-test_secmem.t

index 60fc5e1b644d89b36a9369d1088c65d634b4958d..73b83f2e5fd50a91c6f6ce1710de4d8c9db6cd63 100644 (file)
@@ -2,4 +2,4 @@
 
 use OpenSSL::Test::Simple;
 
-simple_test("test_jpake", "clienthellotest");
+simple_test("test_clienthello", "clienthellotest");
index ea896be694d87fe043184e57fb155c7ddd63f326..b1609d55c381be7193fa561417e80492d0ca9683 100644 (file)
@@ -2,4 +2,4 @@
 
 use OpenSSL::Test::Simple;
 
-simple_test("test_jpake", "packettest");
+simple_test("test_packet", "packettest");
index ef2daeaec6ba02c902b409dd2f50b1f9fe73e8ae..3ef4a27d4d3c0c2a63b56c6488edfa4ab6b2c448 100644 (file)
@@ -2,4 +2,4 @@
 
 use OpenSSL::Test::Simple;
 
-simple_test("test_jpake", "verify_extra_test");
+simple_test("test_verify_extra", "verify_extra_test");
index 61bdf229ff38ad961ee8e3418fac0b212381c47b..59f3bddbcc3de74e63eebd21c3a420645e288b21 100644 (file)
@@ -2,4 +2,4 @@
 
 use OpenSSL::Test::Simple;
 
-simple_test("test_jpake", "secmemtest");
+simple_test("test_secmem", "secmemtest");