Index: openacs-4/packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl,v diff -u -r1.5.2.9 -r1.5.2.10 --- openacs-4/packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl 25 Feb 2021 17:39:42 -0000 1.5.2.9 +++ openacs-4/packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl 30 Apr 2021 17:42:53 -0000 1.5.2.10 @@ -141,7 +141,6 @@ } -procs { tsearch2::index tsearch2::unindex - tsearch2::update_index } index_unindex { Test indexing/unindexing } { @@ -176,7 +175,7 @@ set txt "This is just a test object with edited text" set title "Test object updated" set keywords "test foo bar monger" - tsearch2::update_index $object_id $txt $title $keywords + tsearch2::index $object_id $txt $title $keywords # # Check if the keywords have been updated in the index #