continued 13312

Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
pasta 2020-07-07 11:27:55 -05:00
parent f77b58e89f
commit 8a86c23e96
3 changed files with 4 additions and 4 deletions

View File

@ -81,8 +81,8 @@ BITCOIN_TESTS =\
test/sanity_tests.cpp \
test/scheduler_tests.cpp \
test/script_p2sh_tests.cpp \
test/script_P2PK_tests.cpp \
test/script_P2PKH_tests.cpp \
test/script_p2pk_tests.cpp \
test/script_p2pkh_tests.cpp \
test/script_tests.cpp \
test/script_standard_tests.cpp \
test/scriptnum_tests.cpp \

View File

@ -7,7 +7,7 @@
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(script_P2PK_tests, BasicTestingSetup)
BOOST_FIXTURE_TEST_SUITE(script_p2pk_tests, BasicTestingSetup)
BOOST_AUTO_TEST_CASE(IsPayToPublicKey)
{

View File

@ -7,7 +7,7 @@
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(script_P2PKH_tests, BasicTestingSetup)
BOOST_FIXTURE_TEST_SUITE(script_p2pkh_tests, BasicTestingSetup)
BOOST_AUTO_TEST_CASE(IsPayToPublicKeyHash)
{