Changeset 57383 in webkit


Ignore:
Timestamp:
Apr 9, 2010 4:28:28 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-04-09 Adam Barth <abarth@webkit.org>

Unreviewed, but approved by Dirk Pranke.

rename test_expectations_test.py to test_expectations_unittest.py so it actually gets run
https://bugs.webkit.org/show_bug.cgi?id=37372

We need to end unit tests with _unittest.py for them to be autodetected
by the test harness. +6 tests.

  • Scripts/webkitpy/layout_tests/layout_package/test_expectations_unittest.py: Renamed from WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_expectations_test.py.
Location:
trunk/WebKitTools
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r57381 r57383  
     12010-04-09  Adam Barth  <abarth@webkit.org>
     2
     3        Unreviewed, but approved by Dirk Pranke.
     4
     5        rename test_expectations_test.py to test_expectations_unittest.py so it actually gets run
     6        https://bugs.webkit.org/show_bug.cgi?id=37372
     7
     8        We need to end unit tests with _unittest.py for them to be autodetected
     9        by the test harness.  +6 tests.
     10
     11        * Scripts/webkitpy/layout_tests/layout_package/test_expectations_unittest.py: Renamed from WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_expectations_test.py.
     12
    1132010-04-09  Adam Barth  <abarth@webkit.org>
    214
Note: See TracChangeset for help on using the changeset viewer.