[feedgnuplot] 33/42: removed load test, since the functional tests all supersede it

Dima Kogan dkogan-guest at alioth.debian.org
Sun Oct 20 08:04:09 UTC 2013


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

dkogan-guest pushed a commit to tag v1.25
in repository feedgnuplot.

commit 0f4fc698359a62850b259d3b7217d213ef314305
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sat Oct 19 22:47:20 2013 -0700

    removed load test, since the functional tests all supersede it
    
    This allows me to drop the dependency on Test::Script::Run
---
 MANIFEST    |    1 -
 t/00-load.t |   16 ----------------
 2 files changed, 17 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index c2ff39a..76dee53 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,7 +1,6 @@
 Makefile.PL
 MANIFEST
 bin/feedgnuplot
-t/00-load.t
 t/manifest.t
 t/plots.t
 Changes
diff --git a/t/00-load.t b/t/00-load.t
deleted file mode 100644
index 0a99850..0000000
--- a/t/00-load.t
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/perl
-
-# require a threaded perl for my tests. This block lifted verbatim from the cpantesters wiki
-BEGIN {
-  use Config;
-  if (! $Config{'useithreads'}) {
-    print("1..0 # Skip: Perl not compiled with 'useithreads'\n");
-    exit(0);
-  }
-}
-
-use Test::More tests => 1;
-use Test::Script::Run;
-
-run_ok( 'feedgnuplot', ['--help'], 'feedgnuplot can run');
-

-- 
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