aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2019-10-23 19:10:34 +0200
committerRenĂ© Korthaus <[email protected]>2019-10-23 19:12:01 +0200
commit2c6111c28ceb11a1064a442c449cc416e44c3eda (patch)
tree3149e38806b0270f52136476c4d80f88cbda9bf4
parent8493c63f4b7b92797c5a5c9f10c3fbef3ed27eee (diff)
Update test strings
-rw-r--r--src/tests/test_rng.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_rng.cpp b/src/tests/test_rng.cpp
index e0c929ac1..768ffac0f 100644
--- a/src/tests/test_rng.cpp
+++ b/src/tests/test_rng.cpp
@@ -494,7 +494,7 @@ class HMAC_DRBG_Unit_Tests final : public Stateful_RNG_Tests
Test::Result test_reseed_interval_limits() override
{
- Test::Result result("HMAC_DRBG reseed_interval");
+ Test::Result result("HMAC_DRBG reseed_interval_limits");
const std::string mac_string = "HMAC(SHA-256)";
@@ -618,7 +618,7 @@ class ChaCha_RNG_Unit_Tests final : public Stateful_RNG_Tests
Test::Result test_reseed_interval_limits() override
{
- Test::Result result("ChaCha_RNG reseed_interval");
+ Test::Result result("ChaCha_RNG reseed_interval_limits");
// ChaCha_RNG doesn't apply any limits to reseed_interval
return result;
}