Skip to content

Commit

Permalink
fixed test description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 15, 2013
1 parent 617aead commit 13f0cea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

4.25 2013-08-14
4.25 2013-08-15

4.24 2013-08-08
- Added ancestors method to Mojo::DOM.
Expand Down
4 changes: 2 additions & 2 deletions t/mojo/transactor.t
Expand Up @@ -599,8 +599,8 @@ is $tx->req->headers->accept, 'application/json', 'right "Accept" value';
is $tx->req->body, '', 'no content';
$tx = $t->redirect($tx);
is $tx->req->method, 'POST', 'right method';
is $tx->req->url->to_abs, 'http://example.com/bar', 'right URL';
is $tx->req->headers->accept, 'application/json', 'no "Accept" value';
is $tx->req->url->to_abs, 'http://example.com/bar', 'right URL';
is $tx->req->headers->accept, 'application/json', 'right "Accept" value';
is $tx->req->headers->location, undef, 'no "Location" value';
is $tx->req->body, '', 'no content';
is $tx->res->code, undef, 'no status';
Expand Down

0 comments on commit 13f0cea

Please sign in to comment.