RESOLVED FIXED 168439
[WK2] Add additional test infrastructure and unit tests for data interaction
https://bugs.webkit.org/show_bug.cgi?id=168439
Summary [WK2] Add additional test infrastructure and unit tests for data interaction
Wenson Hsieh
Reported 2017-02-16 09:42:40 PST
Add additional test infrastructure and unit tests for data interaction.
Attachments
Patch (34.75 KB, patch)
2017-02-16 14:50 PST, Wenson Hsieh
thorton: review+
Wenson Hsieh
Comment 1 2017-02-16 14:44:31 PST
Wenson Hsieh
Comment 2 2017-02-16 14:50:33 PST
Tim Horton
Comment 3 2017-02-16 16:38:44 PST
Comment on attachment 301830 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=301830&action=review > Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:2982 > + "OTHER_LDFLAGS_PLATFORM[sdk=iphone*]" = "-framework WebCore -framework CoreGraphics -framework UIKit -framework MobileCoreServices"; Pretty sure this should be in an xcconfig somewhere?
Wenson Hsieh
Comment 4 2017-02-16 16:47:17 PST
(In reply to comment #3) > Comment on attachment 301830 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=301830&action=review > > > Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:2982 > > + "OTHER_LDFLAGS_PLATFORM[sdk=iphone*]" = "-framework WebCore -framework CoreGraphics -framework UIKit -framework MobileCoreServices"; > > Pretty sure this should be in an xcconfig somewhere? Oh, good point! Added "-framework MobileCoreServices" to TestWebKitAPI.xcconfig instead.
Wenson Hsieh
Comment 5 2017-02-16 17:34:06 PST
Note You need to log in before you can comment on or make changes to this bug.