gnucash maint: Fix adjust_sql_option_string test on Windows.

John Ralls jralls at code.gnucash.org
Fri May 20 13:05:07 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/f7dfd65b (commit)
	from  https://github.com/Gnucash/gnucash/commit/592ad99d (commit)



commit f7dfd65bf9f2cb441bdb2d8767f3bcdbe0319b53
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri May 20 17:02:01 2016 +0000

    Fix adjust_sql_option_string test on Windows.
    
    The linkage problem was caused by the symbol appearing in
    libgncmod-backend-dbi.dll but not libgncmod-backend-dbi.dll.a.
    Incoprorating gnc-backend-dbi.c as a source file to the test program
    instead of linking its library resolved the issue.



Summary of changes:
 src/backend/dbi/test/Makefile.am              | 4 ++--
 src/backend/dbi/test/test-backend-dbi-basic.c | 7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)



More information about the gnucash-patches mailing list