Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KItinerary
Commits
fcb17729
Commit
fcb17729
authored
Jul 31, 2021
by
Volker Krause
Browse files
Also run extraction tests on raw barcode dumps
parent
69549b51
Pipeline
#72776
passed with stage
in 12 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/extractortest.cpp
View file @
fcb17729
...
...
@@ -56,7 +56,7 @@ private Q_SLOTS:
continue
;
}
QDirIterator
it
(
baseDir
.
path
(),
{
QStringLiteral
(
"*.txt"
),
QStringLiteral
(
"*.html"
),
QStringLiteral
(
"*.pdf"
),
QStringLiteral
(
"*.pkpass"
),
QStringLiteral
(
"*.ics"
),
QStringLiteral
(
"*.eml"
),
QStringLiteral
(
"*.mbox"
)},
QDir
::
Files
|
QDir
::
Readable
|
QDir
::
NoSymLinks
,
QDirIterator
::
Subdirectories
);
QDirIterator
it
(
baseDir
.
path
(),
{
QStringLiteral
(
"*.txt"
),
QStringLiteral
(
"*.html"
),
QStringLiteral
(
"*.pdf"
),
QStringLiteral
(
"*.pkpass"
),
QStringLiteral
(
"*.ics"
),
QStringLiteral
(
"*.eml"
),
QStringLiteral
(
"*.mbox"
)
,
QStringLiteral
(
"*.bin"
)
},
QDir
::
Files
|
QDir
::
Readable
|
QDir
::
NoSymLinks
,
QDirIterator
::
Subdirectories
);
while
(
it
.
hasNext
())
{
it
.
next
();
// ignore context files
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment