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

Jens Vagelpohl jens at dataflake.org
Wed Apr 6 07:21:44 EDT 2005


Update of /cvs-repository/Products/CMFCore/Extensions
In directory cvs.zope.org:/tmp/cvs-serv13578/Extensions

Added Files:
	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)


=== Products/CMFCore/Extensions/TestRecord.py 1.1 => 1.2 ===
--- /dev/null	Wed Apr  6 07:21:44 2005
+++ Products/CMFCore/Extensions/TestRecord.py	Wed Apr  6 07:21:14 2005
@@ -0,0 +1,10 @@
+#
+#   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