mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 02:40:43 -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:
parent
17820ec261
commit
846e75146a
@ -600,7 +600,7 @@ test_suite_split_register_copy_ops (void)
|
||||
GNC_TEST_ADD (suitename, "gnc split to float split", Fixture, NULL, setup, test_gnc_split_to_float_split, teardown);
|
||||
GNC_TEST_ADD (suitename, "gnc float split to split", Fixture, NULL, setup, test_gnc_float_split_to_split, teardown);
|
||||
GNC_TEST_ADD (suitename, "gnc float txn to float txn", Fixture, NULL, setup, test_gnc_txn_to_float_txn, teardown);
|
||||
GNC_TEST_ADD (suitename, "gnc float txn to float txn cut semantics", Fixture, NULL, setup, test_gnc_txn_to_float_txn, teardown);
|
||||
GNC_TEST_ADD (suitename, "gnc float txn to float txn cut semantics", Fixture, NULL, setup, test_gnc_txn_to_float_txn_cut_semantics, teardown);
|
||||
GNC_TEST_ADD (suitename, "gnc float txn get float split", FlFixture, NULL, flsetup, test_gnc_float_txn_get_float_split, flteardown);
|
||||
GNC_TEST_ADD (suitename, "gnc float txn get other float split", FlFixture, NULL, flsetup, test_gnc_float_txn_get_other_float_split, flteardown);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user