Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-04 20:27:32 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-05 00:35:23 +0300
commitc27c6ea672a8937cc93e61b1db17b268e327b420 (patch)
tree048888daa4b442621f3fbfbdea90814031c4e2ce /tests/unit
parent98248fe47747189f63f757b2e799abc7300e7ea4 (diff)
Temporarily remove the missing icons from tests until they're re-inroduced in core
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/service/PreviewServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/service/PreviewServiceTest.php b/tests/unit/service/PreviewServiceTest.php
index 4df9ebbc..c66b1545 100644
--- a/tests/unit/service/PreviewServiceTest.php
+++ b/tests/unit/service/PreviewServiceTest.php
@@ -147,7 +147,7 @@ class PreviewServiceTest extends ServiceTest {
$supportedMimes,
[
// The method returns the path, but only checks for the key
- 'image/svg+xml' => '/core/img/filetypes/image-vector.png',
+ 'image/svg+xml' => '/core/img/filetypes/image.png',
]
);