diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:20:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:20:59 +0000 |
commit | 2998bfc368dfe6f6692ac4bc15b0f8ce919f8261 (patch) | |
tree | 4576e1f794f5177b19be99e8d7f6d568f273999e /debian/jstest | |
parent | Merging upstream version 7.3.7. (diff) | |
download | sphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.tar.xz sphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.zip |
Adding debian version 7.3.7-1.debian/7.3.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/jstest')
-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'): |