[schooltool-dev] Re: tests don't pass on fresh checkout

Brian Sutherland jinty at web.de
Sat Apr 21 19:53:27 EDT 2007


On Sat, Apr 21, 2007 at 01:54:26PM -0700, Paul Carduner wrote:
> Ok, I got the tests to pass but I had to copy the eggs folder from an
> older checkout into the fresh checkout.  Then it worked.  Strangely
> the fresh checkout will produce *a lot* more eggs than the older
> checkout.  I assume this is due to the recent push for a full eggs
> distribution of zope3.4.  In any case, it seems totally break
> schooltool, which is rather disconcerting.

I think this patch fixed the bug you hit:
http://mail.zope.org/pipermail/zope3-checkins/2007-April/029094.html

Would be nice if you could confirm it, though.

> 
> - Paul
> 
> On 4/21/07, Paul Carduner <paulcarduner at gmail.com> wrote:
> > When I do a fresh checkout of schooltool, the tests fail.
> > Specifically, I try to run tests for schooltool.gradebook and get this
> > error when running ./test.py -1m schooltool.gradebook
> >
> > zope.configuration.xmlconfig.ZopeXMLConfigurationError: File
> > "/home/pcardune/work/broken/src/schooltool/gradebook/browser/ftesting.zcml",
> > line 4.2-4.34
> >     ZopeXMLConfigurationError: File
> > "/home/pcardune/work/broken/src/schooltool/configure.zcml", line
> > 6.2-6.32
> >     IOError: [Errno 2] No such file or directory:
> > '/home/pcardune/work/broken/Zope3/src/zope/app/zcmlfiles/configure.zcml'
> >
> > It looks like it is looking for the configure.zcml file in the wrong
> > place.  It should be looking in the installed egg for
> > zope.app.zcmlfiles.  Why is it not looking there?
> >
> > - Paul
> >
> _______________________________________________
> Schooltool-dev mailing list
> Schooltool-dev at schooltool.org
> http://lists.schooltool.org/mailman/listinfo/schooltool-dev
> 

-- 
Brian Sutherland


More information about the Schooltool-dev mailing list