[Groonga-commit] groonga/groonga at f9fc020 [master] Add missing "SEARCH_"

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 5 17:43:05 JST 2016


Kouhei Sutou	2016-02-05 17:43:05 +0900 (Fri, 05 Feb 2016)

  New Revision: f9fc0208afe2ba8d9fcd30b7673d281f726f5cff
  https://github.com/groonga/groonga/commit/f9fc0208afe2ba8d9fcd30b7673d281f726f5cff

  Message:
    Add missing "SEARCH_"

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

  Modified: test/unit/core/test-patricia-trie-search.c (+1 -1)
===================================================================
--- test/unit/core/test-patricia-trie-search.c    2016-02-05 17:41:35 +0900 (b94ec67)
+++ test/unit/core/test-patricia-trie-search.c    2016-02-05 17:43:05 +0900 (51c11d1)
@@ -430,7 +430,7 @@ test_fuzzy_search(gconstpointer data)
   args.prefix_match_size = 0;
   args.max_distance = 1;
   args.max_expansion = 0;
-  args.flags = GRN_TABLE_FUZZY_WITH_TRANSPOSITION;
+  args.flags = GRN_TABLE_FUZZY_SEARCH_WITH_TRANSPOSITION;
 
   trie_test_data_set_parameters(test_data);
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index