[ticket/10941] File 'txt' now too big so changed tests to reflect that

PHPBB3-10941
This commit is contained in:
Fyorl 2012-07-09 02:50:31 +01:00
parent 1b3589aae8
commit d046b25124

View file

@ -104,7 +104,7 @@ class phpbb_filespec_test extends phpbb_test_case
array('jpg', false), array('jpg', false),
array('png', true), array('png', true),
array('tif', false), array('tif', false),
array('txt', true), array('txt', false),
); );
} }