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