提交 50f0a9b3 编写于 作者: R Richard Levitte

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: NRich Salz <rsalz@openssl.org>
上级 c27a4049
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple; use OpenSSL::Test::Simple;
simple_test("test_jpake", "clienthellotest"); simple_test("test_clienthello", "clienthellotest");
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple; use OpenSSL::Test::Simple;
simple_test("test_jpake", "packettest"); simple_test("test_packet", "packettest");
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple; use OpenSSL::Test::Simple;
simple_test("test_jpake", "verify_extra_test"); simple_test("test_verify_extra", "verify_extra_test");
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple; use OpenSSL::Test::Simple;
simple_test("test_jpake", "secmemtest"); simple_test("test_secmem", "secmemtest");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册