Mercurial > libpst
comparison regression/regression-tests.bash @ 257:c947b8812120
rfc2047 and rfc2231 encoding for non-ascii headers and attachment filenames
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 24 Dec 2010 19:26:05 -0800 |
parents | 4573b536177f |
children | 8ad8fd1c5451 |
comparison
equal
deleted
inserted
replaced
256:a863de65e5b8 | 257:c947b8812120 |
---|---|
99 | 99 |
100 regression="" | 100 regression="" |
101 [ "$2" == "reg" ] && regression="yes" | 101 [ "$2" == "reg" ] && regression="yes" |
102 [ "$regression" == "yes" ] && val="" | 102 [ "$regression" == "yes" ] && val="" |
103 | 103 |
104 $func 1 ams.pst | 104 #$func 1 ams.pst |
105 $func 2 sample_64.pst | 105 #$func 2 sample_64.pst |
106 $func 3 test.pst | 106 #$func 3 test.pst |
107 $func 4 big_mail.pst | 107 #$func 4 big_mail.pst |
108 $func 5 mbmg.archive.pst | 108 #$func 5 mbmg.archive.pst |
109 $func 6 Single2003-read.pst | 109 #$func 6 Single2003-read.pst |
110 $func 7 Single2003-unread.pst | 110 #$func 7 Single2003-unread.pst |
111 $func 8 ol2k3high.pst | 111 ##$func 8 ol2k3high.pst |
112 $func 9 ol97high.pst | 112 ##$func 9 ol97high.pst |
113 $func 10 returned_message.pst | 113 #$func 10 returned_message.pst |
114 $func 11 flow.pst | 114 ##$func 11 flow.pst |
115 $func 12 test-html.pst | 115 #$func 12 test-html.pst |
116 $func 13 test-text.pst | 116 #$func 13 test-text.pst |
117 $func 14 joe.romanowski.pst | 117 #$func 14 joe.romanowski.pst |
118 $func 15 hourig1.pst | 118 #$func 15 hourig1.pst |
119 $func 16 test-mac.pst | 119 #$func 16 test-mac.pst |
120 $func 17 harris.pst | 120 ##$func 17 harris.pst |
121 $func 18 spam.pst | 121 ##$func 18 spam.pst |
122 $func 19 rendgen.pst # single email appointment | 122 #$func 19 rendgen.pst # single email appointment |
123 $func 20 rendgen2.pst # email appointment with no termination date | 123 #$func 20 rendgen2.pst # email appointment with no termination date |
124 $func 21 rendgen3.pst # mime signed email | 124 #$func 21 rendgen3.pst # mime signed email |
125 $func 22 rendgen4.pst # appointment test cases | 125 #$func 22 rendgen4.pst # appointment test cases |
126 $func 23 rendgen5.pst # appointment test cases | 126 #$func 23 rendgen5.pst # appointment test cases |
127 $func 24 paul.sheer.pst # embedded rfc822 attachment | 127 #$func 24 paul.sheer.pst # embedded rfc822 attachment |
128 $func 25 jerry.pst # non ascii subject lines | |
128 | 129 |
129 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' | 130 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' |
130 | 131 |
131 if [ "$regression" == "yes" ]; then | 132 if [ "$regression" == "yes" ]; then |
132 ( | 133 ( |