Changeset 162371 in webkit


Ignore:
Timestamp:
Jan 20, 2014 1:18:28 PM (10 years ago)
Author:
ap@apple.com
Message:

Fix webkitpy tests.

  • Scripts/webkitpy/common/net/web_mock.py: (MockBrowser.set_handle_robots):

Added a mock implementation, as we now call this function.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r162365 r162371  
     12014-01-20  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Fix webkitpy tests.
     4
     5        * Scripts/webkitpy/common/net/web_mock.py: (MockBrowser.set_handle_robots):
     6        Added a mock implementation, as we now call this function.
     7
    182014-01-20  Darin Adler  <darin@apple.com>
    29
  • trunk/Tools/Scripts/webkitpy/common/net/web_mock.py

    r141182 r162371  
    5757    def submit(self):
    5858        return StringIO.StringIO()
     59
     60    def set_handle_robots(self, value):
     61        pass
Note: See TracChangeset for help on using the changeset viewer.