summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/rdata_txt_like_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [2534] Support some minor cases for quoted character strings (compatibility w...Mukund Sivaraman2014-01-221-3/+2
* [master] Merge branch 'trac2500'JINMEI Tatuya2013-01-111-2/+0
|\
| * [2500] use MasterLexer for "from string" ctor's of SOA rdataJINMEI Tatuya2013-01-091-2/+0
* | [2535] Handle escaped characters in TXTLikeImpl::toText()Mukund Sivaraman2012-12-191-0/+18
|/
* [2470] added wrapper interface to create null loader callbacksJINMEI Tatuya2012-12-111-10/+1
* [2442] test for escaped charactersJINMEI Tatuya2012-12-051-2/+12
* [2442] rejected extra \n for std::string version of txt-like ctor.JINMEI Tatuya2012-12-051-2/+10
* [2442] added a test case for multi-line text inputJINMEI Tatuya2012-12-051-2/+17
* [2442] reject empty text input; adjuted one test case accordinglyJINMEI Tatuya2012-12-051-2/+10
* [2442] added another case of multi-string with mixture of not-quoted + no spc.JINMEI Tatuya2012-12-051-0/+2
* [2442] added some test cases for txt-like rdata with multi-char-stringJINMEI Tatuya2012-12-041-10/+47
* [2442] make sure from-string version still throws InvalidRdataText on error.JINMEI Tatuya2012-12-041-1/+1
* [2442] unified from std::string and with lexer ctro for text-like rdata.JINMEI Tatuya2012-12-041-7/+1
* [2442] tested various cases for the lexer verson of txt-like ctorJINMEI Tatuya2012-12-041-6/+35
* [2442] supported lexer version of constructor for TXTLike RR typesJINMEI Tatuya2012-12-041-1/+33
* [2442] updated some TXT-like test data without using intermediate space.JINMEI Tatuya2012-12-041-28/+27
* [2497] Remove a couple of txt testsMukund Sivaraman2012-12-041-6/+0
* [2497] Add tests for NSEC3PARAM, DS-like and TXT-like rrtypesMukund Sivaraman2012-12-011-0/+12
* [master] fix template issue on clangJelte Jansen2011-10-111-5/+5
* [trac1140] fix copyright and stylechenzhengzhang2011-10-111-8/+8
* [1140] toWireRenderer test added in rdata_txt_like_unittest.ccDima Volodin2011-10-101-0/+8
* [1140] comparison test added in rdata_txt_like_unittest.ccDima Volodin2011-10-071-0/+35
* [1140] style cleanup in rdata_txt_like_unittest.ccDima Volodin2011-10-071-33/+42
* [1140] tabs in rdata_txt_like_unittest.cc expandedDima Volodin2011-10-071-11/+11
* [1140] txt&spf unittests redone using typed gtestDima Volodin2011-10-071-0/+209