Merge pull request #952 from basho/bugfix/jrd/missing-field-output

Update test for new error message
This commit is contained in:
John Daily 2015-12-03 15:14:24 -05:00
commit 4f6a66815b

View File

@ -39,7 +39,7 @@ confirm() ->
Expected =
{error,
{1001,
<<"missing_param: Missing parameter myfamily in where clause.">>}},
<<"missing_key_clause: The 'myfamily' parameter is part the primary key but not specified in the where clause.">>}},
Got = ts_util:ts_query(
ts_util:cluster_and_connect(single), normal, DDL, Data, Query),
?assertEqual(Expected, Got),