[Spambayes-checkins] spambayes/spambayes/test test_sb-server.py, 1.6, 1.7

Tony Meyer anadelonbrin at users.sourceforge.net
Thu Oct 28 07:45:49 CEST 2004


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

Modified Files:
	test_sb-server.py 
Log Message:
Changing "Spambayes" to "SpamBayes" killed our test.  Fix that.

Index: test_sb-server.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/test/test_sb-server.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test_sb-server.py	3 Aug 2004 06:51:00 -0000	1.6
--- test_sb-server.py	28 Oct 2004 05:45:47 -0000	1.7
***************
*** 320,324 ****
          if not packet: break
          response += packet
!     assert re.search(r"(?s)<html>.*Spambayes proxy.*</html>", response)
  
      # Kill the proxy and the test server.
--- 320,324 ----
          if not packet: break
          response += packet
!     assert re.search(r"(?s)<html>.*SpamBayes proxy.*</html>", response)
  
      # Kill the proxy and the test server.



More information about the Spambayes-checkins mailing list