[Groonga-commit] groonga/groonga [master] fixed an expected value.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 21日 (月) 19:10:02 JST


Susumu Yata	2011-11-21 10:10:02 +0000 (Mon, 21 Nov 2011)

  New Revision: 820d74310803b680d3f9e18dfa90d9ec3e334a38

  Log:
    fixed an expected value.

  Modified files:
    test/unit/core/test-cast-basic.c

  Modified: test/unit/core/test-cast-basic.c (+1 -1)
===================================================================
--- test/unit/core/test-cast-basic.c    2011-11-20 04:27:50 +0000 (4186c95)
+++ test/unit/core/test-cast-basic.c    2011-11-21 10:10:02 +0000 (b02f3aa)
@@ -1001,7 +1001,7 @@ test_wgs84_geo_point_to_tokyo_geo_point(void)
   gint takane_latitude_in_wgs84 = 130194581;
   gint takane_longitude_in_wgs84 = 503802073;
   gint takane_latitude_in_tokyo_geodetic_system = 130183140;
-  gint takane_longitude_in_tokyo_geodetic_system = 503813760;
+  gint takane_longitude_in_tokyo_geodetic_system = 503813761;
 
   grn_obj_reinit(&context, &src, GRN_DB_WGS84_GEO_POINT, 0);
   GRN_GEO_POINT_SET(&context, &src,




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