test deeply embedded document
This commit is contained in:
parent
a355ec4f0a
commit
8b239e432b
17
tests/embed/embed.sh
Executable file
17
tests/embed/embed.sh
Executable file
@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
topdir=`dirname $0`/..
|
||||
. $topdir/shared.sh
|
||||
|
||||
initvariables $0
|
||||
(
|
||||
for q in xing;do
|
||||
echo $q
|
||||
recollq -q $q
|
||||
done
|
||||
|
||||
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
||||
|
||||
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
||||
|
||||
checkresult
|
||||
5
tests/embed/embed.txt
Normal file
5
tests/embed/embed.txt
Normal file
@ -0,0 +1,5 @@
|
||||
xing
|
||||
3 results
|
||||
message/rfc822 [file:///home/dockes/projets/fulltext/testrecoll/mail/outmail] [video+recdat] 2248254 bytes
|
||||
application/msword [file:///home/dockes/projets/fulltext/testrecoll/msword/xingfx1.doc] [xingfx1.doc] 24576 bytes
|
||||
application/msword [file:///home/dockes/projets/fulltext/testrecoll/embed/thunderbirdlocalfolders.zip] [xingfx1.doc] 2080329 bytes
|
||||
Loading…
x
Reference in New Issue
Block a user