[Buildbot-commits] buildbot/buildbot/test test_status.py,1.24,1.25
Brian Warner
warner at users.sourceforge.net
Wed Oct 19 06:26:13 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15900/buildbot/test
Modified Files:
test_status.py
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-340
Creator: Brian Warner <warner at lothar.com>
oops, fix test_status with a dummy getURLForThing
Index: test_status.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_status.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- test_status.py 14 Oct 2005 19:47:58 -0000 1.24
+++ test_status.py 19 Oct 2005 06:26:10 -0000 1.25
@@ -137,6 +137,9 @@
def getBuildbotURL(self):
return "BUILDBOT_URL"
+ def getURLForThing(self, thing):
+ return None
+
def testBuild1(self):
mailer = MyMailer(fromaddr="buildbot at example.com",
extraRecipients=["recip at example.com",
More information about the Commits
mailing list