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:
Linas Vepstas 2004-07-09 03:22:21 +00:00
parent 4515ea6514
commit b3cea34b4b

View File

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