diff options
-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.cpp | 6 |
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 { |