source: products/qPingTool/trunk/tests/config.py @ 2111

Last change on this file since 2111 was 205, checked in by chervol, 18 years ago

fixed labels in configlet

File size: 635 bytes
Line 
1# for testPropertiesToolConf
2nt_properties = (("metaTypesNotToList", "lines", ["PingTool"]), )
3
4s_properties = (("use_folder_tabs", "lines", ["PingTool"]),
5                ("typesLinkToFolderContentsInFC", "lines", ["PingTool"]),
6                ("typesUseViewActionInListings", "lines", ["PingInfo"]),)
7
8
9# for test_skin_installed
10skins_content = ['ping_now', 'ping_setup', 'save_ping_setup', 'tool.gif']
11
12# for test_installedAllTypes
13istalled_types = ['PingTool', 'PingInfo']
14
15# for test_added_action
16types_actions = ({'type':'PingTool', 'actions':(('view', 'View', 'string:folder_contents', ('Manage portal',), 'object', True),)},)
Note: See TracBrowser for help on using the repository browser.