r103461 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103460‎ | r103461 | r103462 >
Date:14:21, 17 November 2011
Author:catrope
Status:deferred
Tags:
Comment:
Fix bug in compare() which caused it to return true for arrays of unequal length (!!)
Modified paths:
  • /trunk/extensions/VisualEditor/tests/es/es.DocumentBranchNode.test.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/tests/es/es.DocumentBranchNode.test.js
@@ -904,8 +904,9 @@
905905 return false;
906906 }
907907 }
 908+ return true;
908909 }
909 - return true;
 910+ return false;
910911 }
911912 function select( input, shallow ) {
912913 return function() {

Status & tagging log