aboutsummaryrefslogtreecommitdiff
path: root/src/commands/cloud_command_proxy_unittest.cc
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-11-30 08:51:29 -0800
committerAlex Vakulenko <avakulenko@google.com>2015-12-01 15:47:27 +0000
commit2c7740aac024de03aafcf09ee69f157384d44038 (patch)
tree2e2f7d145e5ab44f088c911ee97b152a13e6d5b5 /src/commands/cloud_command_proxy_unittest.cc
parentf21c83ad9290578c387ca1795109a13315b567d8 (diff)
downloadlibweave-2c7740aac024de03aafcf09ee69f157384d44038.tar.gz
Remove CommandDefinition class
In preparation for traits support, remove CommandDefinition class and incorporate the missing functionality into CommandDictionary. BUG: 25841719 Change-Id: Iead48aa0503e9de6061c4c1588b0b930dd82c8d0 Reviewed-on: https://weave-review.googlesource.com/1680 Reviewed-by: Alex Vakulenko <avakulenko@google.com>
Diffstat (limited to 'src/commands/cloud_command_proxy_unittest.cc')
-rw-r--r--src/commands/cloud_command_proxy_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/cloud_command_proxy_unittest.cc b/src/commands/cloud_command_proxy_unittest.cc
index a65a967..99ddffa 100644
--- a/src/commands/cloud_command_proxy_unittest.cc
+++ b/src/commands/cloud_command_proxy_unittest.cc
@@ -80,6 +80,7 @@ class CloudCommandProxyTest : public ::testing::Test {
auto json = CreateDictionaryValue(R"({
'calc': {
'add': {
+ 'minimalRole': 'user',
'parameters': {
'value1': 'integer',
'value2': 'integer'