Navigation Menu

Skip to content

Commit

Permalink
test: Update expected result of column_list command
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent 3d858a9 commit 442d594
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
49 changes: 48 additions & 1 deletion test/command/suite/groonga/column_list/success.expected
Expand Up @@ -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",
[

]
]
]
]
}
Expand Up @@ -8,7 +8,6 @@
0.0,
0.0,
"table doesn't exist: <Unknown>"
],
false
]
]
}

0 comments on commit 442d594

Please sign in to comment.