mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
misc
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6512 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d1f9a3d39f
commit
82b3df0838
@ -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
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user