gnucash master: [test-scm-engine] remove support for functions deprecated in 4.x

Christopher Lam clam at code.gnucash.org
Sat Apr 24 11:47:33 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/e6355be7 (commit)
	from  https://github.com/Gnucash/gnucash/commit/5ce8f78f (commit)



commit e6355be7559d5881d80cf02423b9ccbec45d48c0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Apr 24 23:34:58 2021 +0800

    [test-scm-engine] remove support for functions deprecated in 4.x

diff --git a/bindings/guile/test/test-scm-engine.scm b/bindings/guile/test/test-scm-engine.scm
index 85f7f028f..098ab2192 100644
--- a/bindings/guile/test/test-scm-engine.scm
+++ b/bindings/guile/test/test-scm-engine.scm
@@ -11,10 +11,4 @@
 (define (test-engine)
   (test-begin "testing function availability")
 
-  (test-assert "testing gnc-pricedb-lookup-latest-before-t64"
-    (gnc-pricedb-lookup-latest-before-t64 '() '() '() 0))
-
-  (test-assert "testing gnc-pricedb-lookup-latest-before-any-currency-t64"
-    (gnc-pricedb-lookup-latest-before-any-currency-t64 '() '() 0))
-
   (test-end "testing deprecated functions"))



Summary of changes:
 bindings/guile/test/test-scm-engine.scm | 6 ------
 1 file changed, 6 deletions(-)



More information about the gnucash-changes mailing list