rdiff-backup-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-commits] Changes to rdiff-backup/testing/finaltest.py


From: Ben Escoto
Subject: [Rdiff-backup-commits] Changes to rdiff-backup/testing/finaltest.py
Date: Sun, 30 Oct 2005 23:53:34 -0500

Index: rdiff-backup/testing/finaltest.py
diff -u rdiff-backup/testing/finaltest.py:1.38 
rdiff-backup/testing/finaltest.py:1.39
--- rdiff-backup/testing/finaltest.py:1.38      Mon Oct 24 06:31:28 2005
+++ rdiff-backup/testing/finaltest.py   Mon Oct 31 04:53:31 2005
@@ -447,22 +447,6 @@
                for inc in self.get_all_increments(rbdir):
                        assert inc.getinctime() >= 20000
 
-       def testCompare(self):
-               """Test --compare and --compare-older-than modes"""
-               Myrm("testfiles/output")
-               self.set_connections(None, None, None, None)
-               self.exec_rb(10000, 'testfiles/increment1', 'testfiles/output')
-               self.exec_rb(20000, 'testfiles/increment2', 'testfiles/output')
-
-               self.exec_rb_extra_args_retval(20000, '--compare', 0,
-                                        'testfiles/increment2', 
'testfiles/output')
-               self.exec_rb_extra_args_retval(20000, '--compare', 1,
-                                        'testfiles/increment1', 
'testfiles/output')
-               self.exec_rb_extra_args_retval(20000, '--compare-at-time 
10000', 1,
-                                        'testfiles/increment2', 
'testfiles/output')
-               self.exec_rb_extra_args_retval(20000, '--compare-at-time 
10000', 0,
-                                        'testfiles/increment1', 
'testfiles/output')
-
 
 class FinalSelection(PathSetter):
        """Test selection options"""




reply via email to

[Prev in Thread] Current Thread [Next in Thread]