Home
last modified time | relevance | path

Searched refs:inv_acct_r (Results 1 – 1 of 1) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dtest-engine-kvp-properties.c327 GncGUID *inv_acct_r, *pmt_acct_r; in test_customer_kvp_properties() local
341 "invoice-last-posted-account", &inv_acct_r, in test_customer_kvp_properties()
346 g_assert (guid_equal (inv_acct, inv_acct_r)); in test_customer_kvp_properties()
349 guid_free (inv_acct_r); in test_customer_kvp_properties()
363 GncGUID *inv_acct_r, *pmt_acct_r; in test_employee_kvp_properties() local
377 "invoice-last-posted-account", &inv_acct_r, in test_employee_kvp_properties()
382 g_assert (guid_equal (inv_acct, inv_acct_r)); in test_employee_kvp_properties()
385 guid_free (inv_acct_r); in test_employee_kvp_properties()
422 GncGUID *inv_acct_r, *pmt_acct_r; in test_vendor_kvp_properties() local
441 g_assert (guid_equal (inv_acct, inv_acct_r)); in test_vendor_kvp_properties()
[all …]