On Fri, Jan 22, 2010 at 08:28:26AM -0500, Rob Richards wrote:
> Daniel Veillard wrote:
> >On Fri, Jan 22, 2010 at 12:37:10PM +0100, Martin B. wrote:
> >>C:\AccuRev\trappel\Testprojects\libxml2-2.7.6>
> >>C:\AccuRev\trappel\Testprojects\libxml2-2.7.6>xmllint --relaxng
> >>test/relaxng/tutorA.rng ./test/relaxng/595792-ext.rng
> >><?xml version="1.0" encoding="UTF-8"?>
> >><grammar xmlns="http://relaxng.org/ns/structure/1.0"; ns="">
> >>  <start>
> >>    <element name="t">
> >>      <ref name="tcont"/>
> >>    </element>
> >>  </start>
> >>  <define name="tcont">
> >>    <text/>
> >>  </define>
> >></grammar>
> >>./test/relaxng/595792-ext.rng validates
> >
> >  Seems there is something borked in rngTest in runtest.c, see one
> >of the other patches posted yesterday, I will try to find what's going
> >on
> >
> >
> Was simply that those tests are skipped but on Windows the return
> value isnt automatically initialized to 0 so throws the error when
> it couldnt find the xml file.
> fixed in the repo.

  Ah, thanks !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
dan...@veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to