Fix number of tests in SQL.t

This commit is contained in:
Colin Kuskie 2010-11-03 13:24:58 -07:00
parent f5764b0f1e
commit 26853527a0

View file

@ -13,10 +13,9 @@ use strict;
use WebGUI::Test;
use WebGUI::Session;
use Data::Dumper;
use Test::More;
use Test::Deep;
use Test::More tests => 57; # increment this value for each test you create
my $session = WebGUI::Test->session;
# read
@ -309,3 +308,4 @@ $session->db->write(
);
ok( $session->db->quickCSV( 'SELECT * FROM testTable' ), 'get some output even with newlines in data' );
done_testing();