]> code.delx.au - gnu-emacs/blobdiff - test/cedet/cedet-utests.el
language/indian.el (gujarati-composable-pattern): Fix typo.
[gnu-emacs] / test / cedet / cedet-utests.el
index fe8bad80e6694157f45f67927ee48849169b3375..aab07d49472d2dcfa0e9fd8685870502376f4666 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cedet-utests.el --- Run all unit tests in the CEDET suite.
 
-;; Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -236,7 +236,7 @@ Argument START and END bound the time being calculated."
 (defun cedet-utest-log-shutdown (title &optional errorcondition)
   "Shut-down a larger test suite.
 TITLE is the section that is done.
-ERRORCONDITION is some error that may have occured durinig testing."
+ERRORCONDITION is some error that may have occurred during testing."
   (let ((endtime (current-time))
        )
     (cedet-utest-log-shutdown-msg title cedet-utest-log-timer endtime)
@@ -466,7 +466,7 @@ converted into.")
 
 (defun pulse-test (&optional no-error)
   "Test the lightening function for pulsing a line.
-When optional NO-ERROR Don't throw an error if we can't run tests."
+When optional NO-ERROR don't throw an error if we can't run tests."
   (interactive)
   (if (or (not pulse-flag) (not (pulse-available-p)))
       (if no-error
@@ -512,4 +512,5 @@ When optional NO-ERROR Don't throw an error if we can't run tests."
 
 (provide 'cedet-utests)
 
+;; arch-tag: ace16290-4119-4df0-b33c-8c6b809f420d
 ;;; cedet-utests.el ends here