Changeset 249705 in webkit


Ignore:
Timestamp:
Sep 9, 2019 9:51:02 PM (5 years ago)
Author:
achristensen@apple.com
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.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r249704 r249705  
     12019-09-09  Alex Christensen  <achristensen@webkit.org>
     2
     3        Rebase API test after r249675
     4        https://bugs.webkit.org/show_bug.cgi?id=201596
     5
     6        * TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm:
     7        (-[WebsitePoliciesWebsiteDataStoreDelegate _webView:decidePolicyForNavigationAction:decisionHandler:]):
     8        We removed the restriction on WebsitePolicies with non-default persistent sessions.
     9        We needed to change the expectations of the test that exercised that code path.
     10
    1112019-09-09  Alex Christensen  <achristensen@webkit.org>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm

    r247026 r249705  
    15441544            sawException = true;
    15451545        }
    1546         EXPECT_TRUE(sawException);
     1546        EXPECT_FALSE(sawException);
    15471547
    15481548        done = true;
Note: See TracChangeset for help on using the changeset viewer.