From 90cf41a773cc3ec951718730ce391e2f5893e1b6 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Wed, 4 Sep 2013 12:09:09 +0900 Subject: [PATCH] removed a type test in rt_40594_nullable.t --- t/rt_40594_nullable.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/rt_40594_nullable.t b/t/rt_40594_nullable.t index f7fadcc..d92296e 100644 --- a/t/rt_40594_nullable.t +++ b/t/rt_40594_nullable.t @@ -17,7 +17,7 @@ BEGIN { } } -plan tests => 7; +plan tests => 6; my $dbh = connect_ok(); @@ -28,7 +28,6 @@ ok $sth->execute; my $expected = { NUM_OF_FIELDS => 4, NAME_lc => [qw/id col1 col2 col3/], - TYPE => [qw/INTEGER varchar(2) varchar(2) char(2)/], NULLABLE => [qw/0 0 1 0/], };