File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 142,720 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,327; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (714 lines) | stat: -rw-r--r-- 22,123 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
2004-06-18  Atsushi Enomoto <atsushi@ximian.com>

	* MonoMicro.Test.csproj : updated.

2004-03-31  Atsushi Enomoto <atsushi@ximian.com>

	* removed System.XML_linux_test.args.

2004-02-11  Atsushi Enomoto <atsushi@ximian.com>

	* MonoMicro.Test.csproj : updated.

2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.XML_linux_test.args: added XPathNavigatorCommonTests.cs.

2003-06-30  Zoltan Varga  <vargaz@freemail.hu>

	* System.XML_linux_test.args: Get rid of CRLFs which break the
	linux build.

2003-06-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.XML_linux_test.args: added XmlUrlResolverTests.cs.
	* makefile.gnu: added reference to System.dll.

2003-05-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* System.XML_linux_test.args : added XmlConvertTests.cs

2003-04-14  Nick Drochak  <ndrochak@gol.com>

	* makefile.gnu: library location has changed.

2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* more removed testcases from here.

2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* removed testcases from here.

2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* moved testcases into each namespace-named directories.
	  fixed System.XML_linux_test.args and MonoMicro.test.csproj
	  along with it.
	* added XmlFiles directory for test xml files.

2003-03-23  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added XmlReaderCommonTests.cs which is mostly copied from
	  XmlTextReaderTests and XmlNodeReaderTests. These tests are removed
	  from each files.

2003-03-22  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XPathNavigatorTests.cs : added DocumentWithXmlDeclaration() 
	  for bugzilla #36672.

2003-03-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlNodeListTests.cs : added ReturnNullWhenIndexIsOutOfRange() for 
	  bugzilla #39920.

2003-03-15  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlTextWriterTests.cs : fixed AttributeWriteAttributeString() in
	  related to MS bugs. "\r\n" are replaced with Environment.NewLine.

2003-03-13  Martin Willemoes Hansen <mwh@sysrq.dk>
	* Removed AllTests.cs and TheTests.cs
	* NUnit20ified NameTableTests.cs, SelectNodesTests.cs,
          XmlAttributeCollectionTests.cs, XmlAttributeTests.cs,
          XmlCDataSectionTests.cs, XmlCharacterDataTests.cs,
          XmlCommentTests.cs, XmlDeclarationTests.cs,
          XmlDocumentFragmentTests.cs, XmlDocumentTests.cs,
          XmlDocumentTypeTests.cs, XmlElementTests.cs,
          XmlEntityReferenceTests.cs, XmlNamespaceManagerTests.cs,
          XmlNodeListTests.cs, XmlNodeReaderTests.cs,
          XmlNodeTests.cs, XmlProcessingInstructionTests.cs,
          XmlSignificantWhitespaceTests.cs, XmlTextReaderTests.cs,
          XmlTextTests.cs, XmlTextWriterTests.cs,
          XmlWhiteSpaceTests.cs, XmlWriterTests.cs,
          XPathNavigatorEvaluateTests.cs, XPathNavigatorMatchesTests.cs,
          XPathNavigatorTests.cs, makefile.gnu, System.XML_linux_test.args 
	* Commited Atsushi Eno changes to System.XML_test.build
	
2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlDocumentTests.cs: added TestLoadExternalUri
	* XmlTextReaderTests.cs: added TestAttributeWithEntityReference

2003-02-09  Piers Haken	<piersh@friskit.com>

	* SelectNodesTests.cs: added TestNamespaceSelect (from Jerome Laban)

2003-02-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlTextReaderTests.cs : added TestQuoteChar.

2003-01-26  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

	* XmlNodeTests.cs : added TestReplaceChild.
	* XmlNodeReaderTests.cs : modified TestReadString more complex.
	* XmlNamespaceManagerTests.cs : added TestLookupPrefix.
	* XmlTextTests.cs : added TestSplitText.

2003-01-22  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

	*  added recent tests below to System.XML_linux_test.args

2003-01-21  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

	*  added XmlNodeReaderTests.cs file and added it to AllTests.cs

2003-01-19  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

	* XmlElementTests.cs : added TestWriteToDefaultNamespace test.
	* XmlNodeTests.cs : added TestGetPrefixOfNamespace test.

2003-01-18  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

	* added XmlWriterTests.cs file and added it to AllTests.cs

2003-01-13  Nick Drochak  <ndrochak@gol.com>

	* XmlNodeTests.cs: MS.NET doesn't throw an exception here.

2003-01-11  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlElementTests.cs : added TestInnerTextAndEvent test.
	  (and many coding style fix.)
	* XmlTextReaderTests.cs : tiny argument order fix for TestAttributeWithEntityReference test.

2003-01-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlDocumentTests.cs : test for attribute value bugfix.

2003-01-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlTextReaderTests.cs : test for attribute value bugfix.

2003-01-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* SelectNodesTests.cs : added TestAlphabetDigitMixedName.

2002-12-28  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlDocumentTests.cs : Test for bugzilla #34743 (whitespace handling)

2002-12-28  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlDocumentTests.cs : Test for bugzilla #35308 (default ns output)
	* XmlElementTests.cs : Test for output of attributes with different NS.

2002-12-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlDocumentTests.cs, XmlWhitespaceTests.cs:
		fixed whitespace handling (in relation to Ville's patch).

2002-12-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlTextWriterTests.cs (TestAttributeNamespacesXmlnsXmlns):
		fixed bug in the testcase (in relation to JD Conley's patch).

2002-12-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlDeclarationTests.cs (TestValueProperty):
		applied patch by David Sheldon

2002-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* AllTests.cs : added XmlEntityReferenceTests
	* XmlDocumentTests.cs : TestCloneNode, TestDocumentWithDoctypeDecl
	* XmlDocumentFragmentTests.cs : TestSetInnerXml
	* XmlEntityReferenceTests.cs : created
	* XmlTextWriterTests.cs : TestWriteAttributes() bugfix (reusing ctx)
	* XmlNodeTests.cs : bugfix TestInsertAfter(when refChild = null),
		added TestPrependChild

2002-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlAttributeTests.cs : TestSetInnerAndOuterXml
	* XmlSignificantWhitespaceTests.cs : TestDataAndValue

2002-11-03  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlAttributeCollectionTests.cs : TestSetNamedItem,
		TestInsertBeforeAfterPrepend, TestRemove
	* XmlElementTests.cs : TestWriteToWithDeletedNamespacePrefix,
		TestRemoveAttribute()
	* XmlDocumentFragmentTests.cs : TestGetInnerXml

2002-10-29  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlElementTests.cs : added an Assert InnerXml with element content.
	* XmlNodeTests.cs : TestInsertBefore() and TestInsertAfter()

2002-10-28  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added XmlDocumentFragmentTests.cs
	  (including AllTests.cs and System.XML_linux_test.args)
	* XmlDocumentTests.cs: added test of XMLDeclaration to TestImportNode()
	* XmlElementTests.cs: added check removing children of InnerXml

2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.XML_linux_test.args: added XPathNavigatorEvaluateTests.cs
	* makefile.gnu: pass MONO_PATH when running the tests.

2002-10-24  Nick Drochak  <ndrochak@gol.com>

	* System.XML_test.build: remove legacy build of a standalone exe of the
	unit tests
	* XmlDocumentTests.cs: Cannot use a URI with Load().

2002-10-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* XmlTextReaderTests.cs: fixed TestEntityReferenceInsideText.

2002-10-22  Nick Drochak  <ndrochak@gol.com>

	* XmlTextWriterTests.cs: Null is ok when prefix is "xmlns".

2002-10-21  Duncan Mak  <duncan@ximian.com>

	* XmlTextReaderTests.cs:
	* XmlElementTests.cs:
	* XmlDocumentTests.cs: Patches from Atsushi Enomoto
	<ginga@kit.hi-ho.ne.jp>.

2002-10-18  Duncan Mak  <duncan@ximian.com>

	* XmlDocumentTests.cs: Apply a patch from Atsushi Enomoto
	<ginga@kit.hi-ho.ne.jp>.

2002-09-29  Nick Drochak  <ndrochak@gol.com>

	* XmlTextReaderTest.cs (AssertEndDocument): Add messages for Asserts()
	so we can tell where this is failing.

2002-09-19  Matt Hunter <mahunter@tconl.com>

	* XmlElementTests.cs: Test for SetAttributeNode(localName, namespaceURI) added.
	* XmlAttributeCollectionTests.cs: added TestAppend().

2002-09-17  Kral Ferch <kral_ferch@hotmail.com>

	* XPathNavigatorEvaluateTests.cs: Tests for string(), concat(),
	starts-with(), and contains().
	
2002-09-12  Piers Haken <piersh@friskit.com>

	* XPathNavigatorEvaluateTests.cs: enable string() tests.

2002-09-12  Piers Haken <piersh@friskit.com>

	* XPathNavigatorEvaluateTests.cs: enable last() & count() tests.

2002-09-11  Kral Ferch <kral_ferch@hotmail.com>

	* XPathNavigatorEvaluateTests.cs:  Added tests for
	local-name, namespace-uri, and string.

2002-09-11  Kral Ferch <kral_ferch@hotmail.com>

	* Added XPathNavigatorEvaluateTests.cs file to 
	the MonoMicro.Test project.

	* XPathNavigatorEvaluateTests.cs: New file. 

	* AllTests.cs: Added XPathNavigatorEvaluateTests suite.

	* XmlDocumentTests: Added space between namespace decls in
	TestGetElementsByTagNameUsingNameSpace.  Was causing error
	when testing against Microsoft assembly.
	
	* XmlElementTests: Added space between namespace decls in
	TestGetElementsByTagNameUsingNameSpace.  Was causing error
	when testing against Microsoft assembly.

2002-09-06  Kral Ferch <kral_ferch@hotmail.com>

	* Added XPathNavigatorMatchesTests.cs file to 
	the MonoMicro.Test project.
	
2002-08-22  Jason Diamond <jason@injektilo.org>

	* AllTests.cs, System.XML_linux_test.args, 
	XmlAttributeCollectionTests.cs,XmlElementTests.cs: Added test for 
	RemoveAll and RemoveAllAttributes courtesy of Matt Hunter
	<xrkune@tconl.com>.

2002-08-22  Jason Diamond <jason@injektilo.org>

	* XmlElementTests.cs: Correction to previous GetElementsByTagName
	patch courtesy of Matt Hunter <xrkune@tconl.com>.

2002-08-22  Jason Diamond <jason@injektilo.org>

	* XmlDocumentTests.cs, XmlElementTests.cs: Added tests for 
	namespace qualified GetElementsByTagName courtesy of Matt Hunter 
	<xrkune@tconl.com>.

2002-08-19  Jason Diamond <jason@injektilo.org>

	* XmlDocumentTests.cs, XmlElementTests.cs: Added tests for 
	GetElementsByTagName courtesy of Matt Hunter <xrkune@tconl.com>.

2002-08-17  Jason Diamond  <jason@injektilo.org>

	* XPathNavigatorMatchesTests.cs: Added tests for absolute patterns
	and patterns with predicates.

2002-08-17  Jason Diamond  <jason@injektilo.org>

	* AllTests.cs: Added XPathNavigatorMatchesTests suite.

	* XPathNavigatorMatchesTests.cs: Added.

2002-08-16  Jason Diamond  <jason@injektilo.org>

	* XmlElementTests.cs: Added test for OuterXml (and WriteTo) for
	qualified elements.

2002-08-16  Jason Diamond  <jason@injektilo.org>

	* makefile.gnu: Added SOURCES_INCLUDE and SOURCES_EXCLUDE variables
	to get tests to build with the new build system.

2002-08-10  Jason Diamond  <jason@injektilo.org>

	* makefile.gnu: Use relative path to NUnitConsole_mono.exe instead of
	hardcoding it to /usr/local/bin. Default test suite to AllTests but
	allow it to be overridden from the command line.

	* XmlTextWriterTests.cs: Split TestWriteString into multiple tests.
	Added encoding parameters to all the StreamReaders in
	TestBaseConstructorsAndBaseStream. I think this is a bug in Mono's
	StreamReader since these aren't required when testing against
	Microsoft's.

2002-08-08  Jason Diamond  <jason@injektilo.org>

	* System.XML_linux_test.args: Added Kral's new test classes.

2002-08-07  Kral Ferch <kral_ferch@hotmail.com>

	* XmlCharacterDataTests.cs:  New file.
	
	* XmlNodeTests.cs:  New file.
	
	* AllTests.cs:  Added XmlCharacterDataTests and XmlNodeTests.
	
	* XmlDocumentTests.cs:  Added tests for NodeChanging, NodeChanged,
		NodeInserting, NodeInserted, NodeRemoving, and NodeRemoved events.
		
2002-08-03  Jason Diamond  <jason@injektilo.org>

	* makefile.gnu: Added.

	* System.XML_linux_test.args: Added.

2002-07-12  Piers Haken <piersh@friskit.com

	* SelectNodesTests.cs: Added TestUnion (bug #27548)

2002-07-11  Jason Diamond  <jason@injektilo.org>

	* SelectNodesTests.cs: Added.

	* AllTests.cs: Added SelectNodesTests to suite.

2002-07-11  Piers Haken <piersh@friskit.com>

	* XmlElementTests.cs: added TestCreateElement3WithNullNamespace

2002-06-24  Jason Diamond  <jason@injektilo.org>

	* XPathScannerTests.cs: Removed.

	* System.XML_test.build: Removed tests for XPathScanner.

2002-05-27  Jason Diamond  <jason@injektilo.org>

	* XPathNavigatorTests.cs: Added file to directory.

	* AllTests.cs: Added XPathNavigatorTests to suite.

	* XmlTextReaderTests.cs: Added test to make sure attributes are ordered
	like Microsoft's parser does it.

2002-05-05  Nick Drochak  <ndrochak@gol.com>

	* ChangeLog: Update build file to run correct class in the test dll.

2002-05-05  Nick Drochak  <ndrochak@gol.com>

	* AllTests.cs 
	* NameTableTests.cs 
	* TheTests.cs 
	* XPathScannerTests.cs
	* XmlAttributeTests.cs 
	* XmlCDataSectionTests.cs
	* XmlCommentTests.cs 
	* XmlDeclarationTests.cs 
	* XmlDocumentTests.cs
	* XmlDocumentTypeTests.cs 
	* XmlElementTests.cs
	* XmlNamespaceManagerTests.cs 
	* XmlNodeListTests.cs
	* XmlProcessingInstructionTests.cs
	* XmlSignificantWhitespaceTests.cs 
	* XmlTextReaderTests.cs
	* XmlTextTests.cs 
	* XmlTextWriterTests.cs 
	* XmlWhiteSpaceTests.cs: Use same namespace style as corlib tests.
	Changed Ximian.Mono.Tests to MonoTests.System.Xml

2002-04-08  Kral Ferch  <kral_ferch@hotmail.com>

	* AllTests.cs: added XmlProcessingInstructionTests and XmlTextTests.
	
	* MonoMicro.Test.csproj: Added XmlProcessingInstructionTests.cs and
	XmlTextTests.cs.
	
	* XmlAttributeTests.cs: Added TestAttributeInnerAndOuterXml.
	
	* XmlCDataSectionTests.cs: Added TestXmlCDataSectionInnerAndOuterXml.
	
	* XmlCommentTests.cs: Added TestXmlCommentInnerAndOuterXml.
	
	* XmlDeclarationTests.cs: Added TestInnerAndOuterXml.
	
	* XmlDocumentTests.cs: Added TestInnerAndOuterXml.
	
	* XmlElementTests.cs: Added TestInnerAndOuterXml.
	
	* XmlProcessingInstructionTests.cs: Initial check-in.
	
	* XmlSignificantWhitespaceTests.cs: Added TestInnerAndOuterXml.
	
	* XmlTextTests.cs: Initial check-in.
	
	* XmlTextWriterTests.cs: Added TestWriteRaw, TestWriteRawInvalidInAttribute,
	and TestXmlSpaceRaw.
	
	* XmlWhiteSpacesTests.cs: Added TestInnerAndOuterXml.

2002-04-05  Kral Ferch  <kral_ferch@hotmail.com>

	* XmlDocumentTests.cs: CreateNode tests.

2002-04-01  Kral Ferch  <kral_ferch@hotmail.com>

	* XmlTextWriterTests.cs: Tests for WriteEndDocument and WriteFullEndElement.
	
2002-03-31  Kral Ferch <kral_ferch@hotmail.com>

	* XmlTextWriterTests.cs: Tests for LookupPrefix, WriteBase64,
	and WriteCharEntity.

2002-03-31  Kral Ferch <kral_ferch@hotmail.com>

	* XmlTextWriterTests.cs: Finished XmlLang, XmlSpace, and
	Attribute namespace declaration tests.
	
2002-03-29  Kral Ferch <kral_ferch@hotmail.com>

	* XmlTextWriterTests.cs: XmlLang and XmlSpace tests.
	
2002-03-29  Kral Ferch <kral_ferch@hotmail.com>

	* XmlTextWriterTests.cs: Working on Attributes.
	
2002-03-28  Duncan Mak  <duncan@ximian.com>

	* XmlDeclarationTests.cs (TestConstructor): 
	* XmlDocumentTypeTests.cs (TestAppendChild): 
	* XmlSignificantWhitespaceTests.cs (TestXmlWhitespaceConstructor): 
	* XmlWhiteSpaceTests.cs (TestXmlWhitespaceConstructor): Fixed the
	test for catching Exceptions.

2002-03-26  Jason Diamond  <jason@injektilo.org>

	* AllTests.cs:
	* Mono.Test.csproj: Removed XPathScanner tests.

	* System.XML_test.build: Test XPathScanner separately.

2002-03-26  Duncan Mak  <duncan@ximian.com>

	* AllTests.cs: 
	* Microsoft.Test.csproj: 
	* Mono.Test.csproj: Updated to include new test,
	XmlDocumentTypeTests.

	* XmlDocumentTypeTests.cs: New testsuite for XmlDocumentType class.

	* XmlCommentTests.cs (TestXmlNodeBaseProperties): Move the
	XmlNode.Value test in here.

2002-03-26  Jason Diamond  <jason@injektilo.org>

	* XPathScannerTests.cs: More location path tests.

2002-03-25  Jason Diamond  <jason@injektilo.org>

	* AllTests.cs: 
	* Microsoft.Test.csproj: 
	* Mono.Test.csproj: Updated to include new test, XmlScannerTests.

	* XPathScannerTests.cs: Added new tests for XPathScanner class.

2002-03-25  Duncan Mak  <duncan@ximian.com>

	* AllTests.cs: 
	* Microsoft.Test.csproj: 
	* Mono.Test.csproj: Updated to include new test,
	XmlDeclarationTests.

	* XmlDeclarationTests.cs: Added new test for XmlDeclaration class.

2002-03-23  Kral Ferch <kral_ferch@hotmail.com>

	* XmlTextWriterTests.cs: Tests for BaseStream,
	Namespaces = false, and WriteState.

2002-03-23  Kral Ferch <kral_ferch@hotmail.com>

	* XmlTextWriterTests.cs: constructor tests with
	different encodings to test that encoding gets suppressed
	on xml declaration when null stream passed to constructor.
	WriteStartDocument(standalone) tests.  Tests for formatting
	and indentation.  Test for invalid value set on QuoteChar.

2002-03-22  Duncan Mak  <duncan@ximian.com>

	* AllTests.cs: 
	* Microsoft.Test.csproj: 
	* Mono.Test.csproj: Updated to include new files.

	* XmlCDataSectionTests.cs: Added to CVS.

	* XmlCommentTests.cs: Added to CVS. hanks to Kral for helping me
	setup a testing environment on VS.NET.

	* XmlElementTests.cs: Reformatted.
	(TestCloneNode): Added.

	* XmlSignificantWhitespaceTests.cs: Added to CVS.

	* XmlWhiteSpaceTests.cs: Added to CVS.
		
2002-03-21  Kral Ferch <kral_ferch@hotmail.com>

	* XmlDocumentTests.cs: Tessts parent traversal up through
	document itself until null.  Tests a removed elements next
	sibling is null.
	
	* XmlNodeListTests.cs: Tests case where enumerator is on
	a node that gets removed from list.
	
	* XmlTextWriterTests.cs: Keeping tests for WriteXXX after
	writer is closed up to date as new WriteXXX methods are written.
	TestDocumentStart and TestWriteEndElement.
	
2002-03-19  Jason Diamond <jason@injektilo.org>

	* XmlDocumentTests.cs: Added a test to check an element's names after 
	loading.

2002-03-17  Kral Ferch <kral_ferch@hotmail.com>

	* XmlDocumentTests.cs: Tests navigation to parents since
	that was part of a document.Load() bug reported by Mike Kestner.
	
	* XmlTextWriterTests.cs: Tests for namespaces and prefixes.

2002-03-17  Kral Ferch <kral_ferch@hotmail.com>

	* XmlDocumentTests.cs: TestOuterXml.
	
	* XmlTextWriterTests.cs: Tests for CData, Close, Comment, Element,
	and ProcessingInstruction.

2002-03-17  Kral Ferch <kral_ferch@hotmail.com>

	* XmlDocumentTests.cs: More LoadXml tests.
	
	* XmlTextWriterTests.cs: Test for invalid Processing Instructions.

2002-03-14  Kral Ferch <kral_ferch@hotmail.com>

	* XmlTextWriterTests.cs:  Added tests TestCData and TestComment.
	
2002-03-14  Kral Ferch <kral_ferch@hotmail.com>

	* XmlTextWriterTests.cs:  Initial checkin.
	
2002-03-12  Kral Ferch <kral_ferch@hotmail.com>

	* XmlNodeListTests.cs: New tests: TestNodeTypesThatCantHaveChildren,
	TestZeroChildren, TestOneChild, TestMultipleChildren,
	TestAppendChildAffectOnEnumeration, TestRemoveChildAffectOnEnumeration,
	TestRemoveOnlyChildAffectOnEnumeration, TestCurrentBeforeFirstNode,
	TestCurrentAfterLastNode, TestCurrentDoesntMove, and TestReset.  Made
	two other tests but not in use yet until RemoveAll is implemented for
	attributes and XmlNode.ReplaceChild is implemented.  The tests are called
	saveTestReplaceChildAffectOnEnumeration and saveTestRemoveAllAffectOnEnumeration.

2002-03-08  Jason Diamond <jason@injektilo.org>

	* XmlTextReaderTests.cs: Test MoveToElement and MoveToFirstAttribute.

2002-03-08  Jason Diamond <jason@injektilo.org>

	* XmlAttributeTests.cs: Test XmlAttribute child nodes.

2002-03-08  Kral Ferch <kral_ferch@hotmail.com>

	* XmlNodeListTests.cs: New file.

	* AllTests.cs: Added XmlNodeListTests.

2002/03/08  Nick Drochak <ndrochak@gol.com>

	* System_test.build: Don't build test dll by default.  Only build
	it when 'make test' is specified.

2002-03-06  Kral Ferch <kral_ferch@hotmail.com>

	* XmlAttributeTests.cs: Fixed bug in TestHasChildNodes test.
	
	* XmlDocumentTests.cs: Started work on some tests for invalid data in
	various nodes created by the document.

2002-03-02  Kral Ferch <kral_ferch@hotmail.com>

	* XmlDocumentTests.cs: New tests TestLoadProcessingInstruction(),
	TestLoadCDATA(), and TestLoadComment().

2002-03-02  Jason Diamond <jason@injektilo.org>

	* XmlElementTests.cs: New file.

	* AllTests.cs: Added XmlElementTests.

2002-03-02  Jason Diamond <jason@injektilo.org>

	* XmlTextReaderTests.cs: Test MoveToNextAttribute().

	* XmlDocumentTests.cs: Test loading document containing attributes
	and text nodes.

2002-03-02  Mike Kestner <mkestner@speakeasy.net>

	* XmlAttributeTests.cs : New test suite for attrs.
	* AllTests.cs : Add the attr suite.

2002-03-02  Jason Diamond <jason@injektilo.org>

	* XmlNamespaceManagerTests.cs: Make sure the XmlNamespaceManager 
	is using its name table.

	* NameTableTests.cs: Make sure NameTable is really returning the
	same references.

2002-02-28  Jason Diamond <jason@injektilo.org>

	* XmlDocumentTests.cs: Tests for XmlDocument.LoadXml courtesy of
	Kral Ferch <kral.ferch@hotmail.com>.

2002-02-28  Jason Diamond <jason@injektilo.org>

	* XmlTextReaderTests.cs: Test for XmlException when parse fail.

2002-02-27  Martin Baulig  <martin@gnome.org>

	* System.XML_test.build: Build new executable RunTests.System.XML.exe
	which you can use to run the tests on Linux.

	* *.cs: Added zero-args constructors.

2002-02-26  Duncan Mak  <duncan@ximian.com>

	* NameTableTests.cs: Test for System.Xml.NameTable.

2002-02-26  Jason Diamond <jason@injektilo.org>

	* XmlTextReaderTests.cs: Test for namespace declarations as
	attributes.

	* XmlNamespaceManagerTests.cs: Use the newly implemented NameTable
	when creating the XmlNamespaceManager. Properly test HasNamespace.

2002-02-25  Jason Diamond <jason@injektilo.org>

	* XmlDocumentTests.cs: Added file.
	
2002-02-23  Jason Diamond <jason@injektilo.org>

	* XmlTextReaderTests.cs: Added tests for qualified attributes.
	
2002-02-23  Jason Diamond <jason@injektilo.org>

	* ChangeLog: Added change log to this directory.

	* Test.cs: Renamed to XmlTextReaderTests.cs.

	* XmlTextReaderTests.cs: Added tests for NamespaceURI property.

	* XmlNamespaceManagerTests.cs: Initial tests.