tst_qlibrary.cpp: remove extraneous _data function
The test function itself is MIA. Change-Id: Ie4bb662dcb274440ab8bfffd170a06fde5c1cd51 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>bb10
parent
98e21f0979
commit
db64694b4c
|
|
@ -82,9 +82,8 @@ enum QLibraryOperation {
|
|||
private slots:
|
||||
void initTestCase();
|
||||
|
||||
void load();
|
||||
void load_data();
|
||||
void library_data();
|
||||
void load();
|
||||
void resolve_data();
|
||||
void resolve();
|
||||
void unload_data();
|
||||
|
|
@ -270,11 +269,6 @@ void tst_QLibrary::resolve()
|
|||
library.unload();
|
||||
}
|
||||
|
||||
void tst_QLibrary::library_data()
|
||||
{
|
||||
QTest::addColumn<QString>("lib");
|
||||
}
|
||||
|
||||
void tst_QLibrary::isLibrary_data()
|
||||
{
|
||||
QTest::addColumn<QString>("filename");
|
||||
|
|
|
|||
Loading…
Reference in New Issue