[Groonga-commit] groonga/groonga at 7cf8755 [master] test: follow error message change

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 29 22:45:51 JST 2016


Kouhei Sutou	2016-08-29 22:45:51 +0900 (Mon, 29 Aug 2016)

  New Revision: 7cf8755e790e811f7dc71392ac6ce170878c55be
  https://github.com/groonga/groonga/commit/7cf8755e790e811f7dc71392ac6ce170878c55be

  Message:
    test: follow error message change

  Modified files:
    test/command/suite/object_remove/broken/indexed_column.expected
    test/command/suite/object_remove/broken/indexed_column_force.expected

  Modified: test/command/suite/object_remove/broken/indexed_column.expected (+3 -3)
===================================================================
--- test/command/suite/object_remove/broken/indexed_column.expected    2016-08-29 18:11:19 +0900 (6a8bad5)
+++ test/command/suite/object_remove/broken/indexed_column.expected    2016-08-29 22:45:51 +0900 (b08177f)
@@ -12,16 +12,16 @@ object_remove Users.name
 [
   [
     [
-      -1,
+      -55,
       0.0,
       0.0
     ],
-    "[column][remove][index] hook has a dangling reference: Users.name"
+    "[column][remove][index] hook has a dangling reference: <Users.name> -> <Terms.index>"
   ],
   false
 ]
 #|e| [io][open] file size is too small: <8>(required: >= 64): <db/db.0000103>
 #|e| grn_ctx_at: failed to open object: <259>(<Terms.index>):<72>(<column:index>)
-#|e| [column][remove][index] hook has a dangling reference: Users.name
+#|e| [column][remove][index] hook has a dangling reference: <Users.name> -> <Terms.index>
 object_exist Users.name
 [[0,0.0,0.0],true]

  Modified: test/command/suite/object_remove/broken/indexed_column_force.expected (+3 -3)
===================================================================
--- test/command/suite/object_remove/broken/indexed_column_force.expected    2016-08-29 18:11:19 +0900 (6b8f6d2)
+++ test/command/suite/object_remove/broken/indexed_column_force.expected    2016-08-29 22:45:51 +0900 (82112c5)
@@ -12,16 +12,16 @@ object_remove Users.name --force yes
 [
   [
     [
-      -1,
+      -55,
       0.0,
       0.0
     ],
-    "[column][remove][index] hook has a dangling reference: Users.name"
+    "[column][remove][index] hook has a dangling reference: <Users.name> -> <Terms.index>"
   ],
   false
 ]
 #|e| [io][open] file size is too small: <8>(required: >= 64): <db/db.0000103>
 #|e| grn_ctx_at: failed to open object: <259>(<Terms.index>):<72>(<column:index>)
-#|e| [column][remove][index] hook has a dangling reference: Users.name
+#|e| [column][remove][index] hook has a dangling reference: <Users.name> -> <Terms.index>
 column_create Users name COLUMN_SCALAR ShortText
 [[0,0.0,0.0],true]
-------------- next part --------------
HTML����������������������������...
Descargar 



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