null+****@clear*****
null+****@clear*****
2010年 8月 5日 (木) 14:24:47 JST
Kouhei Sutou 2010-08-05 05:24:47 +0000 (Thu, 05 Aug 2010)
New Revision: 7fd02b7ca852e5f66f8a14ff35dc3d45bcca750b
Log:
rename to correct name.
Modified files:
test/unit/core/Makefile.am
test/unit/core/test-table-patricia-trie-cursor.c
Renamed files:
test/unit/core/test-table-sort-geo.c
(from test/unit/core/test-table-patricia-trie-sort.c)
Modified: test/unit/core/Makefile.am (+2 -2)
===================================================================
--- test/unit/core/Makefile.am 2010-08-05 05:16:39 +0000 (f526093)
+++ test/unit/core/Makefile.am 2010-08-05 05:24:47 +0000 (d69bb5f)
@@ -14,7 +14,7 @@ noinst_LTLIBRARIES = \
test-query.la \
test-table.la \
test-table-patricia-trie-cursor.la \
- test-table-patricia-trie-sort.la \
+ test-table-sort-geo.la \
test-column.la \
test-database.la \
test-database-create.la \
@@ -84,7 +84,7 @@ test_public_context_la_SOURCES = test-public-context.c
test_query_la_SOURCES = test-query.c
test_table_la_SOURCES = test-table.c
test_table_patricia_trie_cursor_la_SOURCES = test-table-patricia-trie-cursor.c
-test_table_patricia_trie_sort_la_SOURCES = test-table-patricia-trie-sort.c
+test_table_sort_geo_la_SOURCES = test-table-sort-geo.c
test_column_la_SOURCES = test-column.c
test_database_la_SOURCES = test-database.c
test_database_create_la_SOURCES = test-database-create.c
Modified: test/unit/core/test-table-patricia-trie-cursor.c (+0 -2)
===================================================================
--- test/unit/core/test-table-patricia-trie-cursor.c 2010-08-05 05:16:39 +0000 (6bc3827)
+++ test/unit/core/test-table-patricia-trie-cursor.c 2010-08-05 05:24:47 +0000 (f5bb1a5)
@@ -44,8 +44,6 @@ void data_prefix_geo_point(void);
void test_prefix_geo_point(gpointer data);
void data_near_uint32(void);
void test_near_uint32(gpointer data);
-void data_near_geo_point(void);
-void test_near_geo_point(gpointer data);
void data_common_prefix_search(void);
void test_common_prefix_search(gpointer data);
Renamed: test/unit/core/test-table-sort-geo.c (+0 -0) 100%
===================================================================