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
Office
Tellico
Commits
ccc664a2
Commit
ccc664a2
authored
Apr 19, 2022
by
Robby Stephenson
Browse files
More imagejobtest debugging
parent
3aa6a88d
Pipeline
#165678
failed with stage
in 4 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/tests/imagejobtest.cpp
View file @
ccc664a2
...
...
@@ -105,7 +105,7 @@ void ImageJobTest::testNonexistant() {
void
ImageJobTest
::
testUnreadable
()
{
QTemporaryFile
tmpFile
;
QVERIFY
(
tmpFile
.
open
());
tmpFile
.
close
(
);
QVERIFY
(
!
tmpFile
.
fileName
().
isEmpty
()
);
QVERIFY
(
tmpFile
.
setPermissions
(
QFileDevice
::
Permissions
()));
QUrl
u
=
QUrl
::
fromLocalFile
(
tmpFile
.
fileName
());
...
...
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