Changeset 114

Show
Ignore:
Timestamp:
2002-03-30 15:11:29 (7 years ago)
Author:
schwa
Message:
TestFileOperations: removed method write_test_data because its no longer
    necessary with mock sessions.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/_test_ftputil.py

    r113 r114  
    3030# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    3131 
    32 # $Id: _test_ftputil.py,v 1.28 2002/03/30 15:10:27 schwa Exp $ 
     32# $Id: _test_ftputil.py,v 1.29 2002/03/30 15:11:29 schwa Exp $ 
    3333 
    3434import unittest 
     
    165165#         host.remove(path2) 
    166166# 
    167 #     def write_test_data(self, data, mode): 
    168 #         """Write test data to the remote host.""" 
    169 #         output = self.host.file(self.remote_name, mode) 
    170 #         output.write(data) 
    171 #         output.close() 
    172 # 
    173167#     def binary_write(self): 
    174168#         """Write binary data to the host and read it back."""