[Zodb-checkins] CVS: ZODB3 - setup.py:1.50.6.7

Fred L. Drake, Jr. fred at zope.com
Tue Oct 7 22:10:49 EDT 2003


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv6053

Modified Files:
      Tag: Zope-2_7-branch
	setup.py 
Log Message:
update to reflect changes in the ZConfig test suite
(backported from trunk revision 1.52)


=== ZODB3/setup.py 1.50.6.6 => 1.50.6.7 ===
--- ZODB3/setup.py:1.50.6.6	Wed Oct  1 23:25:52 2003
+++ ZODB3/setup.py	Tue Oct  7 22:10:45 2003
@@ -151,6 +151,8 @@
             "zdaemon", "zdaemon.tests",
             "ZopeUndo", "ZopeUndo.tests",
             "ZConfig", "ZConfig.tests",
+            "ZConfig.tests.library", "ZConfig.tests.library.widget",
+            "ZConfig.tests.library.thing",
             ]
 package_dir = {'BDBStorage': 'BDBStorage'}
 
@@ -176,7 +178,7 @@
         os.path.join("ZConfig", "tests", "input"),
         os.path.join("ZConfig", "tests", "library"),
         os.path.join("ZConfig", "tests", "library", "thing"),
-        os.path.join("ZConfig", "tests", "library", "thing", "ext"),
+        os.path.join("ZConfig", "tests", "library", "thing", "extras"),
         os.path.join("ZConfig", "tests", "library", "widget"),
         "ZEO",
         "ZODB",




More information about the Zodb-checkins mailing list