Title: [249705] trunk/Tools
Revision
249705
Author
achristen...@apple.com
Date
2019-09-09 21:51:02 -0700 (Mon, 09 Sep 2019)

Log Message

Rebase API test after r249675
https://bugs.webkit.org/show_bug.cgi?id=201596

* TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm:
(-[WebsitePoliciesWebsiteDataStoreDelegate _webView:decidePolicyForNavigationAction:decisionHandler:]):
We removed the restriction on WebsitePolicies with non-default persistent sessions.
We needed to change the expectations of the test that exercised that code path.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (249704 => 249705)


--- trunk/Tools/ChangeLog	2019-09-10 04:30:39 UTC (rev 249704)
+++ trunk/Tools/ChangeLog	2019-09-10 04:51:02 UTC (rev 249705)
@@ -1,5 +1,15 @@
 2019-09-09  Alex Christensen  <achristen...@webkit.org>
 
+        Rebase API test after r249675
+        https://bugs.webkit.org/show_bug.cgi?id=201596
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm:
+        (-[WebsitePoliciesWebsiteDataStoreDelegate _webView:decidePolicyForNavigationAction:decisionHandler:]):
+        We removed the restriction on WebsitePolicies with non-default persistent sessions.
+        We needed to change the expectations of the test that exercised that code path.
+
+2019-09-09  Alex Christensen  <achristen...@webkit.org>
+
         Fix iOS API tests after r249684
         https://bugs.webkit.org/show_bug.cgi?id=201573
 

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm (249704 => 249705)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm	2019-09-10 04:30:39 UTC (rev 249704)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm	2019-09-10 04:51:02 UTC (rev 249705)
@@ -1543,7 +1543,7 @@
         } @catch (NSException *exception) {
             sawException = true;
         }
-        EXPECT_TRUE(sawException);
+        EXPECT_FALSE(sawException);
 
         done = true;
     }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to