changeset 22558:1751d490dc2f stable

test: Change tests w/imread to use names without spaces (bug #49219). * imfinfo.m, imread.m: Change filename in BIST tests to "I_sure_hope_this_file_does_not_exist.jpg".
author Rik <rik@octave.org>
date Thu, 29 Sep 2016 15:59:48 -0700
parents 345c1c3ad908
children 27f2a7a3b55d
files scripts/image/imfinfo.m scripts/image/imread.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/image/imfinfo.m	Thu Sep 29 15:44:54 2016 -0700
+++ b/scripts/image/imfinfo.m	Thu Sep 29 15:59:48 2016 -0700
@@ -173,7 +173,7 @@
 %! imformats ("update", "jpg", fmt);
 %! unwind_protect
 %!   try
-%!     imread ("I sure hope this file does not exist.jpg");
+%!     imread ("I_sure_hope_this_file_does_not_exist.jpg");
 %!   catch
 %!     error_thrown = true;
 %!   end_try_catch
--- a/scripts/image/imread.m	Thu Sep 29 15:44:54 2016 -0700
+++ b/scripts/image/imread.m	Thu Sep 29 15:59:48 2016 -0700
@@ -171,7 +171,7 @@
 %! imformats ("update", "jpg", fmt);
 %! unwind_protect
 %!   try
-%!     imread ("I sure hope this file does not exist.jpg");
+%!     imread ("I_sure_hope_this_file_does_not_exist.jpg");
 %!   catch
 %!     error_thrown = true;
 %!   end_try_catch