Use assertEqualSets() for a few taxonomy-related tests.

assertEquals() was causing problems in environments where the tests take more
than one second to run, thereby causing results to be returned in the incorrect
order.
Built from https://develop.svn.wordpress.org/trunk@29888


git-svn-id: http://core.svn.wordpress.org/trunk@29644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2014-10-14 00:19:18 +00:00
parent d1d9915f07
commit 54708e3e6d

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-20141013';
$wp_version = '4.1-alpha-20141014';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.