|
@@ -1204,7 +1204,6 @@ class ArchiverTestCase(ArchiverTestCaseBase):
|
|
test_archive = self.repository_location + '::test'
|
|
test_archive = self.repository_location + '::test'
|
|
self.cmd('create', test_archive, src_dir)
|
|
self.cmd('create', test_archive, src_dir)
|
|
self.cmd('list', '--list-format', '-', test_archive)
|
|
self.cmd('list', '--list-format', '-', test_archive)
|
|
- self.archiver.exit_code = 0 # reset exit code for following tests
|
|
|
|
output_1 = self.cmd('list', test_archive)
|
|
output_1 = self.cmd('list', test_archive)
|
|
output_2 = self.cmd('list', '--format', '{mode} {user:6} {group:6} {size:8d} {isomtime} {path}{extra}{NEWLINE}', test_archive)
|
|
output_2 = self.cmd('list', '--format', '{mode} {user:6} {group:6} {size:8d} {isomtime} {path}{extra}{NEWLINE}', test_archive)
|
|
output_3 = self.cmd('list', '--format', '{mtime:%s} {path}{NL}', test_archive)
|
|
output_3 = self.cmd('list', '--format', '{mtime:%s} {path}{NL}', test_archive)
|
|
@@ -1772,6 +1771,10 @@ class ArchiverTestCaseBinary(ArchiverTestCase):
|
|
def test_recreate_interrupt(self):
|
|
def test_recreate_interrupt(self):
|
|
pass
|
|
pass
|
|
|
|
|
|
|
|
+ @unittest.skip('patches objects')
|
|
|
|
+ def test_recreate_interrupt2(self):
|
|
|
|
+ pass
|
|
|
|
+
|
|
@unittest.skip('patches objects')
|
|
@unittest.skip('patches objects')
|
|
def test_recreate_changed_source(self):
|
|
def test_recreate_changed_source(self):
|
|
pass
|
|
pass
|