X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem%2FChangeLog;h=b271ba154f93c90ac75b0253b5011bd652c53ebf;hb=76f44be2f3a80ecdeb3798f5c85feeebbb9ac14a;hp=672adf921470258b20b7b3f0124d96cf8678d8d2;hpb=7e642db6b3374954dd4568949c1c53203ed964db;p=mono.git diff --git a/mcs/class/corlib/Test/System/ChangeLog b/mcs/class/corlib/Test/System/ChangeLog index 672adf92147..b271ba154f9 100644 --- a/mcs/class/corlib/Test/System/ChangeLog +++ b/mcs/class/corlib/Test/System/ChangeLog @@ -1,3 +1,44 @@ +2004-06-23 Sebastien Pouliot + + * DoubleFormatterTest.cs: Added a new test for a negative roundtrip + (which was broken). + +2004-06-19 Atsushi Enomoto + + * FloatingPointFormatterTest.cs : Format literal (i.e. '...') in + format string should be kept as is. + +2004-06-18 Atsushi Enomoto + + * 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 + + * DoubleFormatterTest.cs: Added new cases from bug reports 60110 + (roundtrip format) and 60111 (non-banker rounding). + +2004-06-15 Sebastien Pouliot + + * 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 + + * 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 + + * FloatingPointFormatterTest.cs : Added more permille and percent + formatting test. + 2004-06-14 Atsushi Enomoto * FloatingPointFormatterTest.cs : Added Permille formatting test.