nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

Fix "connectToThumbnails" API test when run in Travis CI #374

Closed danxuliu closed 6 years ago

danxuliu commented 6 years ago

Fixes #337

The server uses the Imagick PHP extension to generate PostScript previews and, in turn, ImageMagick requires Ghostscript to handle PostScript files. It seems that the base system used by Travis CI does not have Ghostscript installed by default, so it must be explicitly installed for the connectToThumbnails API test to work as expected.

By the way... if someone is bored, some test images need an update :-P

oparoz commented 6 years ago

Thank you @danxuliu . I'll open another issue for the failed acceptance test