[CMF-checkins] CVS: CMF/CMFCore/tests - test_FSMetadata.py:1.3

Andy McKay andy@agmweb.ca
Sun, 23 Mar 2003 23:59:09 -0500


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

Modified Files:
	test_FSMetadata.py 
Log Message:
Add test for proxy roles on Python scripts


=== CMF/CMFCore/tests/test_FSMetadata.py 1.2 => 1.3 ===
--- CMF/CMFCore/tests/test_FSMetadata.py:1.2	Sun Mar 23 23:31:08 2003
+++ CMF/CMFCore/tests/test_FSMetadata.py	Sun Mar 23 23:59:09 2003
@@ -30,6 +30,9 @@
             'Access contents information',
             1,
             ['Manager','Anonymous'])
+        self._checkProxyRoles(
+            self.ob.fake_skin.test6, 
+            ['Manager', 'Anonymous'])
     
     def test_proxy(self):
         """ Test roles """