projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bd0ad27
)
Add a test count
Dave Rolsky [Wed, 11 Nov 2009 02:50:54 +0000 (20:50 -0600)]
t/049_metaclass_reinitialize.t
patch
|
blob
|
blame
|
history
diff --git
a/t/049_metaclass_reinitialize.t
b/t/049_metaclass_reinitialize.t
index
a9c0e26
..
43815b0
100644
(file)
--- a/
t/049_metaclass_reinitialize.t
+++ b/
t/049_metaclass_reinitialize.t
@@
-1,7
+1,7
@@
use strict;
use warnings;
-use Test::More;
+use Test::More tests => 14;
use Test::Exception;
{
@@
-39,5
+39,3
@@
throws_ok {
throws_ok {
$meta->reinitialize($meta->new_object);
} qr/You must pass a package name or an existing Class::MOP::Package instance/;
-
-done_testing;