[Kmymoney-devel] [kmymoney4] [Bug 312692] Test #20: kmymoney-mymoneydatabasemgrtest FAILS FATALLY

Marko Käning mk-lists at email.de
Sun Jan 6 14:45:57 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=312692

--- Comment #2 from Marko Käning <mk-lists at email.de> ---
I turns out that the error gets thrown in creation of 'transactionsList' in
kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp in line 707 of git version
79544b5ed8152436f407e492d38658ee36304a89:
---
    //QMap<QString, QString>::ConstIterator it_k;
    MyMoneyTransactionFilter f;
->  QList<MyMoneyTransaction> transactionList(m->transactionList(f));
    QList<MyMoneyTransaction>::ConstIterator
it_t(transactionList.constBegin());
---

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list