[Groonga-commit] groonga/groonga [master] test: add missing indent for --each option

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 8日 (火) 19:51:04 JST


HAYASHI Kentaro	2012-05-08 19:51:04 +0900 (Tue, 08 May 2012)

  New Revision: 8cb001a790ca18d9dc5864a166909692f22ae632

  Log:
    test: add missing indent for --each option

  Modified files:
    test/function/suite/load/each/scalar-geo-point-with-brace.test

  Modified: test/function/suite/load/each/scalar-geo-point-with-brace.test (+1 -1)
===================================================================
--- test/function/suite/load/each/scalar-geo-point-with-brace.test    2012-05-08 19:45:15 +0900 (c4f747f)
+++ test/function/suite/load/each/scalar-geo-point-with-brace.test    2012-05-08 19:51:04 +0900 (d298231)
@@ -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": "yurakucho", "location": "128429532x503148672"},
 {"_key": "asagaya", "location": "128536272x502686360"}




Groonga-commit メーリングリストの案内
Back to archive index