[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / ChangeLog
index c93bb005367233e6e17410b794e9280cb48aef08..c2094ee40c6f2862d86683a46a6199cd02912e0f 100644 (file)
@@ -1,3 +1,44 @@
+2010-06-21  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * RegexBugs.cs: Regression test for #610587.
+
+2010-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * SplitTests.cs: New tests for #566117.
+
+2009-08-20  Raja R Harinath  <harinath@hurrynot.org>
+
+       * RegexMatchTests.cs: Add some explicit numeric group tests.
+
+2009-08-17  Raja R Harinath  <harinath@hurrynot.org>
+
+       * RegexMatchTests.cs (RegexTrial0061): New.
+
+2009-08-17  Raja R Harinath  <harinath@hurrynot.org>
+
+       * RegexTrial.cs (Execute): Prepare to handle dis-contiguous group numbers.
+
+2009-08-10  Raja R Harinath  <harinath@hurrynot.org>
+
+       * RegexMatchTests.cs (RegexTrial0054..60): New.
+
+2009-08-10  Raja R Harinath  <harinath@hurrynot.org>
+
+       * RegexMatchTests.cs (RegexTrial0053): New.
+
+2009-02-27  Jonathan Pryor <jpryor@novell.com>
+
+       * RegexReplace.cs: Add null argument checks for Regex.Replace().
+
+2009-01-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * RegexTrial.cs: Run all tests with the CIL Compiler too.
+
+       * RegexBugs.cs: Add a test for #466151.
+
+2008-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * RegexBugs.cs: added test for bug #443841.
 
 2008-11-11 Gonzalo Paniagua Javier <gonzalo@novell.com>