Bläddra i källkod

testing/lisp/test-ob-lilypond.el: Delete test

The test does not work and prevented a bug to be detected.
Bastien 5 år sedan
förälder
incheckning
749c08c263
1 ändrade filer med 0 tillägg och 18 borttagningar
  1. 0 18
      testing/lisp/test-ob-lilypond.el

+ 0 - 18
testing/lisp/test-ob-lilypond.el

@@ -135,24 +135,6 @@
 	      "xdg-open"))))
   (custom-reevaluate-setting 'org-babel-lilypond-commands))
 
-(ert-deftest ob-lilypond/ly-commands/customize ()
-  (let ((system-type 'other)
-	org-babel-lilypond-ly-command
-	org-babel-lilypond-pdf-command
-	org-babel-lilypond-midi-command)
-    (custom-initialize-reset 'org-babel-lilypond-commands
-			     '(list "nonsense" "bla" "fasel"))
-    (should (equal
-	     (list
-	      org-babel-lilypond-ly-command
-	      org-babel-lilypond-pdf-command
-	      org-babel-lilypond-midi-command)
-	     (list
-	      "nonsense"
-	      "bla"
-	      "fasel"))))
-  (custom-reevaluate-setting 'org-babel-lilypond-commands))
-
 (ert-deftest ob-lilypond/ly-gen-png ()
   (should (boundp 'org-babel-lilypond-gen-png)))