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