[gnuplot5] 01/03: Update autotests.

Anton Gladky gladk at moszumanska.debian.org
Sat Jul 12 09:42:55 UTC 2014


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

gladk pushed a commit to branch master
in repository gnuplot5.

commit d50bd7e592a8da316e9e1d5c9644eed7f1161a15
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Jul 12 09:43:07 2014 +0200

    Update autotests.
---
 debian/tests/arrowstyle | 10 +---------
 debian/tests/control    |  2 +-
 debian/tests/fillstyle  |  2 +-
 debian/tests/test       | 17 -----------------
 4 files changed, 3 insertions(+), 28 deletions(-)

diff --git a/debian/tests/arrowstyle b/debian/tests/arrowstyle
index 12b2cc4..8b9294e 100755
--- a/debian/tests/arrowstyle
+++ b/debian/tests/arrowstyle
@@ -201,6 +201,7 @@ cat <<EOF > arrowstyle.dem
 #
 #
 #
+set terminal postscript eps color 
 set xrange [-1000:1000]
 set yrange [-178:86]
 set tics scale 0
@@ -241,42 +242,34 @@ set label 'arrowstyle 8:' at -520,-170 right
 set title 'Top: plot with vectors arrowstyle 1, Bottom: explicit arrows'
 plot \
      'arrowstyle.dat' using 1:2:(0):3 notitle with vectors arrowstyle 1
-pause -1 "Hit return to continue"
 
 set title 'Top: plot with vectors arrowstyle 2, Bottom: explicit arrows'
 plot \
      'arrowstyle.dat' using 1:2:(0):3 notitle with vectors arrowstyle 2
-pause -1 "Hit return to continue"
 
 set title 'Top: plot with vectors arrowstyle 3, Bottom: explicit arrows'
 plot \
      'arrowstyle.dat' using 1:2:(0):3 notitle with vectors arrowstyle 3
-pause -1 "Hit return to continue"
 
 set title 'Top: plot with vectors arrowstyle 4, Bottom: explicit arrows'
 plot \
      'arrowstyle.dat' using 1:2:(0):3 notitle with vectors arrowstyle 4
-pause -1 "Hit return to continue"
 
 set title 'Top: plot with vectors arrowstyle 5, Bottom: explicit arrows'
 plot \
      'arrowstyle.dat' using 1:2:(0):3 notitle with vectors arrowstyle 5
-pause -1 "Hit return to continue"
 
 set title 'Top: plot with vectors arrowstyle 6, Bottom: explicit arrows'
 plot \
      'arrowstyle.dat' using 1:2:(0):3 notitle with vectors arrowstyle 6
-pause -1 "Hit return to continue"
 
 set title 'Top: plot with vectors arrowstyle 7, Bottom: explicit arrows'
 plot \
      'arrowstyle.dat' using 1:2:(0):3 notitle with vectors arrowstyle 7
-pause -1 "Hit return to continue"
 
 set title 'Top: plot with vectors arrowstyle 8, Bottom: explicit arrows'
 plot \
      'arrowstyle.dat' using 1:2:(0):3 notitle with vectors arrowstyle 8
-pause -1 "Hit return to continue"
 
 #reset
 
@@ -292,7 +285,6 @@ plot '1.dat' using 1:2:(+1):(+1) with vectors lt 4 filled title 'filled', \
      '2.dat' using 1:2:(+1):(+1) with vectors lt 1 heads title 'double-headed', \
      '2.dat' using (\$1):(2-\$2/3):(+1):(+2.5):(int(\$0)%8 + 1) with vectors as var ti 'arrowstyle variable'
 #
-pause -1 "Hi return to continue"
 #
 reset
 EOF
diff --git a/debian/tests/control b/debian/tests/control
index 7ee96a3..27af8d6 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
 Tests: arrowstyle epslatex fillstyle
-Depends: gnuplot-nox
+Depends: gnuplot5-nox
diff --git a/debian/tests/fillstyle b/debian/tests/fillstyle
index 53fd1d8..65e8448 100755
--- a/debian/tests/fillstyle
+++ b/debian/tests/fillstyle
@@ -17,7 +17,7 @@ cat <<EOF > fillstyle.dem
 # ./configure --enable-filledboxes --enable-relative-boxwidth
 #
 reset
-
+set terminal postscript eps color 
 set samples 25
 unset xtics
 unset ytics
diff --git a/debian/tests/test b/debian/tests/test
deleted file mode 100755
index dbb5b98..0000000
--- a/debian/tests/test
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-# autopkgtest check
-# (C) 2014 Anton Gladky
-
-set -e
-
-WORKDIR=$(mktemp -d)
-trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
-cd $WORKDIR
-
-cat <<EOF > a.dat
-EOF
-
-
-gnuplot < arrowstyle.dem
-
-echo "run: OK"

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



More information about the debian-science-commits mailing list