diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-07 21:21:08 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-07 21:21:08 +0000 |
commit | 12701b18018ac7ddb7765be86094b77282d2db5e (patch) | |
tree | c8cb3c873d21b716d17c0dcde45292b3d7d92522 /core/tests | |
parent | 54646583bc9ce35b5f27f1b528c5e399bcd23270 (diff) |
The start of the exif module. so I can merger the exifer library
Diffstat (limited to 'core/tests')
-rw-r--r-- | core/tests/File_Structure_Test.php | 1 |
1 files changed, 1 insertions, 0 deletions
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) == "~"); |