Move aggregatable tests using TestApp to t/aggregate.
authorFlorian Ragwitz <rafl@debian.org>
Thu, 4 Sep 2008 08:15:44 +0000 (08:15 +0000)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 4 Sep 2008 08:15:44 +0000 (08:15 +0000)
commit42da66a91b0a87ebb81d8552bcd0b05d3557c83e
tree85d6c8912fe3fe4732dc9d11585dd788acd58120
parent1faaa3e99565660c7e3cd433e01c80343828f8a8
Move aggregatable tests using TestApp to t/aggregate.
45 files changed:
Makefile.PL
t/aggregate/live_component_controller_action_action.t [moved from t/live_component_controller_action_action.t with 99% similarity]
t/aggregate/live_component_controller_action_auto.t [moved from t/live_component_controller_action_auto.t with 99% similarity]
t/aggregate/live_component_controller_action_begin.t [moved from t/live_component_controller_action_begin.t with 97% similarity]
t/aggregate/live_component_controller_action_chained.t [moved from t/live_component_controller_action_chained.t with 99% similarity]
t/aggregate/live_component_controller_action_default.t [moved from t/live_component_controller_action_default.t with 98% similarity]
t/aggregate/live_component_controller_action_detach.t [moved from t/live_component_controller_action_detach.t with 98% similarity]
t/aggregate/live_component_controller_action_end.t [moved from t/live_component_controller_action_end.t with 97% similarity]
t/aggregate/live_component_controller_action_forward.t [moved from t/live_component_controller_action_forward.t with 99% similarity]
t/aggregate/live_component_controller_action_global.t [moved from t/live_component_controller_action_global.t with 98% similarity]
t/aggregate/live_component_controller_action_go.t [moved from t/live_component_controller_action_go.t with 99% similarity]
t/aggregate/live_component_controller_action_index.t [moved from t/live_component_controller_action_index.t with 99% similarity]
t/aggregate/live_component_controller_action_inheritance.t [moved from t/live_component_controller_action_inheritance.t with 99% similarity]
t/aggregate/live_component_controller_action_local.t [moved from t/live_component_controller_action_local.t with 99% similarity]
t/aggregate/live_component_controller_action_multipath.t [moved from t/live_component_controller_action_multipath.t with 98% similarity]
t/aggregate/live_component_controller_action_path.t [moved from t/live_component_controller_action_path.t with 99% similarity]
t/aggregate/live_component_controller_action_private.t [moved from t/live_component_controller_action_private.t with 98% similarity]
t/aggregate/live_component_controller_action_regexp.t [moved from t/live_component_controller_action_regexp.t with 99% similarity]
t/aggregate/live_component_controller_action_streaming.t [moved from t/live_component_controller_action_streaming.t with 95% similarity]
t/aggregate/live_component_controller_args.t [moved from t/live_component_controller_args.t with 98% similarity]
t/aggregate/live_engine_request_auth.t [moved from t/live_engine_request_auth.t with 96% similarity]
t/aggregate/live_engine_request_body.t [moved from t/live_engine_request_body.t with 98% similarity]
t/aggregate/live_engine_request_body_demand.t [moved from t/live_engine_request_body_demand.t with 98% similarity]
t/aggregate/live_engine_request_cookies.t [moved from t/live_engine_request_cookies.t with 97% similarity]
t/aggregate/live_engine_request_headers.t [moved from t/live_engine_request_headers.t with 98% similarity]
t/aggregate/live_engine_request_parameters.t [moved from t/live_engine_request_parameters.t with 99% similarity]
t/aggregate/live_engine_request_uploads.t [moved from t/live_engine_request_uploads.t with 96% similarity]
t/aggregate/live_engine_request_uri.t [moved from t/live_engine_request_uri.t with 99% similarity]
t/aggregate/live_engine_response_cookies.t [moved from t/live_engine_response_cookies.t with 98% similarity]
t/aggregate/live_engine_response_errors.t [moved from t/live_engine_response_errors.t with 98% similarity]
t/aggregate/live_engine_response_headers.t [moved from t/live_engine_response_headers.t with 98% similarity]
t/aggregate/live_engine_response_large.t [moved from t/live_engine_response_large.t with 95% similarity]
t/aggregate/live_engine_response_redirect.t [moved from t/live_engine_response_redirect.t with 98% similarity]
t/aggregate/live_engine_response_status.t [moved from t/live_engine_response_status.t with 98% similarity]
t/aggregate/live_engine_setup_basics.t [moved from t/live_engine_setup_basics.t with 89% similarity]
t/aggregate/live_engine_setup_plugins.t [moved from t/live_engine_setup_plugins.t with 90% similarity]
t/aggregate/live_loop.t [moved from t/live_loop.t with 94% similarity]
t/aggregate/live_plugin_loaded.t [moved from t/live_plugin_loaded.t with 95% similarity]
t/aggregate/live_priorities.t [moved from t/live_priorities.t with 98% similarity]
t/aggregate/live_recursion.t [moved from t/live_recursion.t with 95% similarity]
t/aggregate/unit_core_action_for.t [moved from t/unit_core_action_for.t with 93% similarity]
t/aggregate/unit_core_component_layers.t [moved from t/unit_core_component_layers.t with 100% similarity]
t/aggregate/unit_core_uri_for_action.t [moved from t/unit_core_uri_for_action.t with 99% similarity]
t/aggregate/unit_core_uri_for_multibytechar.t [moved from t/unit_core_uri_for_multibytechar.t with 93% similarity]
t/lib/TestApp/Controller/Action/Streaming.pm