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