[CMF-checkins] CVS: Products/CMFCore/tests/fake_skins/fake_skin -
testsql.zsql:1.2
Jens Vagelpohl
jens at dataflake.org
Wed Apr 6 07:21:14 EDT 2005
Update of /cvs-repository/Products/CMFCore/tests/fake_skins/fake_skin
In directory cvs.zope.org:/tmp/cvs-serv13578/tests/fake_skins/fake_skin
Added Files:
testsql.zsql
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/tests/fake_skins/fake_skin/testsql.zsql 1.1 => 1.2 ===
--- /dev/null Wed Apr 6 07:21:14 2005
+++ Products/CMFCore/tests/fake_skins/fake_skin/testsql.zsql Wed Apr 6 07:21:14 2005
@@ -0,0 +1,15 @@
+<dtml-comment>
+title : This is a title
+connection id : testconn
+arguments : id
+max_rows : 1000
+max_cache : 100
+cache_time : 10
+class_name : MyRecord
+class_file : CMFCore.TestRecord
+connection_hook : MyHook
+</dtml-comment>
+FROM test_table
+SELECT *
+WHERE <dtml-sqltest id type="string">
+
More information about the CMF-checkins
mailing list