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:
Linas Vepstas 2003-06-12 02:53:21 +00:00
parent 7e498f8f2c
commit 9d232710ed
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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);