CVS update: gnucash/src/business/business-core/test

Derek Atkins warlord@linas.org
Sat, 24 Nov 2001 23:34:32 -0600 (CST)


Date:	Saturday November 24, 2001 @ 23:34
Author:	warlord

Update of /home/cvs/cvsroot/gnucash/src/business/business-core/test
In directory www.linas.org:/tmp/cvs-serv25138/business/business-core/test

Modified Files:
	Makefile.am test-address.c test-business.c test-customer.c 
	test-employee.c test-job.c test-vendor.c 
Added Files:
	test-load-module.c 
Log Message:
 * Remove the "GncBusiness" object type in preparation to move
   structure registration (GncBusinessObject) into "gncCore" in the
   engine.

 * Change all the Business Objects to take a GNCBook instead of
   GncBusiness; use the GNCEntityTable in the Book for GUID storage.

 * Use xaccGUIDNew() instead of guid_new().

 * Move the object storage tables into the GNCBook via get/set_data.