diff scripts/plot/__print_parse_opts__.m @ 11031:d81b6144c4ba

__print_parse_opts__.m: Fix test.
author Ben Abbott <bpabbott@mac.com>
date Tue, 28 Sep 2010 08:22:15 -0400
parents a2bdd9180a3c
children a8ac114ec9ab
line wrap: on
line diff
--- a/scripts/plot/__print_parse_opts__.m	Tue Sep 28 13:56:10 2010 +0200
+++ b/scripts/plot/__print_parse_opts__.m	Tue Sep 28 08:22:15 2010 -0400
@@ -388,7 +388,7 @@
 %! assert (opts.devopt, "jpeg")
 %! assert (opts.name, "foobar.jpg")
 %! assert (opts.ghostscript.device, "jpeg")
-%! assert (opts.ghostscript.epscrop, false);
+%! assert (opts.ghostscript.epscrop, true);
 %! assert (opts.ghostscript.papersize, "");
 %! assert (opts.ghostscript.pageoffset, [0, 0]);
 %! assert (opts.send_to_printer, false);