[CMF-checkins] CVS: CMF - run_all_tests:1.2.6.1

seb seb@jamkit.com
Thu, 18 Oct 2001 05:52:58 -0400


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv9412/Products

Modified Files:
      Tag: seb-defaultActionRefactor-branch
	run_all_tests 
Log Message:
Refactored getDefaultView into CMFCore.utils._getView; can now specify a view to get by name.  
Added new TypesTool unit test.


=== CMF/run_all_tests 1.2 => 1.2.6.1 ===
-/usr/bin/find Products -name "*.pyc" | xargs rm
+/usr/bin/find Products -follow -name "*.pyc" | xargs rm
 
 for d in Products/{CMF,DC}*; do
     echo Testing package $d