0fbb63d007d7b5037c8b50c5d98403ac301fb2a1
[mono.git] / mcs / class / System.XML / Test / ChangeLog
1 2002-04-08  Kral Ferch  <kral_ferch@hotmail.com>
2
3         * AllTests.cs: added XmlProcessingInstructionTests and XmlTextTests.
4         
5         * MonoMicro.Test.csproj: Added XmlProcessingInstructionTests.cs and
6         XmlTextTests.cs.
7         
8         * XmlAttributeTests.cs: Added TestAttributeInnerAndOuterXml.
9         
10         * XmlCDataSectionTests.cs: Added TestXmlCDataSectionInnerAndOuterXml.
11         
12         * XmlCommentTests.cs: Added TestXmlCommentInnerAndOuterXml.
13         
14         * XmlDeclarationTests.cs: Added TestInnerAndOuterXml.
15         
16         * XmlDocumentTests.cs: Added TestInnerAndOuterXml.
17         
18         * XmlElementTests.cs: Added TestInnerAndOuterXml.
19         
20         * XmlProcessingInstructionTests.cs: Initial check-in.
21         
22         * XmlSignificantWhitespaceTests.cs: Added TestInnerAndOuterXml.
23         
24         * XmlTextTests.cs: Initial check-in.
25         
26         * XmlTextWriterTests.cs: Added TestWriteRaw, TestWriteRawInvalidInAttribute,
27         and TestXmlSpaceRaw.
28         
29         * XmlWhiteSpacesTests.cs: Added TestInnerAndOuterXml.
30
31 2002-04-05  Kral Ferch  <kral_ferch@hotmail.com>
32
33         * XmlDocumentTests.cs: CreateNode tests.
34
35 2002-04-01  Kral Ferch  <kral_ferch@hotmail.com>
36
37         * XmlTextWriterTests.cs: Tests for WriteEndDocument and WriteFullEndElement.
38         
39 2002-03-31  Kral Ferch <kral_ferch@hotmail.com>
40
41         * XmlTextWriterTests.cs: Tests for LookupPrefix, WriteBase64,
42         and WriteCharEntity.
43
44 2002-03-31  Kral Ferch <kral_ferch@hotmail.com>
45
46         * XmlTextWriterTests.cs: Finished XmlLang, XmlSpace, and
47         Attribute namespace declaration tests.
48         
49 2002-03-29  Kral Ferch <kral_ferch@hotmail.com>
50
51         * XmlTextWriterTests.cs: XmlLang and XmlSpace tests.
52         
53 2002-03-29  Kral Ferch <kral_ferch@hotmail.com>
54
55         * XmlTextWriterTests.cs: Working on Attributes.
56         
57 2002-03-28  Duncan Mak  <duncan@ximian.com>
58
59         * XmlDeclarationTests.cs (TestConstructor): 
60         * XmlDocumentTypeTests.cs (TestAppendChild): 
61         * XmlSignificantWhitespaceTests.cs (TestXmlWhitespaceConstructor): 
62         * XmlWhiteSpaceTests.cs (TestXmlWhitespaceConstructor): Fixed the
63         test for catching Exceptions.
64
65 2002-03-26  Jason Diamond  <jason@injektilo.org>
66
67         * AllTests.cs:
68         * Mono.Test.csproj: Removed XPathScanner tests.
69
70         * System.XML_test.build: Test XPathScanner separately.
71
72 2002-03-26  Duncan Mak  <duncan@ximian.com>
73
74         * AllTests.cs: 
75         * Microsoft.Test.csproj: 
76         * Mono.Test.csproj: Updated to include new test,
77         XmlDocumentTypeTests.
78
79         * XmlDocumentTypeTests.cs: New testsuite for XmlDocumentType class.
80
81         * XmlCommentTests.cs (TestXmlNodeBaseProperties): Move the
82         XmlNode.Value test in here.
83
84 2002-03-26  Jason Diamond  <jason@injektilo.org>
85
86         * XPathScannerTests.cs: More location path tests.
87
88 2002-03-25  Jason Diamond  <jason@injektilo.org>
89
90         * AllTests.cs: 
91         * Microsoft.Test.csproj: 
92         * Mono.Test.csproj: Updated to include new test, XmlScannerTests.
93
94         * XPathScannerTests.cs: Added new tests for XPathScanner class.
95
96 2002-03-25  Duncan Mak  <duncan@ximian.com>
97
98         * AllTests.cs: 
99         * Microsoft.Test.csproj: 
100         * Mono.Test.csproj: Updated to include new test,
101         XmlDeclarationTests.
102
103         * XmlDeclarationTests.cs: Added new test for XmlDeclaration class.
104
105 2002-03-23  Kral Ferch <kral_ferch@hotmail.com>
106
107         * XmlTextWriterTests.cs: Tests for BaseStream,
108         Namespaces = false, and WriteState.
109
110 2002-03-23  Kral Ferch <kral_ferch@hotmail.com>
111
112         * XmlTextWriterTests.cs: constructor tests with
113         different encodings to test that encoding gets suppressed
114         on xml declaration when null stream passed to constructor.
115         WriteStartDocument(standalone) tests.  Tests for formatting
116         and indentation.  Test for invalid value set on QuoteChar.
117
118 2002-03-22  Duncan Mak  <duncan@ximian.com>
119
120         * AllTests.cs: 
121         * Microsoft.Test.csproj: 
122         * Mono.Test.csproj: Updated to include new files.
123
124         * XmlCDataSectionTests.cs: Added to CVS.
125
126         * XmlCommentTests.cs: Added to CVS. hanks to Kral for helping me
127         setup a testing environment on VS.NET.
128
129         * XmlElementTests.cs: Reformatted.
130         (TestCloneNode): Added.
131
132         * XmlSignificantWhitespaceTests.cs: Added to CVS.
133
134         * XmlWhiteSpaceTests.cs: Added to CVS.
135                 
136 2002-03-21  Kral Ferch <kral_ferch@hotmail.com>
137
138         * XmlDocumentTests.cs: Tessts parent traversal up through
139         document itself until null.  Tests a removed elements next
140         sibling is null.
141         
142         * XmlNodeListTests.cs: Tests case where enumerator is on
143         a node that gets removed from list.
144         
145         * XmlTextWriterTests.cs: Keeping tests for WriteXXX after
146         writer is closed up to date as new WriteXXX methods are written.
147         TestDocumentStart and TestWriteEndElement.
148         
149 2002-03-19  Jason Diamond <jason@injektilo.org>
150
151         * XmlDocumentTests.cs: Added a test to check an element's names after 
152         loading.
153
154 2002-03-17  Kral Ferch <kral_ferch@hotmail.com>
155
156         * XmlDocumentTests.cs: Tests navigation to parents since
157         that was part of a document.Load() bug reported by Mike Kestner.
158         
159         * XmlTextWriterTests.cs: Tests for namespaces and prefixes.
160
161 2002-03-17  Kral Ferch <kral_ferch@hotmail.com>
162
163         * XmlDocumentTests.cs: TestOuterXml.
164         
165         * XmlTextWriterTests.cs: Tests for CData, Close, Comment, Element,
166         and ProcessingInstruction.
167
168 2002-03-17  Kral Ferch <kral_ferch@hotmail.com>
169
170         * XmlDocumentTests.cs: More LoadXml tests.
171         
172         * XmlTextWriterTests.cs: Test for invalid Processing Instructions.
173
174 2002-03-14  Kral Ferch <kral_ferch@hotmail.com>
175
176         * XmlTextWriterTests.cs:  Added tests TestCData and TestComment.
177         
178 2002-03-14  Kral Ferch <kral_ferch@hotmail.com>
179
180         * XmlTextWriterTests.cs:  Initial checkin.
181         
182 2002-03-12  Kral Ferch <kral_ferch@hotmail.com>
183
184         * XmlNodeListTests.cs: New tests: TestNodeTypesThatCantHaveChildren,
185         TestZeroChildren, TestOneChild, TestMultipleChildren,
186         TestAppendChildAffectOnEnumeration, TestRemoveChildAffectOnEnumeration,
187         TestRemoveOnlyChildAffectOnEnumeration, TestCurrentBeforeFirstNode,
188         TestCurrentAfterLastNode, TestCurrentDoesntMove, and TestReset.  Made
189         two other tests but not in use yet until RemoveAll is implemented for
190         attributes and XmlNode.ReplaceChild is implemented.  The tests are called
191         saveTestReplaceChildAffectOnEnumeration and saveTestRemoveAllAffectOnEnumeration.
192
193 2002-03-08  Jason Diamond <jason@injektilo.org>
194
195         * XmlTextReaderTests.cs: Test MoveToElement and MoveToFirstAttribute.
196
197 2002-03-08  Jason Diamond <jason@injektilo.org>
198
199         * XmlAttributeTests.cs: Test XmlAttribute child nodes.
200
201 2002-03-08  Kral Ferch <kral_ferch@hotmail.com>
202
203         * XmlNodeListTests.cs: New file.
204
205         * AllTests.cs: Added XmlNodeListTests.
206
207 2002/03/08  Nick Drochak <ndrochak@gol.com>
208
209         * System_test.build: Don't build test dll by default.  Only build
210         it when 'make test' is specified.
211
212 2002-03-06  Kral Ferch <kral_ferch@hotmail.com>
213
214         * XmlAttributeTests.cs: Fixed bug in TestHasChildNodes test.
215         
216         * XmlDocumentTests.cs: Started work on some tests for invalid data in
217         various nodes created by the document.
218
219 2002-03-02  Kral Ferch <kral_ferch@hotmail.com>
220
221         * XmlDocumentTests.cs: New tests TestLoadProcessingInstruction(),
222         TestLoadCDATA(), and TestLoadComment().
223
224 2002-03-02  Jason Diamond <jason@injektilo.org>
225
226         * XmlElementTests.cs: New file.
227
228         * AllTests.cs: Added XmlElementTests.
229
230 2002-03-02  Jason Diamond <jason@injektilo.org>
231
232         * XmlTextReaderTests.cs: Test MoveToNextAttribute().
233
234         * XmlDocumentTests.cs: Test loading document containing attributes
235         and text nodes.
236
237 2002-03-02  Mike Kestner <mkestner@speakeasy.net>
238
239         * XmlAttributeTests.cs : New test suite for attrs.
240         * AllTests.cs : Add the attr suite.
241
242 2002-03-02  Jason Diamond <jason@injektilo.org>
243
244         * XmlNamespaceManagerTests.cs: Make sure the XmlNamespaceManager 
245         is using its name table.
246
247         * NameTableTests.cs: Make sure NameTable is really returning the
248         same references.
249
250 2002-02-28  Jason Diamond <jason@injektilo.org>
251
252         * XmlDocumentTests.cs: Tests for XmlDocument.LoadXml courtesy of
253         Kral Ferch <kral.ferch@hotmail.com>.
254
255 2002-02-28  Jason Diamond <jason@injektilo.org>
256
257         * XmlTextReaderTests.cs: Test for XmlException when parse fail.
258
259 2002-02-27  Martin Baulig  <martin@gnome.org>
260
261         * System.XML_test.build: Build new executable RunTests.System.XML.exe
262         which you can use to run the tests on Linux.
263
264         * *.cs: Added zero-args constructors.
265
266 2002-02-26  Duncan Mak  <duncan@ximian.com>
267
268         * NameTableTests.cs: Test for System.Xml.NameTable.
269
270 2002-02-26  Jason Diamond <jason@injektilo.org>
271
272         * XmlTextReaderTests.cs: Test for namespace declarations as
273         attributes.
274
275         * XmlNamespaceManagerTests.cs: Use the newly implemented NameTable
276         when creating the XmlNamespaceManager. Properly test HasNamespace.
277
278 2002-02-25  Jason Diamond <jason@injektilo.org>
279
280         * XmlDocumentTests.cs: Added file.
281         
282 2002-02-23  Jason Diamond <jason@injektilo.org>
283
284         * XmlTextReaderTests.cs: Added tests for qualified attributes.
285         
286 2002-02-23  Jason Diamond <jason@injektilo.org>
287
288         * ChangeLog: Added change log to this directory.
289
290         * Test.cs: Renamed to XmlTextReaderTests.cs.
291
292         * XmlTextReaderTests.cs: Added tests for NamespaceURI property.
293
294         * XmlNamespaceManagerTests.cs: Initial tests.