Fix failing test

* testing/lisp/test-ox.el (test-org-export/get-reference): Fix failing
  test.
This commit is contained in:
Nicolas Goaziou 2016-04-28 16:55:24 +02:00
parent 9508dc9af2
commit bbf5b455c6
1 changed files with 1 additions and 1 deletions

View File

@ -2887,7 +2887,7 @@ Another text. (ref:text)
(org-export-get-reference headline info)))))
;; Use search cells defined in `:crossrefs'.
(should
(equal "org1"
(equal "org0000001"
(org-test-with-parsed-data "* Headline"
(let* ((headline (org-element-map tree 'headline #'identity nil t))
(search-cell (car (org-export-search-cells headline))))