2003-07-05 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Sun, 6 Jul 2003 02:56:40 +0000 (02:56 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Sun, 6 Jul 2003 02:56:40 +0000 (02:56 -0000)
commit350e3b4574955736aa98f3c55b87aeea2e827e4c
tree2f9ae8a1bed6ecef8fc9d81679b7b25c0cb7905a
parentd9ccb9a0cbf09adc58372cd57aea5d9036520d2e
2003-07-05  Sebastien Pouliot  <spouliot@videotron.ca>

* DSACryptoServiceProviderTest.cs: Added news unit tests for Dispose/Clear
and better test coverage (based on Zoltan's logs).
* DSATest.cs: Converted to NUnit2 format. Added new tests for better unit
test coverage (import incomplete public keys).
* RSACryptoServiceProviderTest.cs: Added news unit tests for Dispose/Clear
and better test coverage (based on Zoltan's logs).
* RSATest.cs: Converted to NUnit2 format. Added new tests for better unit
test coverage (import incomplete public keys).

svn path=/trunk/mcs/; revision=15974
mcs/class/corlib/Test/System.Security.Cryptography/ChangeLog
mcs/class/corlib/Test/System.Security.Cryptography/DSACryptoServiceProviderTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/DSATest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RSACryptoServiceProviderTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/RSATest.cs