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