Log message for revision 40257:
  * adding _id attribute to DummyType since the _getId() method looks for it
  
  

Changed:
  U   CMF/branches/1.6/CMFCore/tests/base/dummy.py

-=-
Modified: CMF/branches/1.6/CMFCore/tests/base/dummy.py
===================================================================
--- CMF/branches/1.6/CMFCore/tests/base/dummy.py        2005-11-19 20:12:41 UTC 
(rev 40256)
+++ CMF/branches/1.6/CMFCore/tests/base/dummy.py        2005-11-19 20:14:12 UTC 
(rev 40257)
@@ -59,7 +59,7 @@
         a page template.
         """
 
-        self.id = id
+        self.id = self._id = id
         self.title = title
         self._actions = {}
 

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to