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.
2013-11-05 Glenn Morris <rgm@gnu.org>
+ * 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.
(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