New test.
[mono.git] / mcs / class / System.Security / Test / System.Security.Cryptography.Xml / ChangeLog
1 2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * SignedXmlTest.cs : added Ignore for failing wrong test by design.
4
5 2006-10-11  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * SignedXmlTest.cs : added a test for signature method mismatch.
8
9 2006-09-25  Gert Driesen  <drieseng@users.sourceforge.net>
10
11         * SignedXmlTest.cs: Added tests for bug #79454 and bug #79483 (marked
12         NotWorking).
13
14 2006-09-22  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * EncryptedXmlTest.cs, EncryptedXmlSample3.xml :
17           another decryption test for padding sanity.
18
19 2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * EncryptedXmlTest.cs : added roundtrip sample i.e. encryption test.
22
23 2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * EncryptedXmlTest.cs, EncryptedXmlSample2.xml :
26           Added another case that expects correct padding processing which is 
27           specified in W3C xmlenc spec section 5.2.
28
29 2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * EncryptedXmlTest.cs :
32           removed problematic culture change (was for debugging).
33
34 2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * EncryptedXmlTest.cs : new file. Added practical example.
37         * EncryptedXmlSample1.xml, sample.pfx : support files for the above test.
38
39 2006-09-06  Atsushi Enomoto  <atsushi@ximian.com>
40
41         * DataReferenceTest.cs : new test.
42
43 2005-09-27  Sebastien Pouliot  <sebastien@ximian.com>
44
45         * KeyInfoX509DataTest.cs: Fixed tests case for 2.0 RC.
46         * XmlDsigXPathTransformTest.cs: Fixed tests case for 2.0 RC.
47
48 2005-05-31  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * XmlDsigC14NWithCommentsTransformTest.cs : added File.Delete()
51           sanity check on CleanUp().
52
53 2005-05-05  Sebastien Pouliot  <sebastien@ximian.com>
54
55         * ReferenceTest.cs: Changed AddAllTransforms from Ignored to category
56         NotDotNet as the test seems to fail only under NUnit.
57
58 2005-05-04  Sebastien Pouliot  <sebastien@ximian.com>
59
60         * AssertCrypto.cs: Added method to compare somewhat different but ok 
61         XML fragments (when the xmlns for xmldsig is on a different element).
62         * KeyInfoTest.cs, KeyInfoRetrievalMethodTest.cs, ReferenceTest.cs,
63         SignedInfoTest.cs, SignatureTest.cs, SignedXmlTest.cs, 
64         XmlDsigC14NTransformTest.cs, XmlDsigC14NWithCommentsTransformTest.cs,
65         XmlDsigXPathTransformTest.cs: Make all tests works under Fx 2.0 beta 2
66
67 2005-05-02  Sebastien Pouliot  <sebastien@ximian.com>
68
69         * SignedXmlTest.cs: AddObject and AddReference now throws 
70         ArgumentNullException in 2.0.
71         * XmlDsigC14NWithCommentsTransformTest.cs: InputType was fixed in 2.0.
72         * XmlDsigC14NTransformTest.cs: InputType was fixed in 2.0.
73         * XmlDsigXsltTransformTest.cs: Fixed tests for 2.0, InputType, Empty 
74         XSLT and invalid XSLT (new exception).
75
76 2005-04-28  Sebastien Pouliot  <sebastien@ximian.com>
77
78         * XmlDsigXPathTransformTest.cs: Marked FunctionHereObsolete (ignored)
79         and LoadInputAsXmlNodeList (failure) as [Category("NotWorking")] as 
80         they both pass under MS 1.x runtime (for bad and/or good reasons).
81
82 2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>
83
84         * KeyInfoX509DataTest.cs: Added new unit tests for NET_1_1 and updated
85         tests to work on NET_2_0.
86
87 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
88
89         * XmlDsigC14NTransformTest.cs :
90           Reverted last change in LoadInputAsXmlNodeList2(). It is MS bug.
91           It now handles Load() behavioral difference between Stream and
92           XmlDocument as expected.
93
94 2005-02-27  Nick Drochak  <ndrochak@ieee.org>
95
96         * XmlDsigXsltTransformTest.cs:
97         * XmlDsigC14NTransformTest.cs: Make tests pass on MS.NET 1.1.
98
99 2004-06-06  Atsushi Enomoto  <atsushi@ximian.com>
100
101         * XmlDsigXsltTransformTest.cs : Fixed EmbeddedStylesheet() that missed
102           xmlns:xsl declaration.
103
104 2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>
105
106         * KeyInfoTest.cs: SetUp is now public (required for new nunit).
107         * ReferenceTest.cs: SetUp is now public (required for new nunit).
108
109 2004-05-14  Atsushi Enomoto  <atsushi@ximian.com>
110
111         * XmlDsigC14NTransform.cs : Reverted Ingore attribute that does not
112           seem like incorrect test.
113
114 2004-05-05  Atsushi Enomoto  <atsushi@ximian.com>
115
116         * XmlDsigBase64Transform.cs : LoadInputAsXmlNodeList() is testable.
117         * XmlDsigC14NTransformTest.cs : Ignore LoadInputAsXmlNodeList(); that
118           test premises incorrect namespace handling.
119         * XmlDsigXPathTransformTest.cs : Removed some FIXMEs (counting node
120           will give more expected results),
121           plus some noise on FunctionHereObsolete().
122
123 2004-03-26  Atsushi Enomoto  <atsushi@ximian.com>
124
125         * Added XmlDsigEnvelopedSignatureTransformTest.cs.
126         * SignedXmlTest.cs : Added some KeyInfo and error handling repro.
127
128 2004-03-24  Atsushi Enomoto  <atsushi@ximian.com>
129
130         * ReferenceTest.cs : Test for keeping document object identity.
131         * XmlDsigC14NTransformTest.cs : Fixed LoadInputAsXmlNodeList(). Here,
132           passed XmlNodeList means filtered (e.g. XPath) nodes, which might
133           contain parent and children as each node in the list.
134           Added LoadInputAsXmlNodeList2(), which fails in the meantime.
135
136 2004-03-23  Atsushi Enomoto  <atsushi@ximian.com>
137
138         * SignedInfoTest.cs : assure the owner document object equality /
139           inequality with related to LoadXml() and setting properties.
140
141 2004-03-23  Atsushi Enomoto  <atsushi@ximian.com>
142
143         * DataObjectTest.cs : assure that owner document object is different
144           after setting properties.
145
146 2004-03-20  Sebastien Pouliot  <sebastien@ximian.com>
147
148         * SignedXmlTest.cs: Renamed GetPublicKey to PublicGetPublicKey to
149         remove warning.
150
151 2004-03-19  Sebastien Pouliot  <sebastien@ximian.com>
152
153         * SignedXmlTest.cs: Completed unit tests as many methods were not 
154         tested at all previously.
155
156 2004-03-15  Sebastien Pouliot  <sebastien@ximian.com>
157
158         * SignedXmlTest.cs: Added null test for LoadXml.
159
160 2004-03-14  Atsushi Enomoto  <atsushi@ximian.com>
161
162         * XmlDsigXPathTransformTest.cs : added TransformSimple() and
163           FunctionHere() [commented].
164
165 2004-03-13  Atsushi Enomoto  <atsushi@ximian.com>
166
167         * XmlDsigC14NWithCommentsTransformTest,cs : world.txt causes FileShare
168           Win32Error so it should be added only when it does not exist.
169         * XmlDsigXsltTransformTest.cs : embedded stylesheet should have
170           version attribute. EmbeddedStylesheet() should also load input doc.
171
172 2004-03-12  Sebastien Pouliot  <sebastien@ximian.com>
173
174         * XmlDsigC14NTransformTest.cs: Fixed missing files error under MS.NET.
175         * XmlDsigC14NWithCommentsTransformTest.cs: Fixed missing files error
176         under MS.NET.
177
178 2004-03-11  Atsushi Enomoto  <atsushi@ximian.com>
179
180         * XmlDsigC14NTransformTest.cs : Stream2String() should consider utf-8
181           escaping (i.e. it must be the same as with-comments test).
182           Enabled example6 (encoding test).
183         * XmlDsigXsltTransformTest.cs :
184           GetXslDoc() now works (xmlns for dsig was missing).
185           Added EmptyXslt(), EmbeddedStylesheet() and InvalidXslt().
186           Activated ignored LoadInputAsXXX() and Load2() by supplying xsl.
187
188 2004-03-04  Atsushi Enomoto  <atsushi@ximian.com>
189
190         * SignatureTest.cs : added some malformed xml tests.
191
192 2004-02-14  Atsushi Enomoto  <atsushi@ximian.com>
193
194         * XmlDsigC14NTransformTest.cs,
195           XmlDsigC14NWithCommentsTransformTest.cs:
196           uncommented some code blocks which should be tested.
197
198 2004-02-11  Sebastien Pouliot  <sebastien@ximian.com>
199
200         * KeyInfoTest.cs: Corrected the xmlRSA XML string.
201         * ReferenceTest.cs: Tests fixed if XML is different (but equivalent)
202         to MS implementation.
203         * SignatureTest.cs: Tests fixed if XML is different (but equivalent) 
204         to MS implementation.
205         * XmlDsigBase64TransformTest.cs: New UnprotectedGetInnerXml class to get
206         results from the protected GetInnerXml. No more convertion to arrays.
207         * XmlDsigC14NTransformTest.cs: New UnprotectedGetInnerXml class to get
208         results from the protected GetInnerXml. Fixed input/output typo. Tests
209         fixed if XML is different (but equivalent) to MS implementation.
210         * XmlDsigC14NWithCommentsTransformTest.cs: New UnprotectedGetInnerXml 
211         class to get results from the protected GetInnerXml. Fixed input/output
212         typo.
213         * XmlDsigXPathTransformTest.cs: New. Unit tests XmlDsigXPathTransform.
214         * XmlDsigXsltTransformTest.cs: New UnprotectedGetInnerXml class to get 
215         results from the protected GetInnerXml. Fixed input/output typo.
216
217 2003-12-14  Sebastien Pouliot  <spouliot@videotron.ca>
218
219         * SignedXmlTest.cs: Added a new unit test to verify both bugs (no
220         key assigned on verification and GetElementId) found when fixing 
221         #52084.
222
223 2003-07-28  Sebastien Pouliot  <spouliot@videotron.ca>
224
225         * XmlDsigC14NTransformTest.cs: Corrected test for .NET 1.1 (that was a 
226         bug in .NET 1.0). There are no more unit test failures on Windows.
227
228 2003-07-27  Sebastien Pouliot  <spouliot@videotron.ca>
229
230         * KeyInfoTest.cs: Added #if NET_1_0 for the RetrievalMethod bug.
231
232 2003-07-24  Sebastien Pouliot  <spouliot@videotron.ca>
233
234         * XmlDsigC14NTransformTest.cs: New tests from Aleksey Sanin.
235         * XmlDsigC14NWithCommentsTransformTest.cs: New tests from
236         Aleksey Sanin.
237
238 2003-06-02  Sebastien Pouliot  <spouliot@videotron.ca>
239
240         * KeyInfoRetrievalMethodTest.cs: Changed RetrievalElement to
241         RetrievalMethod to match W3C specification and framework 1.1.
242
243 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
244         * Tests inherits from Assertion and Assertion. prefix is removed
245
246 2003-03-03  Sebastien Pouliot  <spouliot@videotron.ca>
247
248         * XmlDsigBase64TransformTest.cs: Simplified some parts when fixing
249         XPath test.
250
251 2003-03-02  Sebastien Pouliot  <spouliot@videotron.ca>
252
253         * KeyInfoNameTest.cs: Better naming.
254         * KeyInfoRetrievalMethodTest.cs: Splitted a test.
255
256 2003-02-19  Sebastien Pouliot  <spouliot@videotron.ca>
257
258         * All: Updated tests for NUnit2. Some big tests where splited in 
259         smaller ones.
260         * XmlDsigC14NTransformTest.cs: New, but almost empty, test suite.
261         * XmlDsigC14NWithCommentsTransformTest.cs: New, but almost empty, 
262         test suite.
263
264 2002-11-28  Sebastien Pouliot  <spouliot@videotron.ca>
265
266         * AllTests.cs: Added missing test suites.
267
268 2002-11-20  Sebastien Pouliot  <spouliot@videotron.ca>
269
270         * AllTests.cs: New. Added suites for very listed files.
271         * DataObjectTest.cs: New. Test suite for DataObject.
272         * DSAKeyValueTest.cs: New. Test suite for DSAKeyValue.
273         * KeyInfoNameTest.cs: New. Test suite for KeyInfoName.
274         * KeyInfoNodeTest.cs: New. Test suite for KeyInfoNode.
275         * KeyInfoRetrievalMethodTest.cs: New. Test suite for DSAKeyValue.
276         * KeyInfoTest.cs: New. Test suite for KeyInfo.
277         * KeyInfoX509DataTest.cs: New. Test suite for KeyInfoX509Data.
278         * ReferenceTest.cs: New. Incomplete test suite for Reference.
279         * RSAKeyValueTest.cs: New. Test suite for RSAKeyValue.
280         * SignatureTest.cs: New. Partial test suite for Signature.
281         * SignedInfoTest.cs: New. Partial test suite for SignedInfo.
282         * SignedXmlTest.cs: New. Partial test suite for SignedXml.
283         * TransformChainTest.cs: New. Test suite for TransformChain.
284         * XmlDsigBase64TransformTest.cs: New. Partial test suite for 
285         XmlDsigBase64Transform
286         * XmlDsigXsltTransformTest.cs: New. Partial test suite for 
287         XmlDsigXsltTransform.