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: Tue, 13 Sep 2011 00:00:59 +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

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

                 Summary: unimplemented.m test fail (MinGW)
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年09月13日 00時00分59秒
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


  ***** 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





    _______________________________________________________

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]