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