Navigation Menu

Skip to content

Commit

Permalink
Use more meaningful name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 8, 2012
1 parent 4aa8f7b commit 7de4fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/groonga/tester.rb
Expand Up @@ -285,9 +285,9 @@ def run(reporter)
test_name = @test_script_path.basename.to_s
result = TestResult.new(test_name)
reporter.start_test(test_name)
timer = Time.now
started_time = Time.now
result.actual = run_groonga_script
result.elapsed_time = Time.now - timer
result.elapsed_time = Time.now - started_time
result.actual = normalize_result(result.actual)
result.expected = read_expected_result
if result.expected
Expand Down

0 comments on commit 7de4fc2

Please sign in to comment.