Bug 67497 - Web Inspector: update scripts-panel.html test.
Summary: Web Inspector: update scripts-panel.html test.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Podivilov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 10:03 PDT by Pavel Podivilov
Modified: 2011-09-05 07:50 PDT (History)
10 users (show)

See Also:


Attachments
Patch (4.35 KB, patch)
2011-09-02 10:05 PDT, Pavel Podivilov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2011-09-02 10:03:40 PDT
Web Inspector: update scripts-panel.html test.

Stop using real DebuggerPresentationModel in the test.
Comment 1 Pavel Podivilov 2011-09-02 10:05:08 PDT
Created attachment 106147 [details]
Patch
Comment 2 Yury Semikhatsky 2011-09-05 01:57:21 PDT
Comment on attachment 106147 [details]
Patch

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

> LayoutTests/ChangeLog:5
> +

There should go a description of the change and why it was necessary.

> LayoutTests/inspector/debugger/scripts-panel.html:9
> +    function createModel()

createModel-> createDebuggerPresentationModelMock
Comment 3 Pavel Podivilov 2011-09-05 07:50:25 PDT
Committed r94530: <http://trac.webkit.org/changeset/94530>