* RegexReplace.cs: Fixed compiler warning.
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / ChangeLog
1 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * RegexReplace.cs: Fixed compiler warning.
4
5 2007-04-18  Raja R Harinath  <rharinath@novell.com>
6
7         * RegexBugs.cs (bug80554_trials): New tests based on #80554.
8
9 2007-04-04  Raja R Harinath  <rharinath@novell.com>
10
11         * RegexTest.cs (PrimeRegex): New backtracking torture test using
12         a regex that recognizes composite numbers represented in unary.
13
14 2007-01-02  Raja R Harinath  <rharinath@novell.com>
15
16         * RegexBugs.cs (GroupNumbers): New test based on #79472.
17
18 2006-05-08  Raja R Harinath  <rharinath@novell.com>
19
20         * RegexBugs.cs (Kill65535_1, Kill65535_2, No65535Limit): New tests
21         based on #78278.
22
23 2006-04-17  Florian Gross  <flgr@ccan.de>
24
25         * RegexBugs.cs (CharClassWithIgnoreCase): Ensure that character
26         classes don't interfere with RegexOptions.IgnoreCase.
27
28 2006-04-07  Raja R Harinath  <rharinath@novell.com>
29
30         * RegexBugs.cs (Bug78007): New test from #78007.
31
32         * RegexBugs.cs (Bug76345): New test from #76345.
33
34         * RegexBugs.cs (Bug69269): New test from #69269.
35
36 2006-04-06  Raja R Harinath  <rharinath@novell.com>
37
38         * RegexBugs.cs (Bug77487): New test based on #77487.
39
40         * RegexTrial.cs (Execute): Run NUnit assertion here.
41         * PerlTests.cs: Simplify.
42
43 2006-03-30  Raja R Harinath  <harinath@gmail.com>
44
45         * RegexBugs.cs (HangingHyphens): New tests from #77626, and
46         related bugs found by inspection.
47         (HangingHyphens1): New testcase for exceptions in character ranges.
48
49 2005-11-21  Sebastien Pouliot  <sebastien@ximian.com> 
50
51         * CaptureCas.cs: New. CAS tests.
52         * CaptureCollectionCas.cs: New. CAS tests.
53         * GroupCas.cs: New. CAS tests.
54         * GroupCollectionCas.cs: New. CAS tests.
55         * GroupTest.cs: New. Unit tests.
56         * MatchCas.cs: New. CAS tests.
57         * MatchCollectionCas.cs: New. CAS tests.
58         * MatchTest.cs: New. Unit tests.
59         * RegexCas.cs: New. CAS tests.
60         * RegexCompilationInfoCas.cs: New. CAS tests.
61         * RegexCompilationInfoTest.cs: New. Unit tests.
62         * RegexRunnerCas.cs: New. CAS tests.
63         * RegexRunnerFactoryCas.cs: New. CAS tests.
64         * RegexTest.cs: Added test cases for new (2.0) CacheSize property.
65
66 2005-07-08  Raja R Harinath  <rharinath@novell.com>
67
68         * RegexTest.cs (Matches1, Matches2, ..., Matches10): Combine into ...
69         (Matches): ... this.  Convert to use a data-driven approach.  Use ...
70         (trials): ... this.  New variable that lists the regexp, input
71         text and expected results.
72         (runTrial): New.  Run a suite of MatchCollection tests on each trial.
73         Tests both incremental and non-incremental modes.
74
75 2005-06-14  Raja R Harinath  <harinath@gmail.com>
76
77         * RegexBugs.cs (NameLookupInEmptyMatch): New test from #74753.
78
79 2005-05-25  Raja R Harinath  <rharinath@novell.com>
80
81         * RegexReplace.cs: Add a couple more testcases.
82
83 2005-05-24  Raja R Harinath  <rharinath@novell.com>
84
85         * RegexReplace.cs: Add testcase for $+.
86
87 2005-05-20  Raja R Harinath  <rharinath@novell.com>
88
89         * RegexReplace.cs: New file.  Most of the tests were inspired by
90         #74735.
91
92 2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
93
94         * PerlTest.cs: split.
95
96 2005-02-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
97
98         * RegexBugs.cs: tests for bug #69193.
99
100 2005-01-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
101
102         * RegexBugs.cs: tests for bug #69065.
103
104 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
105
106         * RegexBugs.cs: Add new test.
107
108 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
109
110         * RegexTest.cs: Make pass on MS.NET
111
112 2004-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
113
114         * System.Text.RegularExpressions/RegexBugs.cs: test case for bug #57274.
115
116 2004-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
117
118         * System.Text.RegularExpressions/RegexBugs.cs: added test for bug
119         #68398.
120
121 2004-07-05  Jackson Harper  <jackson@ximian.com>
122
123         * RegexTest.cs: Add some simple tests for debugging/zen building.
124         
125 2004-06-06  Jambunathan K <kjambunathan@novell.com>
126         
127         * RegexTest.cs: 
128         * RegexBugs.cs: Added test case for exercising Regex.Unescape()
129         Added test cases for exercising \b as a word boundary operator
130         and as a character class in a regex. Refer bug #58256 for more 
131         information.
132
133         
134 2004-06-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
135
136         * RegexBugs.cs: added CategoryAndNegated test.
137
138 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
139
140         * RegexBugs.cs: added tests from bug #59150.
141
142 2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
143
144         * Test/System.Text.RegularExpressions/PerlTrials.cs:
145         Patch by Eric Durand Tremblay with tests.
146         1) Capture inner group when named.
147         2) Resolved parse error caused by not capturing inner group
148         3) Resolved incorrect capture group
149         4) Now, not capturing anything when unnamed ( correct behavior)
150
151
152 2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
153
154         * PerlTrials.cs: unix line endings.
155
156 2004-03-30  Lluis Sanchez Gual <lluis@ximian.com>
157
158         * RegexBugs.cs: Added test for bug #52890.
159         
160 2004-03-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
161
162         * RegexBugs.cs: added new test with a regex used when discovering the
163         wsdl document for a asmx page.
164
165 2004-03-22  Jackson Harper  <jackson@ximian.com>
166
167         * RegexBugs.cs: Add test case for multiple matches.
168         
169 2004-03-17  Francois Beauchemin <beauche@softhome.net>
170         * PerlTrials.cs : Added many test for RightToLeft
171         * PerlTest.cs, RegexTrial : Modified version of regextrial to 
172                 be run all the test and to report exception.
173   
174 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
175
176         * RegexBugs.cs: added test case for bug 54797.
177
178 2004-02-02  Nick Drochak <ndrochak@ieee.org>
179
180         * RegexBugs.cs (RangeIgnoreCase): made the last assert pass on .NET.
181
182 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
183
184         * RegexBugs.cs: added test from bug #52924.
185
186 2004-01-07  Lluis Sanchez Gual <lluis@ximian.com>
187
188         * RegexBugs.cs: Improved test. In Split(), if the last match is at the
189         end of the string, an empty string must be added to the array of
190         results.
191
192 2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
193
194         * RegexBugs.cs: added tests from bug #42529.
195