From: yuhanx.xu Date: Tue, 13 Aug 2013 08:34:57 +0000 (+0800) Subject: Fixed TTS-1875 to move 7 TCs from delta to tct-appcache-html5-tests X-Git-Tag: 2.2.1_release~288^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6917caecea8458b9e161c8292b0d31281f49c741;p=test%2Ftct%2Fweb%2Fapi.git Fixed TTS-1875 to move 7 TCs from delta to tct-appcache-html5-tests Signed-off-by: yuhanx.xu --- diff --git a/tct-appcache-html5-tests/appcache/appcache_CHECKING_type.html b/tct-appcache-html5-tests/appcache/appcache_CHECKING_type.html new file mode 100644 index 000000000..a6bc474e0 --- /dev/null +++ b/tct-appcache-html5-tests/appcache/appcache_CHECKING_type.html @@ -0,0 +1,59 @@ + + + + + + AppCache Test: appcache_CHECKING_type + + + + + + + + +
+ + + diff --git a/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_type.html b/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_type.html new file mode 100644 index 000000000..2cfbabb4c --- /dev/null +++ b/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_type.html @@ -0,0 +1,59 @@ + + + + + + AppCache Test: appcache_DOWNLOADING_type + + + + + + + + +
+ + + diff --git a/tct-appcache-html5-tests/appcache/appcache_IDLE_type.html b/tct-appcache-html5-tests/appcache/appcache_IDLE_type.html new file mode 100644 index 000000000..32b783f33 --- /dev/null +++ b/tct-appcache-html5-tests/appcache/appcache_IDLE_type.html @@ -0,0 +1,59 @@ + + + + + + AppCache Test: appcache_IDLE_type + + + + + + + + +
+ + + diff --git a/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_type.html b/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_type.html new file mode 100644 index 000000000..2a40fc687 --- /dev/null +++ b/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_type.html @@ -0,0 +1,59 @@ + + + + + + AppCache Test: appcache_OBSOLETE_type + + + + + + + + +
+ + + diff --git a/tct-appcache-html5-tests/appcache/appcache_UNCACHED_type.html b/tct-appcache-html5-tests/appcache/appcache_UNCACHED_type.html new file mode 100644 index 000000000..0ddd4f14b --- /dev/null +++ b/tct-appcache-html5-tests/appcache/appcache_UNCACHED_type.html @@ -0,0 +1,59 @@ + + + + + + AppCache Test: appcache_UNCACHED_type + + + + + + + + +
+ + + diff --git a/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_type.html b/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_type.html new file mode 100644 index 000000000..214e3d34a --- /dev/null +++ b/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_type.html @@ -0,0 +1,59 @@ + + + + + + AppCache Test: appcache_UPDATEREADY_type + + + + + + + + +
+ + + diff --git a/tct-appcache-html5-tests/appcache/appcache_status_type.html b/tct-appcache-html5-tests/appcache/appcache_status_type.html new file mode 100644 index 000000000..5bcc584ed --- /dev/null +++ b/tct-appcache-html5-tests/appcache/appcache_status_type.html @@ -0,0 +1,59 @@ + + + + + + AppCache Test: appcache_status_type + + + + + + + + +
+ + + diff --git a/tct-appcache-html5-tests/tests.xml b/tct-appcache-html5-tests/tests.xml index c94d08334..2088ffc6e 100644 --- a/tct-appcache-html5-tests/tests.xml +++ b/tct-appcache-html5-tests/tests.xml @@ -327,6 +327,132 @@ + + + + + Check if appcache.CHECKING const is of type number + pass + + + /opt/tct-appcache-html5-tests/appcache/appcache_CHECKING_type.html + + + + + http://www.w3.org/TR/2012/WD-html5-20121025/offline.html#applicationcache + + + + + + + + + Check if appcache.DOWNLOADING const is of type number + pass + + + /opt/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_type.html + + + + + http://www.w3.org/TR/2012/WD-html5-20121025/offline.html#applicationcache + + + + + + + + + Check if appcache.IDLE const is of type number + pass + + + /opt/tct-appcache-html5-tests/appcache/appcache_IDLE_type.html + + + + + http://www.w3.org/TR/2012/WD-html5-20121025/offline.html#applicationcache + + + + + + + + + Check if appcache.OBSOLETE const is of type number + pass + + + /opt/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_type.html + + + + + http://www.w3.org/TR/2012/WD-html5-20121025/offline.html#applicationcache + + + + + + + + + Check if ApplicationCache.status is of type number + Pass + + + /opt/tct-appcache-html5-tests/appcache/appcache_status_type.html + + + + + http://www.w3.org/TR/2012/WD-html5-20121025/offline.html#applicationcache + + + + + + + + + Check if appcache.UNCACHED const is of type number + pass + + + /opt/tct-appcache-html5-tests/appcache/appcache_UNCACHED_type.html + + + + + http://www.w3.org/TR/2012/WD-html5-20121025/offline.html#applicationcache + + + + + + + + + Check if appcache.UPDATEREADY const is of type number + pass + + + /opt/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_type.html + + + + + http://www.w3.org/TR/2012/WD-html5-20121025/offline.html#applicationcache + + + +