~ubuntu-branches/ubuntu/raring/maradns/raring

« back to all changes in this revision

Viewing changes to update/1.3.07.03/maradns-1.3.07.02-truncation_test.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2010-01-24 12:17:40 UTC
  • mfrom: (1.1.13 upstream) (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100124121740-a4e1fjobwaouz443
Tags: 1.4.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- maradns-1.3.07.02/sqa/regressions/truncation/do.test        2007-06-29 14:32:31.000000000 -0500
2
 
+++ maradns-1.3.07.03/sqa/regressions/truncation/do.test        2007-08-08 23:27:39.000000000 -0500
3
 
@@ -8,51 +8,8 @@
4
 
 ipv4_bind_addresses="127.0.0.1"
5
 
 csv2 = {}
6
 
 csv2["example.com."] = "db.example.com"
7
 
-csv2_tilde_handling = 3
8
 
 verbose_level = 0
9
 
 EOF
10
 
-cat > db.example.com << EOF
11
 
-t1.% TXT 
12
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
13
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
14
 
-'123456789012345678901234567890123456789012345'\
15
 
-'1234567890123456789012345678901234567890123456789012345678901234567890' 
16
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
17
 
-'12345678901234567890123'\
18
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'  ~
19
 
-t2.% TXT 
20
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
21
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
22
 
-'123456789012345678901234567890123456789012345'\
23
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'
24
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
25
 
-'123456789012345678901234'\
26
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'  ~
27
 
-t3.% TXT 
28
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
29
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
30
 
-'123456789012345678901234567890123456789012345'\
31
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'
32
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
33
 
-'123456789012345678901234567890123456789'\
34
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'  ~
35
 
-t4.% TXT 
36
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
37
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
38
 
-'123456789012345678901234567890123456789012345'\
39
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'
40
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
41
 
-'1234567890123456789012345678901234567890'\
42
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'  ~
43
 
-t5.% TXT 
44
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
45
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
46
 
-'123456789012345678901234567890123456789012345678901234567890'\
47
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'
48
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'\
49
 
-'1234567890123456789012345678901234567890'\
50
 
-'1234567890123456789012345678901234567890123456789012345678901234567890'  ~
51
 
-EOF
52
 
 
53
 
 # OK, test the server
54
 
 ../../../server/maradns -f mararc > /dev/null 2>&1 &
55
 
@@ -66,7 +23,8 @@
56
 
 ../../../tools/askmara Tt4.example.com.
57
 
 echo
58
 
 ../../../tools/askmara Tt5.example.com.
59
 
+echo
60
 
+../../../tools/askmara Tt6.example.com.
61
 
 sleep 1
62
 
 killall maradns
63
 
 rm mararc
64
 
-rm db.example.com