From 12701b18018ac7ddb7765be86094b77282d2db5e Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 7 Feb 2009 21:21:08 +0000 Subject: The start of the exif module. so I can merger the exifer library --- core/tests/File_Structure_Test.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/tests/File_Structure_Test.php') diff --git a/core/tests/File_Structure_Test.php b/core/tests/File_Structure_Test.php index e648192a..1f4d826f 100644 --- a/core/tests/File_Structure_Test.php +++ b/core/tests/File_Structure_Test.php @@ -150,6 +150,7 @@ class GalleryCodeFilterIterator extends FilterIterator { strpos($path_name, MODPATH . "kodoc") !== false || strpos($path_name, MODPATH . "mptt") !== false || strpos($path_name, MODPATH . "unit_test") !== false || + strpos($path_name, MODPATH . "exif/lib") !== false || strpos($path_name, MODPATH . "user/libraries/PasswordHash") !== false || strpos($path_name, SYSPATH) !== false || substr($path_name, -1, 1) == "~"); -- cgit v1.2.3