diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-06-08 16:34:16 -0400 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-06-08 16:34:16 -0400 |
commit | c70646237e90e998259b72ae9c2497ad1f384432 (patch) | |
tree | 77832f7ce3b795515cc264efd79c0ce9b7a28014 /modules/gallery/tests/File_Structure_Test.php | |
parent | b1dad9974116b5cd8236041bc276519d50ee0866 (diff) |
Rename uploadify SWF wrappers to end in .swf.php for consistency.
Diffstat (limited to 'modules/gallery/tests/File_Structure_Test.php')
-rw-r--r-- | modules/gallery/tests/File_Structure_Test.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/gallery/tests/File_Structure_Test.php b/modules/gallery/tests/File_Structure_Test.php index f46d9d64..e42f7dcd 100644 --- a/modules/gallery/tests/File_Structure_Test.php +++ b/modules/gallery/tests/File_Structure_Test.php @@ -175,9 +175,10 @@ class File_Structure_Test extends Gallery_Unit_Test_Case { // Front controllers break; - case DOCROOT . "lib/uploadify/uploadify.php": - case DOCROOT . "lib/uploadify/uploadify.allglyphs.php": - // Uploadify wrappers - directly accessible + case DOCROOT . "lib/uploadify/uploadify.swf.php": + case DOCROOT . "lib/uploadify/uploadify.allglyphs.swf.php": + case DOCROOT . "lib/mediaelementjs/flashmediaelement.swf.php": + // SWF wrappers - directly accessible break; case DOCROOT . "local.php": |