Tests: More explicit fixture content when testing s=0 query string.

After [36647], the unit test generator sequence can put a 0 into the
'post_excerpt' field of a post fixture, causing false positives.

See [36520] for a parallel fix involving 'post_content'.

Fixes #36622.
Built from https://develop.svn.wordpress.org/trunk@37280


git-svn-id: http://core.svn.wordpress.org/trunk@37246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2016-04-21 15:53:27 +00:00
parent 1bd88850f7
commit da08f6a3de

View File

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