2004-06-23 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index b73a4adead1921e6c169e20cb227a220021f4652..b271ba154f93c90ac75b0253b5011bd652c53ebf 100644 (file)
@@ -1,3 +1,131 @@
+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.
+       Added invalid cases to parse under MinValue and over MaxValue.
+
+2004-06-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DecimalTest.cs: Added rounding tests for negative values. Added more
+       checks to ParseFractions. Removed test TooSmall because it was a bad
+       interaction between a buggy corlib (buggy decimal) and the tests (i.e.
+       the value was legal).
+
+2004-06-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : added more "common pattern" tests.
+
+2004-06-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : Added more milliseconds and pattern recognition
+         tests. Patch by Steven Brown (a bit modified).
+
+2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DecimalTest.cs: Added tests for remainder, divide and parsing 
+       overflow. Reactivated test and added new cases for banker rounding.
+
+2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs :
+         - Added TestParse3() (not-allowed pattern example), ParseUtcNonUtc()
+           ("GMT" strings and time adjustment), TimeZoneAdjustment() ('Z' 
+           pattern conditions) and CultureIndependentTests() (batch tests for
+           _all_ or almost all cultures).
+         - Added more Z string to X509Certificate test.
+         - Added ParseAllowsQueerString() [not fixed].
+
+2004-06-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DecimalTest.cs: Added test case for truncating including indirect
+       truncates with cast to integer types.
+
+2004-06-07  Duncan Mak  <duncan@ximian.com>
+
+       * ExceptionTest.cs: Added [Test] attributes to the test methods.
+       (InnerExceptionSource): Test that the InnerException's Source is
+       null unless it's been set.
+
+2004-06-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DateTimeTest.cs: Added new test cases for From|ToOADate (OLE 
+       Automation date format). Added test cases for FromFileTime. Added
+       test cases for ToType (conversion) and contructors (milliseconds).
+
+2004-06-06  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DecimalTest.cs: Added tests for default ToString(). Added tests when
+       Decimal is casted to an integer (trunc not rounded). Added tests to
+       parse very small values (#59301).
+       * ByteTest.cs: Added tests for default ToString(String.Empty).
+       * DoubleTest.cs: Added tests for default ToString(String.Empty).
+       * Int16Test.cs: Added tests for default ToString(String.Empty).
+       * Int32Test.cs: Added tests for default ToString(String.Empty).
+       * Int64Test.cs: Added tests for default ToString(String.Empty).
+       * SByteTest.cs: Added tests for default ToString(String.Empty).
+       * SingleTest.cs: Added tests for default ToString(String.Empty).
+       * StringTest.cs: Added more cases for Join (null separator and null 
+       values).
+       * TimeSpanTest.cs: Added test to verify exception order when a parsed
+       string is both invalid (format) and contains an overflow.
+       * UInt16Test.cs: Added tests for default ToString(String.Empty).
+       * UInt32Test.cs: Added tests for default ToString(String.Empty).
+       * UInt64Test.cs: Added tests for default ToString(String.Empty).
+
+2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ConvertTest.cs: Added tests to convert min/max values of integer
+       types to strings in all bases.
+       * SByteTest.cs: Added test to parse min/max values.
+
 2004-06-04  Sebastien Pouliot  <sebastien@ximian.com>
 
        * MathTest.cs: Added case to check for negative 0 (double) in