[Groonga-commit] groonga/groonga at 8489ef5 [master] object_list test: use normalized plugin path

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 26 17:24:14 JST 2016


Kouhei Sutou	2016-07-19 17:53:51 +0900 (Tue, 19 Jul 2016)

  New Revision: 8489ef57072f138aa3eb6f6ce843f5812d1908c8
  https://github.com/groonga/groonga/commit/8489ef57072f138aa3eb6f6ce843f5812d1908c8

  Message:
    object_list test: use normalized plugin path

  Modified files:
    test/command/suite/object_list/full.expected

  Modified: test/command/suite/object_list/full.expected (+3 -3)
===================================================================
--- test/command/suite/object_list/full.expected    2016-07-19 17:17:17 +0900 (c30e31e)
+++ test/command/suite/object_list/full.expected    2016-07-19 17:53:51 +0900 (a3477bc)
@@ -291,7 +291,7 @@ object_list
         "value": 4096,
         "names": "CUSTOM_NAME"
       },
-      "path": "tokenizers/.libs/mecab.so",
+      "path": "tokenizers/mecab.so",
       "plugin_id": 1
     },
     "TokenDelimit": {
@@ -1701,7 +1701,7 @@ object_list
         "value": 4096,
         "names": "CUSTOM_NAME"
       },
-      "path": "functions/.libs/vector.so",
+      "path": "functions/vector.so",
       "plugin_id": 2
     },
     "vector_slice": {
@@ -1716,7 +1716,7 @@ object_list
         "value": 4096,
         "names": "CUSTOM_NAME"
       },
-      "path": "functions/.libs/vector.so",
+      "path": "functions/vector.so",
       "plugin_id": 2
     },
     "Users": {
-------------- next part --------------
HTML����������������������������...
Download 



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