[Checkins] SVN: z3c.jsonrpc/trunk/src/z3c/jsonrpc/testing.py Allow teardown for the layer.

Marius Gedminas cvs-admin at zope.org
Tue Feb 26 12:13:44 UTC 2013


Log message for revision 129834:
  Allow teardown for the layer.
  
  I'm not 100% sure this is safe, but I'm 99.9% sure.  If problems appear, we can
  revert.
  
  

Changed:
  U   z3c.jsonrpc/trunk/src/z3c/jsonrpc/testing.py

-=-
Modified: z3c.jsonrpc/trunk/src/z3c/jsonrpc/testing.py
===================================================================
--- z3c.jsonrpc/trunk/src/z3c/jsonrpc/testing.py	2013-02-26 12:11:36 UTC (rev 129833)
+++ z3c.jsonrpc/trunk/src/z3c/jsonrpc/testing.py	2013-02-26 12:13:44 UTC (rev 129834)
@@ -98,7 +98,8 @@
 #
 ###############################################################################
 
-functional.defineLayer("JSONRPCTestingLayer", "ftesting.zcml")
+functional.defineLayer("JSONRPCTestingLayer", "ftesting.zcml",
+                       allow_teardown=True)
 
 
 ###############################################################################



More information about the checkins mailing list