2004-02-09 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 9 Feb 2004 20:54:45 +0000 (20:54 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 9 Feb 2004 20:54:45 +0000 (20:54 -0000)
commit7f176e1dcec453f340bf9203beb86ce0795aa56d
tree4447a6e65834cea5aa3f3d25e2ada429dbece062
parent42bf7118f8a25f830399948723f3b1394eb749d8
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).

svn path=/trunk/mcs/; revision=22918
mcs/class/Mono.Security/Test/Mono.Math/ArithmeticBigTest.cs [new file with mode: 0644]
mcs/class/Mono.Security/Test/Mono.Math/BigIntegerSetTest.cs [new file with mode: 0644]
mcs/class/Mono.Security/Test/Mono.Math/BitwiseTest.cs [new file with mode: 0644]
mcs/class/Mono.Security/Test/Mono.Math/ChangeLog [new file with mode: 0644]
mcs/class/Mono.Security/Test/Mono.Math/GcdBigTest.cs [new file with mode: 0644]
mcs/class/Mono.Security/Test/Mono.Math/ModInverseBigTest.cs [new file with mode: 0644]
mcs/class/Mono.Security/Test/Mono.Math/ModRingTest.cs [new file with mode: 0644]
mcs/class/Mono.Security/Test/Mono.Math/PrimeGenerationTest.cs [new file with mode: 0644]
mcs/class/Mono.Security/Test/Mono.Math/PrimeTestingTest.cs [new file with mode: 0644]
mcs/class/Mono.Security/Test/Mono.Math/SearchGeneratorTest.cs [new file with mode: 0644]