python-wordpress-xmlrpc icon indicating copy to clipboard operation
python-wordpress-xmlrpc copied to clipboard

Revisions test fails due to a solved bug on Wordpress

Open strycore opened this issue 12 years ago • 0 comments

The test "test_revisions" fails at line 99: self.assertEqual(2, len(revision_list)) This test points to a WP bug which as been solved http://core.trac.wordpress.org/ticket/22687 , I suppose this is why the test is failing.

strycore avatar May 15 '13 15:05 strycore