]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 387a83f25abca49193257bb02a8890a87b070cfb..7a7ed9242994542786830d7783888379cda80f7a 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 144f0bc919dc171c12700f1b2db521d2c10376db..52a3eb0c529b80805b26bcf1e0d5e824c817bac4 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