there are 43 tests

This commit is contained in:
Rob Vermaas 2011-03-16 11:26:14 +00:00
parent 4f50af18aa
commit d5710b840b

View file

@ -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";