fix tests

This commit is contained in:
Fabian Jakobs 2011-01-12 15:33:42 +01:00
commit 3a892c7207
2 changed files with 4 additions and 3 deletions

View file

@ -74,7 +74,7 @@ var Test = {
assert.notOk(called);
this.doc2.duplicateLines(0, 0);
assert.notOk(called);
assert.ok(called);
},
"test: should use cursor of new document" : function() {