Mercurial > libpst
diff regression/regression-tests.bash @ 49:17654fbdf76b
more fixes for 64 bit format
author | carl |
---|---|
date | Sat, 19 Jan 2008 10:47:16 -0800 |
parents | f66078abed38 |
children | fb3818370dd6 |
line wrap: on
line diff
--- a/regression/regression-tests.bash Fri Jan 18 15:07:12 2008 -0800 +++ b/regression/regression-tests.bash Sat Jan 19 10:47:16 2008 -0800 @@ -8,25 +8,26 @@ done -#$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 -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 ams.pst >out4.err 2>&1 -#$val ../src/readpst -o output5 mbmg.archive.pst >out5.err 2>&1 +$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 -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 ams.pst >out4.err 2>&1 -#$val ../src/readpst -o output6 -d dumper test.pst >out6.err 2>&1 -# ../src/readpstlog -f I dumper >dumpertest.log +$val ../src/readpst -o output5 -d dumper mbmg.archive.pst >out5.err 2>&1 + ../src/readpstlog -f I dumper >mbmg.archive.log -#$val ../src/readpst -cv -o output7 -d dumper sample_64.pst >out7.err 2>&1 -# ../src/readpstlog -f I dumper >sample_64.log -# hexdump -C dumper >dumper.hex +$val ../src/readpst -o output6 -d dumper test.pst >out6.err 2>&1 + ../src/readpstlog -f I dumper >dumpertest.log + +$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/lspst ams.pst >out8.err 2>&1 -# ../src/readpstlog -f I lspst.debug >lspst.log +$val ../src/lspst ams.pst >out8.err 2>&1 + ../src/readpstlog -f I lspst.debug >lspst.log -#rm -f dumper lspst.debug +rm -f dumper lspst.debug