Skip to content

Commit 2311c6e

Browse files
committed
Check if the io rdbuf redirection is problematic
1 parent 5778559 commit 2311c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/cli/testflashledcommand.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ void TestFlashLedCommand::deviceLedFlashed()
7474
LOADTESTDATA(expected);
7575
qDebug() << __func__ << 3;
7676

77-
OutputStreamCapture capture(&std::cout);
77+
//OutputStreamCapture capture(&std::cout);
7878
qDebug() << __func__ << 4;
7979
FlashLedCommand command;
8080
qDebug() << __func__ << 5;
8181
command.format = format;
8282
qDebug() << __func__ << 6;
8383
command.deviceLedFlashed();
8484
qDebug() << __func__ << 7;
85-
QCOMPARE(QByteArray::fromStdString(capture.data()), expected);
85+
//QCOMPARE(QByteArray::fromStdString(capture.data()), expected);
8686
qDebug() << __func__ << 8;
8787
}
8888

0 commit comments

Comments
 (0)