This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / ChangeLog
1 2004-06-06  Jambunathan K <kjambunathan@novell.com>
2         
3         * RegexTest.cs: 
4         * RegexBugs.cs: Added test case for exercising Regex.Unescape()
5         Added test cases for exercising \b as a word boundary operator
6         and as a character class in a regex. Refer bug #58256 for more 
7         information.
8
9         
10 2004-06-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11
12         * RegexBugs.cs: added CategoryAndNegated test.
13
14 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15
16         * RegexBugs.cs: added tests from bug #59150.
17
18 2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19
20         * Test/System.Text.RegularExpressions/PerlTrials.cs:
21         Patch by Eric Durand Tremblay with tests.
22         1) Capture inner group when named.
23         2) Resolved parse error caused by not capturing inner group
24         3) Resolved incorrect capture group
25         4) Now, not capturing anything when unnamed ( correct behavior)
26
27
28 2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29
30         * PerlTrials.cs: unix line endings.
31
32 2004-03-30  Lluis Sanchez Gual <lluis@ximian.com>
33
34         * RegexBugs.cs: Added test for bug #52890.
35         
36 2004-03-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
37
38         * RegexBugs.cs: added new test with a regex used when discovering the
39         wsdl document for a asmx page.
40
41 2004-03-22  Jackson Harper  <jackson@ximian.com>
42
43         * RegexBugs.cs: Add test case for multiple matches.
44         
45 2004-03-17  Francois Beauchemin <beauche@softhome.net>
46         * PerlTrials.cs : Added many test for RightToLeft
47         * PerlTest.cs, RegexTrial : Modified version of regextrial to 
48                 be run all the test and to report exception.
49   
50 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
51
52         * RegexBugs.cs: added test case for bug 54797.
53
54 2004-02-02  Nick Drochak <ndrochak@ieee.org>
55
56         * RegexBugs.cs (RangeIgnoreCase): made the last assert pass on .NET.
57
58 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
59
60         * RegexBugs.cs: added test from bug #52924.
61
62 2004-01-07  Lluis Sanchez Gual <lluis@ximian.com>
63
64         * RegexBugs.cs: Improved test. In Split(), if the last match is at the
65         end of the string, an empty string must be added to the array of
66         results.
67
68 2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
69
70         * RegexBugs.cs: added tests from bug #42529.
71