Skip to content

Commit

Permalink
Purposefully failing a test
Browse files Browse the repository at this point in the history
  • Loading branch information
limitedAtonement committed Sep 8, 2017
1 parent 191e9ed commit 743a17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgnucash/engine/test/utest-Account.cpp
Expand Up @@ -407,7 +407,7 @@ test_gnc_set_account_separator ()
const gunichar default_sep = ':';
gunichar sep = gnc_get_account_separator ();

g_assert (sep == default_sep);
g_assert (sep != default_sep);
memset (sep_str, 0, sizeof (sep_str));
g_unichar_to_utf8 (fail_sep, sep_str);
gnc_set_account_separator (sep_str);
Expand Down

0 comments on commit 743a17d

Please sign in to comment.