null+****@clear*****
null+****@clear*****
2010年 8月 19日 (木) 15:37:26 JST
Kouhei Sutou 2010-08-19 06:37:26 +0000 (Thu, 19 Aug 2010)
New Revision: 5b4e6fc2030a942a8bb78b172cf81be4c4c5ed08
Log:
fix function name.
Modified files:
test/unit/core/test-table-sort-geo.c
Modified: test/unit/core/test-table-sort-geo.c (+2 -2)
===================================================================
--- test/unit/core/test-table-sort-geo.c 2010-08-19 06:11:35 +0000 (7b8b116)
+++ test/unit/core/test-table-sort-geo.c 2010-08-19 06:37:26 +0000 (4a86dfe)
@@ -163,7 +163,7 @@ inspect_point (gint latitude, gint longitude)
}
void
-data_near_geo(void)
+data_near_geo_point(void)
{
#define ADD_DATA(label, expected, base, offset, limit) \
gcut_add_datum(label, \
@@ -238,7 +238,7 @@ data_near_geo(void)
}
void
-test_near_geo(gpointer data)
+test_near_geo_point(gpointer data)
{
grn_id id;
int offset, limit;