tests: move zip maildir test from mail to zip
This commit is contained in:
parent
a0a00be886
commit
cff3d686e5
@ -12,7 +12,6 @@ initvariables $0
|
|||||||
recollq '"Dear Corporate Administrator"'
|
recollq '"Dear Corporate Administrator"'
|
||||||
recollq TestTbirdWithoutEmptyLine
|
recollq TestTbirdWithoutEmptyLine
|
||||||
recollq TestTbirdWithEmptyLine
|
recollq TestTbirdWithEmptyLine
|
||||||
recollq ZIPPEDMAILDIR_UNIQUEXXX
|
|
||||||
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
||||||
|
|
||||||
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
||||||
|
|||||||
@ -11,5 +11,3 @@ message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/mail/badMail.edi
|
|||||||
message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/mail/thunderbird/Sent] [Pronote: salut les genies.] 2565 bytes
|
message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/mail/thunderbird/Sent] [Pronote: salut les genies.] 2565 bytes
|
||||||
1 results
|
1 results
|
||||||
message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/mail/thunderbird/Sent] [De mieux en mieux] 2565 bytes
|
message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/mail/thunderbird/Sent] [De mieux en mieux] 2565 bytes
|
||||||
1 results
|
|
||||||
message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/mail/maildir.zip] [[FreeBSD-Announce] ZIPPEDMAILDIR_UNIQUEXXX FreeBSD Security Advisory FreeBSD-SA-04:17.procfs] 59171 bytes
|
|
||||||
|
|||||||
@ -5,8 +5,12 @@ topdir=`dirname $0`/..
|
|||||||
|
|
||||||
initvariables $0
|
initvariables $0
|
||||||
|
|
||||||
recollq '"content 4 9" OR "welcome to FreeBSD" OR zip_uniique' 2> $mystderr |
|
(
|
||||||
egrep -v '^Recoll query: ' > $mystdout
|
recollq '"content 4 9" OR "welcome to FreeBSD" OR zip_uniique'
|
||||||
|
recollq ZIPPEDMAILDIR_UNIQUEXXX
|
||||||
|
|
||||||
|
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
||||||
|
|
||||||
|
|
||||||
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
||||||
|
|
||||||
|
|||||||
@ -2,3 +2,5 @@
|
|||||||
text/plain [file:///home/dockes/projets/fulltext/testrecoll/zip/with blanks.zip] [with blanks.zip] 248 bytes
|
text/plain [file:///home/dockes/projets/fulltext/testrecoll/zip/with blanks.zip] [with blanks.zip] 248 bytes
|
||||||
text/plain [file:///home/dockes/projets/fulltext/testrecoll/zip/manysmall.zip] [manysmall.zip] 15222 bytes
|
text/plain [file:///home/dockes/projets/fulltext/testrecoll/zip/manysmall.zip] [manysmall.zip] 15222 bytes
|
||||||
text/plain [file:///home/dockes/projets/fulltext/testrecoll/zip/misc.zip] [misc.zip] 168155 bytes
|
text/plain [file:///home/dockes/projets/fulltext/testrecoll/zip/misc.zip] [misc.zip] 168155 bytes
|
||||||
|
1 results
|
||||||
|
message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/zip/maildir.zip] [[FreeBSD-Announce] ZIPPEDMAILDIR_UNIQUEXXX FreeBSD Security Advisory FreeBSD-SA-04:17.procfs] 59171 bytes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user