Bug 92898

Summary: Use testRunner instead of layoutTestController in SVG tests
Product: WebKit Reporter: Florin Malita <fmalita>
Component: SVGAssignee: Florin Malita <fmalita>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, feature-media-reviews, krit, rniwa, webkit.review.bot, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 88210    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Florin Malita 2012-08-01 12:16:37 PDT
Use testRunner instead of layoutTestController in SVG tests.
Comment 1 Florin Malita 2012-08-01 12:25:05 PDT
Created attachment 155860 [details]
Patch
Comment 2 Florin Malita 2012-08-01 12:26:23 PDT
Essentially

grep -lr layoutTestController LayoutTests/svg | xargs sed -i 's/layoutTestController/testRunner/g'
Comment 3 Dirk Schulze 2012-08-01 14:34:29 PDT
Comment on attachment 155860 [details]
Patch

rs=me
Comment 4 WebKit Review Bot 2012-08-01 16:08:38 PDT
Comment on attachment 155860 [details]
Patch

Clearing flags on attachment: 155860

Committed r124380: <http://trac.webkit.org/changeset/124380>
Comment 5 WebKit Review Bot 2012-08-01 16:08:42 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Ryosuke Niwa 2012-08-01 22:17:32 PDT
Nice! Thank you.