]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fixup test-remotebackend.cc 7644/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 9 Apr 2019 10:31:51 +0000 (12:31 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 9 Apr 2019 10:31:51 +0000 (12:31 +0200)
modules/remotebackend/test-remotebackend.cc

index 3049127ef514647091c9f7d1de2ffa374c796689..f3bfbbcba6a67119a4a88b300861703fa7634830 100644 (file)
@@ -54,7 +54,7 @@ BOOST_AUTO_TEST_CASE(test_method_lookup) {
    // then we check rr contains what we expect
    BOOST_CHECK_EQUAL(rr.qname.toString(), "unit.test.");
    BOOST_CHECK_MESSAGE(rr.qtype == QType::SOA, "returned qtype was not SOA");
-   BOOST_CHECK_EQUAL(rr.content, "ns.unit.test. hostmaster.unit.test. 1 2 3 4 5 6");
+   BOOST_CHECK_EQUAL(rr.content, "ns.unit.test. hostmaster.unit.test. 1 2 3 4 5");
    BOOST_CHECK_EQUAL(rr.ttl, 300);
 }