Index: trunk/extensions/VisualEditor/tests/es/es.DocumentModel.test.js |
— | — | @@ -506,7 +506,7 @@ |
507 | 507 | ); |
508 | 508 | } ); |
509 | 509 | |
510 | | -test( 'es.DocumentModel.prepareRemoval', 1, function() { |
| 510 | +test( 'es.DocumentModel.prepareRemoval', 3, function() { |
511 | 511 | var documentModel = es.DocumentModel.newFromPlainObject( obj ); |
512 | 512 | |
513 | 513 | // Test 1 |
— | — | @@ -527,7 +527,6 @@ |
528 | 528 | 'prepareRemoval includes the content being removed' |
529 | 529 | ); |
530 | 530 | |
531 | | - /* |
532 | 531 | // Test 2 |
533 | 532 | deepEqual( |
534 | 533 | documentModel.prepareRemoval( new es.Range( 15, 18 ) ).getOperations(), |
— | — | @@ -537,7 +536,7 @@ |
538 | 537 | 'type': 'remove', |
539 | 538 | 'data': [ |
540 | 539 | { 'type': 'listItem', 'attributes': { 'styles': ['bullet', 'bullet'] } }, |
541 | | - 'b', |
| 540 | + 'f', |
542 | 541 | { 'type': '/listItem' } |
543 | 542 | ] |
544 | 543 | }, |
— | — | @@ -562,7 +561,6 @@ |
563 | 562 | ], |
564 | 563 | 'prepareRemoval merges two list items' |
565 | 564 | ); |
566 | | - */ |
567 | 565 | } ); |
568 | 566 | |
569 | 567 | test( 'es.DocumentModel.prepareInsertion', 11, function() { |