[Buildbot-commits] buildbot/buildbot/test test_webparts.py, 1.2, 1.3

Brian Warner warner at users.sourceforge.net
Wed Oct 10 08:23:08 UTC 2007


Update of /cvsroot/buildbot/buildbot/buildbot/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16292/buildbot/test

Modified Files:
	test_webparts.py 
Log Message:
[project @ fix a typo that removed the Stop Build button. Closes #114.]

Original author: warner at lothar.com
Date: 2007-10-10 08:22:11+00:00

Index: test_webparts.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_webparts.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test_webparts.py	30 Sep 2007 01:04:12 -0000	1.2
+++ test_webparts.py	10 Oct 2007 08:23:06 -0000	1.3
@@ -127,6 +127,7 @@
         # TODO: the pages beyond here would be great to test, but that would
         # require causing a build to complete.
         #d.addCallback(self._check, "builders/builder1/builds/1", "")
+        # it'd be nice to assert that the Build page has a "Stop Build" button
         #d.addCallback(self._check, "builders/builder1/builds/1/steps", "")
         #d.addCallback(self._check,
         #              "builders/builder1/builds/1/steps/compile", "")





More information about the Commits mailing list