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