diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:21:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:21:14 +0000 |
commit | 7dfd7e0390178bea75557c893330d33c493dff95 (patch) | |
tree | cf0eb597e5b2f80581ccc02390ba6d6f49dc0b42 /debian/jstest/run-tests | |
parent | Merging upstream version 7.3.7. (diff) | |
download | sphinx-7dfd7e0390178bea75557c893330d33c493dff95.tar.xz sphinx-7dfd7e0390178bea75557c893330d33c493dff95.zip |
Merging debian version 7.3.7-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/jstest/run-tests')
-rwxr-xr-x | debian/jstest/run-tests | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/jstest/run-tests b/debian/jstest/run-tests index 1285ccd..1310ebf 100755 --- a/debian/jstest/run-tests +++ b/debian/jstest/run-tests @@ -9,21 +9,21 @@ from PyQt6.QtWidgets import QApplication class t1: search_term = 'example' - n_results = 85 - n_links = 85 - n_highlights = 101 + n_results = 93 + n_links = 93 + n_highlights = 109 class t2: search_term = 'examples' - n_results = 76 - n_links = 76 - n_highlights = 17 + n_results = 84 + n_links = 84 + n_highlights = 22 class t3: search_term = 'graph' n_results = 33 n_links = 33 - n_highlights = 124 + n_highlights = 125 if __name__ == '__main__': if not os.getenv('DISPLAY'): |