[Mono-devel-list] Re: Tests

ginga at kit.hi-ho.ne.jp ginga at kit.hi-ho.ne.jp
Wed May 21 23:49:24 EDT 2003


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




More information about the Mono-devel-list mailing list