[Python-modules-commits] [sphinx] 01/01: Update numbers in debian/jstest/run-tests for the new release.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Dec 20 15:41:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository sphinx.

commit 80deaab35ce4a9e84eb2e0da35cf9a1a5b614ae9
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Dec 20 18:39:22 2016 +0300

    Update numbers in debian/jstest/run-tests for the new release.
---
 debian/changelog        |  1 +
 debian/jstest/run-tests | 18 +++++++++---------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b0657b0..505136e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ sphinx (1.5.1-1) UNRELEASED; urgency=medium
     (fix_xapian_search.diff).
   * Skip tests that require internet access (skip_tests_network.diff).
   * Update dh_sphinxdoc for upstream changes to document extensions.
+  * Update numbers in debian/jstest/run-tests for the new release.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 15 Dec 2016 11:52:28 +0300
 
diff --git a/debian/jstest/run-tests b/debian/jstest/run-tests
index 9a8b80b..1c17804 100755
--- a/debian/jstest/run-tests
+++ b/debian/jstest/run-tests
@@ -7,21 +7,21 @@ import jstest
 
 class t1:
     search_term = 'example'
-    n_results = 15
-    n_links = 15
-    n_highlights = 13
+    n_results = 45
+    n_links = 45
+    n_highlights = 40
 
 class t2:
     search_term = 'examples'
-    n_results = 15
-    n_links = 15
-    n_highlights = 3
+    n_results = 45
+    n_links = 45
+    n_highlights = 8
 
 class t3:
     search_term = 'graph'
-    n_results = 11
-    n_links = 11
-    n_highlights = 1
+    n_results = 14
+    n_links = 14
+    n_highlights = 3
 
 if __name__ == '__main__':
     if not os.getenv('DISPLAY'):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git



More information about the Python-modules-commits mailing list