Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #24173, comment 1


Ignore:
Timestamp:
04/24/2013 09:05:58 AM (12 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24173, comment 1

    v1 v2  
     1Patch also fixes a few of the multisite unit tests.
     2
     3Multisite tests still fail in three cases:
     4
     5
     6{{{
     7There were 3 failures:
     8
     91) Tests_MS::test_create_and_delete_blog
     10Failed asserting that false matches expected 989.
     11
     12wordpress-tests\tests\ms.php:34
     13
     142) Tests_MS::test_get_blog_details_blog_does_not_exist
     15Failed asserting that -1 is false.
     16
     17wordpress-tests\tests\ms.php:560
     18
     193) Tests_MS::test_update_blog_status
     20Failed asserting that 16 matches expected 17.
     21
     22wordpress-tests\tests\ms.php:728
     23}}}
     24
     25I don't think these cases are related to the subdirectory change.