null+****@clear*****
null+****@clear*****
2012年 6月 7日 (木) 15:07:20 JST
Haruka Yoshihara 2012-06-07 15:07:20 +0900 (Thu, 07 Jun 2012)
New Revision: 2e730148a220ef09b955838432477c247aa21e5a
Log:
test: fix load values for HTTP test
HTTP test executes a load command when "]\n" line is read from a test file.
Modified files:
test/function/suite/select/output/vector-geo-point-by-accessor.expected
test/function/suite/select/output/vector-geo-point-by-accessor.test
Modified: test/function/suite/select/output/vector-geo-point-by-accessor.expected (+1 -3)
===================================================================
--- test/function/suite/select/output/vector-geo-point-by-accessor.expected 2012-06-07 15:02:08 +0900 (51d6cda)
+++ test/function/suite/select/output/vector-geo-point-by-accessor.expected 2012-06-07 15:07:20 +0900 (f63c465)
@@ -5,9 +5,7 @@ column_create Shops places COLUMN_VECTOR WGS84GeoPoint
load --table Shops
[
["_key","places"],
-["daruma",
-["130094061x505025099","130185500x505009000"]
-]
+["daruma",["130094061x505025099","130185500x505009000"]]
]
[[0,0.0,0.0],1]
select Shops --query _key:daruma
Modified: test/function/suite/select/output/vector-geo-point-by-accessor.test (+1 -3)
===================================================================
--- test/function/suite/select/output/vector-geo-point-by-accessor.test 2012-06-07 15:02:08 +0900 (3732a24)
+++ test/function/suite/select/output/vector-geo-point-by-accessor.test 2012-06-07 15:07:20 +0900 (d01f579)
@@ -4,9 +4,7 @@ column_create Shops places COLUMN_VECTOR WGS84GeoPoint
load --table Shops
[
["_key","places"],
-["daruma",
-["130094061x505025099","130185500x505009000"]
-]
+["daruma",["130094061x505025099","130185500x505009000"]]
]
select Shops --query _key:daruma