diff options
| author | Michael Albinus | 2015-03-01 18:05:19 +0100 |
|---|---|---|
| committer | Michael Albinus | 2015-03-01 18:05:19 +0100 |
| commit | 992f8fad978690c1aa981193d67c2f96271b890f (patch) | |
| tree | c6c0744efd5f13dd4185bb1fad351946af7cdb22 /test/ChangeLog | |
| parent | 7f9b037245ddb662ad98685e429a2498ae6b7c62 (diff) | |
| download | emacs-992f8fad978690c1aa981193d67c2f96271b890f.tar.gz emacs-992f8fad978690c1aa981193d67c2f96271b890f.zip | |
Extend vc-tests.el
* automated/vc-tests.el (vc-test--create-repo): Add check for
`vc-responsible-backend'.
(vc-test--register): Do not print a message when unsupported.
(vc-test--state, vc-test--working-revision): Rework. Raise no
error in case of inconsistent result, but document everything.
(vc-test--checkout-model): New defun.
(vc-test-*-checkout-model): New tests.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index ff3042e8cbf..cf1b2c13d7e 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2015-03-01 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/vc-tests.el (vc-test--create-repo): Add check for | ||
| 4 | `vc-responsible-backend'. | ||
| 5 | (vc-test--register): Do not print a message when unsupported. | ||
| 6 | (vc-test--state, vc-test--working-revision): Rework. Raise no | ||
| 7 | error in case of inconsistent result, but document everything. | ||
| 8 | (vc-test--checkout-model): New defun. | ||
| 9 | (vc-test-*-checkout-model): New tests. | ||
| 10 | |||
| 1 | 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org> | 11 | 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 12 | ||
| 3 | * automated/python-tests.el | 13 | * automated/python-tests.el |