octave-maintainers
[Top][All Lists]
Advanced

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

__print_parse_opts__.m test fails


From: Marco Atzeri
Subject: __print_parse_opts__.m test fails
Date: Mon, 27 Sep 2010 19:31:04 +0000 (GMT)

on cygwin with gcc-4.3.4

$ hg tip
changeset:   11024:fa56fd98c0c5
tag:         tip
user:        Rik <address@hidden>
date:        Sun Sep 26 12:55:38 2010 -0700
summary:     Remove requirement for PCRE in Octave.  (Bug #31025)

I just noticed this test failure 

>>>>> processing /pub/hg/octave/scripts/plot/__print_parse_opts__.m
  ***** test
 opts = __print_parse_opts__ ("-dpsc", "-append", "-loose");
 assert (opts.devopt, "pswrite");
 assert (opts.send_to_printer, true);
 assert (opts.use_color, 1);
 assert (opts.append_to_file, false);
 assert (opts.ghostscript.device, "pswrite")
 assert (opts.ghostscript.epscrop, false);
!!!!! test failed
assert (opts.ghostscript.epscrop,false) expected
0
but got
 1


$ gs --version
8.63

Is any other version requested ?

Marco




      




reply via email to

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