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