[CMF-checkins] CVS: Products/CMFCore/tests/fake_skins/fake_skin -
testsql.zsql:1.1.2.1
Jens Vagelpohl
jens at dataflake.org
Wed Apr 6 07:19:46 EDT 2005
Update of /cvs-repository/Products/CMFCore/tests/fake_skins/fake_skin
In directory cvs.zope.org:/tmp/cvs-serv13172/CMFCore/tests/fake_skins/fake_skin
Added Files:
Tag: CMF-1_5-branch
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)
=== Added File Products/CMFCore/tests/fake_skins/fake_skin/testsql.zsql ===
<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