projects
/
dbsrgits/DBIx-Class-InflateColumn-Object-Enum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c5f3507
)
define plan for new test
Jason Mills [Fri, 28 Feb 2014 23:57:19 +0000 (15:57 -0800)]
t/regres/rt_93432.t
patch
|
blob
|
blame
|
history
diff --git
a/t/regres/rt_93432.t
b/t/regres/rt_93432.t
index
cd72fed
..
706b838
100644
(file)
--- a/
t/regres/rt_93432.t
+++ b/
t/regres/rt_93432.t
@@
-1,6
+1,4
@@
-package main;
-
-use Test::More 'no_plan';
+use Test::More tests => 4;
BEGIN {
use lib 't/lib';
@@
-18,7
+16,3
@@
my $rs = $db->resultset('WithBadDefaultValue')
ok defined($rs) && $rs, 'got a resultset'
or diag "ResultSet: $rs";
-diag $rs->enum;
-
-1; # end of test
-