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