git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6512 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2002-01-05 04:55:03 +00:00
parent d1f9a3d39f
commit 82b3df0838
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ rm -f test_file_*
./db-control.sh create
./db-control.sh start
# .libs/test-db || EXIT_VALUE=1
# gdb .libs/test-db
./test-db || EXIT_VALUE=1
./db-control.sh stop

View File

@ -661,7 +661,7 @@ test_queries (GNCSession *session_base, const char *db_name, const char *mode)
GNCBook *book;
gboolean ok;
return TRUE;
// return TRUE; /* XXX uhh, queries not curently tested ... */
g_return_val_if_fail (db_name && mode, FALSE);