*** empty log message ***

This commit is contained in:
dockes 2007-02-14 15:02:32 +00:00
parent f67d7617cf
commit 183e01e34a
21 changed files with 210 additions and 2 deletions

13
tests/empty/empty.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
# check indexing of an empty directory name
recollq EmptyUniqueTerm > $mystdout 2> $mystderr
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult

3
tests/empty/empty.txt Normal file
View File

@ -0,0 +1,3 @@
Recoll query: (emptyuniqueterm:(wqf=11))
1 results
application/x-fsdirectory [file:///home/dockes/projets/fulltext/testrecoll/emptyUniqueTerm] [emptyUniqueTerm] 512 bytes

14
tests/html/html.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
recollq QMapConstIterator > $mystdout 2> $mystderr
recollq Qtextedit Widget Provides Powerful Single-Page >> $mystdout 2>> $mystderr
recollq '"This is the Mysql reference manual"' >> $mystdout 2>> $mystderr
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult

9
tests/html/html.txt Normal file
View File

@ -0,0 +1,9 @@
Recoll query: (qmapconstiterator:(wqf=11))
1 results
text/html [file:///home/dockes/projets/fulltext/testrecoll/html/qtl.html] [Qt Template Library Classes] 2817 bytes
Recoll query: ((qtextedit:(wqf=11) AND widget:(wqf=11) AND provides:(wqf=11) AND powerful:(wqf=11) AND single-page:(wqf=11)))
1 results
text/html [file:///home/dockes/projets/fulltext/testrecoll/html/qtextedit.html] [QTextEdit Class] 108921 bytes
Recoll query: ((this PHRASE 6 is PHRASE 6 the PHRASE 6 mysql PHRASE 6 reference PHRASE 6 manual))
1 results
text/html [file:///home/dockes/projets/fulltext/testrecoll/html/mysqlmanual.html] [MySQL 3.23, 4.0, 4.1 Reference Manual] 8136414 bytes

13
tests/images/images.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
# Image names
recollq photovoeux > $mystdout 2> $mystderr
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult

3
tests/images/images.txt Normal file
View File

@ -0,0 +1,3 @@
Recoll query: (photovoeux:(wqf=11))
1 results
image/jpeg [file:///home/dockes/projets/fulltext/testrecoll/images/photovoeux.jpg] [photovoeux.jpg] 136796 bytes

12
tests/koi8r/koi8r.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
recollq 'внешнии' > $mystdout 2> $mystderr
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult

3
tests/koi8r/koi8r.txt Normal file
View File

@ -0,0 +1,3 @@
Recoll query: (внешнии:(wqf=11))
1 results
text/html [file:///home/dockes/projets/fulltext/testrecoll/ru_RU.KOI8-R/zip-drive.html] [Устройства Zip] 8599 bytes

View File

@ -2,9 +2,8 @@ Recoll query: ((bienvenue:(wqf=11) AND dans:(wqf=11) AND univers:(wqf=11) AND de
1 results
application/x-lyx [file:///home/dockes/projets/fulltext/testrecoll/lyx/fr_splash.lyx] [fr_splash.lyx] 3577 bytes
Recoll query: ((welcome:(wqf=11) AND to:(wqf=11) AND lyx:(wqf=11)))
2 results
1 results
application/x-lyx [file:///home/dockes/projets/fulltext/testrecoll/lyx/splash.lyx] [splash.lyx] 2974 bytes
text/plain [file:///home/dockes/projets/fulltext/testrecoll/filenames/filenames.txt] [filenames.txt] 8617039 bytes
Recoll query: ((udvozli:(wqf=11) AND ont:(wqf=11) AND a:(wqf=11) AND lyx:(wqf=11)))
1 results
application/x-lyx [file:///home/dockes/projets/fulltext/testrecoll/lyx/hu_splash.lyx] [hu_splash.lyx] 4773 bytes

15
tests/mail/mail.sh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
recollq Outmail_uniqueTerm > $mystdout 2> $mystderr
recollq '"St Pierre en Chartreuse"' >> $mystdout 2>> $mystderr
recollq HtmlAttachment_uniqueTerm >> $mystdout 2>> $mystderr
recollq '"Dear Corporate Administrator"' >> $mystdout 2>> $mystderr
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult

13
tests/mail/mail.txt Normal file
View File

@ -0,0 +1,13 @@
Recoll query: (outmail_uniqueterm:(wqf=11))
2 results
message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/mail/outmail] [Re: CDNow, mkfichcom.tcl and "] 2248233 bytes
message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/mail/outmail] [Home Ip] 2248233 bytes
Recoll query: ((st PHRASE 4 pierre PHRASE 4 en PHRASE 4 chartreuse))
1 results
message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/mail/BadHtmlInMail] [Prochaine rando] 3637 bytes
Recoll query: (htmlattachment_uniqueterm:(wqf=11))
1 results
text/html [file:///home/dockes/projets/fulltext/testrecoll/mail/attach] [RECOLL: a personal text search system for Unix/Linux] 4870 bytes
Recoll query: ((dear PHRASE 3 corporate PHRASE 3 administrator))
1 results
message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/mail/badMail.edit] [none - In payments / Out payments] 855 bytes

13
tests/notypes/notypes.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
recollq Enerve_uniqueTerm > $mystdout 2> $mystderr
recollq notype1_uniqueterm >> $mystdout 2>> $mystderr
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult

View File

@ -0,0 +1,6 @@
Recoll query: (enerve_uniqueterm:(wqf=11))
1 results
application/x-empty [file:///home/dockes/projets/fulltext/testrecoll/notypes/énervé_uniqueTerm.xfy] [énervé_uniqueTerm.xfy] 0 bytes
Recoll query: (notype1_uniqueterm:(wqf=11))
1 results
text/plain [file:///home/dockes/projets/fulltext/testrecoll/notypes/notype1.xfx] [notype1.xfx] 64 bytes

17
tests/rfc2231/rfc2231.sh Executable file
View File

@ -0,0 +1,17 @@
#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
# These one are name/filenamefor an inline part, no result
recollq EnerveUniqueNameTerm > $mystdout 2> $mystderr
recollq EnerveUniqueFileNameTerm >> $mystdout 2>> $mystderr
# This one for actual attachment
recollq EpatantUniquenameterm >> $mystdout 2>> $mystderr
recollq EpatantUniquefilenameterm >> $mystdout 2>> $mystderr
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult

10
tests/rfc2231/rfc2231.txt Normal file
View File

@ -0,0 +1,10 @@
Recoll query: (enerveuniquenameterm:(wqf=11))
0 results
Recoll query: (enerveuniquefilenameterm:(wqf=11))
0 results
Recoll query: (epatantuniquenameterm:(wqf=11))
0 results
Recoll query: (epatantuniquefilenameterm:(wqf=11))
2 results
application/octet-stream [file:///home/dockes/projets/fulltext/testrecoll/rfc2231/thunder] [épatantuniquefilenameterm.bin] 42579 bytes
message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/rfc2231/thunder] [vrai attach] 42579 bytes

18
tests/special/special.sh Executable file
View File

@ -0,0 +1,18 @@
#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
recollq uppercase_uniqueterm > $mystdout 2> $mystderr
# The term is the lowercase utf8 version of the term in casefolding.txt
recollq 'àstrangewordþ' >> $mystdout 2>> $mystderr
recollq '"Modernite/efficience/pertinence"' >> $mystdout 2>> $mystderr
recollq dom.popup_allowed_events >> $mystdout 2>> $mystderr
recollq toto@jean-23.fr >> $mystdout 2>> $mystderr
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult

15
tests/special/special.txt Normal file
View File

@ -0,0 +1,15 @@
Recoll query: (uppercase_uniqueterm:(wqf=11))
1 results
text/plain [file:///home/dockes/projets/fulltext/testrecoll/special/UPPERCASE_uniqueTERM.txt] [UPPERCASE_uniqueTERM.txt] 1 bytes
Recoll query: (astrangewordþ:(wqf=11))
1 results
text/plain [file:///home/dockes/projets/fulltext/testrecoll/special/casefolding.txt] [casefolding.txt] 59 bytes
Recoll query: ((modernite PHRASE 3 efficience PHRASE 3 pertinence))
1 results
text/plain [file:///home/dockes/projets/fulltext/testrecoll/special/di li gence.txt] [di li gence.txt] 6216 bytes
Recoll query: ((dom.popup_allowed_events:(wqf=11) OR dom.popup_allowed_ev))
1 results
text/plain [file:///home/dockes/projets/fulltext/testrecoll/special/strangewords.txt] [strangewords.txt] 41 bytes
Recoll query: ((toto PHRASE 4 jean PHRASE 4 23 PHRASE 4 fr))
1 results
text/plain [file:///home/dockes/projets/fulltext/testrecoll/special/strangewords.txt] [strangewords.txt] 41 bytes

13
tests/txt/txt.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
# Should find the file where its unaccented and the other
recollq Anemometre > $mystdout 2> $mystderr
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult

4
tests/txt/txt.txt Normal file
View File

@ -0,0 +1,4 @@
Recoll query: (anemometre:(wqf=11))
2 results
text/plain [file:///home/dockes/projets/fulltext/testrecoll/txt/liste.txt] [liste.txt] 1165 bytes
text/plain [file:///home/dockes/projets/fulltext/testrecoll/txt/liste1.txt] [liste1.txt] 893 bytes

12
tests/utf8/utf8.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
recollq "etonne precite" > $mystdout 2> $mystderr
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult

3
tests/utf8/utf8.txt Normal file
View File

@ -0,0 +1,3 @@
Recoll query: (((etonnant OR etonne:(wqf=11) OR etonnement OR etonnes OR etonn) AND (precite:(wqf=11) OR precit)))
1 results
text/plain [file:///home/dockes/projets/fulltext/testrecoll/utf8/frenchUtf.txt] [frenchUtf.txt] 87 bytes