Mercurial > libpst
diff regression/regression-tests.bash @ 94:997cf1373f9e
fix base64 encoding that could create long lines
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 09 Sep 2008 11:11:56 -0700 |
parents | cb14583c119a |
children | b7f456946c5b |
line wrap: on
line diff
--- a/regression/regression-tests.bash Thu Aug 28 15:25:53 2008 -0700 +++ b/regression/regression-tests.bash Tue Sep 09 11:11:56 2008 -0700 @@ -28,10 +28,13 @@ fi $val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err 2>&1 -$val ../src/readpst -cv -o output1 ams.pst >out1.err 2>&1 + +$val ../src/readpst -cv -o output1 -d dumper ams.pst >out1.err 2>&1 + ../src/readpstlog -f I dumper >ams1.log + $val ../src/readpst -cl -r -o output2 ams.pst >out2.err 2>&1 $val ../src/readpst -S -o output3 ams.pst >out3.err 2>&1 -$val ../src/readpst -M -o output4 -d dumper ams.pst >out4.err 2>&1 +$val ../src/readpst -M -o output4 -d dumper ams.pst >out4.err 2>&1 ../src/readpstlog -f I dumper >ams.log $val ../src/readpst -o output5 -d dumper mbmg.archive.pst >out5.err 2>&1 @@ -43,8 +46,8 @@ $val ../src/readpst -cv -o output7 -d dumper sample_64.pst >out7.err 2>&1 ../src/readpstlog -f I dumper >sample_64.log -$val ../src/readpst -cv -o output8 -d dumper big_mail.pst >out8.err 2>&1 - ../src/readpstlog -f I dumper >big_mail.log +#$val ../src/readpst -cv -o output8 -d dumper big_mail.pst >out8.err 2>&1 +# ../src/readpstlog -f I dumper >big_mail.log $val ../src/readpst -cv -o output9 -d dumper Single2003-read.pst >out9.err 2>&1 ../src/readpstlog -f I dumper >Single2003-read.log