Changeset 90482 in webkit
- Timestamp:
- Jul 6, 2011, 12:45:49 PM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r90481 r90482 1 2011-07-06 Eric Seidel <eric@webkit.org> 2 3 Unreviewed. Fixing an exception in test-webkitpy, caused by bug 64006. 4 5 * Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py: 6 1 7 2011-07-06 Gustavo Noronha Silva <gustavo.noronha@collabora.com> 2 8 -
trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py
r86445 r90482 136 136 class BuildTest(unittest.TestCase): 137 137 def test_layout_test_results(self): 138 build = Build(None, None, None, None) 138 buildbot = BuildBot() 139 builder = Builder(u"Foo Builder (test)", buildbot) 140 build = Build(builder, None, None, None) 139 141 build._fetch_results_html = lambda: None 140 142 # Test that layout_test_results() returns None if the fetch fails.
Note:
See TracChangeset
for help on using the changeset viewer.