Aude has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/200841

Change subject: Don't write to non-existing eu_entity_type column in test
......................................................................

Don't write to non-existing eu_entity_type column in test

eu_entity_type has been dropped from the wbc_entity_usage table

Change-Id: Ief847599cc1e01fe546781c6980ab801d8df62f6
---
M client/tests/phpunit/includes/store/sql/BulkSubscriptionUpdaterTest.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/41/200841/1

diff --git 
a/client/tests/phpunit/includes/store/sql/BulkSubscriptionUpdaterTest.php 
b/client/tests/phpunit/includes/store/sql/BulkSubscriptionUpdaterTest.php
index 3af5bf7..635281b 100644
--- a/client/tests/phpunit/includes/store/sql/BulkSubscriptionUpdaterTest.php
+++ b/client/tests/phpunit/includes/store/sql/BulkSubscriptionUpdaterTest.php
@@ -214,7 +214,6 @@
                        $aspect = 'X';
 
                        $db->insert( 'wbc_entity_usage', array(
-                               'eu_entity_type' => $entityType,
                                'eu_entity_id' => $entityId,
                                'eu_aspect' => $aspect,
                                'eu_page_id' => (int)$pageId,

-- 
To view, visit https://gerrit.wikimedia.org/r/200841
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief847599cc1e01fe546781c6980ab801d8df62f6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <aude.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to