[Checkins] SVN: zope.app.apidoc/trunk/ Updated the tests after moving ITraverser back to zope.traversing.

Thomas Lotze tl at gocept.com
Thu Sep 24 07:21:32 EDT 2009


Log message for revision 104480:
  Updated the tests after moving ITraverser back to zope.traversing.

Changed:
  U   zope.app.apidoc/trunk/CHANGES.txt
  U   zope.app.apidoc/trunk/setup.py
  U   zope.app.apidoc/trunk/src/zope/app/apidoc/ifacemodule/browser.txt

-=-
Modified: zope.app.apidoc/trunk/CHANGES.txt
===================================================================
--- zope.app.apidoc/trunk/CHANGES.txt	2009-09-24 11:19:54 UTC (rev 104479)
+++ zope.app.apidoc/trunk/CHANGES.txt	2009-09-24 11:21:32 UTC (rev 104480)
@@ -5,6 +5,7 @@
 3.6.7 (unreleased)
 ------------------
 
+- Updated the tests after moving ITraverser back to zope.traversing.
 
 3.6.6 (2009-09-15)
 ------------------

Modified: zope.app.apidoc/trunk/setup.py
===================================================================
--- zope.app.apidoc/trunk/setup.py	2009-09-24 11:19:54 UTC (rev 104479)
+++ zope.app.apidoc/trunk/setup.py	2009-09-24 11:21:32 UTC (rev 104480)
@@ -90,7 +90,7 @@
         'zope.site',
         'zope.hookable',
         'zope.interface',
-        'zope.location',
+        'zope.location>=3.7.0dev',
         'zope.proxy',
         'zope.publisher',
         'zope.schema',

Modified: zope.app.apidoc/trunk/src/zope/app/apidoc/ifacemodule/browser.txt
===================================================================
--- zope.app.apidoc/trunk/src/zope/app/apidoc/ifacemodule/browser.txt	2009-09-24 11:19:54 UTC (rev 104479)
+++ zope.app.apidoc/trunk/src/zope/app/apidoc/ifacemodule/browser.txt	2009-09-24 11:21:32 UTC (rev 104480)
@@ -343,7 +343,7 @@
     'factory': 'zope.traversing.adapters.Traverser',
     'factory_url': 'zope/traversing/adapters/Traverser',
     'name': u'',
-    'provided': {'module': 'zope.location.interfaces',
+    'provided': {'module': 'zope.traversing.interfaces',
                  'name': 'ITraverser'},
     'required': [{'isInterface': True,
                   'isType': False,



More information about the checkins mailing list