2004-02-11 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Security / Test / System.Security.Cryptography.Xml / ChangeLog
1 2004-02-11  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * KeyInfoTest.cs: Corrected the xmlRSA XML string.
4         * ReferenceTest.cs: Tests fixed if XML is different (but equivalent)
5         to MS implementation.
6         * SignatureTest.cs: Tests fixed if XML is different (but equivalent) 
7         to MS implementation.
8         * XmlDsigBase64TransformTest.cs: New UnprotectedGetInnerXml class to get
9         results from the protected GetInnerXml. No more convertion to arrays.
10         * XmlDsigC14NTransformTest.cs: New UnprotectedGetInnerXml class to get
11         results from the protected GetInnerXml. Fixed input/output typo. Tests
12         fixed if XML is different (but equivalent) to MS implementation.
13         * XmlDsigC14NWithCommentsTransformTest.cs: New UnprotectedGetInnerXml 
14         class to get results from the protected GetInnerXml. Fixed input/output
15         typo.
16         * XmlDsigXPathTransformTest.cs: New. Unit tests XmlDsigXPathTransform.
17         * XmlDsigXsltTransformTest.cs: New UnprotectedGetInnerXml class to get 
18         results from the protected GetInnerXml. Fixed input/output typo.
19
20 2003-12-14  Sebastien Pouliot  <spouliot@videotron.ca>
21
22         * SignedXmlTest.cs: Added a new unit test to verify both bugs (no
23         key assigned on verification and GetElementId) found when fixing 
24         #52084.
25
26 2003-07-28  Sebastien Pouliot  <spouliot@videotron.ca>
27
28         * XmlDsigC14NTransformTest.cs: Corrected test for .NET 1.1 (that was a 
29         bug in .NET 1.0). There are no more unit test failures on Windows.
30
31 2003-07-27  Sebastien Pouliot  <spouliot@videotron.ca>
32
33         * KeyInfoTest.cs: Added #if NET_1_0 for the RetrievalMethod bug.
34
35 2003-07-24  Sebastien Pouliot  <spouliot@videotron.ca>
36
37         * XmlDsigC14NTransformTest.cs: New tests from Aleksey Sanin.
38         * XmlDsigC14NWithCommentsTransformTest.cs: New tests from
39         Aleksey Sanin.
40
41 2003-06-02  Sebastien Pouliot  <spouliot@videotron.ca>
42
43         * KeyInfoRetrievalMethodTest.cs: Changed RetrievalElement to
44         RetrievalMethod to match W3C specification and framework 1.1.
45
46 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
47         * Tests inherits from Assertion and Assertion. prefix is removed
48
49 2003-03-03  Sebastien Pouliot  <spouliot@videotron.ca>
50
51         * XmlDsigBase64TransformTest.cs: Simplified some parts when fixing
52         XPath test.
53
54 2003-03-02  Sebastien Pouliot  <spouliot@videotron.ca>
55
56         * KeyInfoNameTest.cs: Better naming.
57         * KeyInfoRetrievalMethodTest.cs: Splitted a test.
58
59 2003-02-19  Sebastien Pouliot  <spouliot@videotron.ca>
60
61         * All: Updated tests for NUnit2. Some big tests where splited in 
62         smaller ones.
63         * XmlDsigC14NTransformTest.cs: New, but almost empty, test suite.
64         * XmlDsigC14NWithCommentsTransformTest.cs: New, but almost empty, 
65         test suite.
66
67 2002-11-28  Sebastien Pouliot  <spouliot@videotron.ca>
68
69         * AllTests.cs: Added missing test suites.
70
71 2002-11-20  Sebastien Pouliot  <spouliot@videotron.ca>
72
73         * AllTests.cs: New. Added suites for very listed files.
74         * DataObjectTest.cs: New. Test suite for DataObject.
75         * DSAKeyValueTest.cs: New. Test suite for DSAKeyValue.
76         * KeyInfoNameTest.cs: New. Test suite for KeyInfoName.
77         * KeyInfoNodeTest.cs: New. Test suite for KeyInfoNode.
78         * KeyInfoRetrievalMethodTest.cs: New. Test suite for DSAKeyValue.
79         * KeyInfoTest.cs: New. Test suite for KeyInfo.
80         * KeyInfoX509DataTest.cs: New. Test suite for KeyInfoX509Data.
81         * ReferenceTest.cs: New. Incomplete test suite for Reference.
82         * RSAKeyValueTest.cs: New. Test suite for RSAKeyValue.
83         * SignatureTest.cs: New. Partial test suite for Signature.
84         * SignedInfoTest.cs: New. Partial test suite for SignedInfo.
85         * SignedXmlTest.cs: New. Partial test suite for SignedXml.
86         * TransformChainTest.cs: New. Test suite for TransformChain.
87         * XmlDsigBase64TransformTest.cs: New. Partial test suite for 
88         XmlDsigBase64Transform
89         * XmlDsigXsltTransformTest.cs: New. Partial test suite for 
90         XmlDsigXsltTransform.