Title: [222522] trunk/Tools
Revision
222522
Author
[email protected]
Date
2017-09-26 13:49:52 -0700 (Tue, 26 Sep 2017)

Log Message

[ios-simulator] API test DataInteractionTests.ExternalSourceDataTransferItemGetFolderAsEntry is failing
https://bugs.webkit.org/show_bug.cgi?id=177271

Reviewed by Tim Horton and Megan Gardner.

Rebaseline a failing API test.

* TestWebKitAPI/Tests/ios/DataInteractionTests.mm:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (222521 => 222522)


--- trunk/Tools/ChangeLog	2017-09-26 20:48:02 UTC (rev 222521)
+++ trunk/Tools/ChangeLog	2017-09-26 20:49:52 UTC (rev 222522)
@@ -1,3 +1,15 @@
+2017-09-26  Wenson Hsieh  <[email protected]>
+
+        [ios-simulator] API test DataInteractionTests.ExternalSourceDataTransferItemGetFolderAsEntry is failing
+        https://bugs.webkit.org/show_bug.cgi?id=177271
+
+        Reviewed by Tim Horton and Megan Gardner.
+
+        Rebaseline a failing API test.
+
+        * TestWebKitAPI/Tests/ios/DataInteractionTests.mm:
+        (TestWebKitAPI::TEST):
+
 2017-09-26  Per Arne Vollan  <[email protected]>
 
         Set LF eol-style on Windows shell script, because the script failed on one of the EWS

Modified: trunk/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm (222521 => 222522)


--- trunk/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm	2017-09-26 20:48:02 UTC (rev 222521)
+++ trunk/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm	2017-09-26 20:49:52 UTC (rev 222522)
@@ -988,7 +988,6 @@
     // The expected output is sorted by alphabetical order here for consistent behavior across different test environments.
     // See DataTransferItem-getAsEntry.html for more details.
     NSArray<NSString *> *expectedOutput = @[
-        @"Found data transfer item (kind: 'string', type: 'text/plain')",
         @"Found data transfer item (kind: 'file', type: '')",
         @"DIR: /somedirectory",
         @"DIR: /somedirectory/subdirectory1",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to