Fixed issue CID: 82945, 82946, 82947, 82948, 82949
Change-Id: I7b4e8ac60751a5bb5c62aa1be05452aea16047ee
Signed-off-by: Jihun Ha <jihun.ha@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3739
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
EXPECT_TRUE(result == OC_STACK_OK);
result = 0;
}
+ delete allBulbON;
}
//Execute actionset with NULL Resource
EXPECT_TRUE(result == OC_STACK_OK);
result = 0;
}
+
+ delete allBulbON;
}
//Execute actionset with Delay = 0
EXPECT_TRUE(result == OC_STACK_INVALID_PARAM);
result = 0;
}
+
+ delete allBulbON;
}
//Execute actionset with invalid Delay
EXPECT_TRUE(result == OC_STACK_INVALID_PARAM);
result = 0;
}
+
+ delete allBulbON;
}
//Execute actionset with delay on NULL Resource
EXPECT_TRUE(result == OC_STACK_ERROR);
result = 0;
+ delete allBulbON;
}
//Cancel ActionSet