mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix test_xaccTransEqual.
Needed to make the noclosing_balances equal to get the balance-equality test to pass.
This commit is contained in:
parent
8b8c957ed2
commit
1dc22e53c5
@ -936,6 +936,8 @@ test_xaccTransEqual (Fixture *fixture, gconstpointer pData)
|
||||
|
||||
split10->balance = split00->balance;
|
||||
split11->balance = split01->balance;
|
||||
split10->noclosing_balance = split00->noclosing_balance;
|
||||
split11->noclosing_balance = split01->noclosing_balance;
|
||||
g_assert (xaccTransEqual (txn1, txn0, TRUE, TRUE, TRUE, TRUE));
|
||||
}
|
||||
g_free (check3->msg);
|
||||
|
Loading…
Reference in New Issue
Block a user