[Zope3-checkins] CVS: Zope3/src/zope/app/services/tests - test_presentation.py:1.4.10.1

Garrett Smith garrett at mojave-corp.com
Sun Feb 8 18:54:55 EST 2004


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

Modified Files:
      Tag: ozzope-widgets-branch
	test_presentation.py 
Log Message:

Multiple changes:

- Added getViewProviding and queryViewProviding methods to zapi. These are
  used to lookup a view based on an interface it provides.

- Fixed a misspecified interface in rotterdamn textarea edit widget.

- Rework of utility.py in progress - tests broken.

- Removed the old view service.


=== Zope3/src/zope/app/services/tests/test_presentation.py 1.4 => 1.4.10.1 ===
--- Zope3/src/zope/app/services/tests/test_presentation.py:1.4	Thu Dec 18 04:57:15 2003
+++ Zope3/src/zope/app/services/tests/test_presentation.py	Sun Feb  8 18:54:24 2004
@@ -263,7 +263,7 @@
         self.assertEqual(view.__class__, A2)
         self.assertEqual(view.context, o)
         self.assertEqual(view.request, request)
-
+                
     def test_getRegistrationsForInterface(self):
         self.test_queryView()
         for reg in self._service.getRegistrationsForInterface(I1):




More information about the Zope3-Checkins mailing list