summaryrefslogtreecommitdiffstats
path: root/debian/jstest/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'debian/jstest/run-tests')
-rwxr-xr-xdebian/jstest/run-tests14
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'):