[Spambayes-checkins] spambayes/spambayes/test test_storage.py, 1.5, 1.6

Tony Meyer anadelonbrin at users.sourceforge.net
Fri Jul 9 05:24:51 CEST 2004


Update of /cvsroot/spambayes/spambayes/spambayes/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4865/spambayes/test

Modified Files:
	test_storage.py 
Log Message:
Update test to reflect (current) correct way to call open_storage.

Fixes part of [ 981970 ] tests failing

Index: test_storage.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/test/test_storage.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** test_storage.py	24 Dec 2003 17:16:38 -0000	1.5
--- test_storage.py	9 Jul 2004 03:24:48 -0000	1.6
***************
*** 152,156 ****
          try:
              try:
!                 open_storage(db_name, True)
              except SystemExit:
                  pass
--- 152,156 ----
          try:
              try:
!                 open_storage(db_name, "dbm")
              except SystemExit:
                  pass



More information about the Spambayes-checkins mailing list