projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fb706f5
)
Test count fixes
Shawn M Moore [Tue, 10 Jun 2008 02:15:46 +0000 (
02:15
+0000)]
t/025-more-isa.t
patch
|
blob
|
blame
|
history
t/101-meta-attribute.t
patch
|
blob
|
blame
|
history
diff --git
a/t/025-more-isa.t
b/t/025-more-isa.t
index
e68e0ec
..
213fba8
100644
(file)
--- 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
(file)
--- 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;