Hoo man has uploaded a new change for review. https://gerrit.wikimedia.org/r/229615
Change subject: Remove skipping of a test case on SQLite ...................................................................... Remove skipping of a test case on SQLite Needs https://gerrit.wikimedia.org/r/229613 in core. Change-Id: I969c3d64c09b49925a0afa0bf1c809eb2dffc0dd --- M lib/tests/phpunit/store/Sql/SiteLinkTableTest.php 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/15/229615/1 diff --git a/lib/tests/phpunit/store/Sql/SiteLinkTableTest.php b/lib/tests/phpunit/store/Sql/SiteLinkTableTest.php index b04beac..9361e99 100644 --- a/lib/tests/phpunit/store/Sql/SiteLinkTableTest.php +++ b/lib/tests/phpunit/store/Sql/SiteLinkTableTest.php @@ -69,10 +69,6 @@ * @depends testSaveLinksOfItem */ public function testSaveLinksOfItem_duplicate() { - if ( wfGetDB( DB_MASTER )->getType() === 'sqlite' ) { - $this->markTestSkipped( "Duplicated tables don't have indexes on them in SQLite, thus we can't test uniqueness handling." ); - } - $item = new Item( new ItemId( 'Q2' ) ); $item->getSiteLinkList()->addNewSiteLink( 'enwiki', 'Beer' ); -- To view, visit https://gerrit.wikimedia.org/r/229615 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I969c3d64c09b49925a0afa0bf1c809eb2dffc0dd Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
