[Checkins] SVN: five.resourceinclude/trunk/ - Correct buildout and test layer.

Sylvain Viollon sylvain at infrae.com
Tue Aug 26 18:13:15 EDT 2008


Log message for revision 90371:
  
  - Correct buildout and test layer.
  
  

Changed:
  U   five.resourceinclude/trunk/buildout.cfg
  _U  five.resourceinclude/trunk/devel/
  U   five.resourceinclude/trunk/devel/EXTERNALS.txt
  U   five.resourceinclude/trunk/src/five/resourceinclude/testing.py

-=-
Modified: five.resourceinclude/trunk/buildout.cfg
===================================================================
--- five.resourceinclude/trunk/buildout.cfg	2008-08-26 22:05:54 UTC (rev 90370)
+++ five.resourceinclude/trunk/buildout.cfg	2008-08-26 22:13:15 UTC (rev 90371)
@@ -25,6 +25,7 @@
 verbose-security = on
 eggs =
     five.resourceinclude
+    z3c.resourceinclude
 zcml = five.resourceinclude:meta.zcml
        five.resourceinclude
 


Property changes on: five.resourceinclude/trunk/devel
___________________________________________________________________
Name: svn:externals
   - # svn propset svn:externals -F EXTERNALS.txt .
z3c.resouceinclude svn://svn.zope.org/repos/main/z3c.resourceinclude/trunk

   + # svn propset svn:externals -F EXTERNALS.txt .
z3c.resourceinclude svn://svn.zope.org/repos/main/z3c.resourceinclude/trunk


Modified: five.resourceinclude/trunk/devel/EXTERNALS.txt
===================================================================
--- five.resourceinclude/trunk/devel/EXTERNALS.txt	2008-08-26 22:05:54 UTC (rev 90370)
+++ five.resourceinclude/trunk/devel/EXTERNALS.txt	2008-08-26 22:13:15 UTC (rev 90371)
@@ -1,2 +1,2 @@
 # svn propset svn:externals -F EXTERNALS.txt .
-z3c.resouceinclude svn://svn.zope.org/repos/main/z3c.resourceinclude/trunk
+z3c.resourceinclude svn://svn.zope.org/repos/main/z3c.resourceinclude/trunk

Modified: five.resourceinclude/trunk/src/five/resourceinclude/testing.py
===================================================================
--- five.resourceinclude/trunk/src/five/resourceinclude/testing.py	2008-08-26 22:05:54 UTC (rev 90370)
+++ five.resourceinclude/trunk/src/five/resourceinclude/testing.py	2008-08-26 22:13:15 UTC (rev 90371)
@@ -27,8 +27,10 @@
     setDebugMode(0)
 
 
-class ResourceIncludeLayer(object):
+from Testing.ZopeTestCase.layer import ZopeLite
 
+class ResourceIncludeLayer(ZopeLite):
+
     @classmethod
     def setUp(self):
         loadSite()



More information about the Checkins mailing list