[Mono-list] Re: Tests
ginga@kit.hi-ho.ne.jp
ginga@kit.hi-ho.ne.jp
Thu, 22 May 2003 12:49:24 +0900
Hello Paul,
> Not sure if you want to test this - but I saw they differed to windows.
> Eg. Windows System.Xml.XmlChildNodes Linux
> System.Xml.XmlNodeListChildren
Thanks to write tests. I think that XmlChildNodes is not documented
class, so we don't have to write the same as MS.NET. (I know some
MS internal stuff. They are shown in the stack traces.) Such
information are sometimes informative, but is not "requirement."
I suggest to put aside other undocumented difference. There are
still many "public" use cases to test.
> The loading of an xml file with a DTD declaration seems to fall over in
> mono(unless I have an older version - 023).
DTD parser is introduced in 0.24. If you can reproduce the bug,
please file it in bugzilla and/or post here detail. Now I doubt
my Uri solution is something wrong. I'll look at them later.
One workaround is set xmlTextReader.XmlResolver = null.
Thanks,
Atsushi Eno