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