Closed bgilbert closed 12 months ago
All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.
Bypass the file-exists check if the file path is empty, allowing the synthetic test slide to be opened. If
OPENSLIDE_DEBUG=synthetic
is not set, we'll still fail, but with anIOException
instead of aFileNotFoundException
.