mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
too many price-dbs are being created ... causing tests to fail
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10186 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4515ea6514
commit
b3cea34b4b
@ -703,7 +703,8 @@ get_random_pricedb(QofBook *book)
|
||||
{
|
||||
GNCPriceDB *db;
|
||||
|
||||
db = gnc_pricedb_create (book);
|
||||
// db = gnc_pricedb_create (book);
|
||||
db = gnc_pricedb_get_db (book);
|
||||
make_random_pricedb (book, db);
|
||||
|
||||
return db;
|
||||
|
Loading…
Reference in New Issue
Block a user