Bug 71425 - Move Mocks into _mock files near their implementations
Summary: Move Mocks into _mock files near their implementations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-02 17:56 PDT by Eric Seidel (no email)
Modified: 2011-11-02 23:16 PDT (History)
5 users (show)

See Also:


Attachments
wip (112.75 KB, patch)
2011-11-02 17:57 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Patch (125.59 KB, patch)
2011-11-02 22:07 PDT, Eric Seidel (no email)
abarth: review+
eric: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2011-11-02 17:56:54 PDT
Move Mocks into _mock files near their implementations
Comment 1 Eric Seidel (no email) 2011-11-02 17:57:19 PDT
Created attachment 113411 [details]
wip
Comment 2 Eric Seidel (no email) 2011-11-02 22:07:48 PDT
Created attachment 113432 [details]
Patch
Comment 3 Adam Barth 2011-11-02 22:33:38 PDT
Comment on attachment 113432 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=113432&action=review

> Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py:47
> +

Y U ADD BLANK LINE
Comment 4 Eric Seidel (no email) 2011-11-02 23:16:22 PDT
Committed r99140: <http://trac.webkit.org/changeset/99140>