[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 4fff650: ; * test/src/xfaces-tests.el (xfaces-color-distance): Fi
From: |
Mattias Engdeg�rd |
Subject: |
master 4fff650: ; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id |
Date: |
Thu, 4 Jun 2020 04:56:49 -0400 (EDT) |
branch: master
commit 4fff6502368e87b3c031589a1a96267243f868b0
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>
; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id
---
test/src/xfaces-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/src/xfaces-tests.el b/test/src/xfaces-tests.el
index f08a87a..5ed16c9 100644
--- a/test/src/xfaces-tests.el
+++ b/test/src/xfaces-tests.el
@@ -20,7 +20,7 @@
(require 'ert)
(ert-deftest xfaces-color-distance ()
- ;; Check symmetry (bug#51455).
+ ;; Check symmetry (bug#41544).
(should (equal (color-distance "#222222" "#ffffff")
(color-distance "#ffffff" "#222222"))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 4fff650: ; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id,
Mattias Engdeg�rd <=