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