Browse Source

[2521] remove erroneous whitespace in RRCollator test data

Paul Selkirk 12 years ago
parent
commit
d24f908722
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/dns/tests/rrcollator_unittest.cc

+ 2 - 2
src/lib/dns/tests/rrcollator_unittest.cc

@@ -59,10 +59,10 @@ protected:
         txt_rdata_(createRdata(RRType::TXT(), rrclass_, "test")),
         sig_rdata1_(createRdata(RRType::RRSIG(), rrclass_,
                                 "A 5 3 3600 20000101000000 20000201000000 "
-                                "12345 example.com. FAKE ")),
+                                "12345 example.com. FAKE")),
         sig_rdata2_(createRdata(RRType::RRSIG(), rrclass_,
                                 "NS 5 3 3600 20000101000000 20000201000000 "
-                                "12345 example.com. FAKE "))
+                                "12345 example.com. FAKE"))
     {}
 
     void checkRRset(const Name& expected_name, const RRClass& expected_class,