emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114955: * test/automated/eieio-tests.el (eieio-test


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114955: * test/automated/eieio-tests.el (eieio-test-37-persistent-classes):
Date: Tue, 05 Nov 2013 02:22:04 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114955
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-11-04 21:22:00 -0500
message:
  * 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.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/eieio-tests.el  eieiotests.el-20130821193910-z2ci0jdy8tkatvig-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-11-05 02:00:12 +0000
+++ b/test/ChangeLog    2013-11-05 02:22:00 +0000
@@ -1,5 +1,8 @@
 2013-11-05  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'test/automated/eieio-tests.el'
--- a/test/automated/eieio-tests.el     2013-08-27 19:02:42 +0000
+++ b/test/automated/eieio-tests.el     2013-11-05 02:22:00 +0000
@@ -885,9 +885,6 @@
   (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]