Code review comment for lp:~mandel/ubuntu-download-manager/test-mode

Revision history for this message
Manuel de la Peña (mandel) wrote :

> 853 + _man->setAcceptedCertificates(certs);
> 854 +/*
> 855 + QList<MethodData> calledMethods = _requestFactory->calledMethods();
> 856 + qDebug() << calledMethods;
> 857 + QCOMPARE(1, calledMethods.count());
> 858 + QCOMPARE(QString("setAcceptedCertificates"),
> calledMethods[0].methodName());
> 859 + */
> 860 +}
>
> If the QCOMPARE is commented out, this test looks like an empty test?

Indeed, I must have done that while debugging, I'll fix that!

« Back to merge proposal