null+****@clear*****
null+****@clear*****
2012年 5月 9日 (水) 10:18:01 JST
HAYASHI Kentaro 2012-05-09 10:18:01 +0900 (Wed, 09 May 2012) New Revision: 36048c33d54a1d76ae49ae56cb8c9a30929143dc Log: test: fixed not to fail grntest Added missing indent for --each option to .test file, but forgot updating .expected file as well. Modified files: test/function/suite/load/each/scalar-geo-point-with-brace.expected Modified: test/function/suite/load/each/scalar-geo-point-with-brace.expected (+1 -1) =================================================================== --- test/function/suite/load/each/scalar-geo-point-with-brace.expected 2012-05-09 10:09:56 +0900 (9587d37) +++ test/function/suite/load/each/scalar-geo-point-with-brace.expected 2012-05-09 10:18:01 +0900 (c39a98c) @@ -4,7 +4,7 @@ column_create Users location COLUMN_SCALAR WGS84GeoPoint [[0,0.0,0.0],true] column_create Users distance_from_tokyo_tocho COLUMN_SCALAR UInt32 [[0,0.0,0.0],true] -load --table Users --each 'distance_from_tokyo_tocho = geo_distance(location, "128481998x502890001")' +load --table Users --each 'distance_from_tokyo_tocho = geo_distance(location, "128481998x502890001")' [ {"_key": "yurakucho", "location": "128429532x503148672"}, {"_key": "asagaya", "location": "128536272x502686360"}