[Zope3-checkins] CVS: Zope3/src/zope/app/presentation/tests - test_presentation.py:1.15

Jim Fulton jim at zope.com
Fri Apr 23 07:39:27 EDT 2004


Update of /cvs-repository/Zope3/src/zope/app/presentation/tests
In directory cvs.zope.org:/tmp/cvs-serv22768/src/zope/app/presentation/tests

Modified Files:
	test_presentation.py 
Log Message:
Updated to use None for the type, rather than zope.interface.Interface.
I think this makes the intent clearer. The effect is the same.


=== Zope3/src/zope/app/presentation/tests/test_presentation.py 1.14 => 1.15 ===
--- Zope3/src/zope/app/presentation/tests/test_presentation.py:1.14	Sun Apr 18 12:00:31 2004
+++ Zope3/src/zope/app/presentation/tests/test_presentation.py	Fri Apr 23 07:38:55 2004
@@ -312,7 +312,7 @@
                "default, (None, 'IBrowserRequest'), 'Interface', "
                "'absolute_url', 'AbsoluteURL', '')",
              "zope.component.presentation.PresentationRegistration("
-               "default, (None, 'Interface'), "
+               "default, (None, None), "
                "'ITraversable', 'etc', 'etc', '')",
              ]
             )




More information about the Zope3-Checkins mailing list