CVS update: gnucash/src/engine/test

Derek Atkins warlord@linas.org
Wed, 5 Jun 2002 16:58:35 -0500 (CDT)


Date:	Wednesday June 5, 2002 @ 16:58
Author:	warlord

Update of /home/cvs/cvsroot/gnucash/src/engine/test
In directory www.linas.org:/tmp/cvs-serv17268/src/engine/test

Modified Files:
	test-query.c test-scm-query-import test-scm-query-import.scm 
Log Message:
	Integration of the new Query subsystem, to replace the old Query
	infrastructure.  This also replaces the old "Find Transaction"
	dialog with the new gnome-search dialog.  Registers, Reports, SXs,
	etc. all test out fine.  Integration with SQL has been "done"
	(i.e. it compiles cleanly) but not "tested."  Lots of the old code
	is still there, but #ifdef'ed out.  That code will go away
	shortly.

	There is only one known loss-of-functionality: the query->xml-v1
	converter was not re-implemented.  The current intention is, if
	this functionality is required, to use the query->scm converter
	and then convert the scm->string and insert that into an XML
	document.

	Fix a Transaction Void bug.
	
	Fix a few bugs in test code.