* testing/lisp/test-org-table.el: Uncomment working test

(test-org-table/org-table-convert-refs-to-rc/3): Uncomment test that
is no longer broken.
This commit is contained in:
Ihor Radchenko 2022-11-24 19:42:15 +08:00
parent d4522dd4df
commit f7831cc9ac
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 4 additions and 5 deletions

View File

@ -1014,11 +1014,10 @@ See also URL `https://orgmode.org/worg/org-tutorials/org-lookups.html'."
(should
(string= "@1$1 = $0" (org-table-convert-refs-to-rc "A1 = $0"))))
;; TODO: Test Broken
;; (ert-deftest test-org-table/org-table-convert-refs-to-rc/3 ()
;; "Remote reference."
;; (should
;; (string= "$3 = remote(FOO, @@#$2)" (org-table-convert-refs-to-rc "C& = remote(FOO, @@#B&)"))))
(ert-deftest test-org-table/org-table-convert-refs-to-rc/3 ()
"Remote reference."
(should
(string= "$3 = remote(FOO, @@#$2)" (org-table-convert-refs-to-rc "C& = remote(FOO, @@#B&)"))))
(ert-deftest test-org-table/remote-reference-access ()
"Access to remote reference.