summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/finaltest.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-20 05:43:37 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-20 05:43:37 +0000
commit5d3974dcd81e009293afe2372364983ad3810568 (patch)
tree64a99f5130cdd780eb1898861c6d200737cbd2a4 /rdiff-backup/testing/finaltest.py
parentea85480d1d7482802d213ee35624211f31b8ace5 (diff)
downloadrdiff-backup-5d3974dcd81e009293afe2372364983ad3810568.tar.gz
Removed --mirror-only feature and most checkpointing/recovery code
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@250 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/finaltest.py')
-rw-r--r--rdiff-backup/testing/finaltest.py34
1 files changed, 17 insertions, 17 deletions
diff --git a/rdiff-backup/testing/finaltest.py b/rdiff-backup/testing/finaltest.py
index 7e3c1df..9d1f9ae 100644
--- a/rdiff-backup/testing/finaltest.py
+++ b/rdiff-backup/testing/finaltest.py
@@ -198,23 +198,23 @@ class Final(PathSetter):
self.set_connections(None, None, "test2/tmp", "../../")
self.runtest()
- def testMirroringLocal(self):
- """Run mirroring only everything remote"""
- self.delete_tmpdirs()
- self.set_connections(None, None, None, None)
- self.exec_rb_extra_args(10000, "-m",
- "testfiles/various_file_types",
- "testfiles/output")
- assert CompareRecursive(Local.vftrp, Local.rpout, exclude_rbdir = None)
-
- def testMirroringRemote(self):
- """Run mirroring only everything remote"""
- self.delete_tmpdirs()
- self.set_connections("test1/", "../", "test2/tmp/", "../../")
- self.exec_rb_extra_args(10000, "-m",
- "testfiles/various_file_types",
- "testfiles/output")
- assert CompareRecursive(Local.vftrp, Local.rpout, exclude_rbdir = None)
+# def testMirroringLocal(self):
+# """Run mirroring only everything remote"""
+# self.delete_tmpdirs()
+# self.set_connections(None, None, None, None)
+# self.exec_rb_extra_args(10000, "-m",
+# "testfiles/various_file_types",
+# "testfiles/output")
+# assert CompareRecursive(Local.vftrp, Local.rpout, exclude_rbdir = None)
+
+# def testMirroringRemote(self):
+# """Run mirroring only everything remote"""
+# self.delete_tmpdirs()
+# self.set_connections("test1/", "../", "test2/tmp/", "../../")
+# self.exec_rb_extra_args(10000, "-m",
+# "testfiles/various_file_types",
+# "testfiles/output")
+# assert CompareRecursive(Local.vftrp, Local.rpout, exclude_rbdir = None)
def testProcRemote(self):
"""Test mirroring proc"""