[CMF-checkins] CVS: CMF/CMFCore - ActionsTool.py:1.19.10.4

Andrew Sawyers andrew@zope.com
Thu, 3 Jan 2002 17:43:48 -0500


Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv32579/CMFCore

Modified Files:
      Tag: andrew_ttw_actions-branch
	ActionsTool.py 
Log Message:

*Factored out ActionInformation tests from ActionTool tests
*Fixed bug in ActionTool tests
*updated test_all.py


=== CMF/CMFCore/ActionsTool.py 1.19.10.3 => 1.19.10.4 ===
             provider = getattr(self, provider_name)
             a = provider.listActions(info)
-            #import pdb; pdb.set_trace()
             if a and type(a[0]) is not type({}):
                 ai_objs.extend(list(a))
             else: