New tests, message update
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / ChangeLog
index c326bf75b66fbf96eb9babaa56872f2d42eb990b..2197b821f2a1ff1ad2d10550577dc4b9ce52f028 100644 (file)
@@ -1,3 +1,59 @@
+2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * RegexBugs.cs: No longer derive from deprecated Assertion class.
+       Added test for bug #313642.
+       * MatchTest.cs: Code formatting.
+       * RegexTest.cs: Fixed compiler warnings. Code formatting. Spaces to
+       tabs.
+
+2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * RegexReplace.cs: Fixed compiler warning.
+
+2007-04-18  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexBugs.cs (bug80554_trials): New tests based on #80554.
+
+2007-04-04  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexTest.cs (PrimeRegex): New backtracking torture test using
+       a regex that recognizes composite numbers represented in unary.
+
+2007-01-02  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexBugs.cs (GroupNumbers): New test based on #79472.
+
+2006-05-08  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexBugs.cs (Kill65535_1, Kill65535_2, No65535Limit): New tests
+       based on #78278.
+
+2006-04-17  Florian Gross  <flgr@ccan.de>
+
+       * RegexBugs.cs (CharClassWithIgnoreCase): Ensure that character
+       classes don't interfere with RegexOptions.IgnoreCase.
+
+2006-04-07  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexBugs.cs (Bug78007): New test from #78007.
+
+       * RegexBugs.cs (Bug76345): New test from #76345.
+
+       * RegexBugs.cs (Bug69269): New test from #69269.
+
+2006-04-06  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexBugs.cs (Bug77487): New test based on #77487.
+
+       * RegexTrial.cs (Execute): Run NUnit assertion here.
+       * PerlTests.cs: Simplify.
+
+2006-03-30  Raja R Harinath  <harinath@gmail.com>
+
+       * RegexBugs.cs (HangingHyphens): New tests from #77626, and
+       related bugs found by inspection.
+       (HangingHyphens1): New testcase for exceptions in character ranges.
+
 2005-11-21  Sebastien Pouliot  <sebastien@ximian.com> 
 
        * CaptureCas.cs: New. CAS tests.