[Groonga-commit] droonga/droonga-engine at f6efea1 [master] test: Fix expected dump

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 24 15:30:39 JST 2014


YUKI Hiroshi	2014-04-24 15:30:39 +0900 (Thu, 24 Apr 2014)

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

  Message:
    test: Fix expected dump

  Modified files:
    test/unit/plugins/groonga/test_delete.rb

  Modified: test/unit/plugins/groonga/test_delete.rb (+3 -2)
===================================================================
--- test/unit/plugins/groonga/test_delete.rb    2014-04-24 15:27:07 +0900 (04080f2)
+++ test/unit/plugins/groonga/test_delete.rb    2014-04-24 15:30:39 +0900 (92ad296)
@@ -115,10 +115,11 @@ table_create Ages TABLE_NO_KEY
               {"table" => "Books", "filter" => '_key @^ "D"'})
       assert_equal(<<-DUMP, dump)
 table_create Books TABLE_HASH_KEY --key_type ShortText
+
 load --table Books
 [
-  ["_key"],
-  ["Groonga"]
+["_key"],
+["Groonga"]
 ]
       DUMP
     end
-------------- next part --------------
HTML����������������������������...
Download 



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