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