Skip to content

Commit

Permalink
better compression test
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 5, 2015
1 parent d50e96c commit 784a413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

5.72 2015-01-04
5.72 2015-01-05

5.71 2015-01-01
- Updated Net::DNS::Native requirement to 0.15 for some important bug fixes.
Expand Down
2 changes: 1 addition & 1 deletion t/mojolicious/websocket_lite_app.t
Expand Up @@ -183,7 +183,7 @@ $t->tx->once(
}
);
$t->message_ok->message_is({binary => 'a' x 50000});
ok length $payload < 262145, 'message has been compressed';
ok length $payload < 50000, 'message has been compressed';
$t->finish_ok->finished_ok(1005);

# Compressed message exceeding the limit when decompressed
Expand Down

0 comments on commit 784a413

Please sign in to comment.