From: zy123.yuan Date: Sat, 24 Feb 2018 01:27:18 +0000 (+0800) Subject: [common][content][TNEXT-12642, add new rule to avoid invalid content files] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F170980%2F1;p=test%2Ftct%2Fweb%2Fapi.git [common][content][TNEXT-12642, add new rule to avoid invalid content files] Change-Id: I4eabdbdf6f7706d4ab1e6029d798266a35c6c52b --- diff --git a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail.html b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail.html index 366d28ede..479d64621 100755 --- a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail.html +++ b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail.html @@ -49,7 +49,7 @@ setup_contents(t, t.step_func(function () { successCallback = t.step_func(function (contents) { assert_greater_than(contents.length, 0, "need at least 1 content"); for (i = 0; i 0) { returnedValue = tizen.content.createThumbnail(contents[i], createCB); break; diff --git a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_with_errorCallback.html b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_with_errorCallback.html index 6254bc1c8..93c0105ec 100755 --- a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_with_errorCallback.html +++ b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_with_errorCallback.html @@ -53,7 +53,7 @@ setup_contents(t, t.step_func(function () { successCallback = t.step_func(function (contents) { assert_greater_than(contents.length, 0, "need at least 1 content"); for (i = 0; i 0) { returnedValue = tizen.content.createThumbnail(contents[i], createCB, onError); break; diff --git a/common/tct-content-tizen-tests/content/ThumbnailSuccessCallback_onsuccess.html b/common/tct-content-tizen-tests/content/ThumbnailSuccessCallback_onsuccess.html index 9ed2bd735..45e822157 100755 --- a/common/tct-content-tizen-tests/content/ThumbnailSuccessCallback_onsuccess.html +++ b/common/tct-content-tizen-tests/content/ThumbnailSuccessCallback_onsuccess.html @@ -57,7 +57,7 @@ setup_contents(t, t.step_func(function () { onSuccess = t.step_func(function (contents) { assert_greater_than(contents.length, 0, "need at least 1 content"); for (i = 0; i 0) { tizen.content.createThumbnail(contents[i], createSuccess, createFail); break;