mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
autotests: Also exercise canRead
This commit is contained in:
parent
9fc6967f4f
commit
a24ece396a
@ -148,6 +148,14 @@ int main(int argc, char ** argv)
|
|||||||
++failed;
|
++failed;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
if (!inputReader.canRead()) {
|
||||||
|
QTextStream(stdout) << "FAIL : " << fi.fileName()
|
||||||
|
<< ": failed can read: "
|
||||||
|
<< inputReader.errorString()
|
||||||
|
<< "\n";
|
||||||
|
++failed;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (!inputReader.read(&inputImage)) {
|
if (!inputReader.read(&inputImage)) {
|
||||||
QTextStream(stdout) << "FAIL : " << fi.fileName()
|
QTextStream(stdout) << "FAIL : " << fi.fileName()
|
||||||
<< ": failed to load: "
|
<< ": failed to load: "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user