null+****@clear*****
null+****@clear*****
2012年 5月 9日 (水) 12:04:50 JST
HAYASHI Kentaro 2012-05-09 12:04:50 +0900 (Wed, 09 May 2012)
New Revision: 2fb91205f01736ef6ba8a13fdb7638689a3d32ad
Log:
test: add missing indent
refs #1362
Modified files:
test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-rect-without-index.expected
test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-rect-without-index.test
Modified: test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-rect-without-index.expected (+1 -1)
===================================================================
--- test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-rect-without-index.expected 2012-05-09 12:00:39 +0900 (7700663)
+++ test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-rect-without-index.expected 2012-05-09 12:04:50 +0900 (cd3e7c4)
@@ -405,7 +405,7 @@ load --table Synonyms
"words":"(たいやき OR たい焼 OR 鯛焼き)"}
]
[[0,0.0,0.0],1]
-select Shops --sortby '+_score, +name' --output_columns 'name, _score, location' --filter 'geo_in_circle(location, "128429532x503148672", 3000, "rect") > 0' --scorer '_score = geo_distance(location, "128429532x503148672", "rect") * 1000 * 1000'
+select Shops --sortby '+_score, +name' --output_columns 'name, _score, location' --filter 'geo_in_circle(location, "128429532x503148672", 3000, "rect") > 0' --scorer '_score = geo_distance(location, "128429532x503148672", "rect") * 1000 * 1000'
[
[
0,
Modified: test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-rect-without-index.test (+3 -3)
===================================================================
--- test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-rect-without-index.test 2012-05-09 12:00:39 +0900 (462884e)
+++ test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-rect-without-index.test 2012-05-09 12:04:50 +0900 (290c236)
@@ -385,6 +385,6 @@ load --table Synonyms
]
select Shops --sortby '+_score, +name' \
---output_columns 'name, _score, location' \
---filter 'geo_in_circle(location, "128429532x503148672", 3000, "rect") > 0' \
---scorer '_score = geo_distance(location, "128429532x503148672", "rect") * 1000 * 1000'
+ --output_columns 'name, _score, location' \
+ --filter 'geo_in_circle(location, "128429532x503148672", 3000, "rect") > 0' \
+ --scorer '_score = geo_distance(location, "128429532x503148672", "rect") * 1000 * 1000'