Move eshell's self-tests to the test/ directory.
[bpt/emacs.git] / test / ChangeLog
1 2011-03-05 Glenn Morris <rgm@gnu.org>
2
3 * eshell.el: Move here from lisp/eshell/esh-test.el.
4
5 2011-03-03 Christian Ohler <ohler@gnu.org>
6
7 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
8 New test.
9
10 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
11
12 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
13 convert to ERT format.
14
15 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
16
17 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
18 convert to ERT format.
19
20 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * indent/shell.sh:
23 * indent/shell.rc: New files.
24
25 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
26
27 * automated/font-parse-tests.el: Move from
28 font-parse-testsuite.el.
29
30 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
31
32 * font-parse-testsuite.el (test-font-parse-data): New file.
33
34 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * indent/prolog.prolog: Add tokenizing tests.
37
38 2011-01-13 Christian Ohler <ohler@gnu.org>
39
40 * automated: New directory for automated tests.
41
42 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
43
44 * automated/Makefile.in: New file.
45
46 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * indent/modula2.mod: New file.
49
50 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * indent/octave.m: Add a test to ensure indentation is local.
53
54 2010-10-23 Glenn Morris <rgm@gnu.org>
55
56 * comint-testsuite.el
57 (comint-testsuite--test-comint-password-prompt-regexp):
58 Add "Please enter the password". (Bug#7224)
59
60 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * indent/prolog.prolog: Use normal spacing around !.
63
64 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * indent/octave.m: Remove one more `fixindent'. Use `end'.
67
68 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * indent/octave.m: Remove some `fixindent' not needed any more.
71
72 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * indent/octave.m: New file.
75
76 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
77
78 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
79 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
80 (icalendar-testsuite--run-internal-tests): New.
81 (icalendar-testsuite--test-convert-ordinary-to-ical)
82 (icalendar-testsuite--test-convert-block-to-ical)
83 (icalendar-testsuite--test-convert-anniversary-to-ical)
84 (icalendar-testsuite--test-parse-vtimezone)
85 (icalendar-testsuite--do-test-export): Code formatting.
86 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
87 (icalendar-testsuite--do-test-import)
88 (icalendar-testsuite--do-test-cycle):
89 Use icalendar-testsuite--compare-strings
90 (icalendar-testsuite--run-import-tests): Comment added.
91 (icalendar-testsuite--run-import-tests)
92 (icalendar-testsuite--run-real-world-tests): Fix expected results.
93
94 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
95
96 * redisplay-testsuite.el (test-redisplay-3): New test.
97
98 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
99
100 * comint-testsuite.el: New file.
101
102 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * indent: New dir.
105
106 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
107
108 * Version 23.2 released.
109
110 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
111
112 * cedet/semantic-ia-utest.el
113 (semantic-symref-test-count-hits-in-tag): Add function, from
114 semantic-test.el.
115
116 * cedet/tests/test.cpp:
117 * cedet/tests/test.py:
118 * cedet/tests/teststruct.cpp:
119 * cedet/tests/testtemplates.cpp:
120 * cedet/tests/testusing.cpp:
121 * cedet/tests/scopetest.cpp:
122 * cedet/tests/scopetest.java: Files deleted.
123
124 * cedet/tests/test.make:
125 * cedet/tests/test.c:
126 * cedet/tests/testjavacomp.java:
127 * cedet/tests/testspp.c:
128 * cedet/tests/testsppreplace.c:
129 * cedet/tests/testsppreplaced.c:
130 * cedet/tests/testsubclass.cpp:
131 * cedet/tests/testsubclass.hh:
132 * cedet/tests/testtypedefs.cpp:
133 * cedet/tests/testvarnames.c:
134 * cedet/tests/test.el:
135 * cedet/tests/testdoublens.cpp:
136 * cedet/tests/testdoublens.hpp: Add copyright header.
137
138 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
139 Remove reference to deleted files.
140
141 2010-03-30 Juri Linkov <juri@jurta.org>
142
143 * occur-testsuite.el (occur-tests): Add tests for context lines.
144
145 2010-03-23 Juri Linkov <juri@jurta.org>
146
147 * occur-testsuite.el: New file.
148
149 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
150
151 * Branch for 23.2.
152
153 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
154
155 * icalendar-testsuite.el
156 (icalendar-testsuite--run-function-tests): Added new tests.
157 (icalendar-testsuite--test-diarytime-to-isotime): Added another
158 testcase.
159 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
160 (icalendar-testsuite--test-convert-weekly-to-ical): New.
161 (icalendar-testsuite--test-convert-yearly-to-ical): New.
162 (icalendar-testsuite--test-convert-block-to-ical): New.
163 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
164 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
165
166 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
167
168 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
169 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
170 Fix typos in docstrings and error messages.
171 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
172
173 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
174
175 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
176 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
177 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
178
179 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
180
181 * icalendar-testsuite.el
182 (icalendar-testsuite--run-function-tests): Added
183 icalendar-testsuite--test-parse-vtimezone.
184 (icalendar-testsuite--test-parse-vtimezone): New.
185 (icalendar-testsuite--do-test-cycle): Doc changes.
186 (icalendar-testsuite--run-real-world-tests): Removed trailing
187 whitespace -- see change of icalendar--add-diary-entry in
188 icalendar.el.
189 (icalendar-testsuite--run-cycle-tests): Re-enabled all tests.
190
191 2009-09-30 Glenn Morris <rgm@gnu.org>
192
193 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
194
195 2009-06-26 Eric Ludlam <zappo@gnu.org>
196
197 * cedet/*: New unit tests, from CEDET repository.
198
199 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
200
201 * redisplay-testsuite.el: New file.
202
203 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
204
205 * Branch for 23.1.
206
207 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
208
209 * icalendar-testsuite.el
210 (icalendar-testsuite--run-function-tests): Added
211 icalendar-testsuite--test-diarytime-to-isotime.
212 (icalendar-testsuite--test-parse-summary-and-rest): Adjusted to
213 recent icalendar fixes.
214 (icalendar-testsuite--test-diarytime-to-isotime): New.
215 (icalendar-testsuite--test-create-uid): Adjusted to recent
216 icalendar changes.
217
218 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
219
220 * bytecomp-testsuite.el: New file.
221
222 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
223
224 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
225 Added `icalendar-testsuite--test-create-uid'.
226 (icalendar-testsuite--test-create-uid): New.
227
228 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
229
230 * newsticker-testsuite.el: New file.
231
232 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
233
234 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
235 Add icalendar-testsuite--test-datestring-to-isodate,
236 icalendar-testsuite--test-datetime-to-diary-date, and
237 icalendar-testsuite--test-calendar-style.
238 (icalendar-testsuite--test-format-ical-event):
239 (icalendar-testsuite--test-parse-summary-and-rest):
240 Doc fix. Remove european-calendar-style.
241 (icalendar-testsuite--get-ical-event): Doc fix.
242 (icalendar-testsuite--test-first-weekday-of-year):
243 (icalendar-testsuite--run-cycle-tests): Add doc string.
244 (icalendar-testsuite--test-datestring-to-isodate):
245 (icalendar-testsuite--test-datetime-to-diary-date):
246 (icalendar-testsuite--test-calendar-style): New functions.
247 (icalendar-testsuite--test-export): Handle iso date style.
248 New arg INPUT-ISO. Use calendar-date-style.
249 (icalendar-testsuite--test-import): Handle iso date style.
250 New arg EXPECTED-ISO. Use calendar-date-style.
251 (icalendar-testsuite--test-cycle): Handle iso date style.
252 (icalendar-testsuite--run-import-tests):
253 (icalendar-testsuite--run-export-tests):
254 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
255
256 2008-02-29 Glenn Morris <rgm@gnu.org>
257
258 * README: New file.
259
260 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
261
262 * icalendar-testsuite.el: New file.
263
264 ;; Local Variables:
265 ;; coding: utf-8
266 ;; End:
267
268 Copyright (C) 2008-2011 Free Software Foundation, Inc.
269
270 This file is part of GNU Emacs.
271
272 GNU Emacs is free software: you can redistribute it and/or modify
273 it under the terms of the GNU General Public License as published by
274 the Free Software Foundation, either version 3 of the License, or
275 (at your option) any later version.
276
277 GNU Emacs is distributed in the hope that it will be useful,
278 but WITHOUT ANY WARRANTY; without even the implied warranty of
279 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
280 GNU General Public License for more details.
281
282 You should have received a copy of the GNU General Public License
283 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.