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