From 50f0a9b3dd41c37875def805c2c48f8b2ed3ef24 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 3 Sep 2015 09:23:32 +0200 Subject: [PATCH] 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 --- test/recipes/70-test_clienthello.t | 2 +- test/recipes/70-test_packet.t | 2 +- test/recipes/70-test_verify_extra.t | 2 +- test/recipes/90-test_secmem.t | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/recipes/70-test_clienthello.t b/test/recipes/70-test_clienthello.t index 60fc5e1b64..73b83f2e5f 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 ea896be694..b1609d55c3 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 ef2daeaec6..3ef4a27d4d 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 61bdf229ff..59f3bddbcc 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"); -- 2.25.1