null+****@clear*****
null+****@clear*****
2012年 5月 9日 (水) 13:47:14 JST
HAYASHI Kentaro 2012-05-09 13:47:14 +0900 (Wed, 09 May 2012) New Revision: 3820602eb71628e9595f8f796da572bbdfc3ea11 Log: test: add missing indent refs #1362 Modified files: test/function/suite/load/each/scalar-geo-point-with-bracket.expected test/function/suite/load/each/scalar-geo-point-with-bracket.test Modified: test/function/suite/load/each/scalar-geo-point-with-bracket.expected (+1 -1) =================================================================== --- test/function/suite/load/each/scalar-geo-point-with-bracket.expected 2012-05-09 13:41:41 +0900 (86452b9) +++ test/function/suite/load/each/scalar-geo-point-with-bracket.expected 2012-05-09 13:47:14 +0900 (40f7b8c) @@ -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", "location"], ["yurakucho", "128429532x503148672"], Modified: test/function/suite/load/each/scalar-geo-point-with-bracket.test (+1 -1) =================================================================== --- test/function/suite/load/each/scalar-geo-point-with-bracket.test 2012-05-09 13:41:41 +0900 (5ffc960) +++ test/function/suite/load/each/scalar-geo-point-with-bracket.test 2012-05-09 13:47:14 +0900 (0459f13) @@ -3,7 +3,7 @@ column_create Users location COLUMN_SCALAR WGS84GeoPoint column_create Users distance_from_tokyo_tocho COLUMN_SCALAR UInt32 load --table Users \ ---each 'distance_from_tokyo_tocho = geo_distance(location, "128481998x502890001")' + --each 'distance_from_tokyo_tocho = geo_distance(location, "128481998x502890001")' [ ["_key", "location"], ["yurakucho", "128429532x503148672"],