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