[CMF-checkins] CVS: CMF/CMFCore/tests - test_FSMetadata.py:1.3.4.1
Tres Seaver
tseaver at zope.com
Mon Jan 12 11:32:13 EST 2004
Update of /cvs-repository/CMF/CMFCore/tests
In directory cvs.zope.org:/tmp/cvs-serv24452/CMFCore/tests
Modified Files:
Tag: CMF-1_4-branch
test_FSMetadata.py
Log Message:
- Correct parsing of the "acquire" flag in the metadata file (the
flag should be converted to an int).
=== CMF/CMFCore/tests/test_FSMetadata.py 1.3 => 1.3.4.1 ===
--- CMF/CMFCore/tests/test_FSMetadata.py:1.3 Sun Mar 23 23:59:09 2003
+++ CMF/CMFCore/tests/test_FSMetadata.py Mon Jan 12 11:31:43 2004
@@ -30,6 +30,11 @@
'Access contents information',
1,
['Manager','Anonymous'])
+ self._checkSettings(
+ self.ob.fake_skin.test6,
+ 'View management screens',
+ 0,
+ ['Manager'])
self._checkProxyRoles(
self.ob.fake_skin.test6,
['Manager', 'Anonymous'])
More information about the CMF-checkins
mailing list