[Buildbot-commits] buildbot/buildbot/test test_web.py,1.33,1.34

Brian Warner warner at users.sourceforge.net
Wed Aug 23 04:02:20 UTC 2006


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

Modified Files:
	test_web.py 
Log Message:
[project @ tests: remove test_web.GetURL.testBrokenStuff, it was broken anyway]

Original author: warner at lothar.com
Date: 2006-08-23 03:57:43

Index: test_web.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_web.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- test_web.py	21 Aug 2006 01:35:52 -0000	1.33
+++ test_web.py	23 Aug 2006 04:02:18 -0000	1.34
@@ -352,14 +352,6 @@
         builder = s.getBuilder("b1")
         self.assertURLEqual(builder, "b1")
 
-    def testBrokenStuff(self):
-        s = self.status
-        self.assertURLEqual(s.getSchedulers()[0], "schedulers/0")
-        self.assertURLEqual(s.getSlave("bot1"), "slaves/bot1")
-        # we didn't put a Change into the actual Build before, so this fails
-        #self.assertURLEqual(build.getChanges()[0], "changes/1")
-    testBrokenStuff.todo = "not implemented yet"
-
     def testChange(self):
         s = self.status
         c = Change("user", ["foo.c"], "comments")





More information about the Commits mailing list