⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 284846 in webkit


Ignore:
Timestamp:
Oct 25, 2021, 4:33:05 PM (5 years ago)
Author:
Kate Cheney
Message:

Clean up App Bound Domains tests
https://bugs.webkit.org/show_bug.cgi?id=232278

Reviewed by John Wilander.

  • TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm:

(TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r284845 r284846  
     12021-10-25  Kate Cheney  <katherine_cheney@apple.com>
     2
     3        Clean up App Bound Domains tests
     4        https://bugs.webkit.org/show_bug.cgi?id=232278
     5
     6        Reviewed by John Wilander.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm:
     9        (TEST):
     10
    1112021-10-25  Simon Fraser  <simon.fraser@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm

    r280319 r284846  
    678678    TestWebKitAPI::Util::run(&gotFlag);
    679679    [globalCookieStore removeObserver:observer.get()];
     680    cleanUpInAppBrowserPrivacyTestSettings();
    680681}
    681682
     
    11651166
    11661167    TestWebKitAPI::Util::run(&isDone);
     1168    cleanUpInAppBrowserPrivacyTestSettings();
    11671169}
    11681170
     
    12321234    NSError *error = [delegate waitForDidFailProvisionalNavigationError];
    12331235    EXPECT_EQ(error.code, WKErrorNavigationAppBoundDomain);
     1236    cleanUpInAppBrowserPrivacyTestSettings();
    12341237}
    12351238
     
    13411344   
    13421345    TestWebKitAPI::Util::run(&isDone);
     1346    cleanUpInAppBrowserPrivacyTestSettings();
    13431347}
    13441348
     
    14861490    [webView loadRequest:request];
    14871491    TestWebKitAPI::Util::run(&didFinishNavigation);
     1492    cleanUpInAppBrowserPrivacyTestSettings();
    14881493}
    14891494
     
    15241529    }
    15251530    TestWebKitAPI::Util::run(&isDone);
     1531    cleanUpInAppBrowserPrivacyTestSettings();
    15261532}
    15271533
     
    15521558    }
    15531559    TestWebKitAPI::Util::run(&isDone);
     1560    cleanUpInAppBrowserPrivacyTestSettings();
    15541561}
    15551562
Note: See TracChangeset for help on using the changeset viewer.