[Python-modules-commits] [sphinx] 04/04: Update numbers in debian/jstest/run-tests for the new release.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Jul 10 13:34:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch debian/master
in repository sphinx.
commit b5aa02ec58e6d422c3f08a36221e876182fabfb0
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Jul 10 16:34:03 2017 +0300
Update numbers in debian/jstest/run-tests for the new release.
---
debian/changelog | 1 +
debian/jstest/run-tests | 10 +++++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2e88b87..d86e420 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ sphinx (1.6.3-1) UNRELEASED; urgency=medium
- Add python[3]-sqlalchemy.
* Disable one more test that needs network in skip_tests_network.diff.
* Move libjs-sphinxdoc package to javascript section.
+ * Update numbers in debian/jstest/run-tests for the new release.
-- Dmitry Shachnev <mitya57 at debian.org> Sun, 09 Jul 2017 12:12:43 +0300
diff --git a/debian/jstest/run-tests b/debian/jstest/run-tests
index 87030fa..d315055 100755
--- a/debian/jstest/run-tests
+++ b/debian/jstest/run-tests
@@ -7,14 +7,14 @@ import jstest
class t1:
search_term = 'example'
- n_results = 45
- n_links = 45
- n_highlights = 39
+ n_results = 48
+ n_links = 48
+ n_highlights = 41
class t2:
search_term = 'examples'
- n_results = 45
- n_links = 45
+ n_results = 48
+ n_links = 48
n_highlights = 8
class t3:
--
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