[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System / ChangeLog
index 15b8f023bb04f78eb056e485c5c39365bc3acd3e..e17b86d8749e5971761f31c46105a30fab986acc 100644 (file)
@@ -1,8 +1,39 @@
+2010-06-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * UriTest.cs: exclude 2 tests in 4.0.
+
+2010-05-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * UriTest.cs: test for bug #606142.
+
+2010-05-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * UriTest.cs : more URI tests, for relative URIs with ':'.
+
+2010-04-17  Raja R Harinath  <harinath@hurrynot.org>
+
+       * UriTest.cs (FtpRootPath): New.  Check that ftp root paths are
+       unmolested.
+
+2010-01-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * UriTest.cs: added an assertion in the IsWellFormedOriginalString
+       test case to test urls containing '#'.
+
+2009-10-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * UriTest3.cs : added test for parsing short name with
+         RelativeOrAbsolute mode.
+
+2009-09-01  Andres Aragoneses  <aaragoneses@novell.com>
+
+       * UriTest.cs: New tests from #533572.
+
 2009-06-25  Robert Jordan  <robertj@gmx.net>
 
        * UriTest.cs: Upgrade to new NUnit style.
 
-2009-04-21  Sebastien Pouliot  <sebastien@ximian.com> 
+2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
 
        * UriParserTest.cs: Ensure "tcp" is not a registred scheme
        * UriTest2.cs: Make sure GetComponents and IsBaseOf do not throw