Stupid brittle tests

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-10-14 15:18:04 -04:00
parent 2127d133cd
commit 88217f5ad5

View file

@ -7,7 +7,7 @@ my $db = Hydra::Model::DB->new;
my @sources = $db->schema->sources;
my $nrtables = scalar(@sources);
use Test::Simple tests => 38;
use Test::Simple tests => 39;
foreach my $source (@sources) {
my $title = "Basic select query for $source";