diff options
| author | Dmitry Gutov | 2015-02-07 04:18:24 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2015-02-07 04:26:05 +0300 |
| commit | 66e6398505356b019edee4477b6d4f5f8cdec42d (patch) | |
| tree | ab3ec3ae1ca6576cb411a70b1046cf4c2cd17427 /test/ChangeLog | |
| parent | fa7f79e8234c60ae425f7c3cf1b9486765a7111e (diff) | |
| download | emacs-66e6398505356b019edee4477b6d4f5f8cdec42d.tar.gz emacs-66e6398505356b019edee4477b6d4f5f8cdec42d.zip | |
Make vc-test-svn03-working-revision pass
* test/automated/vc-tests.el (vc-test--working-revision): Fix
`vc-working-revision' checks to be compared against nil, which is
what is should return for unregistered files.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index f9a54b53420..e0d4eeb323a 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-02-07 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * automated/vc-tests.el (vc-test--working-revision): Fix | ||
| 4 | `vc-working-revision' checks to be compared against nil, which is | ||
| 5 | what is should return for unregistered files. | ||
| 6 | |||
| 1 | 2015-02-06 Nicolas Petton <nicolas@petton.fr> | 7 | 2015-02-06 Nicolas Petton <nicolas@petton.fr> |
| 2 | 8 | ||
| 3 | * automated/seq-tests.el: New tests for seq-mapcat, seq-partition | 9 | * automated/seq-tests.el: New tests for seq-mapcat, seq-partition |