Add additional test infrastructure and unit tests for data interaction.
<rdar://problem/30557942>
Created attachment 301830 [details] Patch
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?
(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.
Committed <http://trac.webkit.org/changeset/212507>