[Groonga-commit] droonga/droonga-engine at 442d594 [master] test: Update expected result of column_list command

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 24 12:28:29 JST 2014


YUKI Hiroshi	2014-04-24 12:28:29 +0900 (Thu, 24 Apr 2014)

  New Revision: 442d594018064f49259a5115765c4a61bf0cb402
  https://github.com/droonga/droonga-engine/commit/442d594018064f49259a5115765c4a61bf0cb402

  Message:
    test: Update expected result of column_list command

  Modified files:
    test/command/suite/groonga/column_list/success.expected
    test/command/suite/groonga/column_list/unknown-table.expected

  Modified: test/command/suite/groonga/column_list/success.expected (+48 -1)
===================================================================
--- test/command/suite/groonga/column_list/success.expected    2014-04-24 12:23:42 +0900 (2cfa7e3)
+++ test/command/suite/groonga/column_list/success.expected    2014-04-24 12:28:29 +0900 (43d3753)
@@ -34,6 +34,53 @@
       0.0,
       0.0
     ],
-    true
+    [
+      [
+        [
+          "id",
+          "UInt32"
+        ],
+        [
+          "name",
+          "ShortText"
+        ],
+        [
+          "path",
+          "ShortText"
+        ],
+        [
+          "type",
+          "ShortText"
+        ],
+        [
+          "flags",
+          "ShortText"
+        ],
+        [
+          "domain",
+          "ShortText"
+        ],
+        [
+          "range",
+          "ShortText"
+        ],
+        [
+          "source",
+          "ShortText"
+        ]
+      ],
+      [
+        257,
+        "age",
+        "path/to/column",
+        "fix",
+        "COLUMN_SCALAR",
+        "User",
+        "Int32",
+        [
+
+        ]
+      ]
+    ]
   ]
 }

  Modified: test/command/suite/groonga/column_list/unknown-table.expected (+1 -2)
===================================================================
--- test/command/suite/groonga/column_list/unknown-table.expected    2014-04-24 12:23:42 +0900 (ea5ee1b)
+++ test/command/suite/groonga/column_list/unknown-table.expected    2014-04-24 12:28:29 +0900 (14b1b20)
@@ -8,7 +8,6 @@
       0.0,
       0.0,
       "table doesn't exist: <Unknown>"
-    ],
-    false
+    ]
   ]
 }
-------------- next part --------------
HTML����������������������������...
Download 



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