[Groonga-commit] groonga/grntest [master] Invert expected and actual in diff

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sun Sep 23 17:58:34 JST 2012


Kouhei Sutou	2012-09-23 17:58:34 +0900 (Sun, 23 Sep 2012)

  New Revision: 32eb23d1d45ac9ed22d353f87bce0520940c85e4
  https://github.com/groonga/grntest/commit/32eb23d1d45ac9ed22d353f87bce0520940c85e4

  Log:
    Invert expected and actual in diff

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+2 -2)
===================================================================
--- lib/grntest/tester.rb    2012-08-29 10:02:23 +0900 (9252794)
+++ lib/grntest/tester.rb    2012-09-23 17:58:34 +0900 (6145796)
@@ -1559,8 +1559,8 @@ EOF
         create_temporary_file("expected", expected) do |expected_file|
           create_temporary_file("actual", actual) do |actual_file|
             diff_options =****@teste*****_options.dup
-            diff_options.concat(["--label", "(actual)", actual_file.path,
-                                 "--label", "(expected)", expected_file.path])
+            diff_options.concat(["--label", "(expected)", expected_file.path,
+                                 "--label", "(actual)", actual_file.path])
             system(@tester.diff, *diff_options)
           end
         end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index