New tests, message update
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / ChangeLog
index 39feca6c12820ef332b72ccedbefa94d020e3662..2197b821f2a1ff1ad2d10550577dc4b9ce52f028 100644 (file)
@@ -1,3 +1,28 @@
+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