2003-05-16 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography.X509Certificates / ChangeLog
1 2003-05-16  Sebastien Pouliot  <spouliot@videotron.ca>
2
3         * X509CertificateTest.cs: Added DSA certificate without any key 
4         parameters (shared group is available in the issuer certificate).
5
6 2003-04-21  Sebastien Pouliot  <spouliot@videotron.ca>
7
8         * X509CertificateTest.cs: Fixed DateTime issue by setting 
9         CultureInfo to "". Thanks Nick!
10
11 2003-04-12  Sebastien Pouliot  <spouliot@videotron.ca>
12
13         * X509CertificateTest.cs: Commented ToString() test because of the
14         dates included within (which makes the comparison with a pre-
15         generated value difficult).
16
17 2003-04-11  Sebastien Pouliot  <spouliot@videotron.ca>
18
19         * X509CertificateTest.cs: Corrected end-of-line issue for Linux. 
20
21 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
22
23         * X509CertificateTest.cs: Updated tool to generate test for NUnit2.
24
25 2002-12-28  Sebastien Pouliot  <spouliot@videotron.ca>
26
27         * X509CertificateTest.cs: Changed how the dates are compared. This
28         should stop the nunit errors in X509Certificate.
29
30 2002-12-21  Nick Drochak <ndrochak@gol.com>
31
32         * all: make tests build and run under nunit2
33
34 2002-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
35
36         * X509CertificateTest.cs: Uncommented the GetEffectiveDateString and 
37         GetExpirationDateString tests. Added a test for ToString(true).
38
39 2002-11-03  Sebastien Pouliot  <spouliot@videotron.ca>
40
41         * AllTests.cs: New. Include all (1) tests files for X509Certificates.
42         * X509CertificateTest.cs: New. Generated tests using some (11 right 
43         now) X.509 certificates. There is a bigger version (346 certs today)
44         to spot new problems (but once spotted they move into this small file).
45         GetEffectiveDateString and GetExpirationDateString tests are commented.