Skip to content

Commit 32067fe

Browse files
committed
add search test to tst_models
1 parent 1063940 commit 32067fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/modeltests/tst_models.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ private slots:
531531
for (int i = 0; i < 5; i++) {
532532
model.find(QStringLiteral("Line 8"), Direction::Forward, i);
533533
auto result = searchSpy.takeFirst();
534-
qDebug() << i;
535534
QCOMPARE(result.at(0).value<QModelIndex>().isValid(), false);
536535
}
537536

0 commit comments

Comments
 (0)