From: Michal 'vorner' Vaner Date: Tue, 28 Aug 2012 12:54:34 +0000 (+0200) Subject: [2188] Add missing file X-Git-Tag: trac2351_base~103^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=519704852db4162fd51ba5ea448ed96e67c025fd;p=thirdparty%2Fkea.git [2188] Add missing file I forgot to add it before. --- diff --git a/src/bin/loadzone/tests/correct/Makefile.am b/src/bin/loadzone/tests/correct/Makefile.am index fb882bae4b..a3c67d4a9c 100644 --- a/src/bin/loadzone/tests/correct/Makefile.am +++ b/src/bin/loadzone/tests/correct/Makefile.am @@ -12,6 +12,7 @@ EXTRA_DIST += ttl1.db EXTRA_DIST += ttl2.db EXTRA_DIST += ttlext.db EXTRA_DIST += example.db +EXTRA_DIST += comment.db noinst_SCRIPTS = correct_test.sh diff --git a/src/bin/loadzone/tests/correct/comment.db b/src/bin/loadzone/tests/correct/comment.db new file mode 100644 index 0000000000..79ce9b76a8 --- /dev/null +++ b/src/bin/loadzone/tests/correct/comment.db @@ -0,0 +1,8 @@ +; Test removal of comments and not removal from strings. +; We had a bug - see #2188. +comment.example.com. 60 IN SOA ns1.example.com. hostmaster.example.com. 1 43200 900 1814400 7200 +comment.example.com. 60 IN NS ns1.example.com. +comment.example.com. 60 IN TXT "Simple text" +comment.example.com. 60 IN TXT "; No comment" +comment.example.com. 60 IN TXT "Also no comment here" ; But here it is a comment +comment.example.com. 60 IN TXT "A combination ; see?" ; This is a "comment