Build/Test: Update assertions in AtomParser_Parse_Test::test_parse_sets_handlers

On some instances of Windows, the assertions seem to find additional nodes. As this test is just about verifying that the handlers get called, not about testing the functionality of the handlers, we can adjust the assertion to look for a minimum number of nodes rather than exact number.

Follow-up to [59062].

Reviewed by desrosj.
Merges [59739] to the 6.7 branch.

Props yogeshbhutkar, hellofromTonya, SergeyBiryukov, coquardcyr, jrf, benniledl, desrosj, jorbin.
Fixes #62110. See #62061.

Built from https://develop.svn.wordpress.org/branches/6.7@59745


git-svn-id: http://core.svn.wordpress.org/branches/6.7@59087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2025-01-30 23:01:15 +00:00
parent eb38224f75
commit 69510095d9

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7.2-alpha-59744';
$wp_version = '6.7.2-alpha-59745';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.