# HG changeset patch # User Dmitry Volyntsev # Date 1606130629 0 # Node ID c56df3527161c6149c5ff33b8d94ff2f274fbff0 # Parent cd0461e1e39272361e88e0b4bead4af0c9d7ae63 Tests: adapted js_dump.t to upcoming changes in 0.5.0. After 0.5.0 responseBody property remains but becomes non-enumerable and finally will be removed in the future releases. diff --git a/js_dump.t b/js_dump.t --- a/js_dump.t +++ b/js_dump.t @@ -103,6 +103,6 @@ like(http( like(http( 'GET /stringify_subrequest HTTP/1.0' . CRLF . 'Host: localhost' . CRLF . CRLF -), qr/responseBody":"\{GET}"/, 'JSON.stringify(reply)'); +), qr/"status":201/, 'JSON.stringify(reply)'); ###############################################################################