[Groonga-commit] groonga/groonga-query-log [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Dec 13 15:43:28 JST 2012


Kouhei Sutou	2012-12-13 15:43:28 +0900 (Thu, 13 Dec 2012)

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

  Log:
    Fix indent

  Modified files:
    test/test-analyzer.rb

  Modified: test/test-analyzer.rb (+2 -2)
===================================================================
--- test/test-analyzer.rb    2012-12-13 15:35:26 +0900 (075f232)
+++ test/test-analyzer.rb    2012-12-13 15:43:28 +0900 (de1bafe)
@@ -59,9 +59,9 @@ class AnalyzerTest < Test::Unit::TestCase
     actual_result = run_analyzer("--reporter", "json", @query_log_path)
 
     actual_result = actual_result.gsub(/(\"start_time\"):(\d+)/,
-                                         "\\1:START_TIME")
+                                       "\\1:START_TIME")
     actual_result = actual_result.gsub(/(\"last_time\"):(\d+)/,
-                                         "\\1:LAST_TIME")
+                                       "\\1:LAST_TIME")
     expected_result = expected_analyzed_query("json.expected")
     assert_equal(expected_result, actual_result)
   end
-------------- next part --------------
HTML����������������������������...
Download 



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