From d046b25124e42f1fb99e1eb04b45420a3af3c4d2 Mon Sep 17 00:00:00 2001 From: Fyorl Date: Mon, 9 Jul 2012 02:50:31 +0100 Subject: [PATCH] [ticket/10941] File 'txt' now too big so changed tests to reflect that PHPBB3-10941 --- tests/upload/filespec_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ); }