2004-04-22  Sebastien Pouliot  <sebastien@ximian.com>

	* GcdBigTest.cs: Ajusted to changes in assembly.
	* ModInverseBigTest.cs: Ajusted to changes in assembly.
	* PrimeGenerationTest.cs: Ajusted to changes in assembly.
	* PrimeTestingTest.cs: Ajusted to changes in assembly.
	* SearchGeneratorTest.cs: Ajusted to changes in assembly.

2004-02-13  Sebastien Pouliot  <sebastien@ximian.com>

	* PrimeTestingTest.cs: Added well known (and tested) primes from 
	RFC 2412 (http://www.faqs.org/rfcs/rfc2412.html) as suggested by
	Pieter Philippaerts (#51229).
	* SearchGeneratorTest.cs: Modified so this still use the (previous)
	SmallPrimeSppTest primality test - because RM doesn't work for
	small primes.

2004-02-09  Sebastien Pouliot  <sebastien@ximian.com>

	* ArithmeticBigTest.cs: 
	* BigIntegerSetTest.cs:
	* BitwiseTest.cs:
	* GcdBigTest.cs:
	* ModInverseBigTest.cs:
	* ModRingTest.cs:
	* PrimeGenerationTest.cs:
	* PrimeTestingTest.cs:
	* SearchGeneratorTest.cs:
		New. Copied from corlib (where they cannot be executed because BigInteger is internal).
