r103140 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103139‎ | r103140 | r103141 >
Date:10:15, 15 November 2011
Author:catrope
Status:deferred
Tags:
Comment:
Add FIXME comment for a failing test and fix a typo in its description
Modified paths:
  • /trunk/extensions/VisualEditor/tests/es/es.DocumentModel.test.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/tests/es/es.DocumentModel.test.js
@@ -376,6 +376,7 @@
377377 );
378378
379379 // Test 4
 380+ // FIXME this test fails
380381 deepEqual(
381382 documentModel.prepareRemoval( new es.Range( 3, 24 ) ).getOperations(),
382383 [
@@ -407,7 +408,7 @@
408409 },
409410 { 'type': 'retain', 'length': 13 }
410411 ],
411 - 'prepareRemoval strips and drops correctly when working accross structural nodes'
 412+ 'prepareRemoval strips and drops correctly when working across structural nodes'
412413 );
413414 } );
414415

Status & tagging log