From 28f1919249465d3230f45ed21686c5a836d56df0 Mon Sep 17 00:00:00 2001 From: Monzero Build System Date: Sat, 15 Aug 2026 21:14:26 +0100 Subject: Establish Monzero Phase 0 and inactive assets baseline --- tests/unit_tests/uri.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/unit_tests/uri.cpp') diff --git a/tests/unit_tests/uri.cpp b/tests/unit_tests/uri.cpp index 0ece6d4c1..1c96e34c9 100644 --- a/tests/unit_tests/uri.cpp +++ b/tests/unit_tests/uri.cpp @@ -29,8 +29,8 @@ #include "gtest/gtest.h" #include "wallet/wallet2.h" -#define TEST_ADDRESS "9tTLtauaEKSj7xoVXytVH32R1pLZBk4VV4mZFGEh4wkXhDWqw1soPyf3fGixf1kni31VznEZkWNEza9d5TvjWwq5PaohYHC" -#define TEST_INTEGRATED_ADDRESS "A4A1uPj4qaxj7xoVXytVH32R1pLZBk4VV4mZFGEh4wkXhDWqw1soPyf3fGixf1kni31VznEZkWNEza9d5TvjWwq5acaPMJfMbn3ReTsBpp" +#define TEST_ADDRESS "KaHhUrBYYVZQFoFXvLWnZUGXqg6snz82fhW1HGGATzMGTeXVLUnVej6hUYJ2nGU5zGLp3zcsR24tDVV9DXGpM8oD5HwjdoD" +#define TEST_INTEGRATED_ADDRESS "KjzNVf139m5QFoFXvLWnZUGXqg6snz82fhW1HGGATzMGTeXVLUnVej6hUYJ2nGU5zGLp3zcsR24tDVV9DXGpM8oD7WyR6Y1T6SFRfKY1rf" // included payment id: #define PARSE_URI(uri, expected) \ @@ -212,4 +212,3 @@ TEST(uri, url_encoded_once) PARSE_URI("monero:" TEST_ADDRESS"?tx_description=foo%2020", true); ASSERT_EQ(description, "foo 20"); } - -- cgit v1.2.3