[Groonga-commit] droonga/fluent-plugin-droonga at ca5f899 [master] Fill error message

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Jan 23 11:51:31 JST 2014


YUKI Hiroshi	2014-01-23 11:51:31 +0900 (Thu, 23 Jan 2014)

  New Revision: ca5f89961745a9c1cb7273a40e9bac3c0149a2a5
  https://github.com/droonga/fluent-plugin-droonga/commit/ca5f89961745a9c1cb7273a40e9bac3c0149a2a5

  Message:
    Fill error message

  Modified files:
    test/command/suite/groonga/column_create/unknown-table.expected
    test/command/suite/groonga/table_remove/unknown-table.expected

  Modified: test/command/suite/groonga/column_create/unknown-table.expected (+2 -1)
===================================================================
--- test/command/suite/groonga/column_create/unknown-table.expected    2014-01-23 10:58:16 +0900 (666b200)
+++ test/command/suite/groonga/column_create/unknown-table.expected    2014-01-23 11:51:31 +0900 (e291c9e)
@@ -9,7 +9,8 @@
       [
         -22,
         0.0,
-        0.0
+        0.0,
+        "table doesn't exist:<Unknown>"
       ],
       false
     ]

  Modified: test/command/suite/groonga/table_remove/unknown-table.expected (+2 -1)
===================================================================
--- test/command/suite/groonga/table_remove/unknown-table.expected    2014-01-23 10:58:16 +0900 (5e7fa60)
+++ test/command/suite/groonga/table_remove/unknown-table.expected    2014-01-23 11:51:31 +0900 (eebe755)
@@ -9,7 +9,8 @@
       [
         -22,
         0.0,
-        0.0
+        0.0,
+        "table not found"
       ],
       false
     ]
-------------- next part --------------
HTML����������������������������...
Descargar 



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