[Spambayes-checkins] spambayes/spambayes/test test_programs.py, 1.3, 1.4

Tony Meyer anadelonbrin at users.sourceforge.net
Wed Jul 14 09:06:42 CEST 2004


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

Modified Files:
	test_programs.py 
Log Message:
Fix typo.

Index: test_programs.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/test/test_programs.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_programs.py	16 Dec 2003 05:06:34 -0000	1.3
--- test_programs.py	14 Jul 2004 07:06:40 -0000	1.4
***************
*** 158,162 ****
          self.failUnless(not spawner.is_running(), "didn't stop after stop")
          self.failUnless(not is_any_sb_server_running(),
!                 "Platform mutex still help after stop")
      def test_sb_server_default(self):
          # Should be using the default port from the options file.
--- 158,162 ----
          self.failUnless(not spawner.is_running(), "didn't stop after stop")
          self.failUnless(not is_any_sb_server_running(),
!                 "Platform mutex still held after stop")
      def test_sb_server_default(self):
          # Should be using the default port from the options file.



More information about the Spambayes-checkins mailing list