
mh at gocept
May 15, 2009, 3:37 AM
Post #4 of 5
(453 views)
Permalink
|
Am 15.05.2009 um 11:40 schrieb Christian Zagrodnick: > Hi, > > the tests of z3c.reipce.i18n break on unix systems, for instance with: > > Failed example: > ls('bin') > Expected: > - buildout-script.py > - buildout.exe > - i18ncompile-script.py > - i18ncompile.exe > - i18nextract-script.py > - i18nextract.exe > - i18nmergeall-script.py > - i18nmergeall.exe > - i18nstats-script.py > - i18nstats.exe > Got: > - buildout > - i18ncompile > - i18nextract > - i18nmergeall > - i18nstats > > > What's the general way of testing those things in both environments? I > don't have a windows box to test this. I also see most recipes are > tested only for unix (which would be fine for me). In z3c.recipe.paster I solved this with two re normalizers, see http://tinyurl.com/ofc6nx lines 115 and 116. Yours sincerely, -- Michael Howitz · mh[at]gocept.com · software developer gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1 Zope and Plone consulting and development _______________________________________________ Zope-Dev maillist - Zope-Dev[at]zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
|