Update of /cvs-repository/Products/CMFCore/Extensions
In directory cvs.zope.org:/tmp/cvs-serv13172/CMFCore/Extensions
Added Files:
Tag: CMF-1_5-branch
TestRecord.py
Log Message:
- CMFCore.FSZSQLMethod: Added configuration parameters that were left out.
Some of the configuration parameters to ZSQL methods, specifically
those describing custom pluggable brains classes and the
connection_hook, were not implemented in FSZSQLMethod. Also added a
first small unittest module for FSZSQLMethod testing.
(http://www.zope.org/Collectors/CMF/335)
=== Added File Products/CMFCore/Extensions/TestRecord.py ===
#
# TestRecord - Used for FSZSQLMethod tests
#
class MyRecord:
def my_uncle(self):
""" Bruce is my uncle """
return 'bruce'
_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins