2004-02-11 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / Test / ChangeLog
1 2004-02-11  Atsushi Enomoto <atsushi@ximian.com>
2
3         * MonoMicro.Test.csproj : updated.
4
5 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
6
7         * System.XML_linux_test.args: added XPathNavigatorCommonTests.cs.
8
9 2003-06-30  Zoltan Varga  <vargaz@freemail.hu>
10
11         * System.XML_linux_test.args: Get rid of CRLFs which break the
12         linux build.
13
14 2003-06-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
15
16         * System.XML_linux_test.args: added XmlUrlResolverTests.cs.
17         * makefile.gnu: added reference to System.dll.
18
19 2003-05-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
20
21         * System.XML_linux_test.args : added XmlConvertTests.cs
22
23 2003-04-14  Nick Drochak  <ndrochak@gol.com>
24
25         * makefile.gnu: library location has changed.
26
27 2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
28
29         * more removed testcases from here.
30
31 2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
32
33         * removed testcases from here.
34
35 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
36
37         * moved testcases into each namespace-named directories.
38           fixed System.XML_linux_test.args and MonoMicro.test.csproj
39           along with it.
40         * added XmlFiles directory for test xml files.
41
42 2003-03-23  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
43
44         * added XmlReaderCommonTests.cs which is mostly copied from
45           XmlTextReaderTests and XmlNodeReaderTests. These tests are removed
46           from each files.
47
48 2003-03-22  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
49
50         * XPathNavigatorTests.cs : added DocumentWithXmlDeclaration() 
51           for bugzilla #36672.
52
53 2003-03-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
54
55         * XmlNodeListTests.cs : added ReturnNullWhenIndexIsOutOfRange() for 
56           bugzilla #39920.
57
58 2003-03-15  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
59
60         * XmlTextWriterTests.cs : fixed AttributeWriteAttributeString() in
61           related to MS bugs. "\r\n" are replaced with Environment.NewLine.
62
63 2003-03-13  Martin Willemoes Hansen <mwh@sysrq.dk>
64         * Removed AllTests.cs and TheTests.cs
65         * NUnit20ified NameTableTests.cs, SelectNodesTests.cs,
66           XmlAttributeCollectionTests.cs, XmlAttributeTests.cs,
67           XmlCDataSectionTests.cs, XmlCharacterDataTests.cs,
68           XmlCommentTests.cs, XmlDeclarationTests.cs,
69           XmlDocumentFragmentTests.cs, XmlDocumentTests.cs,
70           XmlDocumentTypeTests.cs, XmlElementTests.cs,
71           XmlEntityReferenceTests.cs, XmlNamespaceManagerTests.cs,
72           XmlNodeListTests.cs, XmlNodeReaderTests.cs,
73           XmlNodeTests.cs, XmlProcessingInstructionTests.cs,
74           XmlSignificantWhitespaceTests.cs, XmlTextReaderTests.cs,
75           XmlTextTests.cs, XmlTextWriterTests.cs,
76           XmlWhiteSpaceTests.cs, XmlWriterTests.cs,
77           XPathNavigatorEvaluateTests.cs, XPathNavigatorMatchesTests.cs,
78           XPathNavigatorTests.cs, makefile.gnu, System.XML_linux_test.args 
79         * Commited Atsushi Eno changes to System.XML_test.build
80         
81 2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
82
83         * XmlDocumentTests.cs: added TestLoadExternalUri
84         * XmlTextReaderTests.cs: added TestAttributeWithEntityReference
85
86 2003-02-09  Piers Haken <piersh@friskit.com>
87
88         * SelectNodesTests.cs: added TestNamespaceSelect (from Jerome Laban)
89
90 2003-02-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
91
92         * XmlTextReaderTests.cs : added TestQuoteChar.
93
94 2003-01-26  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
95
96         * XmlNodeTests.cs : added TestReplaceChild.
97         * XmlNodeReaderTests.cs : modified TestReadString more complex.
98         * XmlNamespaceManagerTests.cs : added TestLookupPrefix.
99         * XmlTextTests.cs : added TestSplitText.
100
101 2003-01-22  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
102
103         *  added recent tests below to System.XML_linux_test.args
104
105 2003-01-21  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
106
107         *  added XmlNodeReaderTests.cs file and added it to AllTests.cs
108
109 2003-01-19  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
110
111         * XmlElementTests.cs : added TestWriteToDefaultNamespace test.
112         * XmlNodeTests.cs : added TestGetPrefixOfNamespace test.
113
114 2003-01-18  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
115
116         * added XmlWriterTests.cs file and added it to AllTests.cs
117
118 2003-01-13  Nick Drochak  <ndrochak@gol.com>
119
120         * XmlNodeTests.cs: MS.NET doesn't throw an exception here.
121
122 2003-01-11  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
123
124         * XmlElementTests.cs : added TestInnerTextAndEvent test.
125           (and many coding style fix.)
126         * XmlTextReaderTests.cs : tiny argument order fix for TestAttributeWithEntityReference test.
127
128 2003-01-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
129
130         * XmlDocumentTests.cs : test for attribute value bugfix.
131
132 2003-01-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
133
134         * XmlTextReaderTests.cs : test for attribute value bugfix.
135
136 2003-01-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
137
138         * SelectNodesTests.cs : added TestAlphabetDigitMixedName.
139
140 2002-12-28  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
141
142         * XmlDocumentTests.cs : Test for bugzilla #34743 (whitespace handling)
143
144 2002-12-28  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
145
146         * XmlDocumentTests.cs : Test for bugzilla #35308 (default ns output)
147         * XmlElementTests.cs : Test for output of attributes with different NS.
148
149 2002-12-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
150
151         * XmlDocumentTests.cs, XmlWhitespaceTests.cs:
152                 fixed whitespace handling (in relation to Ville's patch).
153
154 2002-12-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
155
156         * XmlTextWriterTests.cs (TestAttributeNamespacesXmlnsXmlns):
157                 fixed bug in the testcase (in relation to JD Conley's patch).
158
159 2002-12-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
160
161         * XmlDeclarationTests.cs (TestValueProperty):
162                 applied patch by David Sheldon
163
164 2002-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
165
166         * AllTests.cs : added XmlEntityReferenceTests
167         * XmlDocumentTests.cs : TestCloneNode, TestDocumentWithDoctypeDecl
168         * XmlDocumentFragmentTests.cs : TestSetInnerXml
169         * XmlEntityReferenceTests.cs : created
170         * XmlTextWriterTests.cs : TestWriteAttributes() bugfix (reusing ctx)
171         * XmlNodeTests.cs : bugfix TestInsertAfter(when refChild = null),
172                 added TestPrependChild
173
174 2002-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
175
176         * XmlAttributeTests.cs : TestSetInnerAndOuterXml
177         * XmlSignificantWhitespaceTests.cs : TestDataAndValue
178
179 2002-11-03  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
180
181         * XmlAttributeCollectionTests.cs : TestSetNamedItem,
182                 TestInsertBeforeAfterPrepend, TestRemove
183         * XmlElementTests.cs : TestWriteToWithDeletedNamespacePrefix,
184                 TestRemoveAttribute()
185         * XmlDocumentFragmentTests.cs : TestGetInnerXml
186
187 2002-10-29  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
188
189         * XmlElementTests.cs : added an Assert InnerXml with element content.
190         * XmlNodeTests.cs : TestInsertBefore() and TestInsertAfter()
191
192 2002-10-28  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
193
194         * added XmlDocumentFragmentTests.cs
195           (including AllTests.cs and System.XML_linux_test.args)
196         * XmlDocumentTests.cs: added test of XMLDeclaration to TestImportNode()
197         * XmlElementTests.cs: added check removing children of InnerXml
198
199 2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
200
201         * System.XML_linux_test.args: added XPathNavigatorEvaluateTests.cs
202         * makefile.gnu: pass MONO_PATH when running the tests.
203
204 2002-10-24  Nick Drochak  <ndrochak@gol.com>
205
206         * System.XML_test.build: remove legacy build of a standalone exe of the
207         unit tests
208         * XmlDocumentTests.cs: Cannot use a URI with Load().
209
210 2002-10-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
211
212         * XmlTextReaderTests.cs: fixed TestEntityReferenceInsideText.
213
214 2002-10-22  Nick Drochak  <ndrochak@gol.com>
215
216         * XmlTextWriterTests.cs: Null is ok when prefix is "xmlns".
217
218 2002-10-21  Duncan Mak  <duncan@ximian.com>
219
220         * XmlTextReaderTests.cs:
221         * XmlElementTests.cs:
222         * XmlDocumentTests.cs: Patches from Atsushi Enomoto
223         <ginga@kit.hi-ho.ne.jp>.
224
225 2002-10-18  Duncan Mak  <duncan@ximian.com>
226
227         * XmlDocumentTests.cs: Apply a patch from Atsushi Enomoto
228         <ginga@kit.hi-ho.ne.jp>.
229
230 2002-09-29  Nick Drochak  <ndrochak@gol.com>
231
232         * XmlTextReaderTest.cs (AssertEndDocument): Add messages for Asserts()
233         so we can tell where this is failing.
234
235 2002-09-19  Matt Hunter <mahunter@tconl.com>
236
237         * XmlElementTests.cs: Test for SetAttributeNode(localName, namespaceURI) added.
238         * XmlAttributeCollectionTests.cs: added TestAppend().
239
240 2002-09-17  Kral Ferch <kral_ferch@hotmail.com>
241
242         * XPathNavigatorEvaluateTests.cs: Tests for string(), concat(),
243         starts-with(), and contains().
244         
245 2002-09-12  Piers Haken <piersh@friskit.com>
246
247         * XPathNavigatorEvaluateTests.cs: enable string() tests.
248
249 2002-09-12  Piers Haken <piersh@friskit.com>
250
251         * XPathNavigatorEvaluateTests.cs: enable last() & count() tests.
252
253 2002-09-11  Kral Ferch <kral_ferch@hotmail.com>
254
255         * XPathNavigatorEvaluateTests.cs:  Added tests for
256         local-name, namespace-uri, and string.
257
258 2002-09-11  Kral Ferch <kral_ferch@hotmail.com>
259
260         * Added XPathNavigatorEvaluateTests.cs file to 
261         the MonoMicro.Test project.
262
263         * XPathNavigatorEvaluateTests.cs: New file. 
264
265         * AllTests.cs: Added XPathNavigatorEvaluateTests suite.
266
267         * XmlDocumentTests: Added space between namespace decls in
268         TestGetElementsByTagNameUsingNameSpace.  Was causing error
269         when testing against Microsoft assembly.
270         
271         * XmlElementTests: Added space between namespace decls in
272         TestGetElementsByTagNameUsingNameSpace.  Was causing error
273         when testing against Microsoft assembly.
274
275 2002-09-06  Kral Ferch <kral_ferch@hotmail.com>
276
277         * Added XPathNavigatorMatchesTests.cs file to 
278         the MonoMicro.Test project.
279         
280 2002-08-22  Jason Diamond <jason@injektilo.org>
281
282         * AllTests.cs, System.XML_linux_test.args, 
283         XmlAttributeCollectionTests.cs,XmlElementTests.cs: Added test for 
284         RemoveAll and RemoveAllAttributes courtesy of Matt Hunter
285         <xrkune@tconl.com>.
286
287 2002-08-22  Jason Diamond <jason@injektilo.org>
288
289         * XmlElementTests.cs: Correction to previous GetElementsByTagName
290         patch courtesy of Matt Hunter <xrkune@tconl.com>.
291
292 2002-08-22  Jason Diamond <jason@injektilo.org>
293
294         * XmlDocumentTests.cs, XmlElementTests.cs: Added tests for 
295         namespace qualified GetElementsByTagName courtesy of Matt Hunter 
296         <xrkune@tconl.com>.
297
298 2002-08-19  Jason Diamond <jason@injektilo.org>
299
300         * XmlDocumentTests.cs, XmlElementTests.cs: Added tests for 
301         GetElementsByTagName courtesy of Matt Hunter <xrkune@tconl.com>.
302
303 2002-08-17  Jason Diamond  <jason@injektilo.org>
304
305         * XPathNavigatorMatchesTests.cs: Added tests for absolute patterns
306         and patterns with predicates.
307
308 2002-08-17  Jason Diamond  <jason@injektilo.org>
309
310         * AllTests.cs: Added XPathNavigatorMatchesTests suite.
311
312         * XPathNavigatorMatchesTests.cs: Added.
313
314 2002-08-16  Jason Diamond  <jason@injektilo.org>
315
316         * XmlElementTests.cs: Added test for OuterXml (and WriteTo) for
317         qualified elements.
318
319 2002-08-16  Jason Diamond  <jason@injektilo.org>
320
321         * makefile.gnu: Added SOURCES_INCLUDE and SOURCES_EXCLUDE variables
322         to get tests to build with the new build system.
323
324 2002-08-10  Jason Diamond  <jason@injektilo.org>
325
326         * makefile.gnu: Use relative path to NUnitConsole_mono.exe instead of
327         hardcoding it to /usr/local/bin. Default test suite to AllTests but
328         allow it to be overridden from the command line.
329
330         * XmlTextWriterTests.cs: Split TestWriteString into multiple tests.
331         Added encoding parameters to all the StreamReaders in
332         TestBaseConstructorsAndBaseStream. I think this is a bug in Mono's
333         StreamReader since these aren't required when testing against
334         Microsoft's.
335
336 2002-08-08  Jason Diamond  <jason@injektilo.org>
337
338         * System.XML_linux_test.args: Added Kral's new test classes.
339
340 2002-08-07  Kral Ferch <kral_ferch@hotmail.com>
341
342         * XmlCharacterDataTests.cs:  New file.
343         
344         * XmlNodeTests.cs:  New file.
345         
346         * AllTests.cs:  Added XmlCharacterDataTests and XmlNodeTests.
347         
348         * XmlDocumentTests.cs:  Added tests for NodeChanging, NodeChanged,
349                 NodeInserting, NodeInserted, NodeRemoving, and NodeRemoved events.
350                 
351 2002-08-03  Jason Diamond  <jason@injektilo.org>
352
353         * makefile.gnu: Added.
354
355         * System.XML_linux_test.args: Added.
356
357 2002-07-12  Piers Haken <piersh@friskit.com
358
359         * SelectNodesTests.cs: Added TestUnion (bug #27548)
360
361 2002-07-11  Jason Diamond  <jason@injektilo.org>
362
363         * SelectNodesTests.cs: Added.
364
365         * AllTests.cs: Added SelectNodesTests to suite.
366
367 2002-07-11  Piers Haken <piersh@friskit.com>
368
369         * XmlElementTests.cs: added TestCreateElement3WithNullNamespace
370
371 2002-06-24  Jason Diamond  <jason@injektilo.org>
372
373         * XPathScannerTests.cs: Removed.
374
375         * System.XML_test.build: Removed tests for XPathScanner.
376
377 2002-05-27  Jason Diamond  <jason@injektilo.org>
378
379         * XPathNavigatorTests.cs: Added file to directory.
380
381         * AllTests.cs: Added XPathNavigatorTests to suite.
382
383         * XmlTextReaderTests.cs: Added test to make sure attributes are ordered
384         like Microsoft's parser does it.
385
386 2002-05-05  Nick Drochak  <ndrochak@gol.com>
387
388         * ChangeLog: Update build file to run correct class in the test dll.
389
390 2002-05-05  Nick Drochak  <ndrochak@gol.com>
391
392         * AllTests.cs 
393         * NameTableTests.cs 
394         * TheTests.cs 
395         * XPathScannerTests.cs
396         * XmlAttributeTests.cs 
397         * XmlCDataSectionTests.cs
398         * XmlCommentTests.cs 
399         * XmlDeclarationTests.cs 
400         * XmlDocumentTests.cs
401         * XmlDocumentTypeTests.cs 
402         * XmlElementTests.cs
403         * XmlNamespaceManagerTests.cs 
404         * XmlNodeListTests.cs
405         * XmlProcessingInstructionTests.cs
406         * XmlSignificantWhitespaceTests.cs 
407         * XmlTextReaderTests.cs
408         * XmlTextTests.cs 
409         * XmlTextWriterTests.cs 
410         * XmlWhiteSpaceTests.cs: Use same namespace style as corlib tests.
411         Changed Ximian.Mono.Tests to MonoTests.System.Xml
412
413 2002-04-08  Kral Ferch  <kral_ferch@hotmail.com>
414
415         * AllTests.cs: added XmlProcessingInstructionTests and XmlTextTests.
416         
417         * MonoMicro.Test.csproj: Added XmlProcessingInstructionTests.cs and
418         XmlTextTests.cs.
419         
420         * XmlAttributeTests.cs: Added TestAttributeInnerAndOuterXml.
421         
422         * XmlCDataSectionTests.cs: Added TestXmlCDataSectionInnerAndOuterXml.
423         
424         * XmlCommentTests.cs: Added TestXmlCommentInnerAndOuterXml.
425         
426         * XmlDeclarationTests.cs: Added TestInnerAndOuterXml.
427         
428         * XmlDocumentTests.cs: Added TestInnerAndOuterXml.
429         
430         * XmlElementTests.cs: Added TestInnerAndOuterXml.
431         
432         * XmlProcessingInstructionTests.cs: Initial check-in.
433         
434         * XmlSignificantWhitespaceTests.cs: Added TestInnerAndOuterXml.
435         
436         * XmlTextTests.cs: Initial check-in.
437         
438         * XmlTextWriterTests.cs: Added TestWriteRaw, TestWriteRawInvalidInAttribute,
439         and TestXmlSpaceRaw.
440         
441         * XmlWhiteSpacesTests.cs: Added TestInnerAndOuterXml.
442
443 2002-04-05  Kral Ferch  <kral_ferch@hotmail.com>
444
445         * XmlDocumentTests.cs: CreateNode tests.
446
447 2002-04-01  Kral Ferch  <kral_ferch@hotmail.com>
448
449         * XmlTextWriterTests.cs: Tests for WriteEndDocument and WriteFullEndElement.
450         
451 2002-03-31  Kral Ferch <kral_ferch@hotmail.com>
452
453         * XmlTextWriterTests.cs: Tests for LookupPrefix, WriteBase64,
454         and WriteCharEntity.
455
456 2002-03-31  Kral Ferch <kral_ferch@hotmail.com>
457
458         * XmlTextWriterTests.cs: Finished XmlLang, XmlSpace, and
459         Attribute namespace declaration tests.
460         
461 2002-03-29  Kral Ferch <kral_ferch@hotmail.com>
462
463         * XmlTextWriterTests.cs: XmlLang and XmlSpace tests.
464         
465 2002-03-29  Kral Ferch <kral_ferch@hotmail.com>
466
467         * XmlTextWriterTests.cs: Working on Attributes.
468         
469 2002-03-28  Duncan Mak  <duncan@ximian.com>
470
471         * XmlDeclarationTests.cs (TestConstructor): 
472         * XmlDocumentTypeTests.cs (TestAppendChild): 
473         * XmlSignificantWhitespaceTests.cs (TestXmlWhitespaceConstructor): 
474         * XmlWhiteSpaceTests.cs (TestXmlWhitespaceConstructor): Fixed the
475         test for catching Exceptions.
476
477 2002-03-26  Jason Diamond  <jason@injektilo.org>
478
479         * AllTests.cs:
480         * Mono.Test.csproj: Removed XPathScanner tests.
481
482         * System.XML_test.build: Test XPathScanner separately.
483
484 2002-03-26  Duncan Mak  <duncan@ximian.com>
485
486         * AllTests.cs: 
487         * Microsoft.Test.csproj: 
488         * Mono.Test.csproj: Updated to include new test,
489         XmlDocumentTypeTests.
490
491         * XmlDocumentTypeTests.cs: New testsuite for XmlDocumentType class.
492
493         * XmlCommentTests.cs (TestXmlNodeBaseProperties): Move the
494         XmlNode.Value test in here.
495
496 2002-03-26  Jason Diamond  <jason@injektilo.org>
497
498         * XPathScannerTests.cs: More location path tests.
499
500 2002-03-25  Jason Diamond  <jason@injektilo.org>
501
502         * AllTests.cs: 
503         * Microsoft.Test.csproj: 
504         * Mono.Test.csproj: Updated to include new test, XmlScannerTests.
505
506         * XPathScannerTests.cs: Added new tests for XPathScanner class.
507
508 2002-03-25  Duncan Mak  <duncan@ximian.com>
509
510         * AllTests.cs: 
511         * Microsoft.Test.csproj: 
512         * Mono.Test.csproj: Updated to include new test,
513         XmlDeclarationTests.
514
515         * XmlDeclarationTests.cs: Added new test for XmlDeclaration class.
516
517 2002-03-23  Kral Ferch <kral_ferch@hotmail.com>
518
519         * XmlTextWriterTests.cs: Tests for BaseStream,
520         Namespaces = false, and WriteState.
521
522 2002-03-23  Kral Ferch <kral_ferch@hotmail.com>
523
524         * XmlTextWriterTests.cs: constructor tests with
525         different encodings to test that encoding gets suppressed
526         on xml declaration when null stream passed to constructor.
527         WriteStartDocument(standalone) tests.  Tests for formatting
528         and indentation.  Test for invalid value set on QuoteChar.
529
530 2002-03-22  Duncan Mak  <duncan@ximian.com>
531
532         * AllTests.cs: 
533         * Microsoft.Test.csproj: 
534         * Mono.Test.csproj: Updated to include new files.
535
536         * XmlCDataSectionTests.cs: Added to CVS.
537
538         * XmlCommentTests.cs: Added to CVS. hanks to Kral for helping me
539         setup a testing environment on VS.NET.
540
541         * XmlElementTests.cs: Reformatted.
542         (TestCloneNode): Added.
543
544         * XmlSignificantWhitespaceTests.cs: Added to CVS.
545
546         * XmlWhiteSpaceTests.cs: Added to CVS.
547                 
548 2002-03-21  Kral Ferch <kral_ferch@hotmail.com>
549
550         * XmlDocumentTests.cs: Tessts parent traversal up through
551         document itself until null.  Tests a removed elements next
552         sibling is null.
553         
554         * XmlNodeListTests.cs: Tests case where enumerator is on
555         a node that gets removed from list.
556         
557         * XmlTextWriterTests.cs: Keeping tests for WriteXXX after
558         writer is closed up to date as new WriteXXX methods are written.
559         TestDocumentStart and TestWriteEndElement.
560         
561 2002-03-19  Jason Diamond <jason@injektilo.org>
562
563         * XmlDocumentTests.cs: Added a test to check an element's names after 
564         loading.
565
566 2002-03-17  Kral Ferch <kral_ferch@hotmail.com>
567
568         * XmlDocumentTests.cs: Tests navigation to parents since
569         that was part of a document.Load() bug reported by Mike Kestner.
570         
571         * XmlTextWriterTests.cs: Tests for namespaces and prefixes.
572
573 2002-03-17  Kral Ferch <kral_ferch@hotmail.com>
574
575         * XmlDocumentTests.cs: TestOuterXml.
576         
577         * XmlTextWriterTests.cs: Tests for CData, Close, Comment, Element,
578         and ProcessingInstruction.
579
580 2002-03-17  Kral Ferch <kral_ferch@hotmail.com>
581
582         * XmlDocumentTests.cs: More LoadXml tests.
583         
584         * XmlTextWriterTests.cs: Test for invalid Processing Instructions.
585
586 2002-03-14  Kral Ferch <kral_ferch@hotmail.com>
587
588         * XmlTextWriterTests.cs:  Added tests TestCData and TestComment.
589         
590 2002-03-14  Kral Ferch <kral_ferch@hotmail.com>
591
592         * XmlTextWriterTests.cs:  Initial checkin.
593         
594 2002-03-12  Kral Ferch <kral_ferch@hotmail.com>
595
596         * XmlNodeListTests.cs: New tests: TestNodeTypesThatCantHaveChildren,
597         TestZeroChildren, TestOneChild, TestMultipleChildren,
598         TestAppendChildAffectOnEnumeration, TestRemoveChildAffectOnEnumeration,
599         TestRemoveOnlyChildAffectOnEnumeration, TestCurrentBeforeFirstNode,
600         TestCurrentAfterLastNode, TestCurrentDoesntMove, and TestReset.  Made
601         two other tests but not in use yet until RemoveAll is implemented for
602         attributes and XmlNode.ReplaceChild is implemented.  The tests are called
603         saveTestReplaceChildAffectOnEnumeration and saveTestRemoveAllAffectOnEnumeration.
604
605 2002-03-08  Jason Diamond <jason@injektilo.org>
606
607         * XmlTextReaderTests.cs: Test MoveToElement and MoveToFirstAttribute.
608
609 2002-03-08  Jason Diamond <jason@injektilo.org>
610
611         * XmlAttributeTests.cs: Test XmlAttribute child nodes.
612
613 2002-03-08  Kral Ferch <kral_ferch@hotmail.com>
614
615         * XmlNodeListTests.cs: New file.
616
617         * AllTests.cs: Added XmlNodeListTests.
618
619 2002/03/08  Nick Drochak <ndrochak@gol.com>
620
621         * System_test.build: Don't build test dll by default.  Only build
622         it when 'make test' is specified.
623
624 2002-03-06  Kral Ferch <kral_ferch@hotmail.com>
625
626         * XmlAttributeTests.cs: Fixed bug in TestHasChildNodes test.
627         
628         * XmlDocumentTests.cs: Started work on some tests for invalid data in
629         various nodes created by the document.
630
631 2002-03-02  Kral Ferch <kral_ferch@hotmail.com>
632
633         * XmlDocumentTests.cs: New tests TestLoadProcessingInstruction(),
634         TestLoadCDATA(), and TestLoadComment().
635
636 2002-03-02  Jason Diamond <jason@injektilo.org>
637
638         * XmlElementTests.cs: New file.
639
640         * AllTests.cs: Added XmlElementTests.
641
642 2002-03-02  Jason Diamond <jason@injektilo.org>
643
644         * XmlTextReaderTests.cs: Test MoveToNextAttribute().
645
646         * XmlDocumentTests.cs: Test loading document containing attributes
647         and text nodes.
648
649 2002-03-02  Mike Kestner <mkestner@speakeasy.net>
650
651         * XmlAttributeTests.cs : New test suite for attrs.
652         * AllTests.cs : Add the attr suite.
653
654 2002-03-02  Jason Diamond <jason@injektilo.org>
655
656         * XmlNamespaceManagerTests.cs: Make sure the XmlNamespaceManager 
657         is using its name table.
658
659         * NameTableTests.cs: Make sure NameTable is really returning the
660         same references.
661
662 2002-02-28  Jason Diamond <jason@injektilo.org>
663
664         * XmlDocumentTests.cs: Tests for XmlDocument.LoadXml courtesy of
665         Kral Ferch <kral.ferch@hotmail.com>.
666
667 2002-02-28  Jason Diamond <jason@injektilo.org>
668
669         * XmlTextReaderTests.cs: Test for XmlException when parse fail.
670
671 2002-02-27  Martin Baulig  <martin@gnome.org>
672
673         * System.XML_test.build: Build new executable RunTests.System.XML.exe
674         which you can use to run the tests on Linux.
675
676         * *.cs: Added zero-args constructors.
677
678 2002-02-26  Duncan Mak  <duncan@ximian.com>
679
680         * NameTableTests.cs: Test for System.Xml.NameTable.
681
682 2002-02-26  Jason Diamond <jason@injektilo.org>
683
684         * XmlTextReaderTests.cs: Test for namespace declarations as
685         attributes.
686
687         * XmlNamespaceManagerTests.cs: Use the newly implemented NameTable
688         when creating the XmlNamespaceManager. Properly test HasNamespace.
689
690 2002-02-25  Jason Diamond <jason@injektilo.org>
691
692         * XmlDocumentTests.cs: Added file.
693         
694 2002-02-23  Jason Diamond <jason@injektilo.org>
695
696         * XmlTextReaderTests.cs: Added tests for qualified attributes.
697         
698 2002-02-23  Jason Diamond <jason@injektilo.org>
699
700         * ChangeLog: Added change log to this directory.
701
702         * Test.cs: Renamed to XmlTextReaderTests.cs.
703
704         * XmlTextReaderTests.cs: Added tests for NamespaceURI property.
705
706         * XmlNamespaceManagerTests.cs: Initial tests.