Hermann Himmelbauer wrote at 2008-6-3 14:00 +0200: > ... >Hmmm, it's not that easy: I have multiple sites on one Zope3 instance, whereas >every site should connect to another database. For that reason, I thought >about a local utility. However, this results in this serialization error.
Usually, you should not commit in a test suite. If you do not commit, you will not have pickling problems. -- Dieter _______________________________________________ Zope-Dev maillist - [email protected] 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 )
