From 88217f5ad523251cadeaf3ca3d148f475ee79482 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 14 Oct 2013 15:18:04 -0400 Subject: [PATCH] Stupid brittle tests Signed-off-by: Shea Levy --- tests/query-all-tables.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/query-all-tables.pl b/tests/query-all-tables.pl index eb67a7f2..771239a6 100755 --- a/tests/query-all-tables.pl +++ b/tests/query-all-tables.pl @@ -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";