summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-08-10 08:58:20 -0700
committerThiago Macieira <thiago.macieira@intel.com>2022-08-30 15:56:46 -0300
commitdb64694b4c54449dfbf9d4765b03c0be0b01f63a (patch)
treee04a3d0eefecfbe184b18843473040166c92de3e
parent98e21f0979143a1e278572390012f021dfed1b6a (diff)
tst_qlibrary.cpp: remove extraneous _data function
The test function itself is MIA. Change-Id: Ie4bb662dcb274440ab8bfffd170a06fde5c1cd51 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp b/tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp
index d36ca0f8d8..620c1e0960 100644
--- a/tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp
+++ b/tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp
@@ -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");