Switch to unified view

a/tests/config/recoll.conf b/tests/config/recoll.conf
...
...
7
systemfilecommand = xdg-mime query filetype
7
systemfilecommand = xdg-mime query filetype
8
8
9
indexStripChars = 1
9
indexStripChars = 1
10
detectxattronly = 1
10
detectxattronly = 1
11
11
12
topdirs = /home/dockes/projets/fulltext/testrecoll/
12
topdirs = /home/dockes/projets/fulltext/testrecoll
13
14
#thrQSizes = -1 -1 -1
15
16
# Adding to skippedNames
17
skippedNames+ = notinskippednames
18
# Removing from skippedNames
19
skippedNames- = recollrc
20
21
# Adding to noContentSuffixes
22
noContentSuffixes+ = .nosuff
23
# Removing from noContentSuffixes
24
noContentSuffixes- = .md5
13
25
14
# Comics_12 causes rclppt to loop. We keep it around for general testing
26
# Comics_12 causes rclppt to loop. We keep it around for general testing
15
# but it takes too much time when running the test-set
27
# but it takes too much time when running the test-set
16
skippedPaths = \
28
skippedPaths = \
17
     /home/dockes/projets/fulltext/testrecoll/.hg \
29
     /home/dockes/projets/fulltext/testrecoll/.hg \
...
...
42
[/home/dockes/projets/fulltext/testrecoll/idxtypes]
54
[/home/dockes/projets/fulltext/testrecoll/idxtypes]
43
indexedmimetypes = text/plain
55
indexedmimetypes = text/plain
44
56
45
[/home/dockes/projets/fulltext/testrecoll/excltypes]
57
[/home/dockes/projets/fulltext/testrecoll/excltypes]
46
excludedmimetypes = text/plain
58
excludedmimetypes = text/plain
47
48