[feedgnuplot] 07/10: tests use some of the nicer new syntax

Dima Kogan dima at secretsauce.net
Wed Feb 5 22:05:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.

commit 6cb1574e2bcb89064cdd16d6dbbbf35ff271c937
Author: Dima Kogan <dima at secretsauce.net>
Date:   Wed Feb 5 13:53:34 2014 -0800

    tests use some of the nicer new syntax
---
 t/plots.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/plots.t b/t/plots.t
index f61406d..821d9e5 100644
--- a/t/plots.t
+++ b/t/plots.t
@@ -804,7 +804,7 @@ EOF
 tryplot( testname => 'Error bars (using extraValuesPerPoint)',
          cmd      => q{seq 5 | gawk '{print $1,$1,$1/10}'},
          options  => [qw(--domain),
-                      qw(--extraValuesPerPoint 1 --curvestyle 0), 'with errorbars'],
+                      qw(--extraValuesPerPoint 1 --with errorbars)],
          refplot  => <<'EOF' );
 

 
@@ -2280,7 +2280,7 @@ sub tryplot
   my %args = @_;
 
   my @options = ('--exit',
-                 '--extracmds', 'unset grid',
+                 qw(--unset grid),
                  '--terminal', 'dumb 100,40');
   unshift @options, @{$args{options}};
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git



More information about the debian-science-commits mailing list