* test/automated/eieio-tests.el (eieio-test-37-persistent-classes):
authorGlenn Morris <rgm@gnu.org>
Tue, 5 Nov 2013 02:22:00 +0000 (21:22 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 5 Nov 2013 02:22:00 +0000 (21:22 -0500)
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
test/automated/eieio-tests.el

index 387a83f..7a7ed92 100644 (file)
@@ -1,5 +1,8 @@
 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.
index 144f0bc..52a3eb0 100644 (file)
@@ -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