comparison regression/regression-tests.bash @ 300:47abe56076da

embedded rfc822 messages might contain rtf encoded bodies
author Carl Byington <carl@five-ten-sg.com>
date Fri, 04 Nov 2011 14:09:50 -0700
parents 201464dd356e
children 5338d93889aa
comparison
equal deleted inserted replaced
299:1ddc61fd6189 300:47abe56076da
69 69
70 ## separate mode with filename extensions 70 ## separate mode with filename extensions
71 #$val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 71 #$val ../src/readpst $jobs -r -e -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
72 72
73 ## separate mode where we decode all attachments to binary files 73 ## separate mode where we decode all attachments to binary files
74 echo $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn
74 $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 75 $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1
75 76
76 ## testing idblock 77 ## testing idblock
77 #../src/getidblock -p $fn 0 >$ba.fulldump 78 #../src/getidblock -p $fn 0 >$ba.fulldump
78 fi 79 fi
116 #$func 13 test-text.pst 117 #$func 13 test-text.pst
117 #$func 14 joe.romanowski.pst 118 #$func 14 joe.romanowski.pst
118 #$func 15 hourig1.pst 119 #$func 15 hourig1.pst
119 #$func 16 test-mac.pst 120 #$func 16 test-mac.pst
120 #$func 18 spam.pst 121 #$func 18 spam.pst
121 $func 19 rendgen.pst # single email appointment 122 #$func 19 rendgen.pst # single email appointment
122 $func 20 rendgen2.pst # email appointment with no termination date 123 #$func 20 rendgen2.pst # email appointment with no termination date
123 $func 21 rendgen3.pst # mime signed email 124 #$func 21 rendgen3.pst # mime signed email
124 $func 22 rendgen4.pst # appointment test cases 125 #$func 22 rendgen4.pst # appointment test cases
125 $func 23 rendgen5.pst # appointment test cases 126 #$func 23 rendgen5.pst # appointment test cases
126 #$func 24 paul.sheer.pst # embedded rfc822 attachment 127 #$func 24 paul.sheer.pst # embedded rfc822 attachment
127 #$func 25 jerry.pst # non ascii subject lines 128 #$func 25 jerry.pst # non ascii subject lines
128 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce 129 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce
129 #$func 27 justin.phelps.pst # segfault? 130 #$func 27 kaiser.pst # appointments with other character sets
130 $func 27 kaiser.pst # appointments with other character sets 131 #$func 28 pstsample.pst # character set issue
131 132 #$func 29 pstsample2.pst # embedded image in rtf data
133 $func 30 pstsample3.pst # exports of rtf and html
132 134
133 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' 135 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 '
134 136
135 if [ "$regression" == "yes" ]; then 137 if [ "$regression" == "yes" ]; then
136 ( 138 (