[Groonga-commit] droonga/droonga-engine at d54b791 [master] Groonga: select: Add a test for command_version=1 compatibility

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 31 13:53:05 JST 2014


YUKI Hiroshi	2014-10-31 13:53:05 +0900 (Fri, 31 Oct 2014)

  New Revision: d54b791b5c624ddcacded0153cf78b2a083390ac
  https://github.com/droonga/droonga-engine/commit/d54b791b5c624ddcacded0153cf78b2a083390ac

  Message:
    Groonga: select: Add a test for command_version=1 compatibility

  Modified files:
    test/unit/plugins/groonga/select/test_adapter_input.rb

  Modified: test/unit/plugins/groonga/select/test_adapter_input.rb (+6 -0)
===================================================================
--- test/unit/plugins/groonga/select/test_adapter_input.rb    2014-10-31 13:50:02 +0900 (0990740)
+++ test/unit/plugins/groonga/select/test_adapter_input.rb    2014-10-31 13:53:05 +0900 (afc0aa4)
@@ -64,6 +64,12 @@ class GroongaSelectAdapterInputTest < Test::Unit::TestCase
         assert_attributes(["_id","_key","snippet_html(content)"], "_id,_key,snippet_html(content)")
       end
     end
+
+    class CommandVersion1Test < self
+      def test_command_version_1
+        assert_attributes(["_id","_key"], "_id _key")
+      end
+    end
   end
 
   class MatchColumnsTest < self
-------------- next part --------------
HTML����������������������������...
Download 



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