⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 90483 in webkit


Ignore:
Timestamp:
Jul 6, 2011, 12:52:20 PM (15 years ago)
Author:
eric@webkit.org
Message:

2011-07-06 Eric Seidel <eric@webkit.org>

Unreviewed. Fix a unittest from hitting the network. :)

  • Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r90482 r90483  
     12011-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
    172011-07-06  Eric Seidel  <eric@webkit.org>
    28
  • trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py

    r90482 r90483  
    139139        builder = Builder(u"Foo Builder (test)", buildbot)
    140140        build = Build(builder, None, None, None)
    141         build._fetch_results_html = lambda: None
     141        build._fetch_file_from_results = lambda: None
    142142        # Test that layout_test_results() returns None if the fetch fails.
    143143        self.assertEqual(build.layout_test_results(), None)
Note: See TracChangeset for help on using the changeset viewer.