[Checkins] SVN: zc.sharing/trunk/src/zc/sharing/browser/ntests.py Use the newer functional.ZCMLLayer.

Jim Fulton jim at zope.com
Thu Sep 28 17:03:50 EDT 2006


Log message for revision 70428:
  Use the newer functional.ZCMLLayer.
  

Changed:
  U   zc.sharing/trunk/src/zc/sharing/browser/ntests.py

-=-
Modified: zc.sharing/trunk/src/zc/sharing/browser/ntests.py
===================================================================
--- zc.sharing/trunk/src/zc/sharing/browser/ntests.py	2006-09-28 19:40:34 UTC (rev 70427)
+++ zc.sharing/trunk/src/zc/sharing/browser/ntests.py	2006-09-28 21:03:49 UTC (rev 70428)
@@ -24,7 +24,6 @@
 from zope.app.testing import functional
 
 import zc.security.interfaces
-import zc.testlayer.ftesting
 import zc.table.table
 import zc.table.interfaces
 
@@ -78,7 +77,7 @@
 interface.directlyProvides(formatterFactory,
                            zc.table.interfaces.IFormatterFactory)
 
-SharingLayer = zc.testlayer.ftesting.FTestingLayer(
+SharingLayer = functional.ZCMLLayer(
     os.path.join(os.path.split(__file__)[0], 'ftesting.zcml'),
     __name__, 'SharingLayer')
 



More information about the Checkins mailing list