[Groonga-commit] groonga/groonga [master] fix syntax in --filter.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 8月 13日 (金) 15:32:12 JST


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

  New Revision: a543782ee419ded11e3644bc50d91add35f13adf

  Log:
    fix syntax in --filter.

  Modified files:
    test/unit/core/test-command-select-prefix-search.c

  Modified: test/unit/core/test-command-select-prefix-search.c (+1 -1)
===================================================================
--- test/unit/core/test-command-select-prefix-search.c    2010-08-13 04:58:41 +0000 (76e1536)
+++ test/unit/core/test-command-select-prefix-search.c    2010-08-13 06:32:12 +0000 (90f8b66)
@@ -141,5 +141,5 @@ test_filter(void)
        "[3,\"groonga + Ruby\",\"rroonga\"],"
        "[4,\"search system\",\"ranguba\"]]]",
       send_command("select Bookmarks "
-                   "--filter \"site ^ 'r'\""));
+                   "--filter 'site @^ \"r\"'"));
 }




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