[CMF-checkins] CVS: Products/CMFCore/Extensions - TestRecord.py:1.1.2.1

Jens Vagelpohl jens at dataflake.org
Wed Apr 6 07:19:45 EDT 2005


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'




More information about the CMF-checkins mailing list