Mercurial > libpst
comparison regression/regression-tests.bash @ 323:2474d01043cd stable-0-6-58
fix From quoting on embedded rfc/822 messages
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 28 Dec 2012 14:45:27 -0800 |
parents | 6fc49b69b1dc |
children | cb67b335afcc |
comparison
equal
deleted
inserted
replaced
322:dda88a4e70dd | 323:2474d01043cd |
---|---|
63 else | 63 else |
64 ## only email and include deleted items, have a deleted items folder with multiple item types | 64 ## only email and include deleted items, have a deleted items folder with multiple item types |
65 #$val ../src/readpst $jobs -te -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | 65 #$val ../src/readpst $jobs -te -r -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
66 | 66 |
67 ## normal recursive dump | 67 ## normal recursive dump |
68 #char='us-ascii' | 68 char='us-ascii' |
69 #char='BIG-5' | 69 #char='BIG-5' |
70 #echo $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn | 70 echo $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn |
71 # $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | 71 $val ../src/readpst -C $char -j 0 -r -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
72 | 72 |
73 ## separate mode with filename extensions and .msg files | 73 ## separate mode with filename extensions and .msg files |
74 echo $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn | 74 #echo $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn |
75 $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | 75 # $val ../src/readpst $jobs -r -m -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
76 | 76 |
77 ## separate mode where we decode all attachments to binary files | 77 ## separate mode where we decode all attachments to binary files |
78 #echo $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn | 78 #echo $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn |
79 # $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 | 79 # $val ../src/readpst $jobs -r -S -D -cv -o output$n -d $ba.log $fn >$ba.err 2>&1 |
80 | 80 |
126 #$func 19 rendgen.pst # single email appointment | 126 #$func 19 rendgen.pst # single email appointment |
127 #$func 20 rendgen2.pst # email appointment with no termination date | 127 #$func 20 rendgen2.pst # email appointment with no termination date |
128 #$func 21 rendgen3.pst # mime signed email | 128 #$func 21 rendgen3.pst # mime signed email |
129 #$func 22 rendgen4.pst # appointment test cases | 129 #$func 22 rendgen4.pst # appointment test cases |
130 #$func 23 rendgen5.pst # appointment test cases | 130 #$func 23 rendgen5.pst # appointment test cases |
131 #$func 24 paul.sheer.pst # embedded rfc822 attachment | 131 $func 24 paul.sheer.pst # embedded rfc822 attachment |
132 #$func 25 jerry.pst # non ascii subject lines | 132 #$func 25 jerry.pst # non ascii subject lines |
133 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce | 133 #$func 26 phill.bertolus.pst # possible segfault in forked process, cannot reproduce |
134 #$func 27 kaiser.pst # appointments with other character sets | 134 #$func 27 kaiser.pst # appointments with other character sets |
135 #$func 28 pstsample.pst # character set issue | 135 #$func 28 pstsample.pst # character set issue |
136 #$func 29 pstsample2.pst # embedded image in rtf data | 136 #$func 29 pstsample2.pst # embedded image in rtf data |