2004-02-20 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index 5e8e54a002f6c680df718baefad9c734bac7dc6d..45eed2b42b8d7d5db21c04c61549e727caffde78 100644 (file)
@@ -1,3 +1,78 @@
+2004-02-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CharCategoryTest.cs : csc build fix (line length excess.)
+
+2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CharCategoryTest.cs : cleaning ;)
+
+2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Added CharCategoryTest.cs (brute force test for Char.IsXXX()).
+
+2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AppDomainTest.cs: New. Unit tests for SetPrincipalPolicy and
+       SetThreadPrincipal.
+
+2004-01-31  Nick Drochak <ndrochak@ieee.org)
+
+       * ConvertTest: Cannot partially qualify the type name with csc.
+
+2004-01-31  David Sheldon  <dave-mono@earth.li>
+
+  * ConvertTest.cs: Added test for malformed Base64. Bug 52928 
+
+2004-01-30  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * DateTimeTest.cs: Modified X509Certificate test to use 
+       ToUniversalTime ().
+
+2004-01-28  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * DateTimeTest.cs: Added a new unit test (X509Certificate) to better
+       detect regressions in DateTime. See bugzilla entry #53461.
+
+2004-01-27  Nick Drochak <ndrochak@gol.com>
+
+       * AppDomainSetupTest.cs: When I run this on .NET the AppBase uses the
+       temp dir.  Perhaps a different runner gives different results? I'm
+       using 'make run-test' from the mcs directory.
+
+2004-01-22 David Sheldon <dave-mono@earth.li>
+
+       * AppDomainSetupTest: Changed test 3 to test that the
+         appdomain is relative to the current dir, rather than 
+        the temp dir. This is what the MS runtime appears to 
+        give, and handily is what we do too.
+
+2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DateTimeTest.cs: added test for bug 52075.
+
+2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeTest.cs: Add Tests for vectors<->one dim. arrays.
+
+2003-01-11 David Sheldon <dave-mono@earth.li>
+
+       * DateTimeTest.cs: Tests for bug 52274 fix, formats such as 
+       '--MM--'
+
+2003-12-27  Nick Drochak <ndrochak@gol.com>
+
+       * AppDomainSetupTest.cs: Seems that AppDomainSetup's use the temp
+       path, not current directory.
+
+2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * Int32Test.cs:
+          Int64Test.cs: Add checks for overflow on hex parse.
+2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeTest.cs (GetMethodImpl): New test for overload resolution.
+
 2003-12-19  Dick Porter  <dick@ximian.com>
 
        * StringTest.cs: Added Compare test for length==0.