~ubuntu-branches/ubuntu/vivid/muon/vivid-proposed

« back to all changes in this revision

Viewing changes to libmuon/backends/DummyBackend/tests/DummyTest.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-03-24 23:06:35 UTC
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: package-import@ubuntu.com-20150324230635-nvt7aq7kqvaxq36e
Tags: upstream-5.2.2-1
ImportĀ upstreamĀ versionĀ 5.2.2-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    QCOMPARE(m_appBackend->property("startElements").toInt()*2, m_model->rowCount());
85
85
 
86
86
    //fetches updates, adds new things
87
 
    m_appBackend->messageActions().first()->trigger();
 
87
    m_appBackend->backendUpdater()->messageActions().first()->trigger();
88
88
    QCOMPARE(m_model->rowCount(), 0);
89
89
    QCOMPARE(m_model->isFetching(), true);
90
90
    QSignalSpy spy(m_model, SIGNAL(allInitialized()));