Fix failure to drop the temp numeric table at the end of dbi_library_test.

This commit is contained in:
John Ralls 2017-02-18 15:32:41 -08:00
parent 4bf3713bf0
commit f7c7b424bd

View File

@ -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)
{