New test.
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / ChangeLog
index 4be7202eead9065db4806f92029bd98f1cab745f..39feca6c12820ef332b72ccedbefa94d020e3662 100644 (file)
@@ -1,3 +1,77 @@
+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.