Re: zope-tests - FAILED: 13, OK: 40
Wichert Akkerman <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Organization | Simplon B.V. |
| Message-ID | <[email protected]> |
On 10/31/2011 07:21 AM, Tres Seaver wrote:
> These
> are all failures in the following zopeapp test::
>
> - -------- zope/app/applicationcontrol/tests/test_zope_version.py --------
> def test_WrongLocale(self):
> """Demonstrate bug 177733"""
> currentPath = os.path.dirname(os.path.abspath(__file__))
> if isSVNAvailable() and isSVNCheckout(currentPath):
> zv = ZopeVersion(currentPath)
> zv.getZopeVersion()
> # check that we don't get a 'Development/Unknown' version
> self.assert_(zv.result.startswith('Development/Revision: '))
> - --------------------------------------------------------------------------
>
> I have no theory for how that test could suddenly start failing (nor
> even what it is really supposed to test). It doesn't fail on my
> machine on any version of Python.
Different version of subversion installed perhaps?
Wichert.
_______________________________________________
Zope-Dev maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )