mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[test-backend-dbi] Fix copying hidden property.
So that it actually copies it to the *other* root account.
This commit is contained in:
parent
9386b276e5
commit
fe4f9ed64a
@ -68,7 +68,7 @@ compare_account_trees (QofBook* book_1, QofBook* book_2)
|
||||
Account* root_1 = gnc_book_get_root_account (book_1);
|
||||
Account* root_2 = gnc_book_get_root_account (book_2);
|
||||
|
||||
xaccAccountSetHidden (root_1, xaccAccountGetHidden (root_1));
|
||||
xaccAccountSetHidden (root_2, xaccAccountGetHidden (root_1));
|
||||
g_assert (xaccAccountEqual (root_1, root_2, FALSE));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user