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