Skip to content

Commit

Permalink
Merge pull request #1030 from evoskuil/master
Browse files Browse the repository at this point in the history
Unmask actual msvc test failure in Electrum with Unicode.
  • Loading branch information
evoskuil committed Sep 9, 2018
2 parents 3b15503 + 0256e0b commit e98ef82
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/wallet/electrum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ BOOST_AUTO_TEST_CASE(electrum__create_mnemonic__en_dictionary_prefix__valid)

BOOST_AUTO_TEST_CASE(electrum__create_mnemonic__es_dictionary_prefix__valid)
{
// Required for proper initialization of a non-ascii dictionary in vc++.
set_utf8_stdout();

// Verify the UTF8 initialization.
BOOST_REQUIRE(language::es[0] == std::string("ábaco"));

data_chunk entropy;
decode_base16(entropy, "05e669b4270f4e25bce6fc3736170d423c");
const auto mnemonic = electrum::create_mnemonic(entropy, language::es, electrum::seed::standard);
Expand Down

0 comments on commit e98ef82

Please sign in to comment.