User "Bawolff" changed the status of MediaWiki.r102785.

Old Status: new
New Status: fixme

User "Bawolff" also posted a comment on MediaWiki.r102785.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/102785#c25908
Commit summary:

* applyed the patch from bug 26393 (please comment on the bug page)

Comment:

I think some tests need to be updated

<pre>
DatabaseSqliteTest::testUpgrades
mismatching indexes for table "page" upgrading from 1.15 to 1.19alpha
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
 Array
 (
     [0] => name_title
     [1] => page_len
-    [2] => page_len_redirect_namespace
-    [3] => page_random
+    [2] => page_random
+    [3] => page_redirect_namespace_len
 )

/var/lib/jenkins/jobs/MediaWiki-phpunit/workspace/mw-core/tests/phpunit/includes/db/DatabaseSqliteTest.php:245
/var/lib/jenkins/jobs/MediaWiki-phpunit/workspace/mw-core/tests/phpunit/MediaWikiTestCase.php:68
/var/lib/jenkins/jobs/MediaWiki-phpunit/workspace/mw-core/tests/phpunit/MediaWikiPHPUnitCommand.php:44
/var/lib/jenkins/jobs/MediaWiki-phpunit/workspace/mw-core/tests/phpunit/phpunit.php:60
</pre>

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to