octave-maintainers
[Top][All Lists]
Advanced

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

Problem with test_perfer.m


From: Ben Abbott
Subject: Problem with test_perfer.m
Date: Fri, 23 Jan 2009 07:32:11 -0500

Soren,

I encountered a test failure related to the "help functions as m-files".

octave:25> test test_prefer.m
  ***** test
 ped = print_empty_dimensions ();
 print_empty_dimensions (0);
 a = cell (1, 1);
 b = type -q a;
 assert(!isempty(findstr(b,"[]")));
 assert(isempty(findstr(b,"[](0x0)")));
 print_empty_dimensions (ped);
!!!!! test failed
type: `a' undefinedoctave:26>
octave:26>
octave:26>
octave:26> a = cell(1,1)
a =

{
  [1,1] = []
}

octave:27> b = type -q a
error: type: `a' undefined

Does this test pass for you?

Ben


reply via email to

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