HomeSort by relevance Sort by last modified time
    Searched refs:FixArchive (Results 1 - 2 of 2) sorted by null

  /development/scripts/
divide_and_compress_test.py 151 """Tests for the DirectoryZipper.FixArchive method."""
192 """Test behavior of FixArchive when the archive has a single member.
206 self.assertEqual(False, test_target.FixArchive('SIZE'))
224 """Test behavior of DirectoryZipper.FixArchive with a multi-file archive.
226 We expect that FixArchive will rename the old archive, adding '-old' before
243 self.assertEqual(True, test_target.FixArchive('SIZE'))
417 """Mock out DirectoryZipper.ArchiveIsValid and DirectoryZipper.FixArchive.
425 self.my_mox.StubOutWithMock(self.test_target, 'FixArchive')
432 self.test_target.FixArchive('SIZE').AndReturn(True)
437 self.test_target.FixArchive('SIZE').AndReturn(True
    [all...]
divide_and_compress.py 246 if not self.FixArchive('SIZE'):
281 def FixArchive(self, problem):

Completed in 30 milliseconds