mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix mystery build break
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8586 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7e498f8f2c
commit
9d232710ed
@ -61,7 +61,7 @@ test_load_file(const char *filename)
|
||||
|
||||
book = gnc_session_get_book (session);
|
||||
|
||||
do_test (xaccGroupGetBook (gnc_book_get_group (book)) == book,
|
||||
do_test (xaccGroupGetBook (xaccGetAccountGroup (book)) == book,
|
||||
"book and group don't match");
|
||||
|
||||
do_test_args(
|
||||
|
@ -344,7 +344,7 @@ test_real_account(const char *tag, gpointer global_data, gpointer data)
|
||||
|
||||
if(!xaccAccountGetParent(act))
|
||||
{
|
||||
xaccGroupInsertAccount(gnc_book_get_group(book), act);
|
||||
xaccGroupInsertAccount(xaccGetAccountGroup(book), act);
|
||||
}
|
||||
|
||||
msg = node_and_account_equal((xmlNodePtr)global_data, act);
|
||||
|
Loading…
Reference in New Issue
Block a user