Kouhei Sutou
null+****@clear*****
Tue Oct 9 11:13:40 JST 2012
Kouhei Sutou 2012-10-09 11:13:40 +0900 (Tue, 09 Oct 2012) New Revision: 5f8aea06dcf5a735ee901e41276f8263ff9606f0 https://github.com/groonga/groonga/commit/5f8aea06dcf5a735ee901e41276f8263ff9606f0 Log: Remove a needless test Modified files: test/unit/core/test-command-select-query-expansion.c Modified: test/unit/core/test-command-select-query-expansion.c (+0 -21) =================================================================== --- test/unit/core/test-command-select-query-expansion.c 2012-10-09 11:06:30 +0900 (a4b7140) +++ test/unit/core/test-command-select-query-expansion.c 2012-10-09 11:13:40 +0900 (e2a3330) @@ -186,27 +186,6 @@ data_scalar_and_vector(void) } void -data_not_expand_OR_with_leading_space(void) -{ - data_scalar_and_vector(); -} - -void -test_not_expand_OR_with_leading_space(gconstpointer data) -{ - cut_assert_equal_string( - "[[[0]," - "[[\"_id\",\"UInt32\"]," - "[\"_key\",\"Time\"]," - "[\"content\",\"Text\"]]]]", - send_command( - cut_take_printf("select Diaries --sortby _id " - "--match_columns content --query '\"OR \"' " - "--query_expansion Synonyms.%s", - gcut_data_get_string(data, "column-name")))); -} - -void data_not_expand_and(void) { data_scalar_and_vector(); -------------- next part -------------- HTML����������������������������...Download