changeset 13223:931d4b7dc205

avoid output in test * uimenu.m: Avoid output in test.
author John W. Eaton <jwe@octave.org>
date Sun, 25 Sep 2011 19:41:15 -0400
parents 82f3a0c27569
children 359153d26cc1
files scripts/plot/uimenu.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/uimenu.m	Sun Sep 25 19:44:04 2011 -0400
+++ b/scripts/plot/uimenu.m	Sun Sep 25 19:41:15 2011 -0400
@@ -140,7 +140,7 @@
 %!test
 %! hf = figure ("visible", "off");
 %! unwind_protect
-%!   uie = findall (hf, "label", "&edit")
+%!   uie = findall (hf, "label", "&edit");
 %!   myui = uimenu (uie, "label", "mylabel");
 %!   assert (ancestor (myui, "uimenu", "toplevel"), uie)
 %! unwind_protect_cleanup