[Zope3-checkins] CVS: Zope3/src/zope/app/ftp/tests - test_ftpview.py:1.3

Sidnei da Silva sidnei@x3ng.com.br
Mon, 23 Jun 2003 13:17:35 -0400


Update of /cvs-repository/Zope3/src/zope/app/ftp/tests
In directory cvs.zope.org:/tmp/cvs-serv14183/src/zope/app/ftp/tests

Modified Files:
	test_ftpview.py 
Log Message:
1. Whitespace cleanup. 2. Docstring fixing. 3. Modified DAV code and tests to append '/' to the path if the last element is 'dir-like'. 4. Support for MKCOL with tests + functional tests. 5. Refactored DAV functional tests into a base class for reusing

=== Zope3/src/zope/app/ftp/tests/test_ftpview.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/ftp/tests/test_ftpview.py:1.2	Wed Jun  4 07:13:48 2003
+++ Zope3/src/zope/app/ftp/tests/test_ftpview.py	Mon Jun 23 13:17:03 2003
@@ -159,7 +159,7 @@
         f = StringIO()
         self.__view.readfile('f', f, 3, 9)
         self.assertEqual(f.getvalue(), 'contents of\nf'[3:9])
-        
+
     def test_lsinfo(self):
         self.assertEqual(
             norm_info(self.__view.lsinfo('test')),