Mercurial > libpst
comparison regression/regression-tests.bash @ 116:ed2a260bbb98 stable-0-6-25
improve handling of content-type charset values in mime parts
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 16 Jan 2009 15:23:52 -0800 |
parents | 7133b39975f7 |
children | 0f1492b7fe8b |
comparison
equal
deleted
inserted
replaced
115:7689c006b166 | 116:ed2a260bbb98 |
---|---|
17 { | 17 { |
18 n="$1" | 18 n="$1" |
19 fn="$2" | 19 fn="$2" |
20 rm -rf output$n | 20 rm -rf output$n |
21 mkdir output$n | 21 mkdir output$n |
22 $val ../src/readpst -cv -o output$n -d dumper $fn >$fn.pst.err 2>&1 | 22 $val ../src/readpst -cv -o output$n -d dumper $fn >$fn.err 2>&1 |
23 ../src/readpstlog -f I dumper >$fn.log | 23 ../src/readpstlog -f I dumper >$fn.log |
24 #$val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' -o $fn >$fn.ldif.err 2>&1 | 24 #$val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' -o $fn >$fn.ldif.err 2>&1 |
25 #$val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'inetOrgPerson' $fn >$fn.ldif2.err 2>&1 | 25 #$val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'inetOrgPerson' $fn >$fn.ldif2.err 2>&1 |
26 rm -f dumper | 26 rm -f dumper |
27 } | 27 } |
38 if [ "$1" == "dii" ]; then | 38 if [ "$1" == "dii" ]; then |
39 dodii 1 ams.pst | 39 dodii 1 ams.pst |
40 dodii 2 sample_64.pst | 40 dodii 2 sample_64.pst |
41 dodii 3 test.pst | 41 dodii 3 test.pst |
42 dodii 4 big_mail.pst | 42 dodii 4 big_mail.pst |
43 elif [ "$1" == "flow" ]; then | |
44 dopst 11 flow.pst | |
45 else | 43 else |
46 dopst 1 ams.pst | 44 #dopst 1 ams.pst |
47 #dopst 2 sample_64.pst | 45 #dopst 2 sample_64.pst |
48 #dopst 3 test.pst | 46 #dopst 3 test.pst |
49 #dopst 4 big_mail.pst | 47 #dopst 4 big_mail.pst |
50 #dopst 5 mbmg.archive.pst | 48 #dopst 5 mbmg.archive.pst |
51 #dopst 6 Single2003-read.pst | 49 #dopst 6 Single2003-read.pst |
52 #dopst 7 Single2003-unread.pst | 50 #dopst 7 Single2003-unread.pst |
53 #dopst 8 ol2k3high.pst | 51 #dopst 8 ol2k3high.pst |
54 #dopst 9 ol97high.pst | 52 #dopst 9 ol97high.pst |
55 #dopst 10 returned_message.pst | 53 #dopst 10 returned_message.pst |
56 #dopst 11 flow.pst | 54 #dopst 11 flow.pst |
55 #dopst 12 test-html.pst | |
56 dopst 13 test-text.pst | |
57 #dopst 14 joe.romanowski.pst | |
57 fi | 58 fi |
58 | 59 |