[Verification] Following TCT should pass:
MessageService_email_stopSync_missarg
MessageService_email_stopSync_opId_invalid
Change-Id: If3e8f6296cf98543a449197a11d167836875abff
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
{name: 'opId', type: types_.LONG}
]);
- // Additionally to pass the MessageService_email_stopSync_opId_TypeMismatch test
- if (!isFinite(arguments[0])) {
- throw new WebAPIException(WebAPIException.TYPE_MISMATCH_ERR);
- }
-
var self = this;
bridge.sync({
cmd: 'MessageService_stopSync',