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