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

Changeset 277393 in webkit


Ignore:
Timestamp:
May 12, 2021, 2:57:39 PM (5 years ago)
Author:
Chris Dumez
Message:

Unreviewed follow-up to r277376.

Enable the API tests only if ENABLE(NOTIFICATIONS). It is important since
notifications are enabled on macOS but not iOS currently.

  • TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r277392 r277393  
     12021-05-12  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed follow-up to r277376.
     4
     5        Enable the API tests only if ENABLE(NOTIFICATIONS). It is important since
     6        notifications are enabled on macOS but not iOS currently.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm:
     9
    1102021-05-12  Sihui Liu  <sihui_liu@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm

    r277376 r277393  
    2626#import "config.h"
    2727
     28#if ENABLE(NOTIFICATIONS)
    2829#import "PlatformUtilities.h"
    2930#import "TestWKWebView.h"
     
    169170
    170171} // namespace TestWebKitAPI
     172
     173#endif // ENABLE(NOTIFICATIONS)
Note: See TracChangeset for help on using the changeset viewer.