New tests, message update
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / ChangeLog
index 1ca3f9f8a8c8ded18571ac85b35c088d84da3c18..2197b821f2a1ff1ad2d10550577dc4b9ce52f028 100644 (file)
@@ -1,3 +1,135 @@
+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.
+       * CaptureCollectionCas.cs: New. CAS tests.
+       * GroupCas.cs: New. CAS tests.
+       * GroupCollectionCas.cs: New. CAS tests.
+       * GroupTest.cs: New. Unit tests.
+       * MatchCas.cs: New. CAS tests.
+       * MatchCollectionCas.cs: New. CAS tests.
+       * MatchTest.cs: New. Unit tests.
+       * RegexCas.cs: New. CAS tests.
+       * RegexCompilationInfoCas.cs: New. CAS tests.
+       * RegexCompilationInfoTest.cs: New. Unit tests.
+       * RegexRunnerCas.cs: New. CAS tests.
+       * RegexRunnerFactoryCas.cs: New. CAS tests.
+       * RegexTest.cs: Added test cases for new (2.0) CacheSize property.
+
+2005-07-08  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexTest.cs (Matches1, Matches2, ..., Matches10): Combine into ...
+       (Matches): ... this.  Convert to use a data-driven approach.  Use ...
+       (trials): ... this.  New variable that lists the regexp, input
+       text and expected results.
+       (runTrial): New.  Run a suite of MatchCollection tests on each trial.
+       Tests both incremental and non-incremental modes.
+
+2005-06-14  Raja R Harinath  <harinath@gmail.com>
+
+       * RegexBugs.cs (NameLookupInEmptyMatch): New test from #74753.
+
+2005-05-25  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexReplace.cs: Add a couple more testcases.
+
+2005-05-24  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexReplace.cs: Add testcase for $+.
+
+2005-05-20  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexReplace.cs: New file.  Most of the tests were inspired by
+       #74735.
+
+2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * PerlTest.cs: split.
+
+2005-02-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * RegexBugs.cs: tests for bug #69193.
+
+2005-01-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * RegexBugs.cs: tests for bug #69065.
+
+2005-01-08  Miguel de Icaza  <miguel@ximian.com>
+
+       * RegexBugs.cs: Add new test.
+
+2005-01-08  Nick Drochak  <ndrochak@ieee.org>
+
+       * RegexTest.cs: Make pass on MS.NET
+
+2004-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * System.Text.RegularExpressions/RegexBugs.cs: test case for bug #57274.
+
+2004-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * System.Text.RegularExpressions/RegexBugs.cs: added test for bug
+       #68398.
+
+2004-07-05  Jackson Harper  <jackson@ximian.com>
+
+       * RegexTest.cs: Add some simple tests for debugging/zen building.
+       
 2004-06-06  Jambunathan K <kjambunathan@novell.com>
        
        * RegexTest.cs: