[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System / ChangeLog
index 2d324c2d05bec4fee6eba82a0acd23395f1fc9d7..e17b86d8749e5971761f31c46105a30fab986acc 100644 (file)
@@ -1,3 +1,129 @@
+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>
+
+       * UriParserTest.cs: Ensure "tcp" is not a registred scheme
+       * UriTest2.cs: Make sure GetComponents and IsBaseOf do not throw
+       NRE is no UriParser was registred for the URI scheme
+
+2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * UriTest2.cs: More constructor test cases
+
+2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * UriTest2.cs: More test cases for the handling of %2f and %5c
+
+2009-02-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * UriTest.cs : added test for windows local path with '\' (used in
+         ooxml relax ng test case).
+
+2009-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * UriTest3.cs: Added and improved tests for TryCreate. Added few
+       asserts for IsWellFormedUriString. Added .ctor tests.
+
+2009-15-01  Leszek Ciesielski <skolima@gmail.com>
+
+       * UriTest3.cs: test for bug #464235
+
+2008-03-12  Stephane Delcroix  <sdelcroix@novell.com>
+
+       * UriTest.cs: test for bug #363320
+
+2008-01-23  Robert Jordan  <robertj@gmx.net>
+
+       * UriTest3.cs: Add tests for bug #346432.
+
+2007-11-06  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * UriBuilderTest.cs: Added tests for regression introduced as part of
+       bug #323247. Added extra ctor tests. No longer derive from deprecated
+       Assertion class.
+
+2007-10-16  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * UriTest.cs: Removed extra tabs.
+       * UriTest3.cs: Added test for bug #325863. Improved test for absolute
+       URI.
+
+2007-09-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * UriTest3.cs: Added test for bug #328768 and #323542.
+
+2007-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * UriTest.cs: Added test for Fragment with relative URI. Fixed line
+       endings.
+       * UriTest2.cs: Fixed line endings.
+       * UriTest3.cs: Added test for MakeRelativeUri. Added tests for
+       AbsoluteUri, PathAndQuery, Query and Scheme with relative URI.
+
+2007-09-06  Marek Habersack  <mhabersack@novell.com>
+
+       * UriTypeConverterTest.cs: Mono on Windows treats /Uri.txt URIs as
+       relative while on Unix they are absolute.
+
+2007-09-05  Marek Habersack  <mhabersack@novell.com>
+
+       * UriTypeConverterTest.cs: added a new test for conversion from
+       strings containing relative URIs. Currently marked as NotWorking
+       since cases 3 and 4 fail on Mono.
+
+2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * UriParserTest.cs, UriTest3.cs, HttpStyleUriParserTest.cs :
+         for IsWellFormedOriginalString() and InitializeAndValidate(),
+         removed some NotWorking and added some more tests.
+
+2007-04-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * UriTest.cs : added relative .ctor() test where the relativeUris
+         contain URI schemes.
+
+2007-01-25  Ilya Kharmatsky  <ilyak -at- mainsoft.com>
+
+       * UriTypeConverterTest.cs: Added 'Ignore' attributes, 
+       under TARGET_JVM in order to workaround Grasshopper's bugs.
+
+2006-12-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * UriTest3.cs: Added tests for Uri.UnescapeDataString
+
 2006-08-01  Atsushi Enomoto  <atsushi@ximian.com>
 
        * UriTest.cs : added Equals3(), for bug #78799.