Changeset 56283 in webkit


Ignore:
Timestamp:
Mar 19, 2010 4:38:06 PM (14 years ago)
Author:
dpranke@chromium.org
Message:

2010-03-19 Dirk Pranke <dpranke@chromium.org>

Reviewed by Dimitri Glazkov.

fix typo in chromium test expectations overrides routine
https://bugs.webkit.org/show_bug.cgi?id=36397

  • Scripts/webkitpy/layout_tests/port/chromium.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r56279 r56283  
     12010-03-19  Dirk Pranke  <dpranke@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        fix typo in chromium test expectations overrides routine
     6        https://bugs.webkit.org/show_bug.cgi?id=36397
     7
     8        * Scripts/webkitpy/layout_tests/port/chromium.py:
     9
    1102010-03-19  Dirk Pranke  <dpranke@chromium.org>
    211
  • trunk/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py

    r56279 r56283  
    170170            'layout_tests', 'test_expectations.txt')
    171171        if os.path.exists(overrides_file):
    172             return file(expectations_file, "r").read()
     172            return file(overrides_file, "r").read()
    173173        else:
    174174            return None
Note: See TracChangeset for help on using the changeset viewer.