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