Skip to content

Commit be376a3

Browse files
author
Jakub Wieczorek
committed
Update the AddBookmarkDialog autotest to test the new added ::addedNode() method.
1 parent 0c759b4 commit be376a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autotests/addbookmarkdialog/tst_addbookmarkdialog.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ void tst_AddBookmarkDialog::addbookmarkdialog()
141141
if (node) {
142142
QCOMPARE(node->title, title);
143143
QCOMPARE(node->url, url);
144+
QVERIFY(dialog.addedNode());
145+
QVERIFY(*node == *dialog.addedNode());
144146
}
145147
}
146148

0 commit comments

Comments
 (0)