[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Numerics / Test / System.Numerics / ChangeLog
1 2013-06-13 Christoph Ruegg <git@cdrnet.ch>
2
3         * BigIntegerTest.cs: Extended tests for
4         GreatestCommonDivisor to cover zero-args.
5
6 2013-06-09 Christoph Ruegg <git@cdrnet.ch>
7
8         * ComplexTest.cs: Created; Tests ToString
9         with special format strings.
10
11 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
12
13         * BigIntegerTest.cs: Tests for decimal stuff.
14
15 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
16
17         * BigIntegerTest.cs: Tests for remaining ToString
18         overloads.
19
20 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
21
22         * BigIntegerTest.cs: Tests for ToString and
23         ToString(string).
24
25 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
26
27         * BigIntegerTest.cs: Tests for .ctor(double).
28
29 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
30
31         * BigIntegerTest.cs: Tests for Log.
32
33 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
34
35         * BigIntegerTest.cs: Tests for GreatestCommonDivisor.
36
37 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
38
39         * BigIntegerTest.cs: Tests for ModPow.
40
41 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
42
43         * BigIntegerTest.cs: Tests for Pow.
44
45 2010-03-06 Rodrigo Kumpera  <rkumpera@novell.com>
46
47         * BigIntegerTest.cs: Tests for DivRem.
48
49 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
50
51         * BigIntegerTest.cs: Tests for Mul.
52
53 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
54
55         * BigIntegerTest.cs: Tests for coersion operators
56         for short.
57
58 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
59
60         * BigIntegerTest.cs: Tests for << >>.
61
62 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
63
64         * BigIntegerTest.cs: Tests for | & ^ ~.
65
66 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
67
68         * BigIntegerTest.cs: Tests for ++, --.
69
70 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
71
72         * BigIntegerTest.cs: Tests for Abs.
73
74 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
75
76         * BigIntegerTest.cs: Tests for Min, Max.
77
78 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
79
80         * BigIntegerTest.cs: Tests for Negate.
81
82 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
83
84         * BigIntegerTest.cs: Tests for Sub.
85
86 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
87
88         * BigIntegerTest.cs: Tests for long CompareTo.
89
90 2010-03-05 Rodrigo Kumpera  <rkumpera@novell.com>
91
92         * BigIntegerTest.cs: Tests for IComparable.
93
94 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
95
96         * BigIntegerTest.cs: Tests for ulong relational ops with switched
97         arguments.
98
99 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
100
101         * BigIntegerTest.cs: Tests for ulong Compare and relational ops.
102
103 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
104
105         * BigIntegerTest.cs: Tests for Compare and relational ops.
106
107 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
108
109         *BigIntegerTest.cs: Tests for Add.
110
111 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
112
113         *BigIntegerTest.cs: Tests for Equals.
114
115 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
116
117         *BigIntegerTest.cs: Tests for long constructor and coersion operator.
118
119 2010-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
120
121         *BigIntegerTest.cs: Added.