Skip to content

Commit

Permalink
another CGI test
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 20, 2012
1 parent 0fd8176 commit 208dd89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/mojo/request_cgi.t
Expand Up @@ -97,6 +97,7 @@ is $req->url->to_abs->to_string,
{
local $ENV{MOJO_MAX_MEMORY_SIZE} = 10;
$req = Mojo::Message::Request->new;
is $req->content->asset->max_memory_size, 10, 'right size';
$req->parse(
CONTENT_LENGTH => 12,
CONTENT_TYPE => 'text/plain',
Expand Down

0 comments on commit 208dd89

Please sign in to comment.