changeset 17184:397bbb215632

ishghandle.m: Create a tmp image for checking handle. Don't use default.img. * scripts/plot/ishghandle.m: Create a tmp image for checking handle. Don't use default.img..
author Rik <rik@octave.org>
date Mon, 05 Aug 2013 14:13:09 -0700
parents ca5103ab0b21
children 6992c1bb4773
files scripts/plot/ishghandle.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/ishghandle.m	Fri Aug 02 19:48:34 2013 +0200
+++ b/scripts/plot/ishghandle.m	Mon Aug 05 14:13:09 2013 -0700
@@ -52,7 +52,7 @@
 %!   t = text;
 %!   assert (ishghandle (t));
 %!   assert (! ishghandle (-t));
-%!   i = image;
+%!   i = image ([1]);
 %!   assert (ishghandle (i));
 %!   assert (! ishghandle (-i));
 %!   hg = hggroup;