Browse Source

Fix failing test

* testing/lisp/test-ox.el (test-org-export/get-reference): Fix failing
  test.
Nicolas Goaziou 9 years ago
parent
commit
bbf5b455c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/lisp/test-ox.el

+ 1 - 1
testing/lisp/test-ox.el

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