From: Glenn Morris Date: Tue, 5 Nov 2013 02:22:00 +0000 (-0500) Subject: * test/automated/eieio-tests.el (eieio-test-37-persistent-classes): X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~976 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b5d402d6bda921874bc6ad6a560b19b59ac62a29;p=emacs.git * test/automated/eieio-tests.el (eieio-test-37-persistent-classes): Remove test that makes no sense. It simply loads a file that contains some tests. Loading the file does not run the tests, and the test are already being run independently (which obviously involves loading the file), since every .el file in this directory is automatically used in that way. --- diff --git a/test/ChangeLog b/test/ChangeLog index 387a83f25ab..7a7ed924299 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,5 +1,8 @@ 2013-11-05 Glenn Morris + * automated/eieio-tests.el (eieio-test-37-persistent-classes): + Remove test that makes no sense. + * automated/files.el (files-test-local-variable-data): Fix result typo presumably caused by interference from dir-locals. (file-test--do-local-variables-test): Prevent dir-locals interfering. diff --git a/test/automated/eieio-tests.el b/test/automated/eieio-tests.el index 144f0bc919d..52a3eb0c529 100644 --- a/test/automated/eieio-tests.el +++ b/test/automated/eieio-tests.el @@ -885,9 +885,6 @@ Subclasses to override slot attributes.") (should (= (length (eieio-build-class-alist opt-test1 nil)) 2)) (should (= (length (eieio-build-class-alist opt-test1 t)) 1))) -(ert-deftest eieio-test-37-persistent-classes () - (load-file "eieio-test-persist.el")) - (provide 'eieio-tests) ;;; eieio-tests.el ends here