14011 dashification

Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
pasta 2021-07-03 12:38:21 -05:00
parent 26826d0efe
commit 4c03ed9e74
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ void AddressBookTests::addressBookTests()
// and fails to handle returned nulls
// (https://bugreports.qt.io/browse/QTBUG-49686).
QWARN("Skipping AddressBookTests on mac build with 'minimal' platform set due to Qt bugs. To run AppTests, invoke "
"with 'test_bitcoin-qt -platform cocoa' on mac, or else use a linux or windows build.");
"with 'test_dash-qt -platform cocoa' on mac, or else use a linux or windows build.");
return;
}
#endif

View File

@ -216,7 +216,7 @@ void WalletTests::walletTests()
// and fails to handle returned nulls
// (https://bugreports.qt.io/browse/QTBUG-49686).
QWARN("Skipping WalletTests on mac build with 'minimal' platform set due to Qt bugs. To run AppTests, invoke "
"with 'test_bitcoin-qt -platform cocoa' on mac, or else use a linux or windows build.");
"with 'test_dash-qt -platform cocoa' on mac, or else use a linux or windows build.");
return;
}
#endif