]> code.delx.au - gnu-emacs/commitdiff
* automated/reftex-tests.el (reftex-parse-from-file-test): Fix
authorTassilo Horn <tsdh@gnu.org>
Wed, 12 Jun 2013 14:43:46 +0000 (16:43 +0200)
committerTassilo Horn <tsdh@gnu.org>
Wed, 12 Jun 2013 14:43:46 +0000 (16:43 +0200)
test.

test/ChangeLog
test/automated/reftex-tests.el

index 23ab4111c71e67e7671247fab7e11e825dc68bea..2e8364e1d2a33be905d04cf0454591667af52388 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-12  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * automated/reftex-tests.el (reftex-parse-from-file-test): Fix
+       test.
+
 2013-06-12  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
 
        * automated/reftex-tests.el: New test suite for reftex.
index 5f5b008aa5cb2aad567f48d9ca787c179508af5d..de7f36d825ae206d0f1b071dc989fa88e7805bee 100644 (file)
     (with-temp-buffer
       (insert "test\n")
       (write-region (point-min) (point-max) bib-file))
+    (reftex-ensure-compiled-variables)
     (let ((parsed (reftex-parse-from-file tex-file nil temp-dir)))
       (should (equal (car parsed) `(eof ,tex-file)))
       (pop parsed)