From: Josh Soref Date: Fri, 28 Sep 2018 11:41:16 +0000 (-0400) Subject: consistently name boost test suite names based on filename X-Git-Tag: dnsdist-1.3.3~85^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=114ef9741a625e43f644edc2db3dcca7f49ee165;p=thirdparty%2Fpdns.git consistently name boost test suite names based on filename --- diff --git a/pdns/test-rcpgenerator_cc.cc b/pdns/test-rcpgenerator_cc.cc index 16440c099b..a5303cd745 100644 --- a/pdns/test-rcpgenerator_cc.cc +++ b/pdns/test-rcpgenerator_cc.cc @@ -11,7 +11,7 @@ using std::string; -BOOST_AUTO_TEST_SUITE(test_rcp_generator_cc) +BOOST_AUTO_TEST_SUITE(test_rcpgenerator_cc) BOOST_AUTO_TEST_CASE(test_xfrIP6) { RecordTextReader rtr("::1");