summary refs log tree commit diff
path: root/tests/smoketest.scm
diff options
context:
space:
mode:
authorArun Isaac2026-09-24 16:33:28 +0100
committerArun Isaac2026-09-24 16:33:28 +0100
commit3cd6461d0383af1843ed841d434953d969f40f50 (patch)
tree23d42a520a7e1888de778b1449bceea52c2a064e /tests/smoketest.scm
parentdeb078b6c92c3352611f85cc0875f91a91dae56c (diff)
downloadguile-xapian-3cd6461d0383af1843ed841d434953d969f40f50.tar.gz
guile-xapian-3cd6461d0383af1843ed841d434953d969f40f50.tar.lz
guile-xapian-3cd6461d0383af1843ed841d434953d969f40f50.zip
Rename query-terms to query-termlist.
This makes it clearer that this is really a C++ iterator we are
dealing with, and is more in line with how we name
other *-termlist, *-positionlist, etc. functions.
Diffstat (limited to 'tests/smoketest.scm')
-rw-r--r--tests/smoketest.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/smoketest.scm b/tests/smoketest.scm
index 7780db0..1e4f37e 100644
--- a/tests/smoketest.scm
+++ b/tests/smoketest.scm
@@ -124,7 +124,7 @@ after."
     4
     (termlist-fold fold-count
                    0
-                   (query-terms query2))))
+                   (query-termlist query2))))
 
 ;; TODO: Check error reporting of database opening functions as in
 ;; smoketest.py.