[Groonga-commit] ranguba/groonga-client-model at 8ee5d4b [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 3 21:04:21 JST 2017


Kouhei Sutou	2017-03-03 21:04:21 +0900 (Fri, 03 Mar 2017)

  New Revision: 8ee5d4be90cc3f93d35fdf2f1086c1a5f6bc2f6a
  https://github.com/ranguba/groonga-client-model/commit/8ee5d4be90cc3f93d35fdf2f1086c1a5f6bc2f6a

  Message:
    Fix a typo

  Modified files:
    lib/groonga_client_model/test/groonga_server_runner.rb

  Modified: lib/groonga_client_model/test/groonga_server_runner.rb (+1 -1)
===================================================================
--- lib/groonga_client_model/test/groonga_server_runner.rb    2017-03-03 21:00:32 +0900 (66b78b4)
+++ lib/groonga_client_model/test/groonga_server_runner.rb    2017-03-03 21:04:21 +0900 (794c643)
@@ -43,7 +43,7 @@ module GroongaClientModel
 
         schema_path = base_dir + "db" + "schema.grn"
         if schema_path.exist?
-          schema_loader = SchemaLoader.new(base_dir)
+          schema_loader = SchemaLoader.new(schema_path)
           schema_loader.load
         else
           output = StringIO.new
-------------- next part --------------
HTML����������������������������...
Download 



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