Mercurial > libpst
comparison regression/regression-tests.bash @ 67:90aa7814ad1f stable-0-6-8
Initial version of pst2dii to convert to Summation dii load file format.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 05 Mar 2008 18:58:40 -0800 |
parents | cfd6175f9334 |
children | 1bd4491cf8ff |
comparison
equal
deleted
inserted
replaced
66:32f771bc9c1c | 67:90aa7814ad1f |
---|---|
17 ../src/readpstlog -f I dumper >sample_64.log | 17 ../src/readpstlog -f I dumper >sample_64.log |
18 $val ../src/pst2dii -f /usr/share/fonts/bitstream-vera/VeraMono.ttf -B "bates-" -o output3 -O mydii3 -d dumper test.pst | 18 $val ../src/pst2dii -f /usr/share/fonts/bitstream-vera/VeraMono.ttf -B "bates-" -o output3 -O mydii3 -d dumper test.pst |
19 ../src/readpstlog -f I dumper >test.log | 19 ../src/readpstlog -f I dumper >test.log |
20 ../src/pst2dii -f /usr/share/fonts/bitstream-vera/VeraMono.ttf -B "bates-" -o output4 -O mydii4 -d dumper big_mail.pst | 20 ../src/pst2dii -f /usr/share/fonts/bitstream-vera/VeraMono.ttf -B "bates-" -o output4 -O mydii4 -d dumper big_mail.pst |
21 ../src/readpstlog -f I dumper >big_mail.log | 21 ../src/readpstlog -f I dumper >big_mail.log |
22 exit | |
22 | 23 |
23 $val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err 2>&1 | 24 $val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' ams.pst >ams.err 2>&1 |
24 $val ../src/readpst -cv -o output1 ams.pst >out1.err 2>&1 | 25 $val ../src/readpst -cv -o output1 ams.pst >out1.err 2>&1 |
25 $val ../src/readpst -cl -r -o output2 ams.pst >out2.err 2>&1 | 26 $val ../src/readpst -cl -r -o output2 ams.pst >out2.err 2>&1 |
26 $val ../src/readpst -S -o output3 ams.pst >out3.err 2>&1 | 27 $val ../src/readpst -S -o output3 ams.pst >out3.err 2>&1 |