[Buildbot-commits] buildbot ChangeLog,1.441,1.442

Brian Warner warner at users.sourceforge.net
Tue May 17 10:38:12 UTC 2005


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13681

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-189
Creator:  Brian Warner <warner at monolith.lothar.com>

handle string-in-string tests under python-2.2

	* buildbot/test/test_vc.py (SetupMixin.failUnlessIn): Add a
	version that can handle string-in-string tests, because otherwise
	python-2.2 fails the tests. It'd be tremendous if Trial's test
	took two strings under 2.2 too.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.441
retrieving revision 1.442
diff -u -d -r1.441 -r1.442
--- ChangeLog	17 May 2005 10:14:11 -0000	1.441
+++ ChangeLog	17 May 2005 10:38:08 -0000	1.442
@@ -1,5 +1,10 @@
 2005-05-17  Brian Warner  <warner at lothar.com>
 
+	* buildbot/test/test_vc.py (SetupMixin.failUnlessIn): Add a
+	version that can handle string-in-string tests, because otherwise
+	python-2.2 fails the tests. It'd be tremendous if Trial's test
+	took two strings under 2.2 too.
+
 	* everything: fixed all deprecation warnings when running against
 	Twisted-2.0 . (at least all the ones in buildbot code, there are a
 	few that come from Twisted itself). This involved putting most of





More information about the Commits mailing list