Chromium Code Reviews| Index: tests/download_from_google_storage_unittests.py |
| diff --git a/tests/download_from_google_storage_unittests.py b/tests/download_from_google_storage_unittests.py |
| index abf12d991d697f72805703aa99c3e05a2c9af4ca..5e57793740fa89f4dee78c952d7e0549f175c0bb 100755 |
| --- a/tests/download_from_google_storage_unittests.py |
| +++ b/tests/download_from_google_storage_unittests.py |
| @@ -82,7 +82,7 @@ class GstoolsUnitTests(unittest.TestCase): |
| self.assertEqual(err_lines[0], 'gsutil version 3.25') |
| self.assertEqual( |
| err_lines[1], |
| - 'checksum ce71ac982f1148315e7fa65cff2f83e8 (OK)') |
| + 'checksum 010822c61d38d70ac23600bc955fccf5 (OK)') |
|
iannucci
2013/06/04 05:15:15
why did this change? Is this the checksum of downl
|
| def test_get_sha1(self): |
| lorem_ipsum = os.path.join(self.base_path, 'lorem_ipsum.txt') |