[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Numerics / Test / System.Numerics / ChangeLog
index 734c53a0c58eeccac16b53e6379450815358c3e6..ec7ae1f94b4cf85f9518da5f72c4ce43323a6bc6 100644 (file)
@@ -1,3 +1,60 @@
+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.
+
+2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * BigIntegerTest.cs: Tests for ModPow.
+
+2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * BigIntegerTest.cs: Tests for Pow.
+
+2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * BigIntegerTest.cs: Tests for DivRem.
+
+2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * BigIntegerTest.cs: Tests for Mul.
+
+2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * BigIntegerTest.cs: Tests for coersion operators
+       for short.
+
 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
 
        * BigIntegerTest.cs: Tests for << >>.