[Groonga-commit] groonga/groonga [master] test: increase accuracy to work on both i386 and amd64

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 9日 (土) 17:34:20 JST


Kouhei Sutou	2012-06-09 17:34:20 +0900 (Sat, 09 Jun 2012)

  New Revision: 7133c22dcfbf77c7ed84c012e168d00ddaeea18e

  Log:
    test: increase accuracy to work on both i386 and amd64

  Modified files:
    test/unit/story/test-taiyaki.c

  Modified: test/unit/story/test-taiyaki.c (+2 -2)
===================================================================
--- test/unit/story/test-taiyaki.c    2012-06-09 17:32:07 +0900 (0438413)
+++ test/unit/story/test-taiyaki.c    2012-06-09 17:34:20 +0900 (240def8)
@@ -1,6 +1,6 @@
 /* -*- c-basic-offset: 2; coding: utf-8 -*- */
 /*
-  Copyright (C) 2010-2011  Kouhei Sutou <kou****@clear*****>
+  Copyright (C) 2010-2012  Kouhei Sutou <kou****@clear*****>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -337,7 +337,7 @@ void
 test_filter_by_tag_and_sort_by_distance_from_tokyo_tocho(void)
 {
   gdouble tokyo_tocho_latitude = 35.689444;
-  gdouble tokyo_tocho_longitude = 139.691667;
+  gdouble tokyo_tocho_longitude = 139.69166701;
 
   cut_assert_equal_string(
     "[[[31],"




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