Fixing the unit tests so that they build in Jenkins.
authorAdam Westhusing <adam.westhusing@intel.com>
Fri, 8 Aug 2014 15:16:17 +0000 (11:16 -0400)
committerAdam Westhusing <adam.westhusing@intel.com>
Fri, 8 Aug 2014 15:16:17 +0000 (11:16 -0400)
csdk/stack/test/linux/ocserver.c

index 1acc8f8..34119ff 100644 (file)
@@ -92,9 +92,7 @@ void createLEDResource() {
     LED.power = false;
     OCStackResult res = OCCreateResource(&LED.handle,
                     "core.led",
-                    "state:oc.bt.b;power:oc.bt.i",
                     "core.rw",
-                    OC_REST_GET|OC_REST_PUT,
                     "/a/led",
                     0,
                     OC_DISCOVERABLE|OC_OBSERVABLE);