[Buildbot-commits] buildbot ChangeLog,1.509,1.510

Brian Warner warner at users.sourceforge.net
Fri Oct 14 19:48:00 UTC 2005


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

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

remove almost all remaining uses of deferredResult from unit tests

	* buildbot/test/test_changes.py: remove use of deferredResult
	* buildbot/test/test_config.py: same
	* buildbot/test/test_control.py: same
	* buildbot/test/test_status.py: same
	* buildbot/test/test_vc.py: this is the only remaining use, since
	it gets used at module level. This needs to be replaced by some
	sort of class-level run-once routine.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.509
retrieving revision 1.510
diff -u -d -r1.509 -r1.510
--- ChangeLog	14 Oct 2005 19:42:40 -0000	1.509
+++ ChangeLog	14 Oct 2005 19:47:58 -0000	1.510
@@ -1,5 +1,13 @@
 2005-10-13  Brian Warner  <warner at lothar.com>
 
+	* buildbot/test/test_changes.py: remove use of deferredResult
+	* buildbot/test/test_config.py: same
+	* buildbot/test/test_control.py: same
+	* buildbot/test/test_status.py: same
+	* buildbot/test/test_vc.py: this is the only remaining use, since
+	it gets used at module level. This needs to be replaced by some
+	sort of class-level run-once routine.
+
 	* buildbot/status/words.py (IrcStatusBot.command_WATCH): fix typo
 
 	* lots: implement multiple slaves per Builder, which means multiple





More information about the Commits mailing list