Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Mar 6, 2020
1 parent d407c03 commit be259aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/auto/qusbdevice/tst_qusbdevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ void tst_QUsbDevice::states()

void tst_QUsbDevice::staticfuncs()
{
QUsbDevice::devices();
}

QTEST_MAIN(tst_QUsbDevice)
Expand Down
6 changes: 6 additions & 0 deletions tests/auto/qusbinfo/tst_qusbinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ private slots:
void constructors();
void assignment();
void features();
void staticFunctions();

private:
};
Expand Down Expand Up @@ -36,5 +37,10 @@ void tst_QUsbInfo::features()
info.devices();
}

void tst_QUsbInfo::staticFunctions()
{
QUsbInfo::devices();
}

QTEST_MAIN(tst_QUsbInfo)
#include "tst_qusbinfo.moc"

0 comments on commit be259aa

Please sign in to comment.