[Mono-devel-list] RE: Tests

Paul Paximadis ppaximadis at websoft.co.za
Thu May 22 04:37:41 EDT 2003


The DTD worked fine in 0.24.

How can I see which classes are documented and are public that need
tests written ?

Thanks in advance,
Paul

-----Original Message-----
From: ginga at kit.hi-ho.ne.jp [mailto:ginga at kit.hi-ho.ne.jp] 
Sent: Thursday, May 22, 2003 05:49
To: Paul Paximadis
Cc: mono-devel-list at lists.ximian.com; mono-list at ximian.com
Subject: Re: Tests

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