(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Security / Test / System.Security.Cryptography.Xml / ChangeLog
blob6e81123922c92d4268909e2e36555c0775171311
1 2004-06-06  Atsushi Enomoto  <atsushi@ximian.com>
3         * XmlDsigXsltTransformTest.cs : Fixed EmbeddedStylesheet() that missed
4           xmlns:xsl declaration.
6 2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>
8         * KeyInfoTest.cs: SetUp is now public (required for new nunit).
9         * ReferenceTest.cs: SetUp is now public (required for new nunit).
11 2004-05-14  Atsushi Enomoto  <atsushi@ximian.com>
13         * XmlDsigC14NTransform.cs : Reverted Ingore attribute that does not
14           seem like incorrect test.
16 2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>
18         * XmlDsigBase64Transform.cs : LoadInputAsXmlNodeList() is testable.
19         * XmlDsigC14NTransformTest.cs : Ignore LoadInputAsXmlNodeList(); that
20           test premises incorrect namespace handling.
21         * XmlDsigXPathTransformTest.cs : Removed some FIXMEs (counting node
22           will give more expected results),
23           plus some noise on FunctionHereObsolete().
25 2004-03-26  Atsushi Enomoto  <atsushi@ximian.com>
27         * Added XmlDsigEnvelopedSignatureTransformTest.cs.
28         * SignedXmlTest.cs : Added some KeyInfo and error handling repro.
30 2004-03-24  Atsushi Enomoto  <atsushi@ximian.com>
32         * ReferenceTest.cs : Test for keeping document object identity.
33         * XmlDsigC14NTransformTest.cs : Fixed LoadInputAsXmlNodeList(). Here,
34           passed XmlNodeList means filtered (e.g. XPath) nodes, which might
35           contain parent and children as each node in the list.
36           Added LoadInputAsXmlNodeList2(), which fails in the meantime.
38 2004-03-23  Atsushi Enomoto  <atsushi@ximian.com>
40         * SignedInfoTest.cs : assure the owner document object equality /
41           inequality with related to LoadXml() and setting properties.
43 2004-03-23  Atsushi Enomoto  <atsushi@ximian.com>
45         * DataObjectTest.cs : assure that owner document object is different
46           after setting properties.
48 2004-03-20  Sebastien Pouliot  <sebastien@ximian.com>
50         * SignedXmlTest.cs: Renamed GetPublicKey to PublicGetPublicKey to
51         remove warning.
53 2004-03-19  Sebastien Pouliot  <sebastien@ximian.com>
55         * SignedXmlTest.cs: Completed unit tests as many methods were not 
56         tested at all previously.
58 2004-03-15  Sebastien Pouliot  <sebastien@ximian.com>
60         * SignedXmlTest.cs: Added null test for LoadXml.
62 2004-03-14  Atsushi Enomoto  <atsushi@ximian.com>
64         * XmlDsigXPathTransformTest.cs : added TransformSimple() and
65           FunctionHere() [commented].
67 2004-03-13  Atsushi Enomoto  <atsushi@ximian.com>
69         * XmlDsigC14NWithCommentsTransformTest,cs : world.txt causes FileShare
70           Win32Error so it should be added only when it does not exist.
71         * XmlDsigXsltTransformTest.cs : embedded stylesheet should have
72           version attribute. EmbeddedStylesheet() should also load input doc.
74 2004-03-12  Sebastien Pouliot  <sebastien@ximian.com>
76         * XmlDsigC14NTransformTest.cs: Fixed missing files error under MS.NET.
77         * XmlDsigC14NWithCommentsTransformTest.cs: Fixed missing files error
78         under MS.NET.
80 2004-03-11  Atsushi Enomoto  <atsushi@ximian.com>
82         * XmlDsigC14NTransformTest.cs : Stream2String() should consider utf-8
83           escaping (i.e. it must be the same as with-comments test).
84           Enabled example6 (encoding test).
85         * XmlDsigXsltTransformTest.cs :
86           GetXslDoc() now works (xmlns for dsig was missing).
87           Added EmptyXslt(), EmbeddedStylesheet() and InvalidXslt().
88           Activated ignored LoadInputAsXXX() and Load2() by supplying xsl.
90 2004-03-04  Atsushi Enomoto  <atsushi@ximian.com>
92         * SignatureTest.cs : added some malformed xml tests.
94 2004-02-14  Atsushi Enomoto  <atsushi@ximian.com>
96         * XmlDsigC14NTransformTest.cs,
97           XmlDsigC14NWithCommentsTransformTest.cs:
98           uncommented some code blocks which should be tested.
100 2004-02-11  Sebastien Pouliot  <sebastien@ximian.com>
102         * KeyInfoTest.cs: Corrected the xmlRSA XML string.
103         * ReferenceTest.cs: Tests fixed if XML is different (but equivalent)
104         to MS implementation.
105         * SignatureTest.cs: Tests fixed if XML is different (but equivalent) 
106         to MS implementation.
107         * XmlDsigBase64TransformTest.cs: New UnprotectedGetInnerXml class to get
108         results from the protected GetInnerXml. No more convertion to arrays.
109         * XmlDsigC14NTransformTest.cs: New UnprotectedGetInnerXml class to get
110         results from the protected GetInnerXml. Fixed input/output typo. Tests
111         fixed if XML is different (but equivalent) to MS implementation.
112         * XmlDsigC14NWithCommentsTransformTest.cs: New UnprotectedGetInnerXml 
113         class to get results from the protected GetInnerXml. Fixed input/output
114         typo.
115         * XmlDsigXPathTransformTest.cs: New. Unit tests XmlDsigXPathTransform.
116         * XmlDsigXsltTransformTest.cs: New UnprotectedGetInnerXml class to get 
117         results from the protected GetInnerXml. Fixed input/output typo.
119 2003-12-14  Sebastien Pouliot  <spouliot@videotron.ca>
121         * SignedXmlTest.cs: Added a new unit test to verify both bugs (no
122         key assigned on verification and GetElementId) found when fixing 
123         #52084.
125 2003-07-28  Sebastien Pouliot  <spouliot@videotron.ca>
127         * XmlDsigC14NTransformTest.cs: Corrected test for .NET 1.1 (that was a 
128         bug in .NET 1.0). There are no more unit test failures on Windows.
130 2003-07-27  Sebastien Pouliot  <spouliot@videotron.ca>
132         * KeyInfoTest.cs: Added #if NET_1_0 for the RetrievalMethod bug.
134 2003-07-24  Sebastien Pouliot  <spouliot@videotron.ca>
136         * XmlDsigC14NTransformTest.cs: New tests from Aleksey Sanin.
137         * XmlDsigC14NWithCommentsTransformTest.cs: New tests from
138         Aleksey Sanin.
140 2003-06-02  Sebastien Pouliot  <spouliot@videotron.ca>
142         * KeyInfoRetrievalMethodTest.cs: Changed RetrievalElement to
143         RetrievalMethod to match W3C specification and framework 1.1.
145 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
146         * Tests inherits from Assertion and Assertion. prefix is removed
148 2003-03-03  Sebastien Pouliot  <spouliot@videotron.ca>
150         * XmlDsigBase64TransformTest.cs: Simplified some parts when fixing
151         XPath test.
153 2003-03-02  Sebastien Pouliot  <spouliot@videotron.ca>
155         * KeyInfoNameTest.cs: Better naming.
156         * KeyInfoRetrievalMethodTest.cs: Splitted a test.
158 2003-02-19  Sebastien Pouliot  <spouliot@videotron.ca>
160         * All: Updated tests for NUnit2. Some big tests where splited in 
161         smaller ones.
162         * XmlDsigC14NTransformTest.cs: New, but almost empty, test suite.
163         * XmlDsigC14NWithCommentsTransformTest.cs: New, but almost empty, 
164         test suite.
166 2002-11-28  Sebastien Pouliot  <spouliot@videotron.ca>
168         * AllTests.cs: Added missing test suites.
170 2002-11-20  Sebastien Pouliot  <spouliot@videotron.ca>
172         * AllTests.cs: New. Added suites for very listed files.
173         * DataObjectTest.cs: New. Test suite for DataObject.
174         * DSAKeyValueTest.cs: New. Test suite for DSAKeyValue.
175         * KeyInfoNameTest.cs: New. Test suite for KeyInfoName.
176         * KeyInfoNodeTest.cs: New. Test suite for KeyInfoNode.
177         * KeyInfoRetrievalMethodTest.cs: New. Test suite for DSAKeyValue.
178         * KeyInfoTest.cs: New. Test suite for KeyInfo.
179         * KeyInfoX509DataTest.cs: New. Test suite for KeyInfoX509Data.
180         * ReferenceTest.cs: New. Incomplete test suite for Reference.
181         * RSAKeyValueTest.cs: New. Test suite for RSAKeyValue.
182         * SignatureTest.cs: New. Partial test suite for Signature.
183         * SignedInfoTest.cs: New. Partial test suite for SignedInfo.
184         * SignedXmlTest.cs: New. Partial test suite for SignedXml.
185         * TransformChainTest.cs: New. Test suite for TransformChain.
186         * XmlDsigBase64TransformTest.cs: New. Partial test suite for 
187         XmlDsigBase64Transform
188         * XmlDsigXsltTransformTest.cs: New. Partial test suite for 
189         XmlDsigXsltTransform.