X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.XML%2FTest%2FChangeLog;h=a3d4249efcd891dd32ea27fba1eec745d858991f;hb=86ffcfbcd72febcdf6805025ac0e83b7343f3cea;hp=062f6b5441010ab600c0fce6d6710fd460c45bce;hpb=5a5f87e557cd1b2534c14236c4f3f9d99d4c7d15;p=mono.git diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog index 062f6b54410..a3d4249efcd 100644 --- a/mcs/class/System.XML/Test/ChangeLog +++ b/mcs/class/System.XML/Test/ChangeLog @@ -1,3 +1,25 @@ +2002-08-22 Jason Diamond + + * XmlDocumentTests.cs, XmlElementTests.cs: Added tests for + namespace qualified GetElementsByTagName courtesy of Matt Hunter + . + +2002-08-19 Jason Diamond + + * XmlDocumentTests.cs, XmlElementTests.cs: Added tests for + GetElementsByTagName courtesy of Matt Hunter . + +2002-08-17 Jason Diamond + + * XPathNavigatorMatchesTests.cs: Added tests for absolute patterns + and patterns with predicates. + +2002-08-17 Jason Diamond + + * AllTests.cs: Added XPathNavigatorMatchesTests suite. + + * XPathNavigatorMatchesTests.cs: Added. + 2002-08-16 Jason Diamond * XmlElementTests.cs: Added test for OuterXml (and WriteTo) for