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