Closed thet closed 10 years ago
fixed with: https://github.com/bluedynamics/bda.plone.ticketshop/commit/1482fbe99cbe4aced136a728c0bed4ba37358da5
looks like, we cannot depend on the shop layer because that seems to use different zodb connections.
i got a similar error in my unit tests when installing collective.cookiecuttr in a testcase's setUp
method of multiple tests using the same layer.
this might help people searching for this error message so i amend it to this closed ticket:
https://community.plone.org/t/test-isolation-errors-with-collective-z3cform-datagridfield/7424
when running the tests for bda.plone.ticketshop, i get this strange ZODB and collective.z3cform.datagridfield related error. running tests for bda.plone.shop does work, and the testlayer setup in ticketshop is resembled after those in shop.