Mercurial > libpst
comparison regression/regression-tests.bash @ 298:201464dd356e
add default character set for items where the pst file does not specify a character set
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 02 Aug 2011 17:02:39 -0700 |
parents | 8b3a827b71f4 |
children | 47abe56076da |
comparison
equal
deleted
inserted
replaced
297:8b3a827b71f4 | 298:201464dd356e |
---|---|
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 $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | 74 $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
75 | 75 |
76 ## testing idblock | 76 ## testing idblock |
77 #../src/getidblock -p $fn 0 >$ba.fulldump | 77 #../src/getidblock -p $fn 0 >$ba.fulldump |
78 fi | 78 fi |
79 fi | 79 fi |
125 $func 23 rendgen5.pst # appointment test cases | 125 $func 23 rendgen5.pst # appointment test cases |
126 #$func 24 paul.sheer.pst # embedded rfc822 attachment | 126 #$func 24 paul.sheer.pst # embedded rfc822 attachment |
127 #$func 25 jerry.pst # non ascii subject lines | 127 #$func 25 jerry.pst # non ascii subject lines |
128 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce | 128 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce |
129 #$func 27 justin.phelps.pst # segfault? | 129 #$func 27 justin.phelps.pst # segfault? |
130 $func 27 kaiser.pst # appointments with other character sets | |
130 | 131 |
131 | 132 |
132 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' | 133 [ -n "$val" ] && grep 'lost:' *err | grep -v 'lost: 0 ' |
133 | 134 |
134 if [ "$regression" == "yes" ]; then | 135 if [ "$regression" == "yes" ]; then |