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].

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


Built from https://develop.svn.wordpress.org/trunk@59739


git-svn-id: http://core.svn.wordpress.org/trunk@59081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2025-01-30 17:54:24 +00:00
parent 96f36e1c34
commit a7824e772c

View File

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