[z3-checkins] r5680 - z3/Five/branch/dc-experiments/tests/products/FiveTest

dreamcatcher at codespeak.net dreamcatcher at codespeak.net
Mon Jul 26 13:08:56 MEST 2004


Author: dreamcatcher
Date: Mon Jul 26 13:08:55 2004
New Revision: 5680

Modified:
   z3/Five/branch/dc-experiments/tests/products/FiveTest/configure.zcml
Log:

- Switch to five:traversable



Modified: z3/Five/branch/dc-experiments/tests/products/FiveTest/configure.zcml
==============================================================================
--- z3/Five/branch/dc-experiments/tests/products/FiveTest/configure.zcml	(original)
+++ z3/Five/branch/dc-experiments/tests/products/FiveTest/configure.zcml	Mon Jul 26 13:08:55 2004
@@ -6,13 +6,13 @@
        once on a class; SimpleContent inherits from api.Viewable, so
        one directive suffices here -->
 
-  <five:viewable class=".simplecontent.SimpleContent" />
+  <five:traversable class=".simplecontent.SimpleContent" />
 
 
   <!-- this tests whether five:viewable can be called on a class that
        already provides __bobo_traverse__, such as our FancyContent -->
 
-  <five:viewable class=".fancycontent.FancyContent" />
+  <five:traversable class=".fancycontent.FancyContent" />
 
 
   <adapter


More information about the z3-checkins mailing list