From 4c03ed9e7427ba69d12e4f0be6ca40feaa3967a9 Mon Sep 17 00:00:00 2001 From: pasta Date: Sat, 3 Jul 2021 12:38:21 -0500 Subject: [PATCH] 14011 dashification Signed-off-by: pasta --- src/qt/test/addressbooktests.cpp | 2 +- src/qt/test/wallettests.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qt/test/addressbooktests.cpp b/src/qt/test/addressbooktests.cpp index 2bc734760c..b12d58a1f2 100644 --- a/src/qt/test/addressbooktests.cpp +++ b/src/qt/test/addressbooktests.cpp @@ -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 diff --git a/src/qt/test/wallettests.cpp b/src/qt/test/wallettests.cpp index 7e92372d3f..e9773427e2 100644 --- a/src/qt/test/wallettests.cpp +++ b/src/qt/test/wallettests.cpp @@ -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