Jeroen De Dauw has uploaded a new change for review.

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

Change subject: Fully comment code out
......................................................................

Fully comment code out

When partially done, this shows up when looking for unused code

Change-Id: I45d9d2c4a1a4f27202451a8225561f89ff521cb9
---
M repo/tests/phpunit/includes/Validators/LabelUniquenessValidatorTest.php
1 file changed, 5 insertions(+), 5 deletions(-)


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

diff --git 
a/repo/tests/phpunit/includes/Validators/LabelUniquenessValidatorTest.php 
b/repo/tests/phpunit/includes/Validators/LabelUniquenessValidatorTest.php
index 7c3f2b8..6df210f 100644
--- a/repo/tests/phpunit/includes/Validators/LabelUniquenessValidatorTest.php
+++ b/repo/tests/phpunit/includes/Validators/LabelUniquenessValidatorTest.php
@@ -111,11 +111,11 @@
                        new AliasGroupList()
                );
 
-               $dupeAliasFingerprint = new Fingerprint(
-                       new TermList( array( new Term( 'de', 'good' ) ) ),
-                       new TermList(),
-                       new AliasGroupList( array( new AliasGroup( 'de', array( 
'DUPE' ) ) ) )
-               );
+//             $dupeAliasFingerprint = new Fingerprint(
+//                     new TermList( array( new Term( 'de', 'good' ) ) ),
+//                     new TermList(),
+//                     new AliasGroupList( array( new AliasGroup( 'de', array( 
'DUPE' ) ) ) )
+//             );
 
                return array(
                        'conflicting label' => array( $dupeLabelFingerprint, 
'label-conflict' ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I45d9d2c4a1a4f27202451a8225561f89ff521cb9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>

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

Reply via email to