[Groonga-commit] ranguba/epub-searcher at a7685d4 [master] Follow API change of RemoteDatabase#select

Back to archive index

KITAITI Makoto null+****@clear*****
Sun Sep 20 18:12:50 JST 2015


KITAITI Makoto	2015-09-20 18:12:50 +0900 (Sun, 20 Sep 2015)

  New Revision: a7685d49fc21377b73ec3ff1506f16e959607e01
  https://github.com/ranguba/epub-searcher/commit/a7685d49fc21377b73ec3ff1506f16e959607e01

  Message:
    Follow API change of RemoteDatabase#select

  Modified files:
    test/app/controllers/main_controller_test.rb

  Modified: test/app/controllers/main_controller_test.rb (+1 -1)
===================================================================
--- test/app/controllers/main_controller_test.rb    2015-09-20 18:10:12 +0900 (2bad038)
+++ test/app/controllers/main_controller_test.rb    2015-09-20 18:12:50 +0900 (d781b5b)
@@ -81,7 +81,7 @@ class MainControllerTest < Test::Unit::TestCase
     books = db.select(
       table: :Books,
       output_columns: '_id'
-    )
+    ).records
     books.each do |book|
       params = {
         table: :Books,
-------------- next part --------------
HTML����������������������������...
Descargar 



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