octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #34943] Test fail in allchild.m (MinGW)


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34943] Test fail in allchild.m (MinGW)
Date: Wed, 30 Nov 2011 21:46:20 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2

Follow-up Comment #1, bug #34943 (project octave):

>From the octave prompt


octave:1> test allchild
  ***** test
 hf = figure ("visible", "off");
 unwind_protect
   l = line;
   assert(get(allchild(hf),'type'),{'axes'; 'uimenu'; 'uimenu'; 'uimenu'})
 unwind_protect_cleanup
   close (hf);
 end_unwind_protect
!!!!! test failed
assert (get (allchild (hf), 'type'),{'axes'; 'uimenu'; 'uimenu'; 'uimenu'})
expected
{
  [1,1] = axes
  [2,1] = uimenu
  [3,1] = uimenu
  [4,1] = uimenu
}
but got
axes
octave:2> graphics_toolkit fltk
octave:3> test allchild
PASSES 1 out of 1 tests


Then origin of the error is graphics_toolkit is not fltk.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34943>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]