Remove outdated comment and some trailing whitespace.
Florian Ragwitz [Sat, 9 Jan 2010 21:21:21 +0000 (21:21 +0000)]
t/aggregate/live_component_controller_action_streaming.t

index 8ae35b5..95ffda1 100644 (file)
@@ -29,18 +29,17 @@ sub run_tests {
         ok( my $response = request('http://localhost/streaming'), 'Request' );
         ok( $response->is_success, 'Response Successful 2xx' );
         is( $response->content_type, 'text/plain', 'Response Content-Type' );
-        
+
         SKIP:
         {
             if ( $ENV{CATALYST_SERVER} ) {
                 skip "Using remote server", 1;
             }
-            
-            # XXX: Length should be undef here, but HTTP::Request::AsCGI sets it
+
             ok(!defined $response->content_length, 'No Content-Length for streaming responses');
             is(length $response->content, 12, 'Response content' );
         }
-        
+
         is( $response->content,, <<'EOF', 'Content is a stream' );
 foo
 bar