From d5710b840bb6f3b6960f9db2950ad66bbe67eefb Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 16 Mar 2011 11:26:14 +0000 Subject: [PATCH] there are 43 tests --- tests/query-all-tables.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/query-all-tables.pl.in b/tests/query-all-tables.pl.in index 7045748b..1d3c9171 100755 --- a/tests/query-all-tables.pl.in +++ b/tests/query-all-tables.pl.in @@ -9,7 +9,7 @@ my $db = openHydraDB; my @sources = $db->sources; my $nrtables = scalar(@sources); -use Test::Simple tests => 74; +use Test::Simple tests => 43; foreach my $source (@sources) { my $title = "Basic select query for $source";