diff options
| -rw-r--r-- | test/lisp/cedet/semantic-utest.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/lisp/cedet/semantic-utest.el b/test/lisp/cedet/semantic-utest.el index c0099386f1c..67de4a5b02d 100644 --- a/test/lisp/cedet/semantic-utest.el +++ b/test/lisp/cedet/semantic-utest.el | |||
| @@ -577,10 +577,8 @@ INSERTME is the text to be inserted after the deletion." | |||
| 577 | 577 | ||
| 578 | 578 | ||
| 579 | (ert-deftest semantic-utest-Javascript() | 579 | (ert-deftest semantic-utest-Javascript() |
| 580 | (if (fboundp 'javascript-mode) | 580 | (skip-unless (fboundp 'javascript-mode)) |
| 581 | (semantic-utest-generic (semantic-utest-fname "javascripttest.js") semantic-utest-Javascript-buffer-contents semantic-utest-Javascript-name-contents '("fun2") "//1" "//deleted line") | 581 | (semantic-utest-generic (semantic-utest-fname "javascripttest.js") semantic-utest-Javascript-buffer-contents semantic-utest-Javascript-name-contents '("fun2") "//1" "//deleted line")) |
| 582 | (message "Skipping JavaScript test: NO major mode.")) | ||
| 583 | ) | ||
| 584 | 582 | ||
| 585 | (ert-deftest semantic-utest-Java() | 583 | (ert-deftest semantic-utest-Java() |
| 586 | ;; If JDE is installed, it might mess things up depending on the version | 584 | ;; If JDE is installed, it might mess things up depending on the version |