Disable eieio-test-37-obsolete-name-in-constructor
authorRob Browning <rlb@defaultvalue.org>
Sun, 29 Jul 2018 19:18:23 +0000 (14:18 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 26 Aug 2018 16:49:09 +0000 (17:49 +0100)
The eieio-test-37-obsolete-name-in-constructor test has been disabled.

Its behavior is currently unpredictable.

Bug: https://debbugs.gnu.org/24503
Bug-Debian: http://bugs.debian.org/879020
Forwarded: not-needed

Gbp-Pq: Name 0013-Disable-eieio-test-37-obsolete-name-in-constructor.patch

test/automated/eieio-tests.el

index 994e987b70362bd8940d5f25adcf176c22e22e81..650e76966123b480e5106ac3064b6caf33cfffd2 100644 (file)
@@ -892,8 +892,8 @@ Subclasses to override slot attributes.")
 (defmethod constructor :static ((_x eieio--testing) newname &rest _args)
   (list newname 2))
 
-(ert-deftest eieio-test-37-obsolete-name-in-constructor ()
-  (should (equal (eieio--testing "toto") '("toto" 2))))
+;; (ert-deftest eieio-test-37-obsolete-name-in-constructor ()
+;;   (should (equal (eieio--testing "toto") '("toto" 2))))
 
 (provide 'eieio-tests)