[CMF-checkins] CVS: CMF/CMFSetup/tests - test_skins.py:1.13
Florent Guillaume
fg at nuxeo.com
Sun Mar 27 12:41:42 EST 2005
Update of /cvs-repository/CMF/CMFSetup/tests
In directory cvs.zope.org:/tmp/cvs-serv10449/CMFSetup/tests
Modified Files:
test_skins.py
Log Message:
Clear skin using API.
Call setupCurrentSkin on the portal, not the skins tool.
=== CMF/CMFSetup/tests/test_skins.py 1.12 => 1.13 ===
--- CMF/CMFSetup/tests/test_skins.py:1.12 Tue Mar 22 14:25:40 2005
+++ CMF/CMFSetup/tests/test_skins.py Sun Mar 27 12:41:42 2005
@@ -71,6 +71,9 @@
self._setup_called = True
+ def clearCurrentSkin(self):
+ pass
+
class DummyFSDV( Item ):
meta_type = DirectoryView.DirectoryView.meta_type
More information about the CMF-checkins
mailing list