emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 421eeff: Add support for multiple Gravatar services


From: Philip K.
Subject: Re: master 421eeff: Add support for multiple Gravatar services
Date: Tue, 24 Mar 2020 22:23:16 +0100

This should fix it. It would be worth considering expanding the test
cases too, especially since it's not testing the current default
anymore.

-- 
        Philip K.

>From 44014722a5fba37ac3b6625ba7730f125883d789 Mon Sep 17 00:00:00 2001
From: Philip K <address@hidden>
Date: Tue, 24 Mar 2020 22:19:01 +0100
Subject: [PATCH] Fix gravatar-build-url testcase

* test/lisp/image/gravatar-tests.el (gravatar-build-url): Set service
  type to gravatar
---
 test/lisp/image/gravatar-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/lisp/image/gravatar-tests.el 
b/test/lisp/image/gravatar-tests.el
index e66b5c6803..77b364073d 100644
--- a/test/lisp/image/gravatar-tests.el
+++ b/test/lisp/image/gravatar-tests.el
@@ -65,7 +65,8 @@ gravatar-build-url
   "Test `gravatar-build-url'."
   (let ((gravatar-default-image nil)
         (gravatar-force-default nil)
-        (gravatar-size nil))
+        (gravatar-size nil)
+        (gravatar-service 'gravatar))
     (should (equal (gravatar-build-url "foo") "\
 https://www.gravatar.com/avatar/acbd18db4cc2f85cedef654fccc4a4d8?r=g";))))
 
-- 
2.20.1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]