Make pictures smaller

This commit is contained in:
Don Mitchell
2014-07-07 18:01:18 -04:00
parent 173be7d279
commit a74ba6b932
4 changed files with 1 additions and 4 deletions

View File

@@ -154,10 +154,7 @@ class TestContentstore(unittest.TestCase):
course1_assets, count = self.contentstore.get_all_content_for_course(self.course1_key)
self.assertEqual(count, len(self.course1_files), course1_assets)
for asset in course1_assets:
if deprecated:
parsed = AssetLocation.from_deprecated_string(asset['filename'])
else:
parsed = AssetLocation.from_string(asset['filename'])
parsed = AssetLocation.from_deprecated_string(asset['filename'])
self.assertIn(parsed.name, self.course1_files)
course1_assets, __ = self.contentstore.get_all_content_for_course(self.course1_key, 1, 1)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 15 KiB