From: Adam Westhusing Date: Fri, 8 Aug 2014 15:16:17 +0000 (-0400) Subject: Fixing the unit tests so that they build in Jenkins. X-Git-Tag: M1-RC1~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76ec11ac6ac9d0d4587e94d220d9916e1448838e;p=contrib%2Fiotivity.git Fixing the unit tests so that they build in Jenkins. --- diff --git a/csdk/stack/test/linux/ocserver.c b/csdk/stack/test/linux/ocserver.c index 1acc8f8..34119ff 100644 --- a/csdk/stack/test/linux/ocserver.c +++ b/csdk/stack/test/linux/ocserver.c @@ -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);