Browse Source

[master] removed garbage line (that had to be removed in the previous change)

JINMEI Tatuya 14 years ago
parent
commit
4c178871eb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/dns/tests/tsigrecord_unittest.cc

+ 0 - 1
src/lib/dns/tests/tsigrecord_unittest.cc

@@ -104,7 +104,6 @@ TEST_F(TSIGRecordTest, fromParams) {
     // Unexpected TTL (simply ignored)
     // Unexpected TTL (simply ignored)
     EXPECT_NO_THROW(TSIGRecord(test_name, TSIGRecord::getClass(),
     EXPECT_NO_THROW(TSIGRecord(test_name, TSIGRecord::getClass(),
                                RRTTL(3600), test_rdata, 85));
                                RRTTL(3600), test_rdata, 85));
->>>>>>> trac813
 }
 }
 
 
 TEST_F(TSIGRecordTest, recordToWire) {
 TEST_F(TSIGRecordTest, recordToWire) {