[CMF-checkins]
SVN: CMF/branches/1.6/CMFDefault/tests/test_Portal.py
* added 'CMF BTree Folder' to the list of ignored types in
Rob Miller
ra at burningman.com
Sat Nov 19 19:09:12 EST 2005
Log message for revision 40265:
* added 'CMF BTree Folder' to the list of ignored types in
test_MetadataCataloguing
Changed:
U CMF/branches/1.6/CMFDefault/tests/test_Portal.py
-=-
Modified: CMF/branches/1.6/CMFDefault/tests/test_Portal.py
===================================================================
--- CMF/branches/1.6/CMFDefault/tests/test_Portal.py 2005-11-19 23:23:49 UTC (rev 40264)
+++ CMF/branches/1.6/CMFDefault/tests/test_Portal.py 2005-11-20 00:09:11 UTC (rev 40265)
@@ -78,6 +78,7 @@
portal_types = [ x for x in site.portal_types.listContentTypes()
if x not in ( 'Discussion Item'
+ , 'CMF BTree Folder'
, 'Folder'
, 'Topic'
) ]
More information about the CMF-checkins
mailing list