tests: fix nonumbers, add .vsdx
This commit is contained in:
parent
4588e1c73c
commit
cbcfa7e9a1
@ -32,7 +32,7 @@ export RECOLL_CONFDIR
|
|||||||
mkconf()
|
mkconf()
|
||||||
{
|
{
|
||||||
nonumbers=$1
|
nonumbers=$1
|
||||||
egrep 'cachedir|loglevel|logfilename|idxlogfilename' \
|
egrep 'loglevel|logfilename|idxlogfilename' \
|
||||||
../config/recoll.conf > \
|
../config/recoll.conf > \
|
||||||
"$RECOLL_CONFDIR"/recoll.conf
|
"$RECOLL_CONFDIR"/recoll.conf
|
||||||
|
|
||||||
|
|||||||
14
tests/visio/visio.sh
Executable file
14
tests/visio/visio.sh
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
topdir=`dirname $0`/..
|
||||||
|
. $topdir/shared.sh
|
||||||
|
|
||||||
|
initvariables $0
|
||||||
|
|
||||||
|
(
|
||||||
|
recollq -S url '"Akkusativ Nein Nein Regeln zur Bestimmung"'
|
||||||
|
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
||||||
|
|
||||||
|
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
||||||
|
|
||||||
|
checkresult
|
||||||
2
tests/visio/visio.txt
Normal file
2
tests/visio/visio.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
1 results
|
||||||
|
application/vnd.ms-visio.drawing [file:///home/dockes/projets/fulltext/testrecoll/visio/visio2.vsdx] [visio2.vsdx] 96002 bytes
|
||||||
Loading…
x
Reference in New Issue
Block a user