testlib: Remove commented-out code from plain text logger.
Change-Id: Ica2e294d1f08cac4697d037dbc2803012e0ba58a Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>bb10
parent
99d5decbcf
commit
8cacf68cdf
|
|
@ -251,7 +251,6 @@ void QPlainTestLogger::printMessage(const char *type, const char *msg, const cha
|
|||
outputMessage(buf.data());
|
||||
}
|
||||
|
||||
//void QPlainTestLogger::printBenchmarkResult(const char *bmtag, int value, int iterations)
|
||||
void QPlainTestLogger::printBenchmarkResult(const QBenchmarkResult &result)
|
||||
{
|
||||
const char *bmtag = QTest::benchmarkResult2String();
|
||||
|
|
@ -381,7 +380,6 @@ void QPlainTestLogger::addIncident(IncidentTypes type, const char *description,
|
|||
|
||||
void QPlainTestLogger::addBenchmarkResult(const QBenchmarkResult &result)
|
||||
{
|
||||
// printBenchmarkResult(QTest::benchmarkResult2String(), value, iterations);
|
||||
printBenchmarkResult(result);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue