Test to contain XS macro hacks in SDL::Video::get_video_driver_name
Kartik Thakore [Fri, 23 Oct 2009 19:27:04 +0000 (15:27 -0400)]
t/core_video.t

index a0e45c2..ed2e4d5 100644 (file)
@@ -5,7 +5,7 @@ use SDL::Config;
 
 use Test::More;
 
-plan ( tests => 4 );
+plan ( tests => 6 );
 
 use_ok( 'SDL::Video' ); 
   
@@ -24,6 +24,9 @@ isa_ok(SDL::Video::get_video_surface(), 'SDL::Surface', 'Checking if we get a su
 
 isa_ok(SDL::Video::get_video_info(), 'SDL::VideoInfo', 'Checking if we get videoinfo ref back');
 
+pass 'This is your driver name: '.SDL::Video::video_driver_name(10);
+pass "Are we still alive?";
+
 =skip
        list_modes
        video_mode_ok