[Python-modules-commits] r20738 - in packages/sphinx/trunk/debian (changelog jstest/run-tests)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sun Mar 11 14:09:21 UTC 2012
Date: Sunday, March 11, 2012 @ 14:09:19
Author: jwilk
Revision: 20738
Update integration tests for the JavaScript code.
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/jstest/run-tests
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2012-03-11 12:04:03 UTC (rev 20737)
+++ packages/sphinx/trunk/debian/changelog 2012-03-11 14:09:19 UTC (rev 20738)
@@ -2,9 +2,10 @@
* New upstream release.
+ Drop python3_test_syspath.diff, applied upstream.
+ + Update integration tests for the JavaScript code.
* Bump standards version to 3.9.3 (no changes needed).
- -- Jakub Wilk <jwilk at debian.org> Sun, 11 Mar 2012 12:59:13 +0100
+ -- Jakub Wilk <jwilk at debian.org> Sun, 11 Mar 2012 15:08:43 +0100
sphinx (1.1.2+dfsg-5) unstable; urgency=low
Modified: packages/sphinx/trunk/debian/jstest/run-tests
===================================================================
--- packages/sphinx/trunk/debian/jstest/run-tests 2012-03-11 12:04:03 UTC (rev 20737)
+++ packages/sphinx/trunk/debian/jstest/run-tests 2012-03-11 14:09:19 UTC (rev 20738)
@@ -7,14 +7,14 @@
class t1:
search_term = 'example'
- n_results = 34
- n_links = 34
+ n_results = 35
+ n_links = 35
n_highlights = 32
class t2:
search_term = 'examples'
- n_results = 34
- n_links = 34
+ n_results = 35
+ n_links = 35
n_highlights = 6
class t3:
More information about the Python-modules-commits
mailing list