aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorSebastian Falbesoner <[email protected]>2020-01-27 22:28:26 +0100
committerSebastian Falbesoner <[email protected]>2020-01-27 22:44:02 +0100
commitb3c4d9bac6910f6c28f6008c5ca7064a315fd2a5 (patch)
treeaf5e89fa60e3610f17a3ebefa7b857df0339653c /src/httpserver.cpp
parentMerge #17453: gui: Fix intro dialog labels when the prune button is toggled (diff)
downloaddiscoin-b3c4d9bac6910f6c28f6008c5ca7064a315fd2a5.tar.xz
discoin-b3c4d9bac6910f6c28f6008c5ca7064a315fd2a5.zip
test: rename test suite name "tx_validationcache_tests" to match filename
Quoting src/test/README.md, 'Adding test cases': "The file naming convention is `<source_filename>_tests.cpp` and such files should wrap their tests in a test suite called `<source_filename>_tests`." Currently the unit test source file txvalidationcache_tests.cpp contains a unit test suite with the name tx_validationcache_tests, which is fixed by this commit. The following shell script shows that this is the only mismatch and for all other unit test source files the test suite names are correct: #!/bin/bash shopt -s globstar for test_full_filename in **/*_tests.cpp; do test_name_file=`basename $test_full_filename .cpp` test_name_suite=`sed -n "s/^.*TEST_SUITE(\(.*_tests\).*$/\1/p" $test_full_filename` if [ $test_name_file != $test_name_suite ]; then echo "TestFilename: $test_name_file != TestSuitname: $test_name_suite" fi done
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions