null+****@clear*****
null+****@clear*****
2012年 5月 9日 (水) 12:25:48 JST
HAYASHI Kentaro 2012-05-09 12:25:48 +0900 (Wed, 09 May 2012)
New Revision: 4b459bf132b9fcbdfd6e3a7e524fab0f70fa2c51
Log:
test: add missing indent
refs #1362
Modified files:
test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-sphere-with-index.expected
test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-sphere-with-index.test
Modified: test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-sphere-with-index.expected (+1 -1)
===================================================================
--- test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-sphere-with-index.expected 2012-05-09 12:18:42 +0900 (622c8b6)
+++ test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-sphere-with-index.expected 2012-05-09 12:25:48 +0900 (4c18408)
@@ -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, "sphere")' --scorer '_score = geo_distance(location, "128429532x503148672", "sphere") * 1000 * 1000'
+select Shops --sortby '+_score, +name' --output_columns 'name, _score, location' --filter 'geo_in_circle(location, "128429532x503148672", 3000, "sphere")' --scorer '_score = geo_distance(location, "128429532x503148672", "sphere") * 1000 * 1000'
[
[
0,
Modified: test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-sphere-with-index.test (+3 -3)
===================================================================
--- test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-sphere-with-index.test 2012-05-09 12:18:42 +0900 (f1e2c5a)
+++ test/function/suite/select/output/scalar-geo-point-by-geo-in-circle-sphere-with-index.test 2012-05-09 12:25:48 +0900 (8cd2581)
@@ -385,6 +385,6 @@ load --table Synonyms
]
select Shops --sortby '+_score, +name' \
---output_columns 'name, _score, location' \
---filter 'geo_in_circle(location, "128429532x503148672", 3000, "sphere")' \
---scorer '_score = geo_distance(location, "128429532x503148672", "sphere") * 1000 * 1000'
+ --output_columns 'name, _score, location' \
+ --filter 'geo_in_circle(location, "128429532x503148672", 3000, "sphere")' \
+ --scorer '_score = geo_distance(location, "128429532x503148672", "sphere") * 1000 * 1000'