[Groonga-commit] groonga/groonga [master] [test][geo][cursor] add tests for over offset case.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 10月 19日 (水) 23:07:57 JST


Kouhei Sutou	2011-10-19 14:07:57 +0000 (Wed, 19 Oct 2011)

  New Revision: afe53d59765a8df470ffcd7bdb42ca98a6fcfb99

  Log:
    [test][geo][cursor] add tests for over offset case.

  Modified files:
    test/unit/core/test-geo-in-rectangle.c

  Modified: test/unit/core/test-geo-in-rectangle.c (+6 -0)
===================================================================
--- test/unit/core/test-geo-in-rectangle.c    2011-10-19 14:05:28 +0000 (336673b)
+++ test/unit/core/test-geo-in-rectangle.c    2011-10-19 14:07:57 +0000 (1aecc94)
@@ -289,6 +289,12 @@ data_cursor(void)
                                 "kuruma",
                                 NULL),
            2, 3);
+  ADD_DATA("over offset",
+           NULL,
+           100, -1);
+  ADD_DATA("0 limit",
+           NULL,
+           0, 0);
 
 #undef ADD_DATA
 }




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