add tests for non-ascii paths (djvu issues mainly)
This commit is contained in:
parent
c43e2f241e
commit
593bf616eb
16
tests/utfInPath/utfInPath.sh
Executable file
16
tests/utfInPath/utfInPath.sh
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
topdir=`dirname $0`/..
|
||||||
|
. $topdir/shared.sh
|
||||||
|
|
||||||
|
initvariables $0
|
||||||
|
|
||||||
|
recollq -q '"simulating shock turbulence interactions"' 2> $mystderr |
|
||||||
|
egrep -v '^Recoll query: ' > $mystdout
|
||||||
|
|
||||||
|
recollq Utf8pathunique 2> $mystderr |
|
||||||
|
egrep -v '^Recoll query: ' >> $mystdout
|
||||||
|
|
||||||
|
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
||||||
|
|
||||||
|
checkresult
|
||||||
4
tests/utfInPath/utfInPath.txt
Normal file
4
tests/utfInPath/utfInPath.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
1 results
|
||||||
|
image/vnd.djvu [file:///home/dockes/projets/fulltext/testrecoll/utfInPath/accentué/1999_Hu_Shu.OCR.djvu] [1999_Hu_Shu.OCR.djvu] 753409 bytes
|
||||||
|
1 results
|
||||||
|
text/plain [file:///home/dockes/projets/fulltext/testrecoll/utfInPath/accentué/utf8path.txt] [utf8path.txt] 49 bytes
|
||||||
Loading…
x
Reference in New Issue
Block a user