From a7824e772c01c798e397e0a6e45dab9a7ee7cd2b Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 30 Jan 2025 17:54:24 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index d49d9a37b7..b44b8b364d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.