mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Duplicate new table from core, patch 349457
With 349457, anytime a revision is created, a corresponding record is created in the new ip_changes table. This may cause tests to fail if they don't drop the ip_changes table between individual tests. https://gerrit.wikimedia.org/r/#/c/349457/ Change-Id: I48f0b64f19f9582b40540fa1b42a39d281979625
This commit is contained in:
parent
27fa8c4f7d
commit
fdd1fe6d22
|
@ -11,7 +11,7 @@ class EchoDiscussionParserTest extends MediaWikiTestCase {
|
|||
/**
|
||||
* @var array
|
||||
*/
|
||||
protected $tablesUsed = [ 'user', 'revision', 'text', 'page' ];
|
||||
protected $tablesUsed = [ 'user', 'revision', 'ip_changes', 'text', 'page' ];
|
||||
|
||||
/**
|
||||
* Convenience users for use in these tests.
|
||||
|
@ -819,7 +819,7 @@ TEXT
|
|||
'content' =>
|
||||
<<<TEXT
|
||||
== Headline 1 ==
|
||||
مرحبا كيف حالك
|
||||
مرحبا كيف حالك
|
||||
=== Headline 2 ===
|
||||
انا بخير شكرا
|
||||
TEXT
|
||||
|
|
Loading…
Reference in a new issue