projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2d2bb75
)
Typos fixed
Kartik Thakore [Fri, 30 Oct 2009 17:03:56 +0000 (13:03 -0400)]
t/core_video.t
patch
|
blob
|
blame
|
history
diff --git
a/t/core_video.t
b/t/core_video.t
index
445492c
..
81001ef
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 => 19 );
+plan ( tests => 21 );
use_ok( 'SDL::Video' );
@@
-116,7
+116,6
@@
is( SDL::Video::map_RGBA($hwdisplay->format, 10, 10 ,10, 10) > 0, 1, '[map_RGBA]
my @left = qw/
get_gamma_ramp
- map_RGBA
get_RGB
get_RGBA
create_RGB_surface_from