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

Changeset 90482 in webkit


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

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

Unreviewed. Fixing an exception in test-webkitpy, caused by bug 64006.

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r90481 r90482  
     12011-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
    172011-07-06  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
    28
  • trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py

    r86445 r90482  
    136136class BuildTest(unittest.TestCase):
    137137    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)
    139141        build._fetch_results_html = lambda: None
    140142        # Test that layout_test_results() returns None if the fetch fails.
Note: See TracChangeset for help on using the changeset viewer.