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

Back to archive index

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


Kouhei Sutou	2010-08-13 08:45:17 +0000 (Fri, 13 Aug 2010)

  New Revision: 82e621eb83a20a9ef1a46c914293e5d554acac16

  Log:
    fix expected data.

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

  Modified: test/unit/core/test-table-patricia-trie-cursor.c (+6 -6)
===================================================================
--- test/unit/core/test-table-patricia-trie-cursor.c    2010-08-13 07:05:05 +0000 (32d2562)
+++ test/unit/core/test-table-patricia-trie-cursor.c    2010-08-13 08:45:17 +0000 (02311a0)
@@ -706,16 +706,16 @@ data_near_geo_point(void)
                                       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(89, 59, 59,
+                                      179, 59, 59),
                                 POINT(-89, -59, -59,
                                       179, 59, 59),
+                                POINT(-89, -59, -59,
+                                      -179, -59, -59),
                                 POINT(-88, -58, -58,
                                       -178, -58, -58),
                                 NULL),




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