[geocode-glib] test-gcglib: Remove a now redundant workaround
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geocode-glib] test-gcglib: Remove a now redundant workaround
- Date: Tue, 17 Sep 2013 18:26:52 +0000 (UTC)
commit 326f20829da92c39a1d623f53e06cbc0f049069a
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Sep 17 21:25:45 2013 +0300
test-gcglib: Remove a now redundant workaround
This ticket has been resolved so we don't need to workaround it:
https://trac.openstreetmap.org/ticket/4918
geocode-glib/test-gcglib.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/geocode-glib/test-gcglib.c b/geocode-glib/test-gcglib.c
index 37d4a14..9558787 100644
--- a/geocode-glib/test-gcglib.c
+++ b/geocode-glib/test-gcglib.c
@@ -144,10 +144,7 @@ test_xep (void)
tp = g_hash_table_new_full (g_str_hash, g_str_equal,
g_free, g_free);
- /* FIXME: Remove this comment & uncomment following line once this ticket is resolved:
- * https://trac.openstreetmap.org/ticket/4918
- */
- /*add_attr (tp, "country", "United Kingdom");*/
+ add_attr (tp, "country", "United Kingdom");
add_attr (tp, "region", "England");
add_attr (tp, "county", "Surrey");
add_attr (tp, "locality", "Guildford");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]