mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix failure to drop the temp numeric table at the end of dbi_library_test.
This commit is contained in:
parent
4bf3713bf0
commit
f7c7b424bd
@ -1174,6 +1174,7 @@ dbi_library_test (dbi_conn conn)
|
||||
resultulonglong = dbi_result_get_ulonglong (result, "test_unsigned");
|
||||
resultdouble = dbi_result_get_double (result, "test_double");
|
||||
}
|
||||
dbi_conn_query (conn, "DROP TABLE numtest");
|
||||
gnc_pop_locale (LC_NUMERIC);
|
||||
if (testlonglong != resultlonglong)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user