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

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

[Octave-bug-tracker] [bug #34280] unimplemented.m test fail (MinGW)


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34280] unimplemented.m test fail (MinGW)
Date: Thu, 15 Sep 2011 05:46:32 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1

Follow-up Comment #2, bug #34280 (project octave):

I have struggled to see what happened.


octave:1>  test unimplemented
  ***** test
 str = unimplemented ("no_name_function");
 assert (isempty (str));
 str = unimplemented ("quad2d");
 assert (str(1:51), "quad2d is not implemented.  Consider using dblquad.");
 str = unimplemented ("MException");
 assert (str(1:58), "the `MException' function is not yet implemented in
Octave");
!!!!! test failed
assert (str (1:51),"quad2d is not implemented.  Consider using dblquad.")
expected
quad2d is not implemented.  Consider using dblquad.
but got
 quad2d is not implemented.  Consider using dblqua
octave:2> str = unimplemented ("quad2d");
octave:3> str
 Please readot implemented.  Consider using dblquad.
`http://www.octave.org/missing.html' to learn how you can contribute
 issing functionality.


octave:4> str(1:51)
 quad2d is not implemented.  Consider using dblqua
octave:5> str(1:53)
 quad2d is not implemented.  Consider using dblquad.
octave:6> whos
Variables in the current scope:

   Attr Name        Size                     Bytes  Class
   ==== ====        ====                     =====  =====
        ans         1x53                        53  char
        str         1x165                      165  char

Total is 218 elements using 218 bytes

octave:7> str(1:153)
 Please readot implemented.  Consider using dblquad.
`http://www.octave.org/missing.html' to learn how you can contribute
missing functio
octave:8>


Any suggestions?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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