diff options
| author | Kenichi Handa | 2010-01-15 14:13:05 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-01-15 14:13:05 +0900 |
| commit | fa0cff43e861a49d9f992ffccbe4f71e29d71e1a (patch) | |
| tree | 2a2bf41b76f624200d873bd604176cc6b7237f69 /test | |
| parent | cc320f07d4d1c0033c1728d22421462ab1fcc04e (diff) | |
| parent | 56a03f46b825f2c22c7a982e8d4bcb5545908a09 (diff) | |
| download | emacs-fa0cff43e861a49d9f992ffccbe4f71e29d71e1a.tar.gz emacs-fa0cff43e861a49d9f992ffccbe4f71e29d71e1a.zip | |
from trunk
Diffstat (limited to 'test')
| -rw-r--r-- | test/ChangeLog | 6 | ||||
| -rw-r--r-- | test/cedet/cedet-utests.el | 4 | ||||
| -rw-r--r-- | test/cedet/semantic-ia-utest.el | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index c5d2b7efeed..e52559399e5 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-01-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test): | ||
| 4 | * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list) | ||
| 5 | (semantic-ia-utest-buffer-refs): Fix typos in docstrings. | ||
| 6 | |||
| 1 | 2009-12-18 Ulf Jasper <ulf.jasper@web.de> | 7 | 2009-12-18 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 8 | ||
| 3 | * icalendar-testsuite.el | 9 | * icalendar-testsuite.el |
diff --git a/test/cedet/cedet-utests.el b/test/cedet/cedet-utests.el index 12f81488031..aab07d49472 100644 --- a/test/cedet/cedet-utests.el +++ b/test/cedet/cedet-utests.el | |||
| @@ -236,7 +236,7 @@ Argument START and END bound the time being calculated." | |||
| 236 | (defun cedet-utest-log-shutdown (title &optional errorcondition) | 236 | (defun cedet-utest-log-shutdown (title &optional errorcondition) |
| 237 | "Shut-down a larger test suite. | 237 | "Shut-down a larger test suite. |
| 238 | TITLE is the section that is done. | 238 | TITLE is the section that is done. |
| 239 | ERRORCONDITION is some error that may have occured durinig testing." | 239 | ERRORCONDITION is some error that may have occurred during testing." |
| 240 | (let ((endtime (current-time)) | 240 | (let ((endtime (current-time)) |
| 241 | ) | 241 | ) |
| 242 | (cedet-utest-log-shutdown-msg title cedet-utest-log-timer endtime) | 242 | (cedet-utest-log-shutdown-msg title cedet-utest-log-timer endtime) |
| @@ -466,7 +466,7 @@ converted into.") | |||
| 466 | 466 | ||
| 467 | (defun pulse-test (&optional no-error) | 467 | (defun pulse-test (&optional no-error) |
| 468 | "Test the lightening function for pulsing a line. | 468 | "Test the lightening function for pulsing a line. |
| 469 | When optional NO-ERROR Don't throw an error if we can't run tests." | 469 | When optional NO-ERROR don't throw an error if we can't run tests." |
| 470 | (interactive) | 470 | (interactive) |
| 471 | (if (or (not pulse-flag) (not (pulse-available-p))) | 471 | (if (or (not pulse-flag) (not (pulse-available-p))) |
| 472 | (if no-error | 472 | (if no-error |
diff --git a/test/cedet/semantic-ia-utest.el b/test/cedet/semantic-ia-utest.el index 99477402de6..8e2aa43bd27 100644 --- a/test/cedet/semantic-ia-utest.el +++ b/test/cedet/semantic-ia-utest.el | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | "List of files with analyzer completion test points.") | 54 | "List of files with analyzer completion test points.") |
| 55 | 55 | ||
| 56 | (defvar semantic-ia-utest-error-log-list nil | 56 | (defvar semantic-ia-utest-error-log-list nil |
| 57 | "List of errors occuring during a run.") | 57 | "List of errors occurring during a run.") |
| 58 | 58 | ||
| 59 | ;;;###autoload | 59 | ;;;###autoload |
| 60 | (defun semantic-ia-utest (&optional arg) | 60 | (defun semantic-ia-utest (&optional arg) |
| @@ -211,7 +211,7 @@ Argument ARG specifies which set of tests to run. | |||
| 211 | )) | 211 | )) |
| 212 | 212 | ||
| 213 | (defun semantic-ia-utest-buffer-refs () | 213 | (defun semantic-ia-utest-buffer-refs () |
| 214 | "Run a analyze-refs unit-test pass in the current buffer." | 214 | "Run an analyze-refs unit-test pass in the current buffer." |
| 215 | 215 | ||
| 216 | (let* ((idx 1) | 216 | (let* ((idx 1) |
| 217 | (regex-p nil) | 217 | (regex-p nil) |