[libgweather/wip/hadess/weather-fixes: 2/3] tests: Fix weather test not setting contact info




commit adb13b7e1871d67dfdc49c6c00befcb055485eeb
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 12 17:53:04 2021 +0100

    tests: Fix weather test not setting contact info

 libgweather/test_weather.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/libgweather/test_weather.c b/libgweather/test_weather.c
index 97ad38c7..289f9707 100644
--- a/libgweather/test_weather.c
+++ b/libgweather/test_weather.c
@@ -156,6 +156,7 @@ main (int argc, char **argv)
 
     loop = g_main_loop_new (NULL, TRUE);
     info = gweather_info_new (NULL);
+    gweather_info_set_contact_info (info, "https://gitlab.gnome.org/GNOME/libgweather/";);
     gweather_info_set_application_id (info, "org.gnome.LibGWeather");
     if (!set_providers (info))
         return 1;


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