* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.XML / Test / System.Xml / nist_dom / fundamental / NamedNodeMap / ChangeLog
1 2005-10-23  Atsushi Enomoto <atsushi@ximian.com>
2
3         * NamedNodeMap.cs : core0009M is not working under .NET 2.0.
4
5 2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
6
7         * NamedNodeMap.cs : more NotDotNet.
8
9 2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
10
11         * NamedNodeMap.cs : added Category("NotDotNet") for those tests that
12           exposes MS bugs.
13
14 2004-05-24  Atsushi Enomoto <atsushi@ximian.com>
15
16         * NamedNodeMap.cs : Modified. "domestic or street" does not mean 
17           the exact literal node name, but it means "either 'domestic' or 
18           'street'". We always return fixed values.
19
20 2004-04-24  Atsushi Enomoto <atsushi@ximian.com>
21
22         * NamedNodeMap.cs : Don't check locale-dependent message. 
23           Just check type name.
24
25 2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
26
27         * Added nist_dom tests by Mainsoft hackers.