Commit graph

15 commits

Author SHA1 Message Date
Fabian Jakobs
c0c02e8e3f fix unit tests 2011-02-21 09:21:07 +01:00
Fabian Jakobs
f7813ccd5e prepare tests to run in the browser again 2011-02-12 13:15:29 +01:00
Fabian Jakobs
1a87012957 use async.js from npm 2011-01-27 18:00:15 +01:00
Julian Viereck
e28a49f8f0 Get tests up and running again 2011-01-27 00:07:30 +01:00
Fabian Jakobs
ad9056cce2 user async.js from npm 2011-01-22 17:02:34 +01:00
Fabian Jakobs
d436d71c20 rename document to session 2011-01-19 09:10:05 +01:00
Fabian Jakobs
7644522783 fix copyright 2011-01-15 13:36:51 +01:00
Fabian Jakobs
16b12da3e3 make test definitions async 2010-12-18 15:45:23 +01:00
Fabian Jakobs
f07745839c fix all tests to run with node.js 2010-12-14 15:09:24 +01:00
Joe Walker
864eb77d4d Merge remote branch 'origin/master'
Conflicts:
	lib/ace/editor.js
	lib/ace/test/change_document_test.js
	lib/ace/test/event_emitter_test.js
	lib/ace/test/text_edit_test.js
	lib/ace/test/virtual_renderer_test.js
2010-12-02 11:21:09 +00:00
Eddy Bruel
215cfbf4bf Fixed a bug in single line tabbing that caused
the tab length not being taken into account.

Added DOM emulation to the unit tests so that they
can be run from node.

Extended the Mockrenderer for the unit tests.

Made the majority of the unit tests work again
(barring those for moveLinesUp, see below).

Fixed a bug in moveLinesUp that caused an empty
line to be inserted. However, this fix causes the
editor to break (need to look at this).
2010-12-02 11:15:21 +00:00
Joe Walker
8f0d0a555f merge 2010-11-26 17:09:26 +00:00
Eddy Bruel
d30340a809 Fixed a bug in single line tabbing that caused
the tab length not being taken into account.

Added DOM emulation to the unit tests so that they
can be run from node.

Extended the Mockrenderer for the unit tests.

Made the majority of the unit tests work again
(barring those for moveLinesUp, see below).

Fixed a bug in moveLinesUp that caused an empty
line to be inserted. However, this fix causes the
editor to break (need to look at this).
2010-11-24 13:27:38 +01:00
Joe Walker
bb6854aeeb adding license headers to some files that got missed 2010-11-18 11:57:18 +00:00
Fabian Jakobs
3adeac683d apply Kevin's refactoring
- lower case file names
- use define(function(require, exports, module) {..})
2010-11-09 08:48:19 +01:00
Renamed from lib/ace/test/VirtualRendererTest.js (Browse further)