mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix bug
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6055 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
381504ad5a
commit
6b9dee0392
@ -1464,11 +1464,6 @@ get_random_book (void)
|
||||
|
||||
book = gnc_book_new ();
|
||||
|
||||
/* XXX fixme -- gnc_book_set_group is a private engine function,
|
||||
* it should not be invoked in ordinary test cases. Its should
|
||||
* be more like make_random_pricedb below... */
|
||||
gnc_book_set_group (book, get_random_group (book));
|
||||
|
||||
make_random_group (book, gnc_book_get_group (book));
|
||||
make_random_pricedb (book, gnc_book_get_pricedb (book));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user