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