[geocode-glib] test-gcglib: Fixup Sata Maria Del Rio



commit 942cb075b12994949a6096060285b98602529b1a
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Mon Sep 14 18:27:56 2015 +0200

    test-gcglib: Fixup Sata Maria Del Rio

 geocode-glib/test-gcglib.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/geocode-glib/test-gcglib.c b/geocode-glib/test-gcglib.c
index 9ce9826..bbdd589 100644
--- a/geocode-glib/test-gcglib.c
+++ b/geocode-glib/test-gcglib.c
@@ -335,11 +335,11 @@ test_search_lat_long (void)
        bbox = geocode_place_get_bounding_box (place);
        g_assert (bbox != NULL);
 
-       g_assert_cmpfloat (geocode_location_get_latitude (loc) - 21.801729, <, 0.000001);
-       g_assert_cmpfloat (geocode_location_get_longitude (loc) - -100.737418, <, 0.000001);
+       g_assert_cmpfloat (geocode_location_get_latitude (loc) - 21.803641, <, 0.000001);
+       g_assert_cmpfloat (geocode_location_get_longitude (loc) - -100.736292, <, 0.000001);
        g_assert (bbox_includes_location (bbox, geocode_place_get_location (place)));
-       g_assert_cmpstr (geocode_place_get_name (place), ==, "Santa Mar\303\255a del Rio, Santa Mar\303\255a 
del Rio");
-       g_assert_cmpstr (geocode_location_get_description (loc), ==, "Santa Mar\303\255a del Rio, Santa 
Mar\303\255a del Rio");
+       g_assert_cmpstr (geocode_place_get_name (place), ==, "Santa Maria Del Rio, Santa Mar\303\255a del 
Rio");
+       g_assert_cmpstr (geocode_location_get_description (loc), ==, "Santa Maria Del Rio, Santa Mar\303\255a 
del Rio");
 
        g_list_free_full (res, (GDestroyNotify) g_object_unref);
 }


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