[Python-modules-commits] [sphinx] 01/01: Update numbers in jstest/run-tests for the new version.
    Dmitry Shachnev 
    mitya57 at moszumanska.debian.org
       
    Sun May  8 10:07:11 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 b1a4f730c8f0e0c534b14a58b1e30380bc460213
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun May 8 13:07:03 2016 +0300
    Update numbers in jstest/run-tests for the new version.
---
 debian/changelog        |  1 +
 debian/jstest/run-tests | 14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a2936e0..d560f05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ sphinx (1.4.1-1) UNRELEASED; urgency=medium
   * Demote python-sphinx recommendation of sphinx-doc to a suggestion.
   * Refactor the command to run tests to better match upstream.
   * Build-depend on dvipng to get the pngmath test run.
+  * Update numbers in jstest/run-tests for the new version.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 03 Apr 2016 20:00:02 +0200
 
diff --git a/debian/jstest/run-tests b/debian/jstest/run-tests
index eba4bc0..9a8b80b 100755
--- a/debian/jstest/run-tests
+++ b/debian/jstest/run-tests
@@ -7,20 +7,20 @@ import jstest
 
 class t1:
     search_term = 'example'
-    n_results = 14
-    n_links = 14
-    n_highlights = 12
+    n_results = 15
+    n_links = 15
+    n_highlights = 13
 
 class t2:
     search_term = 'examples'
-    n_results = 14
-    n_links = 14
+    n_results = 15
+    n_links = 15
     n_highlights = 3
 
 class t3:
     search_term = 'graph'
-    n_results = 10
-    n_links = 10
+    n_results = 11
+    n_links = 11
     n_highlights = 1
 
 if __name__ == '__main__':
-- 
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