aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2021-06-01 18:08:22 -0400
committerJack Lloyd <[email protected]>2021-06-01 18:08:22 -0400
commitedd94567b92aadfca79a9117cfb649cb024fc567 (patch)
tree93a2937133464226cb2bbc916162d67e75e471d7
parent30b6782d62478345d80824d90939b0cc0c964d1b (diff)
Move Roughttime test data
-rw-r--r--src/tests/data/roughtime/roughtime_nonce_from_blind.vec (renamed from src/tests/data/misc/roughtime_nonce_from_blind.vec)0
-rw-r--r--src/tests/data/roughtime/roughtime_request.vec (renamed from src/tests/data/misc/roughtime_request.vec)0
-rw-r--r--src/tests/data/roughtime/roughtime_response.vec (renamed from src/tests/data/misc/roughtime_response.vec)0
-rw-r--r--src/tests/test_roughtime.cpp6
4 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/data/misc/roughtime_nonce_from_blind.vec b/src/tests/data/roughtime/roughtime_nonce_from_blind.vec
index 3705f30ae..3705f30ae 100644
--- a/src/tests/data/misc/roughtime_nonce_from_blind.vec
+++ b/src/tests/data/roughtime/roughtime_nonce_from_blind.vec
diff --git a/src/tests/data/misc/roughtime_request.vec b/src/tests/data/roughtime/roughtime_request.vec
index 637346097..637346097 100644
--- a/src/tests/data/misc/roughtime_request.vec
+++ b/src/tests/data/roughtime/roughtime_request.vec
diff --git a/src/tests/data/misc/roughtime_response.vec b/src/tests/data/roughtime/roughtime_response.vec
index 1166c185d..1166c185d 100644
--- a/src/tests/data/misc/roughtime_response.vec
+++ b/src/tests/data/roughtime/roughtime_response.vec
diff --git a/src/tests/test_roughtime.cpp b/src/tests/test_roughtime.cpp
index 62847bbed..3e121a38a 100644
--- a/src/tests/test_roughtime.cpp
+++ b/src/tests/test_roughtime.cpp
@@ -26,7 +26,7 @@ class Roughtime_Request_Tests final : public Text_Based_Test
{
public:
Roughtime_Request_Tests() :
- Text_Based_Test("misc/roughtime_request.vec", "Nonce,Request") {}
+ Text_Based_Test("roughtime/roughtime_request.vec", "Nonce,Request") {}
Test::Result run_one_test(const std::string& type, const VarMap& vars) override
{
@@ -52,7 +52,7 @@ class Roughtime_Response_Tests final : public Text_Based_Test
{
public:
Roughtime_Response_Tests() :
- Text_Based_Test("misc/roughtime_response.vec",
+ Text_Based_Test("roughtime/roughtime_response.vec",
"Response",
"Nonce,Pubkey,MidpointMicroSeconds,RadiusMicroSeconds") {}
@@ -104,7 +104,7 @@ class Roughtime_nonce_from_blind_Tests final : public Text_Based_Test
{
public:
Roughtime_nonce_from_blind_Tests() :
- Text_Based_Test("misc/roughtime_nonce_from_blind.vec", "Response,Blind,Nonce") {}
+ Text_Based_Test("roughtime/roughtime_nonce_from_blind.vec", "Response,Blind,Nonce") {}
Test::Result run_one_test(const std::string& type, const VarMap& vars) override
{