[Zope-dev] zope-tests - FAILED: 13, OK: 40
Wichert Akkerman
wichert at wiggy.net
Mon Oct 31 08:43:53 UTC 2011
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.
More information about the Zope-Dev
mailing list