new test suit
authorChristian Hansen <chansen@cpan.org>
Sun, 10 Apr 2005 19:04:44 +0000 (19:04 +0000)
committerChristian Hansen <chansen@cpan.org>
Sun, 10 Apr 2005 19:04:44 +0000 (19:04 +0000)
commitdd4e6fd2152eea9f5b0c1f559575ced7684ef257
tree1e3796d8983810fb2b568b07c17ecb89c66e334b
parent424b2705f759cef65acfaf8ea0f43e6bef75b534
new test suit
59 files changed:
t/04plainaction.t [deleted file]
t/05regexaction.t [deleted file]
t/06parameters.t [deleted file]
t/07arguments.t [deleted file]
t/08headers.t [deleted file]
t/09cookies.t [deleted file]
t/10forward.t [deleted file]
t/11redirect.t [deleted file]
t/12stash.t [deleted file]
t/13default.t [deleted file]
t/14beginend.t [deleted file]
t/15connection.t [deleted file]
t/16post.t [deleted file]
t/17uri.t [deleted file]
t/18inheritance.t [deleted file]
t/controller/action/absolute.t [new file with mode: 0644]
t/controller/action/begin.t [new file with mode: 0644]
t/controller/action/default.t [new file with mode: 0644]
t/controller/action/end.t [new file with mode: 0644]
t/controller/action/forward.t [new file with mode: 0644]
t/controller/action/inheritance.t [new file with mode: 0644]
t/controller/action/path.t [new file with mode: 0644]
t/controller/action/private.t [new file with mode: 0644]
t/controller/action/regexp.t [new file with mode: 0644]
t/controller/action/relative.t [new file with mode: 0644]
t/engine/request/cookies.t [new file with mode: 0644]
t/engine/request/headers.t [new file with mode: 0644]
t/engine/request/parameters.t [new file with mode: 0644]
t/engine/request/uploads.t [new file with mode: 0644]
t/engine/response/cookies.t [new file with mode: 0644]
t/engine/response/errors.t [new file with mode: 0644]
t/engine/response/headers.t [new file with mode: 0644]
t/engine/response/redirect.t [new file with mode: 0644]
t/engine/response/status.t [new file with mode: 0644]
t/lib/Catalyst/Plugin/Test/Errors.pm [new file with mode: 0644]
t/lib/Catalyst/Plugin/Test/Headers.pm [new file with mode: 0644]
t/lib/TestApp.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Action.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Action/Absoulte.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Action/Begin.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Action/Default.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Action/End.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Action/Forward.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Action/Inheritance.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Action/Path.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Action/Private.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Action/Regexp.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Action/Relative.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Dump.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Engine/Response/Cookies.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Engine/Response/Errors.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Engine/Response/Headers.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Engine/Response/Redirect.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Engine/Response/Status.pm [new file with mode: 0644]
t/lib/TestApp/View/Dump.pm [new file with mode: 0644]
t/lib/TestApp/View/Dump/Parameters.pm [new file with mode: 0644]
t/lib/TestApp/View/Dump/Request.pm [new file with mode: 0644]
t/lib/TestApp/View/Dump/Response.pm [new file with mode: 0644]
t/plugin/loaded.t [new file with mode: 0644]