git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6055 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-11-25 09:38:15 +00:00
parent 381504ad5a
commit 6b9dee0392

View File

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