18 SetWalletDir(m_walletdir_path_cases[
"default"]);
19 bool result = m_wallet_loader->verify();
21 fs::path walletdir = m_args.GetPathArg(
"-walletdir");
22 fs::path expected_path = fs::canonical(m_walletdir_path_cases[
"default"]);
28 SetWalletDir(m_walletdir_path_cases[
"custom"]);
29 bool result = m_wallet_loader->verify();
31 fs::path walletdir = m_args.GetPathArg(
"-walletdir");
32 fs::path expected_path = fs::canonical(m_walletdir_path_cases[
"custom"]);
68 SetWalletDir(m_walletdir_path_cases[
"trailing"]);
69 bool result = m_wallet_loader->verify();
71 fs::path walletdir = m_args.GetPathArg(
"-walletdir");
72 fs::path expected_path = fs::canonical(m_walletdir_path_cases[
"default"]);
78 SetWalletDir(m_walletdir_path_cases[
"trailing2"]);
79 bool result = m_wallet_loader->verify();
81 fs::path walletdir = m_args.GetPathArg(
"-walletdir");
82 fs::path expected_path = fs::canonical(m_walletdir_path_cases[
"default"]);