aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upload/filespec_test.php
diff options
context:
space:
mode:
authorFyorl <gaelreth@gmail.com>2012-07-09 02:50:31 +0100
committerFyorl <gaelreth@gmail.com>2012-07-09 14:08:21 +0100
commitd046b25124e42f1fb99e1eb04b45420a3af3c4d2 (patch)
treeb1c7bfacb22bee83df297cf003ba39065af18f39 /tests/upload/filespec_test.php
parent1b3589aae81d44985b5731bf83cce41da6f713e1 (diff)
downloadforums-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
Diffstat (limited to 'tests/upload/filespec_test.php')
-rw-r--r--tests/upload/filespec_test.php2
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),
);
}