]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
namespace
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 10 May 2013 11:33:00 +0000 (13:33 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 10 May 2013 11:33:00 +0000 (13:33 +0200)
pdns/test-dnsrecords_cc.cc

index a4c5cb4038aaf47ccfc6a264eca01b750517ac9b..93b8a73c0534a381e773f116f2affbe0b311c90e 100644 (file)
@@ -12,8 +12,8 @@ BOOST_AUTO_TEST_SUITE(dnsrecords_cc)
 
 BOOST_AUTO_TEST_CASE(test_EUI48) {
    EUI48RecordContent::report();
-   string lineformat="\x00\x11\x22\x33\x44\x55";
-   string zoneformat="00-11-22-33-44-55";
+   std::string lineformat="\x00\x11\x22\x33\x44\x55";
+   std::string zoneformat="00-11-22-33-44-55";
 
    DNSRecordContent *rec = DNSRecordContent::mastermake(QType::EUI48, 1, zoneformat);
    
@@ -29,8 +29,8 @@ BOOST_AUTO_TEST_CASE(test_EUI48) {
 
 BOOST_AUTO_TEST_CASE(test_EUI64) {
    EUI64RecordContent::report();
-   string lineformat="\x00\x11\x22\x33\x44\x55\x66\x77";
-   string zoneformat="00-11-22-33-44-55-66-77";
+   std::string lineformat="\x00\x11\x22\x33\x44\x55\x66\x77";
+   std::string zoneformat="00-11-22-33-44-55-66-77";
 
    DNSRecordContent *rec = DNSRecordContent::mastermake(QType::EUI64, 1, zoneformat);