X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_script_server.t;fp=t%2Faggregate%2Funit_core_script_server.t;h=63f02ca5e465bb46f563aa60c08f7668023dffcd;hb=93437b9aee8e1846472cd8fe47cf75e815cacc78;hp=14df0c299b087717bfb8905a0a465c55688c1bd9;hpb=29b0a61599b161e8a2a5ad5fb6e5abb2572806c2;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_script_server.t b/t/aggregate/unit_core_script_server.t index 14df0c2..63f02ca 100644 --- a/t/aggregate/unit_core_script_server.t +++ b/t/aggregate/unit_core_script_server.t @@ -105,12 +105,6 @@ sub testOption { # First element of RUN_ARGS will be the script name, which we don't care about shift @TestAppToTestScripts::RUN_ARGS; my $server = pop @TestAppToTestScripts::RUN_ARGS; - - use Data::Dump 'dump'; - note dump 1,$server; - note dump 2,@TestAppToTestScripts::RUN_ARGS; - note dump 3,$argstring; - like ref($server), qr/^Plack::Handler/, 'Is a Plack::Handler'; my @run_args = @TestAppToTestScripts::RUN_ARGS;