2003-11-08 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Sat, 8 Nov 2003 23:28:48 +0000 (23:28 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Sat, 8 Nov 2003 23:28:48 +0000 (23:28 -0000)
commita96279f54dd730a1a38d02c969c0b037845fa0ba
treea0ef62d132885edae85b59efc028d150a14dab13
parent29aa0efd336f43def71aded15853b5d8ba935924
2003-11-08  Sebastien Pouliot  <spouliot@videotron.ca>

* X509ChainElementCollectionTest.cs: New. Unit tests for
X509ChainElementCollection.
* X509ChainElementEnumeratorTest.cs: New. Unit tests for
X509ChainElementEnumerator.
* X509ChainPolicyTest.cs: New. Unit tests for X509ChainPolicy.
* X509ChainTest.cs: New. (Incomplete) Unit tests for X509Chain.
* X509StoreTest.cs: New. (Incomplete) Unit tests for X509Store.

svn path=/trunk/mcs/; revision=19746
mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/ChangeLog [new file with mode: 0755]
mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509ChainPolicyTest.cs [new file with mode: 0755]
mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509ChainTest.cs [new file with mode: 0755]
mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/X509StoreTest.cs [new file with mode: 0755]