Bug 22139 - [gtk] SVG tests do not get tested
Summary: [gtk] SVG tests do not get tested
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-08 08:23 PST by Zan Dobersek
Modified: 2008-11-23 00:22 PST (History)
0 users

See Also:


Attachments
fix (437 bytes, patch)
2008-11-08 08:26 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff
updated fix (924 bytes, patch)
2008-11-08 08:41 PST, Zan Dobersek
zecke: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2008-11-08 08:23:31 PST
Despite building with SVG support, SVG test cases are being ignored because of an incorrect naming of webkit library in function hasSVGSupport in WebKitTools/Scripts/webkitdirs.pm
Comment 1 Zan Dobersek 2008-11-08 08:26:08 PST
Created attachment 24991 [details]
fix

Correct library's name is libwebkit-1.0.so.
Comment 2 Zan Dobersek 2008-11-08 08:41:31 PST
Created attachment 24992 [details]
updated fix

Forgot the ChangeLog entry in the last fix.
Comment 3 Holger Freyther 2008-11-08 15:49:21 PST
Comment on attachment 24992 [details]
updated fix

Thanks, looks correct.
Comment 4 Jan Alonzo 2008-11-23 00:22:17 PST
Thanks guys, Landed in r38694