diff regression/regression-tests.bash @ 79:56fa05fd5271

Patch from Robert Simpson for encryption type 2. Fix the order of testing item types to avoid claiming there are multiple message stores.
author Carl Byington <carl@five-ten-sg.com>
date Fri, 13 Jun 2008 20:47:01 -0700
parents 1bd4491cf8ff
children cb14583c119a
line wrap: on
line diff
--- a/regression/regression-tests.bash	Tue Jun 10 14:28:55 2008 -0700
+++ b/regression/regression-tests.bash	Fri Jun 13 20:47:01 2008 -0700
@@ -3,7 +3,7 @@
 val="valgrind --leak-check=full"
 val=''
 
-for i in {1..10}; do
+for i in {1..12}; do
     rm -rf output$i
     mkdir output$i
 done
@@ -47,7 +47,13 @@
 $val  ../src/readpst -cv    -o output10 -d dumper Single2003-unread.pst >out10.err 2>&1
       ../src/readpstlog -f I dumper >Single2003-unread.log
 
-$val  ../src/lspst -d dumper ams.pst                                 >out11.err 2>&1
+$val  ../src/readpst -cv    -o output11 -d dumper ol2k3high.pst      >out11.err 2>&1
+      ../src/readpstlog -f I dumper >ol2k3high.log
+
+$val  ../src/readpst -cv    -o output12 -d dumper ol97high.pst       >out12.err 2>&1
+      ../src/readpstlog -f I dumper >ol97high.log
+
+$val  ../src/lspst -d dumper ams.pst                                 >out13.err 2>&1
       ../src/readpstlog -f I dumper >ams.log
 
 rm -f dumper