Skip to content
Commit be65c229 authored by David Faure's avatar David Faure
Browse files

Repair entitytreemodeltest which requires the itemsFetched private slot.

FakeAkonadiServerCommand::connectForwardingSignals() connects to it.

Not fully passing though, but much better than before...
FAIL!  : EntityTreeModelTest::testInitialFetch() Compared lists differ at index 0.
   Actual   (extractModelColumn(*m_model, parent, topLeft.row(), bottomRight.row())): QVariant(QString,Col 6)
   Expected (expectedSignal.newData): QVariant(QString,Col 2)
   Loc: [akonadi/autotests/libs/modelspy.cpp(84)]
FAIL!  : EntityTreeModelTest::testInitialFetch() Compared lists differ at index 0.
   Actual   (extractModelColumn(*m_model, parent, topLeft.row(), bottomRight.row())): QVariant(QString,Col 2)
   Expected (expectedSignal.newData): QVariant(QString,Col 7)
   Loc: [akonadi/autotests/libs/modelspy.cpp(84)]
FAIL!  : EntityTreeModelTest::testInitialFetch() Compared lists differ at index 0.
   Actual   (extractModelColumn(*m_model, parent, topLeft.row(), bottomRight.row())): QVariant(QString,Col 7)
   Expected (expectedSignal.newData): QVariant(QString,Col 6)
   Loc: [akonadi/autotests/libs/modelspy.cpp(84)]
Seems like an ordering problem...
parent b4d98e03
Pipeline #30651 passed with stage
in 40 minutes and 28 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment