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