# HG changeset patch # User Dmitry Volyntsev # Date 1536666324 -10800 # Node ID f168fc46c7a417e8919235f395d85712cc8adbc0 # Parent fd7766ab0a692321cf3ffac6d6a94e7fa0c59ade Tests: renamed JavaScript to njs. diff --git a/js.t b/js.t --- a/js.t +++ b/js.t @@ -2,7 +2,7 @@ # (C) Roman Arutyunyan -# Tests for http JavaScript module. +# Tests for http njs module. ############################################################################### diff --git a/js_async.t b/js_async.t --- a/js_async.t +++ b/js_async.t @@ -3,7 +3,7 @@ # (C) Dmitry Volyntsev # (C) Nginx, Inc. -# Async tests for http JavaScript module. +# Async tests for http njs module. ############################################################################### diff --git a/js_return.t b/js_return.t --- a/js_return.t +++ b/js_return.t @@ -3,7 +3,7 @@ # (C) Sergey Kandaurov # (C) Nginx, Inc. -# Tests for http JavaScript module, return method. +# Tests for http njs module, return method. ############################################################################### diff --git a/js_subrequests.t b/js_subrequests.t --- a/js_subrequests.t +++ b/js_subrequests.t @@ -3,7 +3,7 @@ # (C) Dmitry Volyntsev. # (C) Nginx, Inc. -# Tests for subrequests in http JavaScript module. +# Tests for subrequests in http njs module. ############################################################################### diff --git a/stream_js.t b/stream_js.t --- a/stream_js.t +++ b/stream_js.t @@ -4,7 +4,7 @@ # (C) Dmitry Volyntsev # (C) Nginx, Inc. -# Tests for stream JavaScript module. +# Tests for stream njs module. ###############################################################################