projects
/
gitmo/MooseX-Storage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
a7f358f
)
Correct number of tests
Robert Boone [Fri, 20 Jul 2007 21:31:57 +0000 (21:31 +0000)]
t/030_with_checksum.t
patch
|
blob
|
blame
|
history
diff --git
a/t/030_with_checksum.t
b/t/030_with_checksum.t
index
fc655e2
..
a87a163
100644
(file)
--- a/
t/030_with_checksum.t
+++ b/
t/030_with_checksum.t
@@
-10,7
+10,7
@@
use Test::Deep;
BEGIN {
eval "use Digest; use Digest::SHA1";
plan skip_all => "Digest and Digest::SHA1 is required for this test" if $@;
- plan tests => 26;
+ plan tests => 25;
use_ok('MooseX::Storage');
}