Преглед на файлове

fix test failure introduced by moving library-of-babel.org in 321f806faf

* testing/lisp/test-ob-lob.el: The file library-of-babel.org has been
  moved from contrib/babel to doc, change the code to track that move.
Achim Gratz преди 12 години
родител
ревизия
37d47a33d9
променени са 1 файла, в които са добавени 2 реда и са изтрити 4 реда
  1. 2 4
      testing/lisp/test-ob-lob.el

+ 2 - 4
testing/lisp/test-ob-lob.el

@@ -24,15 +24,13 @@
  (expand-file-name
   "library-of-babel.org"
   (expand-file-name
-   "babel"
-   (expand-file-name
-    "contrib"
+   "doc"
     (expand-file-name
      ".."
      (expand-file-name
       ".."
       (file-name-directory
-       (or load-file-name buffer-file-name))))))))
+       (or load-file-name buffer-file-name)))))))
 
 (ert-deftest test-ob-lob/ingest ()
   "Test the ingestion of an org-mode file."