[conduit: 40/138] We only have test pngs, not jpgs



commit 252aa7aa537eb79317bdb9153fb33860cea02077
Author: John Carr <john carr unrouted co uk>
Date:   Wed Apr 29 07:35:14 2009 -0700

    We only have test pngs, not jpgs
---
 test/soup/data/photo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/soup/data/photo.py b/test/soup/data/photo.py
index 902826e..cc0117e 100644
--- a/test/soup/data/photo.py
+++ b/test/soup/data/photo.py
@@ -5,7 +5,7 @@ from conduit.datatypes import Photo
 class PhotoWrapper(soup.data.DataWrapper):
 
     def iter_samples(self):
-        for f in self.get_files_from_data_dir("*.jpg"):
+        for f in self.get_files_from_data_dir("*.png"):
             p = Photo.Photo(URI=f)
             p.set_UID(p._get_text_uri())
             yield p



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]