Changeset 90483 in webkit
- Timestamp:
- Jul 6, 2011, 12:52:20 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
r90482 r90483 1 2011-07-06 Eric Seidel <eric@webkit.org> 2 3 Unreviewed. Fix a unittest from hitting the network. :) 4 5 * Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py: 6 1 7 2011-07-06 Eric Seidel <eric@webkit.org> 2 8 -
trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py
r90482 r90483 139 139 builder = Builder(u"Foo Builder (test)", buildbot) 140 140 build = Build(builder, None, None, None) 141 build._fetch_ results_html= lambda: None141 build._fetch_file_from_results = lambda: None 142 142 # Test that layout_test_results() returns None if the fetch fails. 143 143 self.assertEqual(build.layout_test_results(), None)
Note:
See TracChangeset
for help on using the changeset viewer.