add a test case of nested vector attributes.
authorRami Jung <rami.jung@samsung.com>
Tue, 15 Sep 2015 10:49:56 +0000 (19:49 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Wed, 16 Sep 2015 02:49:10 +0000 (02:49 +0000)
commitb75e299fc8ae1e3b08b9d01e379b90e18c4ba284
tree9becb81ab84dff97515a768c4d1ac006087a6897
parent047da2699508768e37c50c693ac853c084c500aa
add a test case of nested vector attributes.
Given that OCRepresentation supports 3 depths of attributes, RE has extended its functionality to 3 depths of attributes like OCRepresentation

It means developers are able to make the following structure
{
  "key" : [
             [ [0, 1], [4, 5] ],
             [ [4, 5], [7, 8] ]
          ]
}

This test case checks whether it works correct or not

Change-Id: Id9380faf61ecfb3c43465e2b040a83f1225daa0f
Signed-off-by: Rami Jung <rami.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2555
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
service/resource-encapsulation/src/serverBuilder/unittests/RCSResourceObjectTest.cpp