Copied remotely
[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         This is a small standalone test system using W3C XML test collection.
6         http://www.w3.org/XML/Test/
7
8         The command name is "xmltest.exe".
9
10         "make" will do what you need (downloading test archive, expanding,
11         compiling test runner).
12
13         "make test" will do the actual tests.
14
15 ** XmlReader property test
16
17         This is a property comparison program that is done during read.
18         To run the test, type "make xrtest", and it will print the 
19         difference between ms and mono.
20
21 ** XmlDocument node properties test
22
23         This is a DOM property comparison program.
24         To run the test, type "make domtest", and it will print the
25         difference between ms and mono.
26
27 ** XmlDocument insertion event test
28
29         This is a set of event order tests for several XML document.
30         To run the test, type "make eventtest", and it will print the
31         difference between ms and mono.
32
33         For removal and changing, it should be done in unit test (I have
34         no idea for examining them in batch tests).
35
36 Atsushi Eno <atsushi@ximian.com>