imported everything from my branch (which is slightly harmless).
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / ChangeLog
1 2005-06-14  Raja R Harinath  <harinath@gmail.com>
2
3         * RegexBugs.cs (NameLookupInEmptyMatch): New test from #74753.
4
5 2005-05-25  Raja R Harinath  <rharinath@novell.com>
6
7         * RegexReplace.cs: Add a couple more testcases.
8
9 2005-05-24  Raja R Harinath  <rharinath@novell.com>
10
11         * RegexReplace.cs: Add testcase for $+.
12
13 2005-05-20  Raja R Harinath  <rharinath@novell.com>
14
15         * RegexReplace.cs: New file.  Most of the tests were inspired by
16         #74735.
17
18 2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19
20         * PerlTest.cs: split.
21
22 2005-02-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23
24         * RegexBugs.cs: tests for bug #69193.
25
26 2005-01-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
27
28         * RegexBugs.cs: tests for bug #69065.
29
30 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
31
32         * RegexBugs.cs: Add new test.
33
34 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
35
36         * RegexTest.cs: Make pass on MS.NET
37
38 2004-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
39
40         * System.Text.RegularExpressions/RegexBugs.cs: test case for bug #57274.
41
42 2004-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
43
44         * System.Text.RegularExpressions/RegexBugs.cs: added test for bug
45         #68398.
46
47 2004-07-05  Jackson Harper  <jackson@ximian.com>
48
49         * RegexTest.cs: Add some simple tests for debugging/zen building.
50         
51 2004-06-06  Jambunathan K <kjambunathan@novell.com>
52         
53         * RegexTest.cs: 
54         * RegexBugs.cs: Added test case for exercising Regex.Unescape()
55         Added test cases for exercising \b as a word boundary operator
56         and as a character class in a regex. Refer bug #58256 for more 
57         information.
58
59         
60 2004-06-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
61
62         * RegexBugs.cs: added CategoryAndNegated test.
63
64 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
65
66         * RegexBugs.cs: added tests from bug #59150.
67
68 2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
69
70         * Test/System.Text.RegularExpressions/PerlTrials.cs:
71         Patch by Eric Durand Tremblay with tests.
72         1) Capture inner group when named.
73         2) Resolved parse error caused by not capturing inner group
74         3) Resolved incorrect capture group
75         4) Now, not capturing anything when unnamed ( correct behavior)
76
77
78 2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
79
80         * PerlTrials.cs: unix line endings.
81
82 2004-03-30  Lluis Sanchez Gual <lluis@ximian.com>
83
84         * RegexBugs.cs: Added test for bug #52890.
85         
86 2004-03-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
87
88         * RegexBugs.cs: added new test with a regex used when discovering the
89         wsdl document for a asmx page.
90
91 2004-03-22  Jackson Harper  <jackson@ximian.com>
92
93         * RegexBugs.cs: Add test case for multiple matches.
94         
95 2004-03-17  Francois Beauchemin <beauche@softhome.net>
96         * PerlTrials.cs : Added many test for RightToLeft
97         * PerlTest.cs, RegexTrial : Modified version of regextrial to 
98                 be run all the test and to report exception.
99   
100 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
101
102         * RegexBugs.cs: added test case for bug 54797.
103
104 2004-02-02  Nick Drochak <ndrochak@ieee.org>
105
106         * RegexBugs.cs (RangeIgnoreCase): made the last assert pass on .NET.
107
108 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
109
110         * RegexBugs.cs: added test from bug #52924.
111
112 2004-01-07  Lluis Sanchez Gual <lluis@ximian.com>
113
114         * RegexBugs.cs: Improved test. In Split(), if the last match is at the
115         end of the string, an empty string must be added to the array of
116         results.
117
118 2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
119
120         * RegexBugs.cs: added tests from bug #42529.
121