From: Shawn M Moore Date: Tue, 10 Jun 2008 02:15:46 +0000 (+0000) Subject: Test count fixes X-Git-Tag: 0.04~70 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=81563715fd2b457f4baa9562764c59d1824a1981;p=gitmo%2FMouse.git Test count fixes --- diff --git a/t/025-more-isa.t b/t/025-more-isa.t index e68e0ec..213fba8 100644 --- a/t/025-more-isa.t +++ b/t/025-more-isa.t @@ -1,7 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 9; use Test::Exception; do { diff --git a/t/101-meta-attribute.t b/t/101-meta-attribute.t index ecb1eb1..4cafd88 100644 --- a/t/101-meta-attribute.t +++ b/t/101-meta-attribute.t @@ -1,7 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 9; do { package Class;