[Groonga-commit] groonga/groonga-query-log at 45b6715 [master] test: simplify name

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jun 12 17:22:38 JST 2018


Kouhei Sutou	2018-06-12 17:22:38 +0900 (Tue, 12 Jun 2018)

  New Revision: 45b67150f0231bca0d1090549c5797ed3eebbf71
  https://github.com/groonga/groonga-query-log/commit/45b67150f0231bca0d1090549c5797ed3eebbf71

  Message:
    test: simplify name

  Modified files:
    test/test-response-comparer.rb

  Modified: test/test-response-comparer.rb (+2 -2)
===================================================================
--- test/test-response-comparer.rb    2018-06-12 17:21:30 +0900 (32eb0a9)
+++ test/test-response-comparer.rb    2018-06-12 17:22:38 +0900 (7940f89)
@@ -306,7 +306,7 @@ class ResponseComparerTest < Test::Unit::TestCase
       end
     end
 
-    class CareDifferencesInAccuracyOfPosition < self
+    class FloatAccurancy < self
       def create_response(value)
         [
           [
@@ -317,7 +317,7 @@ class ResponseComparerTest < Test::Unit::TestCase
         ]
       end
 
-      def test_different_accurancy_of_postion
+      def test_no_care_order
         response1 = create_response(139.763570507358)
         response2 = create_response(139.7635705073576)
         assert do
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180612/1cc4d7fa/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index