aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-gloss--stats-text.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-gloss--stats-text.el b/tests/test-gloss--stats-text.el
index 32093b1..d91a4e6 100644
--- a/tests/test-gloss--stats-text.el
+++ b/tests/test-gloss--stats-text.el
@@ -30,8 +30,8 @@
(should (string-match-p "File size:" text))
(should (string-match-p "Cache mtime:" text)))))
-(ert-deftest test-gloss-stats-text-missing-file-reports-zero-and-never ()
- "Error: missing glossary file reports zero terms and \"never\" mtime."
+(ert-deftest test-gloss-stats-text-missing-file-reports-zero ()
+ "Boundary: stats-text against a missing file creates it, reports zero terms."
(gloss-test--with-missing-glossary
(let ((text (gloss--stats-text)))
(should (string-match-p "Total terms: +0" text)))))