logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: CMF/CMFSetup/tests - test_skins.py:1.13: msg#00204

Subject: CVS: CMF/CMFSetup/tests - test_skins.py:1.13
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


<Prev in Thread] Current Thread [Next in Thread>