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