Index: openacs-4/packages/search/tcl/test/search-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/search/tcl/test/Attic/search-procs.tcl,v diff -u -N -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/search/tcl/test/search-procs.tcl 14 Mar 2023 15:35:51 -0000 1.1.2.6 +++ openacs-4/packages/search/tcl/test/search-procs.tcl 15 Mar 2023 17:35:25 -0000 1.1.2.7 @@ -18,12 +18,22 @@ is correctly extracted. } { + # + # .ppt conversion is currently only best-effort, as the + # underlying tool catppt seems to be unreliable even for a + # trivial document as the one we test here. + # + # We comment this test until a better solution is found, + # e.g. one based on LibreOffice, unoconv or other similar + # tools. + # + # ppt application/mspowerpoint + # foreach {extension mime_type} { txt text/plain html text/html doc application/msword xls application/msexcel - ppt application/mspowerpoint pdf application/pdf odt application/vnd.oasis.opendocument.text ott application/vnd.oasis.opendocument.text-template