From 5bfbb8091d5420c8b0dc931af3c10ea741ac4548 Mon Sep 17 00:00:00 2001 From: sowle Date: Thu, 29 Sep 2022 21:49:57 +0200 Subject: [PATCH] unit tests: amounts_tests restored, renamed --- tests/unit_tests/{parse_amount.cpp => amounts_tests.cpp} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename tests/unit_tests/{parse_amount.cpp => amounts_tests.cpp} (98%) diff --git a/tests/unit_tests/parse_amount.cpp b/tests/unit_tests/amounts_tests.cpp similarity index 98% rename from tests/unit_tests/parse_amount.cpp rename to tests/unit_tests/amounts_tests.cpp index dc8260e2..d1133bb0 100644 --- a/tests/unit_tests/parse_amount.cpp +++ b/tests/unit_tests/amounts_tests.cpp @@ -1,9 +1,9 @@ +// Copyright (c) 2022 Zano Project // Copyright (c) 2012-2013 The Cryptonote developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -/* -#include "gtest/gtest.h" +#include "gtest/gtest.h" #include "currency_core/currency_format_utils.h" using namespace currency; @@ -122,5 +122,3 @@ TEST_neg(0__0); TEST_neg(0_0_); TEST_neg(_0_0); TEST_neg(0_0_0); - -*/ \ No newline at end of file