From b5d402d6bda921874bc6ad6a560b19b59ac62a29 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 4 Nov 2013 21:22:00 -0500 Subject: [PATCH] * 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. --- test/ChangeLog | 3 +++ test/automated/eieio-tests.el | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2