[Groonga-commit] groonga/groonga at 0e8c959 [master] test: add a missing closing bracket

Back to archive index

Susumu Yata null+****@clear*****
Mon Mar 7 11:49:24 JST 2016


Susumu Yata	2016-03-07 11:49:24 +0900 (Mon, 07 Mar 2016)

  New Revision: 0e8c95949c6da1aa77057307ca8d8dd61cedb66f
  https://github.com/groonga/groonga/commit/0e8c95949c6da1aa77057307ca8d8dd61cedb66f

  Message:
    test: add a missing closing bracket

  Modified files:
    test/unit/fixtures/geo/data.grn
    test/unit/fixtures/geo/generate-data.rb

  Modified: test/unit/fixtures/geo/data.grn (+1 -0)
===================================================================
--- test/unit/fixtures/geo/data.grn    2016-03-07 11:48:13 +0900 (2fd7a01)
+++ test/unit/fixtures/geo/data.grn    2016-03-07 11:49:24 +0900 (0ddc995)
@@ -257,3 +257,4 @@ load --table Points
 ["0b00001001101001111110110010001111\n0b00010011010011111101100100001101","00000001","((45, 0, 0, 15),(90, 0, 0, 13))","(15,13)","162000015x324000013"],
 ["0b00001001101001111110110010001111\n0b00010011010011111101100100001110","00000001","((45, 0, 0, 15),(90, 0, 0, 14))","(15,14)","162000015x324000014"],
 ["0b00001001101001111110110010001111\n0b00010011010011111101100100001111","00000001","((45, 0, 0, 15),(90, 0, 0, 15))","(15,15)","162000015x324000015"],
+]

  Modified: test/unit/fixtures/geo/generate-data.rb (+1 -0)
===================================================================
--- test/unit/fixtures/geo/generate-data.rb    2016-03-07 11:48:13 +0900 (5b0e3a6)
+++ test/unit/fixtures/geo/generate-data.rb    2016-03-07 11:49:24 +0900 (df33c38)
@@ -65,3 +65,4 @@ points.each do |latitude, longitude|
   print("\"#{latitude}x#{longitude}\"")
   puts("],")
 end
+puts("]")
-------------- next part --------------
HTML����������������������������...
Télécharger 



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