From 676faa606a5f95e6a297c65fd100caf3acd992bf Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 7 Feb 2014 12:14:09 +0000 Subject: [PATCH] - add body to ifstatement if locks disabled. - add TXT string"string" test case to unit test. git-svn-id: file:///svn/unbound/trunk@3077 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 2 ++ testdata/test_ldnsrr.5 | 1 + testdata/test_ldnsrr.c5 | 2 ++ 3 files changed, 5 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 3756d8f5e..6cab4016b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,7 @@ 7 February 2014: Wouter - iana portlist updated. + - add body to ifstatement if locks disabled. + - add TXT string"string" test case to unit test. 6 February 2014: Wouter - sldns has type HIP. diff --git a/testdata/test_ldnsrr.5 b/testdata/test_ldnsrr.5 index c574a1853..4a14ec55d 100644 --- a/testdata/test_ldnsrr.5 +++ b/testdata/test_ldnsrr.5 @@ -119,6 +119,7 @@ txt1 TXT "a" "bb" "ccc" txt2 TXT ( "a" "bb" "ccc" ) txt3 TXT "a b" "bb" " cc c " " " txt4 TXT ( "a b" "bb" " cc c " " " ) +txt5 TXT Test-String"Test-String" ; LOC tests abbey.example.com. 3600 IN LOC 40 32 24.716 N 105 4 25.770 W 1208.00m 600000m 2000m 1m diff --git a/testdata/test_ldnsrr.c5 b/testdata/test_ldnsrr.c5 index b65b316c2..72497c1ca 100644 --- a/testdata/test_ldnsrr.c5 +++ b/testdata/test_ldnsrr.c5 @@ -136,6 +136,8 @@ txt2. 3600 IN TXT "a" "bb" "ccc" txt3. 3600 IN TXT "a b" "bb" " cc c " " " 0474787434000010000100000E10001003612062026262062063632063200120 txt4. 3600 IN TXT "a b" "bb" " cc c " " " +0474787435000010000100000E10001918546573742D537472696E6722546573742D537472696E6722 +txt5. 3600 IN TXT "Test-String\"Test-String\"" 056162626579076578616D706C6503636F6D00001D000100000E1000100067251288B2F08C69741F56009A6E60 abbey.example.com. 3600 IN LOC 40 32 24.716 N 105 04 25.770 W 1208m 600000m 2000m 1m 05616272616D076578616D706C6503636F6D00001D000100000E1000100015572588B2F08C69741F56FFFFFFFB -- 2.47.2