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

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

[Octave-bug-tracker] [bug #48024] test failed - processing /home/EricB/o


From: Eric Breynaert
Subject: [Octave-bug-tracker] [bug #48024] test failed - processing /home/EricB/octave-4.0.1/scripts/plot/appearance/legend.m
Date: Thu, 26 May 2016 08:20:43 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36

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

                 Summary: test failed - processing
/home/EricB/octave-4.0.1/scripts/plot/appearance/legend.m
                 Project: GNU Octave
            Submitted by: splash
            Submitted on: Thu 26 May 2016 08:20:41 AM GMT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: EricB
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

CentOS 5.1

>>>>> processing /home/EricB/octave-4.0.1/scripts/plot/appearance/legend.m
***** test
 toolkit = graphics_toolkit ("gnuplot");
 h = figure ("visible", "off");
 unwind_protect
   position = get (h, "position");
   plot (rand (3));
   legend ();
   filename = sprintf ("%s.eps", tempname ());
   print (filename);
   unlink (filename);
   assert (get (h, "position"), position);
 unwind_protect_cleanup
   close (h);
   graphics_toolkit (toolkit);
 end_unwind_protect
!!!!! test failed
Invalid call to strcat.  Correct usage is:

 -- Function File:  strcat (S1, S2, ...)




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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