[geocode-glib/gnome-3-18] test-gcglib: Conform to reality



commit 00a7a7ddb05db7a39ae0af18b6642bb1c791c45c
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Sun Feb 21 15:35:34 2016 +0100

    test-gcglib: Conform to reality

 geocode-glib/test-gcglib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/geocode-glib/test-gcglib.c b/geocode-glib/test-gcglib.c
index bbdd589..a23a3c3 100644
--- a/geocode-glib/test-gcglib.c
+++ b/geocode-glib/test-gcglib.c
@@ -237,7 +237,7 @@ test_pub (void)
        g_assert (loc != NULL);
 
        g_assert_cmpfloat (geocode_location_get_latitude (loc), ==, 51.2368747);
-       g_assert_cmpfloat (geocode_location_get_longitude (loc), ==, -0.5912356);
+       g_assert_cmpfloat (geocode_location_get_longitude (loc), ==, -0.5912357);
 
        g_object_unref (place);
        g_list_free (res);


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