This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
Wordpress
Watch
1
Star
0
Fork
0
You've already forked Wordpress
Code
Issues
Pull Requests
Releases
Wiki
Activity
0fdff310fd
Wordpress
/
tests
History
Scott Taylor
0fdff310fd
Fix a failing unit test: an XML-RPC unit test for getPosts with filters was failing. The cause of the failure: a set of posts was created with create_many() and then paginated results were requested. The paginated results were meant to equal the original resultset when diff'd after all pages were joined. create_many() was assigning the same timestamp to all posts, so the LIMIT clause in the generated SQL was not operating as expected. I replaced the create_many() call with a create() loop that increments time by 1 each time. Unit test now passes.
...
git-svn-id:
https://develop.svn.wordpress.org/trunk@26087
602fd350-edb4-49c9-b593-d223f7449a82
2013-11-11 17:45:36 +00:00
..
phpunit
Fix a failing unit test: an XML-RPC unit test for getPosts with filters was failing. The cause of the failure: a set of posts was created with create_many() and then paginated results were requested. The paginated results were meant to equal the original resultset when diff'd after all pages were joined. create_many() was assigning the same timestamp to all posts, so the LIMIT clause in the generated SQL was not operating as expected. I replaced the create_many() call with a create() loop that increments time by 1 each time. Unit test now passes.
2013-11-11 17:45:36 +00:00
qunit
Use only one var per scope in our password-strength-meter tests.
2013-11-07 20:40:12 +00:00