New test.
[mono.git] / mcs / class / System.XML / Test / System.Xml / standalone_tests / README
1 * XmlReader and DOM standalone test collection
2
3 ** XmlTextReader and XmlValidatingReader conformance test
4
5         !!!WARNING!!! this test code is outdated. For XmlReader tests, use
6         Test/System.Xml/W3C/xmlconf.cs instead.
7
8         This is a small standalone test system using W3C XML test collection.
9         http://www.w3.org/XML/Test/
10
11         The command name is "xmltest.exe".
12
13         "make" will do what you need (downloading test archive, expanding,
14         compiling test runner).
15
16         "make test" will do the actual tests.
17
18 ** XmlReader property test
19
20         This is a property comparison program that is done during read.
21         To run the test, type "make xrtest", and it will print the 
22         difference between ms and mono.
23
24 ** XmlDocument node properties test
25
26         This is a DOM property comparison program.
27         To run the test, type "make domtest", and it will print the
28         difference between ms and mono.
29
30 ** XmlDocument insertion event test
31
32         This is a set of event order tests for several XML document.
33         To run the test, type "make eventtest", and it will print the
34         difference between ms and mono.
35
36         For removal and changing, it should be done in unit test (I have
37         no idea for examining them in batch tests).
38
39 Atsushi Eno <atsushi@ximian.com>