[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Numerics / Test / System.Numerics / ChangeLog
index 32714ab03785c4606f98c6e7c475200a8f005b04..ec7ae1f94b4cf85f9518da5f72c4ce43323a6bc6 100644 (file)
@@ -1,3 +1,35 @@
+2013-06-13 Christoph Ruegg <git@cdrnet.ch>
+
+       * BigIntegerTest.cs: Extended tests for
+       GreatestCommonDivisor to cover zero-args.
+
+2013-06-09 Christoph Ruegg <git@cdrnet.ch>
+
+       * ComplexTest.cs: Created; Tests ToString
+       with special format strings.
+
+2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * BigIntegerTest.cs: Tests for decimal stuff.
+
+2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * BigIntegerTest.cs: Tests for remaining ToString
+       overloads.
+
+2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * BigIntegerTest.cs: Tests for ToString and
+       ToString(string).
+
+2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * BigIntegerTest.cs: Tests for .ctor(double).
+
+2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * BigIntegerTest.cs: Tests for Log.
+
 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
 
        * BigIntegerTest.cs: Tests for GreatestCommonDivisor.