BIND 10 trac2188, updated. 519704852db4162fd51ba5ea448ed96e67c025fd [2188] Add missing file

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Aug 28 12:55:26 UTC 2012


The branch, trac2188 has been updated
       via  519704852db4162fd51ba5ea448ed96e67c025fd (commit)
      from  5e8d62ed54882e12dfa5159818b2a84239510987 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 519704852db4162fd51ba5ea448ed96e67c025fd
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Aug 28 14:54:34 2012 +0200

    [2188] Add missing file
    
    I forgot to add it before.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/loadzone/tests/correct/Makefile.am |    1 +
 src/bin/loadzone/tests/correct/comment.db  |    8 ++++++++
 2 files changed, 9 insertions(+)
 create mode 100644 src/bin/loadzone/tests/correct/comment.db

-----------------------------------------------------------------------
diff --git a/src/bin/loadzone/tests/correct/Makefile.am b/src/bin/loadzone/tests/correct/Makefile.am
index fb882ba..a3c67d4 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 0000000..79ce9b7
--- /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



More information about the bind10-changes mailing list