summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsensor/tst_qsensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsensor/tst_qsensor.cpp')
-rw-r--r--tests/auto/qsensor/tst_qsensor.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/tests/auto/qsensor/tst_qsensor.cpp b/tests/auto/qsensor/tst_qsensor.cpp
index 5a697ee3..92cb281a 100644
--- a/tests/auto/qsensor/tst_qsensor.cpp
+++ b/tests/auto/qsensor/tst_qsensor.cpp
@@ -117,7 +117,7 @@ class tst_QSensor : public QObject
public:
tst_QSensor()
{
- sensors_unit_test_hook(0); // change some flags the library uses
+ qputenv("QT_SENSORS_LOAD_PLUGINS", "0"); // Do not load plugins
}
private slots:
@@ -924,17 +924,6 @@ private slots:
sensor2.start();
QVERIFY(sensor2.isActive());
}
-
- // This test must be LAST or it will interfere with the other tests
- void testLoadingPlugins()
- {
- // Go ahead and load the actual plugins (as a test that plugin loading works)
- sensors_unit_test_hook(1);
-
- // Hmm... There's no real way to tell if this worked or not.
- // If it doesn't work the unit test will probably crash.
- // That's what it did on Symbian before plugin loading was fixed.
- }
};
QT_END_NAMESPACE