summaryrefslogtreecommitdiff
path: root/test/lisp/vc/vc-hg-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/vc/vc-hg-tests.el')
-rw-r--r--test/lisp/vc/vc-hg-tests.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lisp/vc/vc-hg-tests.el b/test/lisp/vc/vc-hg-tests.el
index a3d7d681808..f578c86d401 100644
--- a/test/lisp/vc/vc-hg-tests.el
+++ b/test/lisp/vc/vc-hg-tests.el
@@ -53,6 +53,8 @@
(ert-deftest vc-hg-annotate-time ()
(with-temp-buffer
(save-excursion (insert "philringnalda 218075 2014-11-28 CLOBBER:"))
- (should (floatp (vc-hg-annotate-time)))))
+ (should (equal (vc-hg-annotate-time)
+ (vc-annotate-convert-time
+ (encode-time 0 0 0 28 11 2014))))))
;;; vc-hg-tests.el ends here