2004-06-23 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index 2b69e693c52fe0df6f31d234f39f25d6e855d614..b271ba154f93c90ac75b0253b5011bd652c53ebf 100644 (file)
@@ -1,3 +1,52 @@
+2004-06-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DoubleFormatterTest.cs: Added a new test for a negative roundtrip
+       (which was broken).
+
+2004-06-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FloatingPointFormatterTest.cs : Format literal (i.e. '...') in
+         format string should be kept as is.
+
+2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : Improved CultureIndependentTests(). Error message
+         contains specific locale and error location. Verified by run-test-
+         ondotnet and commented out X509-like pattern.(not all culture passes)
+
+2004-06-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DoubleFormatterTest.cs: Added new cases from bug reports 60110 
+       (roundtrip format) and 60111 (non-banker rounding).
+
+2004-06-15  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ConvertTest.cs: Changed compare between Decimals (from a string 
+       compare to Decimal.Equals) because the issue wasn't related to the
+       Convert class. See #60227 for more details.
+       * DecimalTest.cs: Added test to ensure we keep/output the decimals
+       precision (#59425). Added tests to see how many decimals are supported
+       in "G" before switching to "E".
+
+2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TimeSpanTest.cs: Added more cases with MinValue and MaxValue for 
+       each parameter of the constructor. Some tests are ignored because
+       they are too long to run (but useful when debugging).
+
+2004-06-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FloatingPointFormatterTest.cs : Added more permille and percent
+         formatting test.
+
+2004-06-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FloatingPointFormatterTest.cs : Added Permille formatting test.
+
+2004-06-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FloatingPointFormatterTest.cs : Added regression for #59890.
+
 2004-06-11  Sebastien Pouliot  <sebastien@ximian.com>
 
        * TimeSpanTest.cs: Added valid cases to parse MinValue and MaxValue.