[Python-modules-commits] r28002 - in packages/sphinx/trunk/debian (changelog jstest/run-tests)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Mon Mar 3 16:27:54 UTC 2014
Date: Monday, March 3, 2014 @ 16:27:53
Author: mitya57-guest
Revision: 28002
Update numbers in jstest/run-tests to match docs updates in the new
version.
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/jstest/run-tests
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2014-03-03 14:57:16 UTC (rev 28001)
+++ packages/sphinx/trunk/debian/changelog 2014-03-03 16:27:53 UTC (rev 28002)
@@ -3,6 +3,8 @@
* New upstream bugfix release.
* Drop html_logo_path_fix.diff, applied upstream.
* Refresh and rebase other patches.
+ * Update numbers in jstest/run-tests to match docs updates in the new
+ version.
* Bump debhelper compatibility level to 9.
* Backport upstream patch to fix writing table hlines in LaTeX writer
(closes: #732585).
Modified: packages/sphinx/trunk/debian/jstest/run-tests
===================================================================
--- packages/sphinx/trunk/debian/jstest/run-tests 2014-03-03 14:57:16 UTC (rev 28001)
+++ packages/sphinx/trunk/debian/jstest/run-tests 2014-03-03 16:27:53 UTC (rev 28002)
@@ -7,20 +7,20 @@
class t1:
search_term = 'example'
- n_results = 25
- n_links = 25
+ n_results = 26
+ n_links = 26
n_highlights = 24
class t2:
search_term = 'examples'
- n_results = 25
- n_links = 25
- n_highlights = 6
+ n_results = 26
+ n_links = 26
+ n_highlights = 7
class t3:
search_term = 'graph'
- n_results = 9
- n_links = 9
+ n_results = 10
+ n_links = 10
n_highlights = 1
if __name__ == '__main__':
More information about the Python-modules-commits
mailing list