null+****@clear*****
null+****@clear*****
2010年 9月 17日 (金) 18:22:52 JST
Kouhei Sutou 2010-09-17 09:22:52 +0000 (Fri, 17 Sep 2010)
New Revision: 27e346845670a6be2cf8ce9a2df411995071a4c8
Log:
fix a typo.
Modified files:
test/unit/fixtures/story/taiyaki/ddl.grn
Modified: test/unit/fixtures/story/taiyaki/ddl.grn (+1 -1)
===================================================================
--- test/unit/fixtures/story/taiyaki/ddl.grn 2010-09-17 03:10:21 +0000 (0d33859)
+++ test/unit/fixtures/story/taiyaki/ddl.grn 2010-09-17 09:22:52 +0000 (d19d0c7)
@@ -18,7 +18,7 @@ column_create Shops location COLUMN_SCALAR WGS84GeoPoint
column_create Shops latitude COLUMN_SCALAR Int32
column_create Shops longitude COLUMN_SCALAR Int32
column_create Shops latitude_in_degree COLUMN_SCALAR Float
-column_create Shops longitude_in_degree COLUMN_SCALAR FLoat
+column_create Shops longitude_in_degree COLUMN_SCALAR Float
column_create Shops categories COLUMN_VECTOR Categories
column_create Shops area COLUMN_SCALAR Areas