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

This commit is contained in:
Christopher Lam 2021-04-24 23:34:58 +08:00
parent 5ce8f78f77
commit e6355be755

View File

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