summaryrefslogtreecommitdiff
path: root/fs/tests
diff options
context:
space:
mode:
authorgcode@loowis.durge.org <gcode@loowis.durge.org@67cdc799-7952-0410-af00-57a81ceafa0f>2012-08-14 14:39:24 +0000
committergcode@loowis.durge.org <gcode@loowis.durge.org@67cdc799-7952-0410-af00-57a81ceafa0f>2012-08-14 14:39:24 +0000
commit0ff07d30d2c6a51b676bc07bf76e8fcb682fccb7 (patch)
treebd7a6fcba8d6c10a7c3f59641f9cff38bb30d232 /fs/tests
parentd59a6dfc9802434fc2f55bca6b9bf6cab98c6114 (diff)
downloadpyfilesystem-0ff07d30d2c6a51b676bc07bf76e8fcb682fccb7.tar.gz
No need to save original_setcontents in fakeOn - it's already done in setUp.
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@807 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/tests')
-rw-r--r--fs/tests/test_remote.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/tests/test_remote.py b/fs/tests/test_remote.py
index dbe96d7..a5cc8c5 100644
--- a/fs/tests/test_remote.py
+++ b/fs/tests/test_remote.py
@@ -89,7 +89,6 @@ class TestRemoteFileBuffer(unittest.TestCase, FSTestCases, ThreadingTestCases):
Turn on fake_setcontents(). When setcontents on RemoteTempFS
is called, FakeException is raised and nothing is stored.
'''
- self.original_setcontents = self.fs.setcontents
self.fs.setcontents = self.fake_setcontents
def fakeOff(self):