[Zope3-checkins] CVS: Zope3/src/zope/app/file/ftests - test_file.py:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Mar 8 07:06:28 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/file/ftests
In directory cvs.zope.org:/tmp/cvs-serv13053/src/zope/app/file/ftests

Modified Files:
	test_file.py 
Log Message:


Adjusted code to use the new APIs for permissions and principals. Also, use
the utility service instead of the permission registry to look up permissions.




=== Zope3/src/zope/app/file/ftests/test_file.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/file/ftests/test_file.py:1.2	Tue Feb 24 11:49:49 2004
+++ Zope3/src/zope/app/file/ftests/test_file.py	Mon Mar  8 07:05:57 2004
@@ -11,11 +11,10 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
+"""File Functional Tests
 
 $Id$
 """
-
 import unittest
 
 from zope.testing.functional import BrowserTestCase




More information about the Zope3-Checkins mailing list