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

Brian Warner warner at users.sourceforge.net
Mon Aug 21 01:35:54 UTC 2006


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

Modified Files:
	test_web.py 
Log Message:
[project @ test_web: oops, fix test case to match actual addURL output]

Original author: warner at lothar.com
Date: 2006-08-21 01:34:52

Index: test_web.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_web.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- test_web.py	20 Aug 2006 22:25:35 -0000	1.32
+++ test_web.py	21 Aug 2006 01:35:52 -0000	1.33
@@ -270,9 +270,9 @@
         s.addURL("icon", "http://coverage.example.org/icon.png")
         box = html.IBox(s).getBox()
         td = box.td()
-        e1 = '<a href="http://coverage.example.org/target">coverage</a>'
+        e1 = '[<a href="http://coverage.example.org/target" class="BuildStep external">coverage</a>]'
         self.failUnlessSubstring(e1, td)
-        e2 = '<a href="http://coverage.example.org/icon.png">icon</a>'
+        e2 = '[<a href="http://coverage.example.org/icon.png" class="BuildStep external">icon</a>]'
         self.failUnlessSubstring(e2, td)
 
 





More information about the Commits mailing list