projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
871d7fa
)
Test number on t/code_video.t was wrong. Fixed it
Kartik Thakore [Sat, 31 Oct 2009 12:59:52 +0000 (08:59 -0400)]
t/core_video.t
patch
|
blob
|
blame
|
history
diff --git
a/t/core_video.t
b/t/core_video.t
index
dcce70b
..
93c5b99
100644
(file)
--- a/
t/core_video.t
+++ b/
t/core_video.t
@@
-9,7
+9,7
@@
use Data::Dumper;
use Test::More;
use SDL::Rect;
-plan ( tests => 22 );
+plan ( tests => 23);
use_ok( 'SDL::Video' );