2002-01-02  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* client.c: also lists procedures and views (if any). Shows the number
	of procedures, tables, types and views.
	
2001-12-30  Rodrigo Moya <rodrigo@gnome-db.org>

	* client.c (show_schemas): added types schema

2001-12-28  Rodrigo Moya <rodrigo@gnome-db.org>

	* client.c (show_schemas): new function for showing database schema
	objects from the tested connections

2001-12-22  Rodrigo Moya <rodrigo@gnome-db.org>

	* client.c: added gda_connection_supports test

	* gda-xmldb-test.c: removed. All tests will be in gda-test

2001-11-20  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* client.c: added rollback test.

2001-11-07  Rodrigo Moya <rodrigo@gnome-db.org>

	* models.c (test_array_model): GdaDataModelArray test

	* value.c: GdaValue tests

2001-11-04  Rodrigo Moya <rodrigo@gnome-db.org>

	* client.c: basic client API test

	* config.c (list_data_sources): added data source configuration
	API test

2001-11-03  Rodrigo Moya <rodrigo@gnome-db.org>

	* models.c: GDA data models test suite

	* gda-test.c: re-started, to be more a test suite than a simple
	test program

	* config.c: GDA configuration API test suite
	(list_all_sections_and_keys): stress test of the configuration
	database access API
	(list_all_providers): test providers' info retrieval API

	* gda-test.h: new file

2001-11-02  Rodrigo Moya <rodrigo@gnome-db.org>

	* Makefile.am: removed non-existant _PROGRAMS, and fixed
	s/GDA_CLIENT_/LIBGDA_

2001-10-31  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-primebase-test.c:
	* gda-sybase-test.c:
	* gda-tds-test.c: removed, we just want a generic test suite

2001-08-22  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-xmldb-test.c: new test program to test the GdaXmlDatabase
	class

2001-07-08  Carlos Perell Marn <carlos@gnome-db.org>

	* gda*test.c: Changed the use of getline with fgets. It must
	fix the #51404

2001-05-07  Reinhard Mller  <reinhard.mueller@bytewise.at>

        * gda-test.c: Applied Margus Vli's patch to let the user select
        the provider to use if more than one provider is installed

        * gda-test.c: Changed coding style to K&R with 8 char indentation

2000-11-10  Rodrigo Moya <rodrigo@gnome-db.org>

	* moved gda-{sybase/tds/primebase}-test to noinst_PROGRAMS,
	since they shouldn't be installed

2000-11-02  Reinhard Mller  <reinhard@gnue.org>

	* gda-test.c: Call gda_init instead of gtk_init

2000-09-25  Reinhard Mller  <reinhard@gnue.org>

	* Makefile.am, gda-test.c: First "official" version

