aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upload
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-04-26 09:24:09 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-04-26 09:24:09 +0200
commit03eae6fddd5bb96dd140e00ad8aaef4a8f562c08 (patch)
tree3ba807e1498a38704e92f945b9e78d2b72c25106 /tests/upload
parent3305885fc80c24be7316bebcaed07307397e5c7d (diff)
parent59a178f3cba87f536826df251120f03980a556c6 (diff)
downloadforums-03eae6fddd5bb96dd140e00ad8aaef4a8f562c08.tar
forums-03eae6fddd5bb96dd140e00ad8aaef4a8f562c08.tar.gz
forums-03eae6fddd5bb96dd140e00ad8aaef4a8f562c08.tar.bz2
forums-03eae6fddd5bb96dd140e00ad8aaef4a8f562c08.tar.xz
forums-03eae6fddd5bb96dd140e00ad8aaef4a8f562c08.zip
Merge branch '3.1.x'
Diffstat (limited to 'tests/upload')
-rw-r--r--tests/upload/filespec_test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/upload/filespec_test.php b/tests/upload/filespec_test.php
index 8fbb437ef0..0ecc0ceece 100644
--- a/tests/upload/filespec_test.php
+++ b/tests/upload/filespec_test.php
@@ -216,6 +216,8 @@ class phpbb_filespec_test extends phpbb_test_case
array('file.phpbb.gif', 'gif'),
array('file..', ''),
array('.file..jpg.webp', 'webp'),
+ array('/test.com/file', ''),
+ array('/test.com/file.gif', 'gif'),
);
}