[Zope-dev] Zope Tests: 36 OK, 13 Failed, 3 Unknown

2010-08-26 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Aug 25 12:00:00 2010 UTC to Thu Aug 26 12:00:00 2010 UTC. There were 52 messages: 6 from Zope Tests, 1 from buildbot at enfoldsystems.com, 4 from buildbot at pov.lt, 13 from buildbot at winbot.zope.org, 11 from ccomb at free.fr, 17 from

[Zope-dev] z3c.testsetup

2010-08-26 Thread Adam GROSZER
Hello, Someone please take a look at z3c.testsetup trunk. There are 2 failures but only on *windows*, which I cannot solve now. http://paste.lisp.org/+2FWH Tests in ...\trunk\src\z3c\testsetup\tests\layered_cave\foo\ do not get picked up. Weird is that the same looking tests in

[Zope-dev] Undo tab in Zope 2.12

2010-08-26 Thread Chris Withers
...often appears to be empty when it shouldn't be. Has anyone else observed this? Chris -- Simplistix - Content Management, Batch Processing Python Consulting - http://www.simplistix.co.uk ___ Zope-Dev maillist - Zope-Dev@zope.org

Re: [Zope-dev] Undo tab in Zope 2.12

2010-08-26 Thread Chris Withers
Chris Withers wrote: ...often appears to be empty when it shouldn't be. Has anyone else observed this? The answer turned out to be ZODB 2.10b4 being used on the storage server side. I found a clue in the ChangeLog but it sure would be nice if there was some logging of some sort to warn

[Zope-dev] attempting to undo an un-undoable transaction gives NotImplementedError with ZODB 3.9.5

2010-08-26 Thread Chris Withers
Here's an example: 2010-08-26 22:49:01 ERROR txn.-1338986496 Failed to abort resource manager: MultiObjectResourceAdapter for ZODB.DB.TransactionalUndo object at 0x2d509f0 at 47516176 Traceback (most recent call last): File transaction-1.1.0-py2.6.egg/transaction/_transaction.py, line 475,

[Zope-dev] testing problem with path expressions in page templates

2010-08-26 Thread Chris Withers
Hi All, When trying to test a template in a unit test, I get the following exception: - Expression: PathExpr standard:u'options/myobject/SomeProperty' ... File Zope2-2.12.7-py2.6-macosx-10.3-fat.egg/Products/PageTemplates/Expressions.py, line 79, in boboAwareZopeTraverse

Re: [Zope-dev] testing problem with path expressions in page templates

2010-08-26 Thread Marius Gedminas
On Fri, Aug 27, 2010 at 12:47:11AM +0100, Chris Withers wrote: When trying to test a template in a unit test, I get the following exception: ... LocationError: ('No traversable adapter found', {'content': MyObject, 'args': ()}) ... Now, the same template works just fine when used for real,