Skip to content

Commit

Permalink
Fix adobe#4451 (EditorCommandHanler unit test failures)
Browse files Browse the repository at this point in the history
Removed a call to closeTestWindow in the midst of the testrun.
  • Loading branch information
busykai committed Jul 14, 2013
1 parent e532b74 commit b5ffef0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/spec/EditorCommandHandlers-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2192,8 +2192,6 @@ define(function (require, exports, module) {
expect(myEditor.document.getText()).toEqual(expectedText);
expect(myEditor.getFirstVisibleLine()).toBe(0);
expect(myEditor.getLastVisibleLine()).toBe(2);

closeTestWindow();
});
});

Expand Down

0 comments on commit b5ffef0

Please sign in to comment.