changeset 1351:47e98e05b8dc

Added a couple of words about the nginx test suite.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Nov 2014 17:26:23 +0300
parents 1e5ca88d9073
children dbb618f60a54
files xml/en/docs/contributing_changes.xml xml/ru/docs/contributing_changes.xml
diffstat 2 files changed, 22 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/contributing_changes.xml	Fri Oct 31 15:48:56 2014 +0000
+++ b/xml/en/docs/contributing_changes.xml	Tue Nov 11 17:26:23 2014 +0300
@@ -9,7 +9,7 @@
 <article name="Contributing Changes"
          link="/en/docs/contributing_changes.html"
          lang="en"
-         rev="1">
+         rev="2">
 
 <section id="getting_sources" name="Getting Sources">
 
@@ -117,6 +117,16 @@
 case, if possible.
 </listitem>
 
+<listitem>
+Passing your changes through the test suite is a good way to ensure
+that they do not cause a regression.
+The <link url="http://hg.nginx.org/nginx-tests">repository</link> with
+tests can be cloned with the following command:
+<programlisting>
+hg clone http://hg.nginx.org/nginx-tests
+</programlisting>
+</listitem>
+
 </list>
 </para>
 
--- a/xml/ru/docs/contributing_changes.xml	Fri Oct 31 15:48:56 2014 +0000
+++ b/xml/ru/docs/contributing_changes.xml	Tue Nov 11 17:26:23 2014 +0300
@@ -9,7 +9,7 @@
 <article name="Внесение изменений"
          link="/ru/docs/contributing_changes.html"
          lang="ru"
-         rev="1">
+         rev="2">
 
 <section id="getting_sources" name="Получение исходного кода">
 
@@ -117,6 +117,16 @@
 опишите вариант использования.
 </listitem>
 
+<listitem>
+Проверка изменений при помощи специального набора тестов позволит убедиться,
+что они не вызывают регрессию.
+<link url="http://hg.nginx.org/nginx-tests">Репозиторий</link> с тестами
+можно клонировать следующей командой:
+<programlisting>
+hg clone http://hg.nginx.org/nginx-tests
+</programlisting>
+</listitem>
+
 </list>
 </para>