help-octave
[Top][All Lists]
Advanced

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

Re: Octave 2.9.12 available for ftp


From: John W. Eaton
Subject: Re: Octave 2.9.12 available for ftp
Date: Thu, 14 Jun 2007 17:10:43 -0400

On 24-May-2007, Paul Kienzle wrote:

| I've added an 'xtest' block.  We may want to use this on the
| statistical tests as well.

I checked in this change since I see that it can be useful, but I'm
not sure that it helps with the current test failures in ismember.m
that are written with assert and fail:

    ***** assert (ismember ('', {'abc', 'def'}), false);
  !!!!! test failed
  error: assert (ismember (, {"abc", "def"}),false) expected
  0
  but got
  [](0x0)
  Dimensions don't match
    ***** fail ('ismember ([], {1, 2})', 'error:.*');
  !!!!! test failed
  error: expected error <error:.*> but got none

jwe


reply via email to

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