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