updated: All tests now have a planned count.
[catagits/Catalyst-Runtime.git] / t / engine / response / headers.t
index acbe778..dd835db 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use FindBin;
 use lib "$FindBin::Bin/../../lib";
 
-use Test::More no_plan => 1;
+use Test::More tests => 7;
 use Catalyst::Test 'TestApp';
 
 
@@ -17,7 +17,6 @@ use Catalyst::Test 'TestApp';
     ok( $response->is_success, 'Response Successful 2xx' );
     is( $response->code, 200, 'Response Code' );
     is( $response->header('X-Catalyst-Action'), 'engine/response/headers/one', 'Test Action' );
-#   is( $response->header('X-Test-Class'), 'TestApp::Controller::Engine::Response::Headers', 'Test Class' );
     is( $response->header('X-Header-Catalyst'), 'Cool', 'Response Header X-Header-Catalyst' );
     is( $response->header('X-Header-Cool'), 'Catalyst', 'Response Header X-Header-Cool' );
     is( $response->header('X-Header-Numbers'), $expected, 'Response Header X-Header-Numbers' );