Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Mono.Math « Test « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f42a1ba1b5552bf45d6689dbb26fa7910fed5731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2009-06-25  Zoltan Varga  <vargaz@gmail.com>

	* *.cs: Convert all tests to new-style nunit classes/methods.

2003-04-22  Sebastien Pouliot  <spouliot@videotron.ca>

	* ArithmeticBigTest.cs: New. Unit tests for BigInteger
	  (commited for Ben Maurer).
	* BigIntegerSetTest.cs: New. Unit tests for BigInteger
	  (commited for Ben Maurer).
	* BitwiseTest.cs: New. Unit tests for BigInteger
	  (commited for Ben Maurer).
	* GcdBigTest.cs: New. Unit tests for BigInteger
	  (commited for Ben Maurer).
	* ModInverseBigTest.cs: New. Unit tests for BigInteger
	  (commited for Ben Maurer).
	* ModRingTest.cs: New. Unit tests for BigInteger
	  (commited for Ben Maurer).
	* PrimeGenerationTest.cs: New. Unit tests for BigInteger
	  (commited for Ben Maurer).
	* PrimeTestingTest.cs: New. Unit tests for BigInteger
	  (commited for Ben Maurer).
	* SearchGeneratorTest.cs: New. Unit tests for BigInteger
	  (commited for Ben Maurer).