summaryrefslogtreecommitdiffstats
path: root/bindings/python/tests
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-07-14 23:06:45 -0400
committerTodd Zullinger <tmz@pobox.com>2008-07-14 23:06:45 -0400
commit5486a8db411919d65100eaa65ba804f76ae8b801 (patch)
tree957bf2600670149b43630471d1c5cefdda557e80 /bindings/python/tests
parent8d102ec17fcaadfdfab35ee06e09f56acd192088 (diff)
Update python bindings to work with new thumbnail API
Diffstat (limited to 'bindings/python/tests')
-rw-r--r--bindings/python/tests/tests.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/bindings/python/tests/tests.py b/bindings/python/tests/tests.py
index f52015e..6efb114 100644
--- a/bindings/python/tests/tests.py
+++ b/bindings/python/tests/tests.py
@@ -182,10 +182,5 @@ class TestPhotoDatabase(unittest.TestCase):
for album in self.db.PhotoAlbums:
[photo for photo in album]
- def testEnumeratePhotosThumbs(self):
- for album in self.db.PhotoAlbums:
- for photo in album:
- [thumb for thumb in photo.thumbnails]
-
if __name__ == '__main__':
unittest.main()