]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/test-base64_cc.cc
Make the constructors taking a pthread_rwlock_t * private.
[thirdparty/pdns.git] / pdns / test-base64_cc.cc
index 029e664663de49bf59484c445038e0b702b5fe64..2f694b1b120cdb35312eb1ab9635d5071d2602dd 100644 (file)
@@ -10,7 +10,7 @@
 
 using namespace boost;
 
-BOOST_AUTO_TEST_SUITE(base64_cc)
+BOOST_AUTO_TEST_SUITE(test_base64_cc)
 
 BOOST_AUTO_TEST_CASE(test_Base64_Roundtrip) {
   std::string before("Some Random String"), after;