[Groonga-commit] groonga/grntest [master] Fix actual result isn't displayed

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 10日 (金) 13:18:02 JST


Kouhei Sutou	2012-08-10 13:18:02 +0900 (Fri, 10 Aug 2012)

  New Revision: 479aee10d644167f182d079fc3aadf60b9f6bdc4
  https://github.com/groonga/grntest/commit/479aee10d644167f182d079fc3aadf60b9f6bdc4

  Log:
    Fix actual result isn't displayed

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+1 -1)
===================================================================
--- lib/groonga/tester.rb    2012-08-08 16:08:28 +0900 (299ac54)
+++ lib/groonga/tester.rb    2012-08-10 13:18:02 +0900 (58951f6)
@@ -1112,7 +1112,7 @@ EOF
       def no_check_test(result)
         report_test_result(result, "not checked")
         puts
-        puts(result)
+        puts(result.actual)
         @n_not_checked_tests += 1
       end
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Descargar 



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