浏览代码

Merge pull request #1879 from ThomasWaldmann/cleanup-recreate-tests

remove some unneeded test overriding methods
enkore 8 年之前
父节点
当前提交
6936526aae
共有 1 个文件被更改,包括 0 次插入16 次删除
  1. 0 16
      src/borg/testsuite/archiver.py

+ 0 - 16
src/borg/testsuite/archiver.py

@@ -1929,22 +1929,6 @@ class ArchiverTestCaseBinary(ArchiverTestCase):
     def test_init_interrupt(self):
     def test_init_interrupt(self):
         pass
         pass
 
 
-    @unittest.skip('patches objects')
-    def test_recreate_rechunkify_interrupt(self):
-        pass
-
-    @unittest.skip('patches objects')
-    def test_recreate_interrupt(self):
-        pass
-
-    @unittest.skip('patches objects')
-    def test_recreate_interrupt2(self):
-        pass
-
-    @unittest.skip('patches objects')
-    def test_recreate_changed_source(self):
-        pass
-
     @unittest.skip('test_basic_functionality seems incompatible with fakeroot and/or the binary.')
     @unittest.skip('test_basic_functionality seems incompatible with fakeroot and/or the binary.')
     def test_basic_functionality(self):
     def test_basic_functionality(self):
         pass
         pass