[CMF-checkins] CVS: CMF/CMFSetup/tests/default_profile - toolset.xml:1.1

Tres Seaver tseaver at zope.com
Wed Jun 30 14:13:00 EDT 2004


Update of /cvs-repository/CMF/CMFSetup/tests/default_profile
In directory cvs.zope.org:/tmp/cvs-serv26029/tests/default_profile

Added Files:
	toolset.xml 
Log Message:


  - The "toolset" handler had a bootstrapping problem;  it relies on
    state which is not kept anywhere in the site!  Solve the problem
    by making the handler a sub-object of the setup tool, and renaming
    it "ToolsetRegistry" (note that its code migrated into the 'registry'
    module).

  - Add tests for export / import of toolset on actual site.


=== Added File CMF/CMFSetup/tests/default_profile/toolset.xml ===
<?xml version="1.0"?>
<tool-setup>
 <forbidden tool_id="doomed" />
 <required tool_id="mandatory" class="path.to.one" />
 <required tool_id="obligatory" class="path.to.another" />
</tool-setup>



More information about the CMF-checkins mailing list