Changeset 56677 in webkit


Ignore:
Timestamp:
Mar 27, 2010 7:50:39 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-27 Chris Jerdonek <Chris Jerdonek>

Reviewed by Adam Barth.

In webkitpy/, deleted the /unittests.py files since test-webkitpy
now auto-detects all *_unittest.py files.

https://bugs.webkit.org/show_bug.cgi?id=36712

  • Scripts/webkitpy/common/net/irc/unittests.py: Removed.
  • Scripts/webkitpy/common/system/unittests.py: Removed.
  • Scripts/webkitpy/common/thread/unittests.py: Removed.
  • Scripts/webkitpy/common/unittests.py: Removed.
  • Scripts/webkitpy/python24/unittests.py: Removed.
  • Scripts/webkitpy/style/unittests.py: Removed.
  • Scripts/webkitpy/tool/unittests.py: Removed.
  • Scripts/webkitpy/unittests.py: Removed.
Location:
trunk/WebKitTools
Files:
8 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r56674 r56677  
     12010-03-27  Chris Jerdonek  <cjerdonek@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        In webkitpy/, deleted the /unittests.py files since test-webkitpy
     6        now auto-detects all *_unittest.py files.
     7
     8        https://bugs.webkit.org/show_bug.cgi?id=36712
     9
     10        * Scripts/webkitpy/common/net/irc/unittests.py: Removed.
     11        * Scripts/webkitpy/common/system/unittests.py: Removed.
     12        * Scripts/webkitpy/common/thread/unittests.py: Removed.
     13        * Scripts/webkitpy/common/unittests.py: Removed.
     14        * Scripts/webkitpy/python24/unittests.py: Removed.
     15        * Scripts/webkitpy/style/unittests.py: Removed.
     16        * Scripts/webkitpy/tool/unittests.py: Removed.
     17        * Scripts/webkitpy/unittests.py: Removed.
     18
    1192010-03-27  Sergio Villar Senin  <svillar@igalia.com>
    220
Note: See TracChangeset for help on using the changeset viewer.