mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix some typos so that the correct tests are run
- test_gnc_txn_to_float_txn_cut_semantics - test_dbi_business_store_and_reload
This commit is contained in:
committed by
Richard Cohen
parent
17820ec261
commit
846e75146a
@@ -643,7 +643,7 @@ create_dbi_test_suite (const char* dbm_name, const char* url)
|
||||
GNC_TEST_ADD (subsuite, "version_control", Fixture, url, setup_memory,
|
||||
test_dbi_version_control, teardown);
|
||||
GNC_TEST_ADD (subsuite, "business_store_and_reload", Fixture, url,
|
||||
setup_business, test_dbi_version_control, teardown);
|
||||
setup_business, test_dbi_business_store_and_reload, teardown);
|
||||
g_free (subsuite);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user