Wed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / ChangeLog
1 2010-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
2
3         * SplitTests.cs: New tests for #566117.
4
5 2009-08-20  Raja R Harinath  <harinath@hurrynot.org>
6
7         * RegexMatchTests.cs: Add some explicit numeric group tests.
8
9 2009-08-17  Raja R Harinath  <harinath@hurrynot.org>
10
11         * RegexMatchTests.cs (RegexTrial0061): New.
12
13 2009-08-17  Raja R Harinath  <harinath@hurrynot.org>
14
15         * RegexTrial.cs (Execute): Prepare to handle dis-contiguous group numbers.
16
17 2009-08-10  Raja R Harinath  <harinath@hurrynot.org>
18
19         * RegexMatchTests.cs (RegexTrial0054..60): New.
20
21 2009-08-10  Raja R Harinath  <harinath@hurrynot.org>
22
23         * RegexMatchTests.cs (RegexTrial0053): New.
24
25 2009-02-27  Jonathan Pryor <jpryor@novell.com>
26
27         * RegexReplace.cs: Add null argument checks for Regex.Replace().
28
29 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
30
31         * RegexTrial.cs: Run all tests with the CIL Compiler too.
32
33         * RegexBugs.cs: Add a test for #466151.
34
35 2008-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
36
37         * RegexBugs.cs: added test for bug #443841.
38
39 2008-11-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
40
41         * RegexBugs.cs: test from bug 432172.
42
43 2008-10-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
44
45         * RegexBugs.cs: added test from bug #439947.
46
47 2008-10-09  Zoltan Varga  <vargaz@gmail.com>
48
49         * RegexBugs.cs: Add test for #432172.
50
51 2008-09-14  Zoltan Varga  <vargaz@gmail.com>
52
53         * RegexBugs.cs: Add a test for #426142.
54
55 2008-06-05  Roei Erez  <roeie@mainsoft.com>
56
57         * RegexTest.cs: Add test case where a match that contains
58         empty group at the end.
59
60 2007-11-08  Raja R Harinath  <harinath@gmail.com>
61
62         * RegexReplace.cs (tests): New test from #324390.
63
64 2007-11-07  Raja R Harinath  <harinath@gmail.com>
65
66         * MatchTest.cs (Match_Backref): New.
67         * RegexReplace.cs (direction, testcase.direction): New.
68         (testcase..ctor): Allow specifying the direction of the replace.
69         (ReplaceTests): Test replace in both directions.
70         (EvaluatorTests): New test based on #321036.
71
72         * RegexReplace.cs (tests): New test from #317092.
73         (ReplaceTests): Don't catch an AssertException.
74
75 2007-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
76
77         * GroupTest.cs: Improved test for null argument check.
78         * MatchTest.cs: Improved tests for null argument checks. Added and
79         fixed replacement tests.
80         * RegexMatchTest.cs: Marked tests that do not pass on MS as NotDotNet.
81         Fixed expected result for trial 5.
82         * RegexResultTests.cs: Fixed Assert.
83         * RegexReplace.cs: Fixed line endings.
84
85 2007-10-29 Arina Itkes <arinai@mainsoft.com>
86
87         * RegexReplace.cs RegxMatchTests.cs RegexResultTests.cs
88         New tests for Regex: 
89                 - for Result method,
90                 - for patterns with number of groups more than 10
91                 - for patterns with ExpicitCapture options
92
93 2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
94
95         * RegexBugs.cs: No longer derive from deprecated Assertion class.
96         Added test for bug #313642.
97         * MatchTest.cs: Code formatting.
98         * RegexTest.cs: Fixed compiler warnings. Code formatting. Spaces to
99         tabs.
100
101 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
102
103         * RegexReplace.cs: Fixed compiler warning.
104
105 2007-04-18  Raja R Harinath  <rharinath@novell.com>
106
107         * RegexBugs.cs (bug80554_trials): New tests based on #80554.
108
109 2007-04-04  Raja R Harinath  <rharinath@novell.com>
110
111         * RegexTest.cs (PrimeRegex): New backtracking torture test using
112         a regex that recognizes composite numbers represented in unary.
113
114 2007-01-02  Raja R Harinath  <rharinath@novell.com>
115
116         * RegexBugs.cs (GroupNumbers): New test based on #79472.
117
118 2006-05-08  Raja R Harinath  <rharinath@novell.com>
119
120         * RegexBugs.cs (Kill65535_1, Kill65535_2, No65535Limit): New tests
121         based on #78278.
122
123 2006-04-17  Florian Gross  <flgr@ccan.de>
124
125         * RegexBugs.cs (CharClassWithIgnoreCase): Ensure that character
126         classes don't interfere with RegexOptions.IgnoreCase.
127
128 2006-04-07  Raja R Harinath  <rharinath@novell.com>
129
130         * RegexBugs.cs (Bug78007): New test from #78007.
131
132         * RegexBugs.cs (Bug76345): New test from #76345.
133
134         * RegexBugs.cs (Bug69269): New test from #69269.
135
136 2006-04-06  Raja R Harinath  <rharinath@novell.com>
137
138         * RegexBugs.cs (Bug77487): New test based on #77487.
139
140         * RegexTrial.cs (Execute): Run NUnit assertion here.
141         * PerlTests.cs: Simplify.
142
143 2006-03-30  Raja R Harinath  <harinath@gmail.com>
144
145         * RegexBugs.cs (HangingHyphens): New tests from #77626, and
146         related bugs found by inspection.
147         (HangingHyphens1): New testcase for exceptions in character ranges.
148
149 2005-11-21  Sebastien Pouliot  <sebastien@ximian.com> 
150
151         * CaptureCas.cs: New. CAS tests.
152         * CaptureCollectionCas.cs: New. CAS tests.
153         * GroupCas.cs: New. CAS tests.
154         * GroupCollectionCas.cs: New. CAS tests.
155         * GroupTest.cs: New. Unit tests.
156         * MatchCas.cs: New. CAS tests.
157         * MatchCollectionCas.cs: New. CAS tests.
158         * MatchTest.cs: New. Unit tests.
159         * RegexCas.cs: New. CAS tests.
160         * RegexCompilationInfoCas.cs: New. CAS tests.
161         * RegexCompilationInfoTest.cs: New. Unit tests.
162         * RegexRunnerCas.cs: New. CAS tests.
163         * RegexRunnerFactoryCas.cs: New. CAS tests.
164         * RegexTest.cs: Added test cases for new (2.0) CacheSize property.
165
166 2005-07-08  Raja R Harinath  <rharinath@novell.com>
167
168         * RegexTest.cs (Matches1, Matches2, ..., Matches10): Combine into ...
169         (Matches): ... this.  Convert to use a data-driven approach.  Use ...
170         (trials): ... this.  New variable that lists the regexp, input
171         text and expected results.
172         (runTrial): New.  Run a suite of MatchCollection tests on each trial.
173         Tests both incremental and non-incremental modes.
174
175 2005-06-14  Raja R Harinath  <harinath@gmail.com>
176
177         * RegexBugs.cs (NameLookupInEmptyMatch): New test from #74753.
178
179 2005-05-25  Raja R Harinath  <rharinath@novell.com>
180
181         * RegexReplace.cs: Add a couple more testcases.
182
183 2005-05-24  Raja R Harinath  <rharinath@novell.com>
184
185         * RegexReplace.cs: Add testcase for $+.
186
187 2005-05-20  Raja R Harinath  <rharinath@novell.com>
188
189         * RegexReplace.cs: New file.  Most of the tests were inspired by
190         #74735.
191
192 2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
193
194         * PerlTest.cs: split.
195
196 2005-02-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
197
198         * RegexBugs.cs: tests for bug #69193.
199
200 2005-01-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
201
202         * RegexBugs.cs: tests for bug #69065.
203
204 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
205
206         * RegexBugs.cs: Add new test.
207
208 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
209
210         * RegexTest.cs: Make pass on MS.NET
211
212 2004-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
213
214         * System.Text.RegularExpressions/RegexBugs.cs: test case for bug #57274.
215
216 2004-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
217
218         * System.Text.RegularExpressions/RegexBugs.cs: added test for bug
219         #68398.
220
221 2004-07-05  Jackson Harper  <jackson@ximian.com>
222
223         * RegexTest.cs: Add some simple tests for debugging/zen building.
224         
225 2004-06-06  Jambunathan K <kjambunathan@novell.com>
226         
227         * RegexTest.cs: 
228         * RegexBugs.cs: Added test case for exercising Regex.Unescape()
229         Added test cases for exercising \b as a word boundary operator
230         and as a character class in a regex. Refer bug #58256 for more 
231         information.
232
233         
234 2004-06-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
235
236         * RegexBugs.cs: added CategoryAndNegated test.
237
238 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
239
240         * RegexBugs.cs: added tests from bug #59150.
241
242 2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
243
244         * Test/System.Text.RegularExpressions/PerlTrials.cs:
245         Patch by Eric Durand Tremblay with tests.
246         1) Capture inner group when named.
247         2) Resolved parse error caused by not capturing inner group
248         3) Resolved incorrect capture group
249         4) Now, not capturing anything when unnamed ( correct behavior)
250
251
252 2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
253
254         * PerlTrials.cs: unix line endings.
255
256 2004-03-30  Lluis Sanchez Gual <lluis@ximian.com>
257
258         * RegexBugs.cs: Added test for bug #52890.
259         
260 2004-03-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
261
262         * RegexBugs.cs: added new test with a regex used when discovering the
263         wsdl document for a asmx page.
264
265 2004-03-22  Jackson Harper  <jackson@ximian.com>
266
267         * RegexBugs.cs: Add test case for multiple matches.
268         
269 2004-03-17  Francois Beauchemin <beauche@softhome.net>
270         * PerlTrials.cs : Added many test for RightToLeft
271         * PerlTest.cs, RegexTrial : Modified version of regextrial to 
272                 be run all the test and to report exception.
273   
274 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
275
276         * RegexBugs.cs: added test case for bug 54797.
277
278 2004-02-02  Nick Drochak <ndrochak@ieee.org>
279
280         * RegexBugs.cs (RangeIgnoreCase): made the last assert pass on .NET.
281
282 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
283
284         * RegexBugs.cs: added test from bug #52924.
285
286 2004-01-07  Lluis Sanchez Gual <lluis@ximian.com>
287
288         * RegexBugs.cs: Improved test. In Split(), if the last match is at the
289         end of the string, an empty string must be added to the array of
290         results.
291
292 2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
293
294         * RegexBugs.cs: added tests from bug #42529.
295