aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/addressbooktests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sync changes from Dogecoin 1.10Ross Nicoll2019-07-131-1/+1
|
* Disable wallet and address book Qt tests on macOS minimal platformRussell Yanofsky2018-10-241-0/+12
| | | | | | | | | | | macOS Qt minimal platform is frequently broken, and these are currently failing with Qt 5.11.1. The tests do pass when run on the full cocoa platform (with `test_bitcoin-qt -platform cocoa`). Github-Pull: #14011 Rebased-From: a3197c5294df4711bab0ff6dcdd061ceab115c7d
* wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-9/+9
|
* [tests] [qt] Add tests for address book manipulation via EditAddressDialogJames O'Beirne2018-04-251-0/+143
Also modifies corresponding QT code to allow for use within test cases.