rework MessageWaiting test
[profile/ivi/ofono-qt.git] / tests / test_ofonocallmeter.cpp
index f29b723..4a408e5 100644 (file)
@@ -52,7 +52,7 @@ private slots:
 
     void initTestCase()
     {
-       m = new OfonoCallMeter(QString(), this);
+       m = new OfonoCallMeter(OfonoModem::AutomaticSelect, QString(), this);
        connect(m, SIGNAL(validityChanged(bool)), this, 
                SLOT(validityChanged(bool)));
        connect(m, SIGNAL(callMeterChanged(uint)), this,