NEW 277600
Properly name WebCore tests in Tools/TestWebKitAPI/Tests/WebCore**
https://bugs.webkit.org/show_bug.cgi?id=277600
Summary Properly name WebCore tests in Tools/TestWebKitAPI/Tests/WebCore**
zak ridouh
Reported 2024-08-03 21:02:12 PDT
We have an inconsistent naming scheme of tests in the Tools/TestWebKitAPI/Tests/** folder, with some of them having not having a `Test` suffix in the file name. We should have a `Test` suffix for all these files. e.g `CSSParser.cpp` should be named `CSSParserTest.cpp`. Some of the relevant files that will have to be updated alongside the individual files: -> Tools/TestWebKitAPI/CMakeLists.txt -> Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-03 21:02:25 PDT
Ahmad Saleem
Comment 2 2024-08-04 04:16:39 PDT
+1 - Indeed - 'Test' suffix would make it clearer.
zak ridouh
Comment 3 2024-08-08 17:45:23 PDT
Note You need to log in before you can comment on or make changes to this bug.