aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/addressbooktests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wallet: Add lock annotation for mapAddressBookMarcoFalke2019-02-071-0/+1
|
* Pass chain and client variables where neededRussell Yanofsky2018-11-061-1/+3
| | | | | | | | | This commit does not change behavior. All it does is pass new function parameters. It is easiest to review this change with: git log -p -n1 -U0 --word-diff-regex=.
* wallet: Refactor to use WalletLocationJoão Barbosa2018-10-251-1/+1
|
* Merge #14527: qa: Revert "Make qt wallet test compatible with qt4"Wladimir J. van der Laan2018-10-201-2/+1
|\ | | | | | | | | | | | | | | | | | | fadffae17f31507a3d79a7b7f1cef71660767e0d Revert "Make qt wallet test compatible with qt4" (MarcoFalke) Pull request description: This removes the file added in #10098 Tree-SHA512: 4aa887ec02aec943f3d74f469c935acf57e43ddbea6f979bb37d3a14670571fa2276cf578e8978de92b5854d8b462f24e5e0addfb27b92fbedf90726eb5d985e
| * Revert "Make qt wallet test compatible with qt4"MarcoFalke2018-10-201-2/+1
| | | | | | | | This reverts commit e9a64615c8e18692a775765787f404266767260b.
* | Disable wallet and address book Qt tests on macOS minimal platformRussell Yanofsky2018-08-201-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`).
* 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.