[Groonga-commit] groonga/groonga [master] fix parameter and expected data.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 8月 13日 (金) 17:47:06 JST


Kouhei Sutou	2010-08-13 08:47:06 +0000 (Fri, 13 Aug 2010)

  New Revision: 895b32ace7b76d224c91bdeccf24dd994e8c829c

  Log:
    fix parameter and expected data.

  Modified files:
    test/unit/core/test-table-patricia-trie-cursor.c

  Modified: test/unit/core/test-table-patricia-trie-cursor.c (+2 -14)
===================================================================
--- test/unit/core/test-table-patricia-trie-cursor.c    2010-08-13 08:45:17 +0000 (02311a0)
+++ test/unit/core/test-table-patricia-trie-cursor.c    2010-08-13 08:47:06 +0000 (95445ad)
@@ -724,27 +724,15 @@ data_near_geo_point(void)
                        0, 0, 0),
            0, -1,
            0);
-  ADD_DATA("min limit",
+  ADD_DATA("min-size",
            gcut_list_string_new(POINT(1, 2, 3,
                                       4, 5, 6),
                                 POINT(1, 2, 3,
                                       7, 8, 9),
                                 POINT(7, 8, 9,
                                       4, 5, 6),
-                                POINT(89, 59, 59,
-                                      179, 59, 59),
-                                POINT(89, 59, 59,
-                                      179, -59, -59),
-                                POINT(88, 58, 58,
-                                      178, 58, 58),
-                                POINT(-89, -59, -59,
-                                      -179, -59, -59),
-                                POINT(-89, -59, -59,
-                                      179, 59, 59),
-                                POINT(-88, -58, -58,
-                                      -178, -58, -58),
                                 NULL),
-           1000,
+           1,
            TAKEN_POINT(0, 0, 0,
                        0, 0, 0),
            0, -1,




Groonga-commit メーリングリストの案内
Back to archive index