[CMF-checkins] SVN: CMF/branches/1.6/CMFCore/tests/base/dummy.py *
adding _id attribute to DummyType since the _getId() method
looks for it
Rob Miller
ra at burningman.com
Sat Nov 19 15:14:12 EST 2005
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 = {}
More information about the CMF-checkins
mailing list