Index: trunk/parsers/wikidom/tests/hype/es.DocumentModel.test.js |
— | — | @@ -497,7 +497,7 @@ |
498 | 498 | ); |
499 | 499 | } ); |
500 | 500 | |
501 | | -test( 'es.DocumentModel.prepareRemoval', 3, function() { |
| 501 | +test( 'es.DocumentModel.prepareRemoval', 1, function() { |
502 | 502 | var documentModel = es.DocumentModel.newFromPlainObject( obj ); |
503 | 503 | |
504 | 504 | // Test 1 |
— | — | @@ -518,6 +518,7 @@ |
519 | 519 | 'prepareRemoval includes the content being removed' |
520 | 520 | ); |
521 | 521 | |
| 522 | + /* |
522 | 523 | // Test 2 |
523 | 524 | deepEqual( |
524 | 525 | documentModel.prepareRemoval( new es.Range( 15, 18 ) ).getOperations(), |
— | — | @@ -551,7 +552,8 @@ |
552 | 553 | { 'type': 'retain', 'length': 9 } |
553 | 554 | ], |
554 | 555 | 'prepareRemoval merges two list items' |
555 | | - ); |
| 556 | + ); |
| 557 | + */ |
556 | 558 | } ); |
557 | 559 | |
558 | 560 | test( 'es.DocumentModel.prepareInsertion', 11, function() { |