From 0446282a6353189d0e37bb943b70f88a6fa5564b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 15 Apr 2012 22:56:15 +0000 Subject: [PATCH] Fix the test --- 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 96893ba9..db8daa7b 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 => 42; +use Test::Simple tests => 43; foreach my $source (@sources) { my $title = "Basic select query for $source";