# HG changeset patch # User stephent # Date 1084342580 0 # Node ID 65dae79be48b5e5f41299c9ad50a822444f90635 # Parent 508d36502f33053b474cd4fa87aa11faf334db13 [xemacs-hg @ 2004-05-12 06:16:14 by stephent] improve tag tests <87isf2xjcw.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r 508d36502f33 -r 65dae79be48b tests/ChangeLog --- a/tests/ChangeLog Tue May 11 21:50:29 2004 +0000 +++ b/tests/ChangeLog Wed May 12 06:16:20 2004 +0000 @@ -1,3 +1,8 @@ +2004-05-11 Vin Shelton + + * automated/tag-test.el: Use a temp directory to avoid conflicts + with extra TAGS files. + 2004-05-08 Vin Shelton * automated/tag-test.el: Created. diff -r 508d36502f33 -r 65dae79be48b tests/automated/tag-tests.el --- a/tests/automated/tag-tests.el Tue May 11 21:50:29 2004 +0000 +++ b/tests/automated/tag-tests.el Wed May 12 06:16:20 2004 +0000 @@ -26,11 +26,14 @@ ;;; Commentary: -;; Test tag completion. +;; Test tag support. ;; See test-harness.el for instructions on how to run these tests. (let ((testfile "tag-test.c") - (tagfile "TAGS")) + (tagfile "TAGS") + (tags-build-completion-table nil)) + + (cd (temp-directory)) ;; Create a TAGS file (with-temp-file tagfile