1; Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
2;
3; Permission to use, copy, modify, and/or distribute this software for any
4; purpose with or without fee is hereby granted, provided that the above
5; copyright notice and this permission notice appear in all copies.
6;
7; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
10; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13; PERFORMANCE OF THIS SOFTWARE.
14
15; Id: flushtest.db,v 1.3 2011/08/03 23:47:48 tbox Exp 
16
17$TTL 3600
18$ORIGIN flushtest.example.
19@			IN SOA	flushtest.example. ns.flushtest.example. (
20				2011072900
21				600
22				600
23				1200
24				3600
25				)
26			NS	ns
27ns			IN	A	10.53.0.1
28
29top1			IN	TXT	"text"
30second1.top1		IN	TXT	"text"
31third1.second1.top1	IN	TXT	"text"
32third2.second1.top1	IN	TXT	"text"
33second2.top1		IN	TXT	"text"
34second3.top1		IN	TXT	"text"
35
36; top2 node is omitted for testing with an empty nonterminal
37second1.top2		IN	TXT	"text"
38second2.top2		IN	TXT	"text"
39second3.top2		IN	TXT	"text"
40
41top3			IN	TXT	"text"
42second1.top3		IN	TXT	"text"
43third1.second1.top3	IN	TXT	"text"
44third2.second1.top3	IN	TXT	"text"
45; second2.top3 is omitted for testing with an empty nontermianl
46third1.second2.top3	IN	TXT	"text"
47third2.second2.top3	IN	TXT	"text"
48second3.top3		IN	TXT	"text"
49
50