diff options
author | Fyorl <gaelreth@gmail.com> | 2012-07-09 02:50:31 +0100 |
---|---|---|
committer | Fyorl <gaelreth@gmail.com> | 2012-07-09 14:08:21 +0100 |
commit | d046b25124e42f1fb99e1eb04b45420a3af3c4d2 (patch) | |
tree | b1c7bfacb22bee83df297cf003ba39065af18f39 | |
parent | 1b3589aae81d44985b5731bf83cce41da6f713e1 (diff) | |
download | forums-d046b25124e42f1fb99e1eb04b45420a3af3c4d2.tar forums-d046b25124e42f1fb99e1eb04b45420a3af3c4d2.tar.gz forums-d046b25124e42f1fb99e1eb04b45420a3af3c4d2.tar.bz2 forums-d046b25124e42f1fb99e1eb04b45420a3af3c4d2.tar.xz forums-d046b25124e42f1fb99e1eb04b45420a3af3c4d2.zip |
[ticket/10941] File 'txt' now too big so changed tests to reflect that
PHPBB3-10941
-rw-r--r-- | tests/upload/filespec_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/upload/filespec_test.php b/tests/upload/filespec_test.php index 5d75b5fabd..34d561eaa0 100644 --- a/tests/upload/filespec_test.php +++ b/tests/upload/filespec_test.php @@ -104,7 +104,7 @@ class phpbb_filespec_test extends phpbb_test_case array('jpg', false), array('png', true), array('tif', false), - array('txt', true), + array('txt', false), ); } |