[Groonga-commit] groonga/groonga [master] test: remove needless 'then'

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 21日 (月) 10:19:18 JST


HAYASHI Kentaro	2012-05-21 10:19:18 +0900 (Mon, 21 May 2012)

  New Revision: 9fc94490bd1341a50c41c81a3542c569e44605f2

  Log:
    test: remove needless 'then'

  Modified files:
    test/function/tools/geo/generate-grntest-data.rb

  Modified: test/function/tools/geo/generate-grntest-data.rb (+2 -2)
===================================================================
--- test/function/tools/geo/generate-grntest-data.rb    2012-05-21 11:23:59 +0900 (304dd7a)
+++ test/function/tools/geo/generate-grntest-data.rb    2012-05-21 10:19:18 +0900 (e1dae01)
@@ -533,7 +533,7 @@ if __FILE__ == $0
         if OPTS.has_key?(:verbose)
           puts(line)
         end
-        if type == "line" then
+        if type == "line"
           path = [
             type_longitude,
             quadrant,
@@ -565,7 +565,7 @@ if __FILE__ == $0
           dottest = grndata.generate_test_data(app_type)
 
           if filename and filename != ""
-            if type == "line" then
+            if type == "line"
               testname = sprintf("%s/%s/%s/%s/%s/%s%s",
                                  type_longitude, quadrant, type, direction,
                                  longitude_position, file_prefix,




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