From: jh0219.han Date: Thu, 23 Feb 2017 07:33:19 +0000 (+0900) Subject: [All][pack.py is modified due to signing path] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fad4fc6af201b802b1eaedb171a9bdb87e6d0d7;p=test%2Ftct%2Fweb%2Fapi.git [All][pack.py is modified due to signing path] Change-Id: I8630c1e76f3e7180f3812e5422b2e6c1448b54e8 --- diff --git a/OWNERS b/OWNERS old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/VERSION b/VERSION old mode 100644 new mode 100755 index e6e893253..42c8e5c45 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ { - "main-version": "9.37.1.5", - "release-version": "1" + "main-version": "3", + "release-version": "0" } diff --git a/common/tct-2dtransforms-css3-tests/2dtransforms/2dtransform_property_exist.html b/common/tct-2dtransforms-css3-tests/2dtransforms/2dtransform_property_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html b/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/COPYING b/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate.html b/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate.html old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate_invalid.html b/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate_max.html b/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate_max.html old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate_min.html b/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate_min.html old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate_neg.html b/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate_neg.html old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate_second_omited.html b/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate_second_omited.html old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate_zero.html b/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transform_translate_zero.html old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transforms.js b/common/tct-2dtransforms-css3-tests/2dtransforms/csswg/transforms.js old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/2dtransforms/spec.json b/common/tct-2dtransforms-css3-tests/2dtransforms/spec.json old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/COPYING b/common/tct-2dtransforms-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/README b/common/tct-2dtransforms-css3-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/config.xml b/common/tct-2dtransforms-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/icon.png b/common/tct-2dtransforms-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/inst.apk.py b/common/tct-2dtransforms-css3-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/inst.xpk.py b/common/tct-2dtransforms-css3-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/manifest.json b/common/tct-2dtransforms-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/pack.py b/common/tct-2dtransforms-css3-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-2dtransforms-css3-tests/pack.py +++ b/common/tct-2dtransforms-css3-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-2dtransforms-css3-tests/resources/COPYING b/common/tct-2dtransforms-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/resources/testharness.css b/common/tct-2dtransforms-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/resources/testharness.js b/common/tct-2dtransforms-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/resources/testharnessreport.js b/common/tct-2dtransforms-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/suite.json b/common/tct-2dtransforms-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/testcase.xsl b/common/tct-2dtransforms-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/testresult.xsl b/common/tct-2dtransforms-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/tests.css b/common/tct-2dtransforms-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/tests.full.xml b/common/tct-2dtransforms-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/tests.xml b/common/tct-2dtransforms-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/webrunner/index.html b/common/tct-2dtransforms-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/webrunner/jquery-1.10.2.min.js b/common/tct-2dtransforms-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-2dtransforms-css3-tests/webrunner/testrunner.js b/common/tct-2dtransforms-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_backface-visibility.html b/common/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_backface-visibility.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_perspective-origin.html b/common/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_perspective-origin.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_perspective.html b/common/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_perspective.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform-origin.html b/common/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform-origin.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform-style.html b/common/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform-style.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform.html b/common/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/COPYING b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/backface-visibility-hidden-001-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/backface-visibility-hidden-001-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-rotate-2d-3d-001-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-rotate-2d-3d-001-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-X-negative-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-X-negative-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-X-positive-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-X-positive-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-negative-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-negative-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-positive-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-positive-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateX-negative-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateX-negative-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateX-positive-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateX-positive-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-negative-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-negative-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-positive-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-positive-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateZ-negative-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateZ-negative-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateZ-positive-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateZ-positive-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-transform-style-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-transform-style-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-property-existence.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-property-existence.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-style-evaluation-validation.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-style-evaluation-validation.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css3-transform-rotateY-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css3-transform-rotateY-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css3-transform-rotateY-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css3-transform-rotateY-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/perspective-translateZ-negative-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/perspective-translateZ-negative-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/ref-filled-green-100px-square.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/ref-filled-green-100px-square.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/backface-visibility-hidden-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/backface-visibility-hidden-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/css-transform-3d-rotateX-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/css-transform-3d-rotateX-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/css-transform-3d-rotateY-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/css-transform-3d-rotateY-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/css-transform-3d-rotateZ-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/css-transform-3d-rotateZ-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/css-transform-3d-transform-style-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/css-transform-3d-transform-style-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/css3-transform-perspective-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/css3-transform-perspective-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/perspective-origin-reftest.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/perspective-origin-reftest.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/perspective-reftest.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/perspective-reftest.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/rotateY-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/rotateY-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/transform-3d-rotateY-stair-above-ref-001.xht b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/transform-3d-rotateY-stair-above-ref-001.xht old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/transforms-rotateY-degree-60-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/transforms-rotateY-degree-60-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/transofrmed-preserve-3d-1-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/transofrmed-preserve-3d-1-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/transofrmed-rotateX-3-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/transofrmed-rotateX-3-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/transofrmed-rotateY-1-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/transofrmed-rotateY-1-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/ttwf-css-3d-polygon-cycle-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/reference/ttwf-css-3d-polygon-cycle-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/rotateY-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/rotateY-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/rotate_x_45deg-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/rotate_x_45deg-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/rotate_x_45deg-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/rotate_x_45deg-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/rotate_y_45deg-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/rotate_y_45deg-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/rotate_y_45deg-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/rotate_y_45deg-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/1x1-green.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/1x1-green.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/1x1-lime.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/1x1-lime.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/1x1-maroon.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/1x1-maroon.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/1x1-navy.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/1x1-navy.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/1x1-red.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/1x1-red.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/1x1-white.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/1x1-white.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/60x60-gg-rr.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/60x60-gg-rr.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/60x60-green.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/60x60-green.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/60x60-red.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/60x60-red.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/a-green.css b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/a-green.css old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/b-green.css b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/b-green.css old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/c-red.css b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/c-red.css old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/cat.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/cat.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/import-green.css b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/import-green.css old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/import-red.css b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/import-red.css old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/pattern-gg-gr.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/pattern-gg-gr.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/pattern-grg-rgr-grg.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/pattern-grg-rgr-grg.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/pattern-grg-rrg-rgg.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/pattern-grg-rrg-rgg.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/pattern-rgr-grg-rgr.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/pattern-rgr-grg-rgr.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/pattern-tr.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/pattern-tr.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/ruler-h-50%.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/ruler-h-50%.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/ruler-h-50px.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/ruler-h-50px.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/ruler-v-100px.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/ruler-v-100px.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/ruler-v-50px.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/ruler-v-50px.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/square-purple.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/square-purple.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/square-teal.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/square-teal.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/square-white.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/square-white.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/support/README.md b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/support/README.md old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/support/swatch-green.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/support/swatch-green.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/support/swatch-red.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/support/swatch-red.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-blue.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-blue.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-green.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-green.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-lime.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-lime.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-orange.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-orange.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-red.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-red.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-white.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-white.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-yellow.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/swatch-yellow.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/test-bl.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/test-bl.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/test-br.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/test-br.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/test-inner-half-size.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/test-inner-half-size.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/test-outer.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/test-outer.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/test-tl.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/test-tl.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/test-tr.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/test-tr.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-lime-square.png b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-lime-square.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-lime-square.svg b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-lime-square.svg old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-triangle-down.svg b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-triangle-down.svg old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-triangle-left-small.svg b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-triangle-left-small.svg old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-triangle-left.svg b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-triangle-left.svg old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-triangle-right.svg b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-triangle-right.svg old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-triangle-up.svg b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/support/transform-triangle-up.svg old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transform-blank-ref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transform-blank-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transform3d-backface-visibility-008-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transform3d-backface-visibility-008-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transform3d-preserve3d-012-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transform3d-preserve3d-012-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transform3d-scale-004-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transform3d-scale-004-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transform3d-translatez-notref.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transform3d-translatez-notref.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transforms-rotateY-degree-60-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transforms-rotateY-degree-60-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transforms.js b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transforms.js old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transofrmed-preserve-3d-1-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transofrmed-preserve-3d-1-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transofrmed-rotateX-3-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transofrmed-rotateX-3-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transofrmed-rotateY-1-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/transofrmed-rotateY-1-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/spec.json b/common/tct-3dtransforms-css3-tests/3dtransforms/spec.json old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/support/COPYING b/common/tct-3dtransforms-css3-tests/3dtransforms/support/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/support/square-purple.png b/common/tct-3dtransforms-css3-tests/3dtransforms/support/square-purple.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/support/transform.js b/common/tct-3dtransforms-css3-tests/3dtransforms/support/transform.js old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/COPYING b/common/tct-3dtransforms-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/README b/common/tct-3dtransforms-css3-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/config.xml b/common/tct-3dtransforms-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/icon.png b/common/tct-3dtransforms-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/inst.apk.py b/common/tct-3dtransforms-css3-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/inst.wgt.py b/common/tct-3dtransforms-css3-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/inst.xpk.py b/common/tct-3dtransforms-css3-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/manifest.json b/common/tct-3dtransforms-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/pack.py b/common/tct-3dtransforms-css3-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-3dtransforms-css3-tests/pack.py +++ b/common/tct-3dtransforms-css3-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-3dtransforms-css3-tests/resources/COPYING b/common/tct-3dtransforms-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/resources/testharness.css b/common/tct-3dtransforms-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/resources/testharness.js b/common/tct-3dtransforms-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/resources/testharnessreport.js b/common/tct-3dtransforms-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/suite.json b/common/tct-3dtransforms-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/testcase.xsl b/common/tct-3dtransforms-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/testresult.xsl b/common/tct-3dtransforms-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/tests.css b/common/tct-3dtransforms-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/tests.full.xml b/common/tct-3dtransforms-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/tests.xml b/common/tct-3dtransforms-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/webrunner/index.html b/common/tct-3dtransforms-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/webrunner/jquery-1.10.2.min.js b/common/tct-3dtransforms-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-3dtransforms-css3-tests/webrunner/testrunner.js b/common/tct-3dtransforms-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-ResponsiveImage-w3c-tests/pack.py b/common/tct-ResponsiveImage-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-ResponsiveImage-w3c-tests/pack.py +++ b/common/tct-ResponsiveImage-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-account-tizen-tests/COPYING b/common/tct-account-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/LICENSE.Apache-2.0 b/common/tct-account-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/README b/common/tct-account-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountArraySuccessCallback_notexist.html b/common/tct-account-tizen-tests/account/AccountArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountArraySuccessCallback_onsuccess.html b/common/tct-account-tizen-tests/account/AccountArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountChangeCallback_notexist.html b/common/tct-account-tizen-tests/account/AccountChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountChangeCallback_onadded.html b/common/tct-account-tizen-tests/account/AccountChangeCallback_onadded.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountChangeCallback_onremoved.html b/common/tct-account-tizen-tests/account/AccountChangeCallback_onremoved.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountChangeCallback_onupdated.html b/common/tct-account-tizen-tests/account/AccountChangeCallback_onupdated.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountExtendedDataArraySuccessCallback_notexist.html b/common/tct-account-tizen-tests/account/AccountExtendedDataArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountExtendedDataArraySuccessCallback_onsuccess.html b/common/tct-account-tizen-tests/account/AccountExtendedDataArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountExtendedData_extend.html b/common/tct-account-tizen-tests/account/AccountExtendedData_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountExtendedData_key_attribute.html b/common/tct-account-tizen-tests/account/AccountExtendedData_key_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountExtendedData_notexist.html b/common/tct-account-tizen-tests/account/AccountExtendedData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountExtendedData_value_attribute.html b/common/tct-account-tizen-tests/account/AccountExtendedData_value_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManagerObject_notexist.html b/common/tct-account-tizen-tests/account/AccountManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_add.html b/common/tct-account-tizen-tests/account/AccountManager_add.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_addAccountListener.html b/common/tct-account-tizen-tests/account/AccountManager_addAccountListener.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_addAccountListener_callback_TypeMismatch.html b/common/tct-account-tizen-tests/account/AccountManager_addAccountListener_callback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_addAccountListener_callback_invalid_cb.html b/common/tct-account-tizen-tests/account/AccountManager_addAccountListener_callback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_addAccountListener_exist.html b/common/tct-account-tizen-tests/account/AccountManager_addAccountListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_addAccountListener_misarg.html b/common/tct-account-tizen-tests/account/AccountManager_addAccountListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_add_TypeMismatch.html b/common/tct-account-tizen-tests/account/AccountManager_add_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_add_exist.html b/common/tct-account-tizen-tests/account/AccountManager_add_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_add_invalid_obj.html b/common/tct-account-tizen-tests/account/AccountManager_add_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_add_misarg.html b/common/tct-account-tizen-tests/account/AccountManager_add_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_extend.html b/common/tct-account-tizen-tests/account/AccountManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getAccount.html b/common/tct-account-tizen-tests/account/AccountManager_getAccount.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getAccount_exist.html b/common/tct-account-tizen-tests/account/AccountManager_getAccount_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getAccount_without_accountId.html b/common/tct-account-tizen-tests/account/AccountManager_getAccount_without_accountId.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getAccounts.html b/common/tct-account-tizen-tests/account/AccountManager_getAccounts.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getAccounts_errorCallback_TypeMismatch.html b/common/tct-account-tizen-tests/account/AccountManager_getAccounts_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getAccounts_errorCallback_invalid_cb.html b/common/tct-account-tizen-tests/account/AccountManager_getAccounts_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getAccounts_exist.html b/common/tct-account-tizen-tests/account/AccountManager_getAccounts_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getAccounts_misarg.html b/common/tct-account-tizen-tests/account/AccountManager_getAccounts_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getAccounts_successCallback_TypeMismatch.html b/common/tct-account-tizen-tests/account/AccountManager_getAccounts_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getAccounts_successCallback_invalid_cb.html b/common/tct-account-tizen-tests/account/AccountManager_getAccounts_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getAccounts_with_errorCallback.html b/common/tct-account-tizen-tests/account/AccountManager_getAccounts_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getAccounts_without_optional_arguments.html b/common/tct-account-tizen-tests/account/AccountManager_getAccounts_without_optional_arguments.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getProvider.html b/common/tct-account-tizen-tests/account/AccountManager_getProvider.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getProvider_exist.html b/common/tct-account-tizen-tests/account/AccountManager_getProvider_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getProvider_without_applicationId.html b/common/tct-account-tizen-tests/account/AccountManager_getProvider_without_applicationId.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getProviders.html b/common/tct-account-tizen-tests/account/AccountManager_getProviders.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getProviders_errorCallback_TypeMismatch.html b/common/tct-account-tizen-tests/account/AccountManager_getProviders_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getProviders_errorCallback_invalid_cb.html b/common/tct-account-tizen-tests/account/AccountManager_getProviders_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getProviders_exist.html b/common/tct-account-tizen-tests/account/AccountManager_getProviders_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getProviders_misarg.html b/common/tct-account-tizen-tests/account/AccountManager_getProviders_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getProviders_successCallback_TypeMismatch.html b/common/tct-account-tizen-tests/account/AccountManager_getProviders_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getProviders_successCallback_invalid_cb.html b/common/tct-account-tizen-tests/account/AccountManager_getProviders_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getProviders_with_capability.html b/common/tct-account-tizen-tests/account/AccountManager_getProviders_with_capability.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_getProviders_with_errorCallback.html b/common/tct-account-tizen-tests/account/AccountManager_getProviders_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_in_tizen.html b/common/tct-account-tizen-tests/account/AccountManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_notexist.html b/common/tct-account-tizen-tests/account/AccountManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_remove.html b/common/tct-account-tizen-tests/account/AccountManager_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_removeAccountListener.html b/common/tct-account-tizen-tests/account/AccountManager_removeAccountListener.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_removeAccountListener_exist.html b/common/tct-account-tizen-tests/account/AccountManager_removeAccountListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_removeAccountListener_without_accountListenerId.html b/common/tct-account-tizen-tests/account/AccountManager_removeAccountListener_without_accountListenerId.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_remove_exist.html b/common/tct-account-tizen-tests/account/AccountManager_remove_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_remove_without_accountId.html b/common/tct-account-tizen-tests/account/AccountManager_remove_without_accountId.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_update.html b/common/tct-account-tizen-tests/account/AccountManager_update.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_update_TypeMismatch.html b/common/tct-account-tizen-tests/account/AccountManager_update_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_update_exist.html b/common/tct-account-tizen-tests/account/AccountManager_update_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_update_invalid_obj.html b/common/tct-account-tizen-tests/account/AccountManager_update_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountManager_update_misarg.html b/common/tct-account-tizen-tests/account/AccountManager_update_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountProviderArraySuccessCallback_notexist.html b/common/tct-account-tizen-tests/account/AccountProviderArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountProviderArraySuccessCallback_onsuccess.html b/common/tct-account-tizen-tests/account/AccountProviderArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountProvider_applicationId_attribute.html b/common/tct-account-tizen-tests/account/AccountProvider_applicationId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountProvider_capabilities_attribute.html b/common/tct-account-tizen-tests/account/AccountProvider_capabilities_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountProvider_displayName_attribute.html b/common/tct-account-tizen-tests/account/AccountProvider_displayName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountProvider_extend.html b/common/tct-account-tizen-tests/account/AccountProvider_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountProvider_iconUri_attribute.html b/common/tct-account-tizen-tests/account/AccountProvider_iconUri_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountProvider_isMultipleAccountSupported_attribute.html b/common/tct-account-tizen-tests/account/AccountProvider_isMultipleAccountSupported_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountProvider_notexist.html b/common/tct-account-tizen-tests/account/AccountProvider_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/AccountProvider_smallIconUri_attribute.html b/common/tct-account-tizen-tests/account/AccountProvider_smallIconUri_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_constructor.html b/common/tct-account-tizen-tests/account/Account_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_exist.html b/common/tct-account-tizen-tests/account/Account_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_extend.html b/common/tct-account-tizen-tests/account/Account_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_getExtendedData.html b/common/tct-account-tizen-tests/account/Account_getExtendedData.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_getExtendedData_NotFoundError.html b/common/tct-account-tizen-tests/account/Account_getExtendedData_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_getExtendedData_errorCallback_TypeMismatch.html b/common/tct-account-tizen-tests/account/Account_getExtendedData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_getExtendedData_errorCallback_invalid_cb.html b/common/tct-account-tizen-tests/account/Account_getExtendedData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_getExtendedData_exist.html b/common/tct-account-tizen-tests/account/Account_getExtendedData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_getExtendedData_key.html b/common/tct-account-tizen-tests/account/Account_getExtendedData_key.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_getExtendedData_key_NotFoundError.html b/common/tct-account-tizen-tests/account/Account_getExtendedData_key_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_getExtendedData_misarg.html b/common/tct-account-tizen-tests/account/Account_getExtendedData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_getExtendedData_successCallback_TypeMismatch.html b/common/tct-account-tizen-tests/account/Account_getExtendedData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_getExtendedData_successCallback_invalid_cb.html b/common/tct-account-tizen-tests/account/Account_getExtendedData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_getExtendedData_with_errorCallback.html b/common/tct-account-tizen-tests/account/Account_getExtendedData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_iconUri_attribute.html b/common/tct-account-tizen-tests/account/Account_iconUri_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_id_attribute.html b/common/tct-account-tizen-tests/account/Account_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_provider_attribute.html b/common/tct-account-tizen-tests/account/Account_provider_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_setExtendedData.html b/common/tct-account-tizen-tests/account/Account_setExtendedData.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_setExtendedData_NotFoundError.html b/common/tct-account-tizen-tests/account/Account_setExtendedData_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_setExtendedData_exist.html b/common/tct-account-tizen-tests/account/Account_setExtendedData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_setExtendedData_misarg.html b/common/tct-account-tizen-tests/account/Account_setExtendedData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/Account_userName_attribute.html b/common/tct-account-tizen-tests/account/Account_userName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/support/account_common.js b/common/tct-account-tizen-tests/account/support/account_common.js old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/account/support/unitcommon.js b/common/tct-account-tizen-tests/account/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/config.xml b/common/tct-account-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/icon.png b/common/tct-account-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/inst.apk.py b/common/tct-account-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/inst.wgt.py b/common/tct-account-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/inst.xpk.py b/common/tct-account-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/manifest.json b/common/tct-account-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/pack.py b/common/tct-account-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-account-tizen-tests/pack.py +++ b/common/tct-account-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-account-tizen-tests/resources/COPYING b/common/tct-account-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/resources/testharness.css b/common/tct-account-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/resources/testharness.js b/common/tct-account-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/resources/testharnessreport.js b/common/tct-account-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/suite.json b/common/tct-account-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/testcase.xsl b/common/tct-account-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/testresult.xsl b/common/tct-account-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/tests.css b/common/tct-account-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/tests.full.xml b/common/tct-account-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/tests.xml b/common/tct-account-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/webrunner/index.html b/common/tct-account-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-account-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-account-tizen-tests/webrunner/testrunner.js b/common/tct-account-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/COPYING b/common/tct-alarm-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/LICENSE.Apache-2.0 b/common/tct-alarm-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/NOTICE b/common/tct-alarm-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/README b/common/tct-alarm-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date.html b/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_daysOfTheWeek.html b/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_daysOfTheWeek.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_period.html b/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_period.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_date_attribute.html b/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_date_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_daysOfTheWeek_attribute.html b/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_daysOfTheWeek_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_exist.html b/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_extend.html b/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate.html b/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_exist.html b/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_extra_argument.html b/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_return_null.html b/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_return_null.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_period_attribute.html b/common/tct-alarm-tizen-tests/alarm/AlarmAbsolute_period_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManagerObject_notexist.html b/common/tct-alarm-tizen-tests/alarm/AlarmManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_DAY_const.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_DAY_const.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_HOUR_const.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_HOUR_const.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_MINUTE_const.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_MINUTE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_WEEK_const.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_WEEK_const.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm_with_appControl.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm_with_appControl.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_alarm_TypeMismatch.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_alarm_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_TypeMismatch.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid_obj.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_exist.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_missarg.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm_with_appControl.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm_with_appControl.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_extend.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_get.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_get.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_getAll.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_getAll.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_exist.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_extra_argument.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_get_AlarmRelative.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_get_AlarmRelative.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_get_exist.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_get_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_get_id_invalid.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_get_id_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_get_misarg.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_get_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_in_tizen.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_notexist.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_exist.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_extra_argument.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_remove_absolute_alarm.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_remove_absolute_alarm.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_remove_exist.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_remove_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_remove_id_invalid.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_remove_id_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_remove_misarg.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_remove_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmManager_remove_relative_alarm.html b/common/tct-alarm-tizen-tests/alarm/AlarmManager_remove_relative_alarm.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay.html b/common/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_convert.html b/common/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_convert.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_period.html b/common/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_period.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_period_convert.html b/common/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_period_convert.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmRelative_delay_attribute.html b/common/tct-alarm-tizen-tests/alarm/AlarmRelative_delay_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmRelative_exist.html b/common/tct-alarm-tizen-tests/alarm/AlarmRelative_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmRelative_extend.html b/common/tct-alarm-tizen-tests/alarm/AlarmRelative_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds.html b/common/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_exist.html b/common/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_extra_argument.html b/common/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_return_null.html b/common/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_return_null.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/AlarmRelative_period_attribute.html b/common/tct-alarm-tizen-tests/alarm/AlarmRelative_period_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_absolute_alarm.html b/common/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_absolute_alarm.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_relative_alarm.html b/common/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_relative_alarm.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/Alarm_notexist.html b/common/tct-alarm-tizen-tests/alarm/Alarm_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/config.xml b/common/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/icon.png b/common/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/index.html b/common/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/index.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/manifest.json b/common/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/support/alarm_common.js b/common/tct-alarm-tizen-tests/alarm/support/alarm_common.js old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/alarm/support/unitcommon.js b/common/tct-alarm-tizen-tests/alarm/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/config.xml b/common/tct-alarm-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/icon.png b/common/tct-alarm-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/inst.apk.py b/common/tct-alarm-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/inst.wgt.py b/common/tct-alarm-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/inst.xpk.py b/common/tct-alarm-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/manifest.json b/common/tct-alarm-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/pack.py b/common/tct-alarm-tizen-tests/pack.py old mode 100644 new mode 100755 index 44c41a3bd..08d55aafe --- a/common/tct-alarm-tizen-tests/pack.py +++ b/common/tct-alarm-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-alarm-tizen-tests/resources/COPYING b/common/tct-alarm-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/resources/testharness.css b/common/tct-alarm-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/resources/testharness.js b/common/tct-alarm-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/resources/testharnessreport.js b/common/tct-alarm-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/suite.json b/common/tct-alarm-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/testcase.xsl b/common/tct-alarm-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/testresult.xsl b/common/tct-alarm-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/tests.css b/common/tct-alarm-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/tests.full.xml b/common/tct-alarm-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/tests.xml b/common/tct-alarm-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/webrunner/index.html b/common/tct-alarm-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-alarm-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-alarm-tizen-tests/webrunner/testrunner.js b/common/tct-alarm-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/COPYING b/common/tct-animations-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/README b/common/tct-animations-css3-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-delay_exists.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-delay_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-delay_initial_value.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-delay_initial_value.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_alternate-reverse.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_alternate-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_exists.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_reverse.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-duration_exists.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-duration_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-duration_initial_value.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-duration_initial_value.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_backwards.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_backwards.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_both.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_both.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_exist.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_forwards.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_forwards.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_initial_value.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_initial_value.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-iteration-count_exists.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-iteration-count_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-play-state_exists.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-play-state_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_step-end.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_step-end.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_step-start.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_step-start.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_end.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_end.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_number.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_number.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animationEvent_constructor_animationEventInitDict.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animationEvent_constructor_animationEventInitDict.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animationEvent_constructor_base.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animationEvent_constructor_base.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation_exists.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animation_shorthand.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animation_shorthand.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animationend.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animationend.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animationiteration.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animationiteration.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/CSS3Animations_animationstart.html b/common/tct-animations-css3-tests/animations/CSS3Animations_animationstart.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/COPYING b/common/tct-animations-css3-tests/animations/csswg/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-delay-001-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-delay-001-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-delay-002-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-delay-002-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-delay-003-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-delay-003-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-delay-004-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-delay-004-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-delay-005-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-delay-005-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-delay-006-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-delay-006-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-delay-007-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-delay-007-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-direction-001-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-direction-001-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-direction-002-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-direction-002-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-direction-003-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-direction-003-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-direction-004-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-direction-004-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-direction-005-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-direction-005-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-direction-006-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-direction-006-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-display-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-display-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-duration-001-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-duration-001-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-duration-002-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-duration-002-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-duration-003-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-duration-003-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-duration-004-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-duration-004-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-duration-005-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-duration-005-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-duration-006-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-duration-006-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-duration-007-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-duration-007-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-duration-008-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-duration-008-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-fill-mode-001-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-fill-mode-001-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-fill-mode-002-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-fill-mode-002-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-fill-mode-003-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-fill-mode-003-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-fill-mode-004-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-fill-mode-004-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-fill-mode-005-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-fill-mode-005-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-fill-mode-006-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-fill-mode-006-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-001-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-001-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-002-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-002-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-003-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-003-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-004-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-004-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-005-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-005-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-006-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-006-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-007-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-007-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-008-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-iteration-count-008-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-iteration-event-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-iteration-event-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-keyframes-001-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-keyframes-001-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-keyframes-002-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-keyframes-002-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-keyframes-003-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-keyframes-003-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-name-001-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-name-001-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-name-002-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-name-002-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-name-003-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-name-003-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-name-004-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-name-004-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-name-005-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-name-005-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-name-006-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-name-006-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-play-state-001-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-play-state-001-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-play-state-002-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-play-state-002-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-play-state-003-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-play-state-003-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-play-state-004-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-play-state-004-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-shorthand-001-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-shorthand-001-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-shorthand-002-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-shorthand-002-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-shorthand-003-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-shorthand-003-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-001-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-001-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-002-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-002-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-003-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-003-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-004-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-004-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-005-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-005-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-006-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-006-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-007-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-007-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-008-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-008-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-009-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-009-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-010-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-010-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-011-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-011-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-012-manual.html b/common/tct-animations-css3-tests/animations/csswg/animation-timing-function-012-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animationevent-interface.html b/common/tct-animations-css3-tests/animations/csswg/animationevent-interface.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animationevent-interface.js b/common/tct-animations-css3-tests/animations/csswg/animationevent-interface.js old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animationevent-types.html b/common/tct-animations-css3-tests/animations/csswg/animationevent-types.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animations-css3.html b/common/tct-animations-css3-tests/animations/csswg/animations-css3.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/csswg/animationstart-and-animationend-events-manual.html b/common/tct-animations-css3-tests/animations/csswg/animationstart-and-animationend-events-manual.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/animations/support/user.js b/common/tct-animations-css3-tests/animations/support/user.js old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/config.xml b/common/tct-animations-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/icon.png b/common/tct-animations-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/inst.apk.py b/common/tct-animations-css3-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/inst.wgt.py b/common/tct-animations-css3-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/inst.xpk.py b/common/tct-animations-css3-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/manifest.json b/common/tct-animations-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/pack.py b/common/tct-animations-css3-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-animations-css3-tests/pack.py +++ b/common/tct-animations-css3-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-animations-css3-tests/resources/COPYING b/common/tct-animations-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/resources/testharness.css b/common/tct-animations-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/resources/testharness.js b/common/tct-animations-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/resources/testharnessreport.js b/common/tct-animations-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/suite.json b/common/tct-animations-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/testcase.xsl b/common/tct-animations-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/testresult.xsl b/common/tct-animations-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/tests.css b/common/tct-animations-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/tests.full.xml b/common/tct-animations-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/tests.xml b/common/tct-animations-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/webrunner/index.html b/common/tct-animations-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/webrunner/jquery-1.10.2.min.js b/common/tct-animations-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-animations-css3-tests/webrunner/testrunner.js b/common/tct-animations-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/COPYING b/common/tct-animationtiming-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/README b/common/tct-animationtiming-w3c-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_ignoreOptionalArgs.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_ignoreOptionalArgs.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_multipleCalls.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_multipleCalls.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_validCallbackHandle.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_validCallbackHandle.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_validTimestamp.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_validTimestamp.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_boolean.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_boolean.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_exist.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_neg10.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_neg10.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_string.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_string.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_undefined.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_undefined.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_validhandle.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_validhandle.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_AcceptInlineScript.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_AcceptInlineScript.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_NeedParameter.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_NeedParameter.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_cancelAnimationFrame.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_cancelAnimationFrame.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_exist.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_hidden.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_hidden.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_ignoreOptionalArgs.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_ignoreOptionalArgs.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_invokeSecondCallback.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_invokeSecondCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_singleAnimation.html b/common/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_singleAnimation.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/w3c/COPYING b/common/tct-animationtiming-w3c-tests/animationtiming/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/w3c/paintnotificationharness.js b/common/tct-animationtiming-w3c-tests/animationtiming/w3c/paintnotificationharness.js old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/animationtiming/w3c/test_paint.htm b/common/tct-animationtiming-w3c-tests/animationtiming/w3c/test_paint.htm old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/config.xml b/common/tct-animationtiming-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/icon.png b/common/tct-animationtiming-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/inst.apk.py b/common/tct-animationtiming-w3c-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/inst.wgt.py b/common/tct-animationtiming-w3c-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/inst.xpk.py b/common/tct-animationtiming-w3c-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/manifest.json b/common/tct-animationtiming-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/pack.py b/common/tct-animationtiming-w3c-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-animationtiming-w3c-tests/pack.py +++ b/common/tct-animationtiming-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-animationtiming-w3c-tests/resources/COPYING b/common/tct-animationtiming-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/resources/testharness.css b/common/tct-animationtiming-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/resources/testharness.js b/common/tct-animationtiming-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/resources/testharnessreport.js b/common/tct-animationtiming-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/suite.json b/common/tct-animationtiming-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/testcase.xsl b/common/tct-animationtiming-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/testresult.xsl b/common/tct-animationtiming-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/tests.css b/common/tct-animationtiming-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/tests.full.xml b/common/tct-animationtiming-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/tests.xml b/common/tct-animationtiming-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/webrunner/index.html b/common/tct-animationtiming-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/webrunner/jquery-1.10.2.min.js b/common/tct-animationtiming-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-animationtiming-w3c-tests/webrunner/testrunner.js b/common/tct-animationtiming-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/COPYING b/common/tct-appcache-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/README b/common/tct-appcache-html5-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_CHECKING_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_CHECKING_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_CHECKING_type.html b/common/tct-appcache-html5-tests/appcache/appcache_CHECKING_type.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_CHECKING_value.html b/common/tct-appcache-html5-tests/appcache/appcache_CHECKING_value.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_type.html b/common/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_type.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_value.html b/common/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_value.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_IDLE_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_IDLE_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_IDLE_type.html b/common/tct-appcache-html5-tests/appcache/appcache_IDLE_type.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_IDLE_value.html b/common/tct-appcache-html5-tests/appcache/appcache_IDLE_value.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_type.html b/common/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_type.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_value.html b/common/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_value.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_UNCACHED_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_UNCACHED_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_UNCACHED_type.html b/common/tct-appcache-html5-tests/appcache/appcache_UNCACHED_type.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_UNCACHED_value.html b/common/tct-appcache-html5-tests/appcache/appcache_UNCACHED_value.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_type.html b/common/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_type.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_value.html b/common/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_value.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_abort_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_abort_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_cache_in_window.html b/common/tct-appcache-html5-tests/appcache/appcache_cache_in_window.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_oncached_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_oncached_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_onchecking_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_onchecking_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_ondownloading_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_ondownloading_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_onerror_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_onerror_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_onnoupdate_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_onnoupdate_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_onobsolete_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_onobsolete_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_onprogress_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_onprogress_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_onupdateready_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_onupdateready_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_status_UNCACHED.html b/common/tct-appcache-html5-tests/appcache/appcache_status_UNCACHED.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_status_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_status_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_status_readonly.html b/common/tct-appcache-html5-tests/appcache/appcache_status_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_status_type.html b/common/tct-appcache-html5-tests/appcache/appcache_status_type.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_swapCache_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_swapCache_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_swapCache_newcache_execption_InvalidStateError.html b/common/tct-appcache-html5-tests/appcache/appcache_swapCache_newcache_execption_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_update_exist.html b/common/tct-appcache-html5-tests/appcache/appcache_update_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/appcache_update_nocache_execption_InvalidStateError.html b/common/tct-appcache-html5-tests/appcache/appcache_update_nocache_execption_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/w3c/COPYING b/common/tct-appcache-html5-tests/appcache/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/w3c/api_status_uncached.html b/common/tct-appcache-html5-tests/appcache/w3c/api_status_uncached.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/w3c/api_swapcache_error.html b/common/tct-appcache-html5-tests/appcache/w3c/api_swapcache_error.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/appcache/w3c/api_update_error.html b/common/tct-appcache-html5-tests/appcache/w3c/api_update_error.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/common/COPYING b/common/tct-appcache-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/common/domtestcase.js b/common/tct-appcache-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/common/media.js b/common/tct-appcache-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/config.xml b/common/tct-appcache-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/icon.png b/common/tct-appcache-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/inst.apk.py b/common/tct-appcache-html5-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/inst.xpk.py b/common/tct-appcache-html5-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/manifest.json b/common/tct-appcache-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/pack.py b/common/tct-appcache-html5-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-appcache-html5-tests/pack.py +++ b/common/tct-appcache-html5-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-appcache-html5-tests/resources/COPYING b/common/tct-appcache-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/resources/testharness.css b/common/tct-appcache-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/resources/testharness.js b/common/tct-appcache-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/resources/testharnessreport.js b/common/tct-appcache-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/suite.json b/common/tct-appcache-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/testcase.xsl b/common/tct-appcache-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/testresult.xsl b/common/tct-appcache-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/tests.css b/common/tct-appcache-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/tests.full.xml b/common/tct-appcache-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/tests.xml b/common/tct-appcache-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/webrunner/index.html b/common/tct-appcache-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/webrunner/jquery-1.10.2.min.js b/common/tct-appcache-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-appcache-html5-tests/webrunner/testrunner.js b/common/tct-appcache-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/COPYING b/common/tct-appcontrol-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/LICENSE.Apache-2.0 b/common/tct-appcontrol-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/LICENSE.CC-BY-3.0 b/common/tct-appcontrol-tizen-tests/LICENSE.CC-BY-3.0 old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/NOTICE b/common/tct-appcontrol-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html b/common/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_sound.html b/common/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_sound.html old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_video.html b/common/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_video.html old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/appcontrol/AppControl_select_file.html b/common/tct-appcontrol-tizen-tests/appcontrol/AppControl_select_file.html old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/appcontrol/AppControl_view_image_file.html b/common/tct-appcontrol-tizen-tests/appcontrol/AppControl_view_image_file.html old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/appcontrol/support/appcontrol_common.js b/common/tct-appcontrol-tizen-tests/appcontrol/support/appcontrol_common.js old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/appcontrol/support/getJsonConf.js b/common/tct-appcontrol-tizen-tests/appcontrol/support/getJsonConf.js old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/appcontrol/support/unitcommon.js b/common/tct-appcontrol-tizen-tests/appcontrol/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/config.xml b/common/tct-appcontrol-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/icon.png b/common/tct-appcontrol-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/inst.apk.py b/common/tct-appcontrol-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/inst.wgt.py b/common/tct-appcontrol-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/inst.xpk.py b/common/tct-appcontrol-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/manifest.json b/common/tct-appcontrol-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/pack.py b/common/tct-appcontrol-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-appcontrol-tizen-tests/pack.py +++ b/common/tct-appcontrol-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-appcontrol-tizen-tests/resources/COPYING b/common/tct-appcontrol-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/resources/testharness.css b/common/tct-appcontrol-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/resources/testharness.js b/common/tct-appcontrol-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/resources/testharnessreport.js b/common/tct-appcontrol-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/resources/unitcommon.js b/common/tct-appcontrol-tizen-tests/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/suite.json b/common/tct-appcontrol-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/testcase.xsl b/common/tct-appcontrol-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/testresult.xsl b/common/tct-appcontrol-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/tests.css b/common/tct-appcontrol-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/tests.full.xml b/common/tct-appcontrol-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/tests.xml b/common/tct-appcontrol-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.bmp b/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.bmp old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.gif b/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.gif old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.jpeg b/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.jpeg old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.png b/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.png old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.aac b/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.aac old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.amr b/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.amr old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.mp3 b/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.wav b/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.wav old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_video.3gp b/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_video.3gp old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_video.mp4 b/common/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_video.mp4 old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webrunner/index.html b/common/tct-appcontrol-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-appcontrol-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-appcontrol-tizen-tests/webrunner/testrunner.js b/common/tct-appcontrol-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/COPYING b/common/tct-application-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/LICENSE.Apache-2.0 b/common/tct-application-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/NOTICE b/common/tct-application-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/README b/common/tct-application-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationCertificate_extend.html b/common/tct-application-tizen-tests/application/ApplicationCertificate_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationCertificate_notexist.html b/common/tct-application-tizen-tests/application/ApplicationCertificate_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationCertificate_type_attribute.html b/common/tct-application-tizen-tests/application/ApplicationCertificate_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationCertificate_value_attribute.html b/common/tct-application-tizen-tests/application/ApplicationCertificate_value_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_notexist.html b/common/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_onsuccess.html b/common/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationContext_appId_attribute.html b/common/tct-application-tizen-tests/application/ApplicationContext_appId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationContext_extend.html b/common/tct-application-tizen-tests/application/ApplicationContext_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationContext_id_attribute.html b/common/tct-application-tizen-tests/application/ApplicationContext_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationContext_notexist.html b/common/tct-application-tizen-tests/application/ApplicationContext_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_notexist.html b/common/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onfailure.html b/common/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onfailure.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onsuccess.html b/common/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControlData_constructor.html b/common/tct-application-tizen-tests/application/ApplicationControlData_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControlData_exist.html b/common/tct-application-tizen-tests/application/ApplicationControlData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControlData_extend.html b/common/tct-application-tizen-tests/application/ApplicationControlData_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControlData_key_attribute.html b/common/tct-application-tizen-tests/application/ApplicationControlData_key_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControlData_value_attribute.html b/common/tct-application-tizen-tests/application/ApplicationControlData_value_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControl_category_attribute.html b/common/tct-application-tizen-tests/application/ApplicationControl_category_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControl_constructor.html b/common/tct-application-tizen-tests/application/ApplicationControl_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControl_constructor_minargs.html b/common/tct-application-tizen-tests/application/ApplicationControl_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControl_data_attribute.html b/common/tct-application-tizen-tests/application/ApplicationControl_data_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControl_exist.html b/common/tct-application-tizen-tests/application/ApplicationControl_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControl_extend.html b/common/tct-application-tizen-tests/application/ApplicationControl_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControl_launchMode_attribute.html b/common/tct-application-tizen-tests/application/ApplicationControl_launchMode_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControl_mime_attribute.html b/common/tct-application-tizen-tests/application/ApplicationControl_mime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControl_operation_attribute.html b/common/tct-application-tizen-tests/application/ApplicationControl_operation_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationControl_uri_attribute.html b/common/tct-application-tizen-tests/application/ApplicationControl_uri_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_notexist.html b/common/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_onsuccess.html b/common/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformationEventCallback_notexist.html b/common/tct-application-tizen-tests/application/ApplicationInformationEventCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html b/common/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html b/common/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html b/common/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformation_categories_attribute.html b/common/tct-application-tizen-tests/application/ApplicationInformation_categories_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformation_extend.html b/common/tct-application-tizen-tests/application/ApplicationInformation_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformation_iconPath_attribute.html b/common/tct-application-tizen-tests/application/ApplicationInformation_iconPath_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformation_id_attribute.html b/common/tct-application-tizen-tests/application/ApplicationInformation_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformation_installDate_attribute.html b/common/tct-application-tizen-tests/application/ApplicationInformation_installDate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformation_name_attribute.html b/common/tct-application-tizen-tests/application/ApplicationInformation_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformation_notexist.html b/common/tct-application-tizen-tests/application/ApplicationInformation_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformation_packageId_attribute.html b/common/tct-application-tizen-tests/application/ApplicationInformation_packageId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformation_show_attribute.html b/common/tct-application-tizen-tests/application/ApplicationInformation_show_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformation_size_attribute.html b/common/tct-application-tizen-tests/application/ApplicationInformation_size_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationInformation_version_attribute.html b/common/tct-application-tizen-tests/application/ApplicationInformation_version_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManagerObject_notexist.html b/common/tct-application-tizen-tests/application/ApplicationManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_missarg.html b/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html b/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html b/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html b/common/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_extend.html b/common/tct-application-tizen-tests/application/ApplicationManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl.html b/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_invalid_obj.html b/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_errorCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_errorCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_errorCallback_invoked.html b/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_missarg.html b/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_missarg.html b/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_with_errorCallback.html b/common/tct-application-tizen-tests/application/ApplicationManager_findAppControl_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppCerts.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppCerts.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_id_invalid.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_id_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_with_id.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_with_id.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppContext.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppContext.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppContext_contextId_invalid.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppContext_contextId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppContext_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppContext_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppContext_with_contextId.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppContext_with_contextId.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppInfo.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppInfo.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_id_invalid.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_id_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_with_id.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_with_id.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_id_invalid.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_id_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_with_id.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_with_id.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_id_invalid.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_id_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_with_id.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_with_id.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_missarg.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_with_errorCallback.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_missarg.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_with_errorCallback.html b/common/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication.html b/common/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_extra_argument.html b/common/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_in_tizen.html b/common/tct-application-tizen-tests/application/ApplicationManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_kill.html b/common/tct-application-tizen-tests/application/ApplicationManager_kill.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_invoked_InvalidValuesError.html b/common/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_invoked_InvalidValuesError.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_invoked_NotFoundError.html b/common/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_invoked_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_kill_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_kill_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_kill_with_errorCallback.html b/common/tct-application-tizen-tests/application/ApplicationManager_kill_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_kill_with_successCallback.html b/common/tct-application-tizen-tests/application/ApplicationManager_kill_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launch.html b/common/tct-application-tizen-tests/application/ApplicationManager_launch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_invalid_obj.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_invoked_NotFoundError.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_invoked_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_missarg.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_mime.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_mime.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri_mime.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri_mime.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_errorCallback.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_id.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_id.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_replyCallback.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_replyCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_successCallback.html b/common/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_invoked_NotFoundError.html b/common/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_invoked_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launch_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_launch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_TypeMismatch.html b/common/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_invalid_cb.html b/common/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launch_with_errorCallback.html b/common/tct-application-tizen-tests/application/ApplicationManager_launch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_launch_with_successCallback.html b/common/tct-application-tizen-tests/application/ApplicationManager_launch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_notexist.html b/common/tct-application-tizen-tests/application/ApplicationManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener.html b/common/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener_exist.html b/common/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationMetaData_extend.html b/common/tct-application-tizen-tests/application/ApplicationMetaData_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationMetaData_key_attribute.html b/common/tct-application-tizen-tests/application/ApplicationMetaData_key_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationMetaData_notexist.html b/common/tct-application-tizen-tests/application/ApplicationMetaData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/ApplicationMetaData_value_attribute.html b/common/tct-application-tizen-tests/application/ApplicationMetaData_value_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_ContextId_attribute.html b/common/tct-application-tizen-tests/application/Application_ContextId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_addEventListener.html b/common/tct-application-tizen-tests/application/Application_addEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_addEventListener_callback_TypeMismatch.html b/common/tct-application-tizen-tests/application/Application_addEventListener_callback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_addEventListener_callback_invalid_cb.html b/common/tct-application-tizen-tests/application/Application_addEventListener_callback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_addEventListener_event_TypeMismatch.html b/common/tct-application-tizen-tests/application/Application_addEventListener_event_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_addEventListener_exist.html b/common/tct-application-tizen-tests/application/Application_addEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_addEventListener_misarg.html b/common/tct-application-tizen-tests/application/Application_addEventListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_appInfo_attribute.html b/common/tct-application-tizen-tests/application/Application_appInfo_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_broadcastEvent.html b/common/tct-application-tizen-tests/application/Application_broadcastEvent.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_broadcastEvent_data_TypeMismatch.html b/common/tct-application-tizen-tests/application/Application_broadcastEvent_data_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_broadcastEvent_event_TypeMismatch.html b/common/tct-application-tizen-tests/application/Application_broadcastEvent_event_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_broadcastEvent_exist.html b/common/tct-application-tizen-tests/application/Application_broadcastEvent_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_broadcastEvent_misarg.html b/common/tct-application-tizen-tests/application/Application_broadcastEvent_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_broadcastTrustedEvent.html b/common/tct-application-tizen-tests/application/Application_broadcastTrustedEvent.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_broadcastTrustedEvent_data_TypeMismatch.html b/common/tct-application-tizen-tests/application/Application_broadcastTrustedEvent_data_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_broadcastTrustedEvent_event_TypeMismatch.html b/common/tct-application-tizen-tests/application/Application_broadcastTrustedEvent_event_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_broadcastTrustedEvent_exist.html b/common/tct-application-tizen-tests/application/Application_broadcastTrustedEvent_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_broadcastTrustedEvent_misarg.html b/common/tct-application-tizen-tests/application/Application_broadcastTrustedEvent_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_exit.html b/common/tct-application-tizen-tests/application/Application_exit.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_exit_exist.html b/common/tct-application-tizen-tests/application/Application_exit_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_exit_extra_argument.html b/common/tct-application-tizen-tests/application/Application_exit_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_extend.html b/common/tct-application-tizen-tests/application/Application_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_getRequestedAppControl.html b/common/tct-application-tizen-tests/application/Application_getRequestedAppControl.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_getRequestedAppControl_exist.html b/common/tct-application-tizen-tests/application/Application_getRequestedAppControl_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_getRequestedAppControl_extra_argument.html b/common/tct-application-tizen-tests/application/Application_getRequestedAppControl_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_hide.html b/common/tct-application-tizen-tests/application/Application_hide.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_hide_exist.html b/common/tct-application-tizen-tests/application/Application_hide_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_hide_extra_argument.html b/common/tct-application-tizen-tests/application/Application_hide_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_notexist.html b/common/tct-application-tizen-tests/application/Application_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_removeEventListener.html b/common/tct-application-tizen-tests/application/Application_removeEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/Application_removeEventListener_exist.html b/common/tct-application-tizen-tests/application/Application_removeEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/EventCallback_notexist.html b/common/tct-application-tizen-tests/application/EventCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/EventCallback_onevent.html b/common/tct-application-tizen-tests/application/EventCallback_onevent.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/FindAppControlSuccessCallback_notexist.html b/common/tct-application-tizen-tests/application/FindAppControlSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/FindAppControlSuccessCallback_onsuccess.html b/common/tct-application-tizen-tests/application/FindAppControlSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/RequestedApplicationControl_appControl_attribute.html b/common/tct-application-tizen-tests/application/RequestedApplicationControl_appControl_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/RequestedApplicationControl_callerAppId_attribute.html b/common/tct-application-tizen-tests/application/RequestedApplicationControl_callerAppId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/RequestedApplicationControl_extend.html b/common/tct-application-tizen-tests/application/RequestedApplicationControl_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/RequestedApplicationControl_notexist.html b/common/tct-application-tizen-tests/application/RequestedApplicationControl_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure.html b/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_exist.html b/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_extra_argument.html b/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult.html b/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_data_TypeMismatch.html b/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_data_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_exist.html b/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_with_data.html b/common/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_with_data.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_exit.html b/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_exit.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_launch.html b/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_launch.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_launch_explicit.html b/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_launch_explicit.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_reply_failure.html b/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_reply_failure.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_reply_result.html b/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_reply_result.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_reply_result_with_data.html b/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_reply_result_with_data.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_run_test.html b/common/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_run_test.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/config.xml b/common/tct-application-tizen-tests/application/support/TCTAppControl/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/css/style.css b/common/tct-application-tizen-tests/application/support/TCTAppControl/css/style.css old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/icon.png b/common/tct-application-tizen-tests/application/support/TCTAppControl/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/index.html b/common/tct-application-tizen-tests/application/support/TCTAppControl/index.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/manifest.json b/common/tct-application-tizen-tests/application/support/TCTAppControl/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/resources/COPYING b/common/tct-application-tizen-tests/application/support/TCTAppControl/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/resources/testharness.css b/common/tct-application-tizen-tests/application/support/TCTAppControl/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/resources/testharness.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/resources/testharnessreport.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/resources/unitcommon.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_getRequestedAppControl.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_getRequestedAppControl.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_getRequestedAppControl_extra_argument.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_getRequestedAppControl_extra_argument.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_hide.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_hide.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_hide_extra_argument.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_hide_extra_argument.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_appControl_attribute.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_appControl_attribute.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_callerAppId_attribute.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_callerAppId_attribute.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_extend.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_extend.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_replyFailure_exist.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_replyFailure_exist.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_replyResult_data_TypeMismatch.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_replyResult_data_TypeMismatch.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_replyResult_exist.js b/common/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_replyResult_exist.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControlMock/appcontrol_launch_explicit.html b/common/tct-application-tizen-tests/application/support/TCTAppControlMock/appcontrol_launch_explicit.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControlMock/config.xml b/common/tct-application-tizen-tests/application/support/TCTAppControlMock/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControlMock/css/style.css b/common/tct-application-tizen-tests/application/support/TCTAppControlMock/css/style.css old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControlMock/icon.png b/common/tct-application-tizen-tests/application/support/TCTAppControlMock/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControlMock/index.html b/common/tct-application-tizen-tests/application/support/TCTAppControlMock/index.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControlMock/js/main.js b/common/tct-application-tizen-tests/application/support/TCTAppControlMock/js/main.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppControlMock/manifest.json b/common/tct-application-tizen-tests/application/support/TCTAppControlMock/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/config.xml b/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/css/style.css b/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/css/style.css old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/icon.png b/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/index.html b/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/index.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/manifest.json b/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/config.xml b/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/css/style.css b/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/css/style.css old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/icon.png b/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/index.html b/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/index.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/manifest.json b/common/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/config.xml b/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/css/style.css b/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/css/style.css old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/icon.png b/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/images/tizen_32.png b/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/images/tizen_32.png old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/index.html b/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/index.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/js/main.js b/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/js/main.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/manifest.json b/common/tct-application-tizen-tests/application/support/TCTbroadcastApp/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/app_common.js b/common/tct-application-tizen-tests/application/support/app_common.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/application/support/unitcommon.js b/common/tct-application-tizen-tests/application/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/config.xml b/common/tct-application-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/icon.png b/common/tct-application-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/inst.apk.py b/common/tct-application-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/inst.wgt.py b/common/tct-application-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/inst.xpk.py b/common/tct-application-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/manifest.json b/common/tct-application-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/pack.py b/common/tct-application-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-application-tizen-tests/pack.py +++ b/common/tct-application-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-application-tizen-tests/resources/COPYING b/common/tct-application-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/resources/testharness.css b/common/tct-application-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/resources/testharness.js b/common/tct-application-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/resources/testharnessreport.js b/common/tct-application-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/suite.json b/common/tct-application-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/testcase.xsl b/common/tct-application-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/testresult.xsl b/common/tct-application-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/tests.css b/common/tct-application-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/tests.full.xml b/common/tct-application-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/tests.xml b/common/tct-application-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/webrunner/index.html b/common/tct-application-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-application-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-application-tizen-tests/webrunner/testrunner.js b/common/tct-application-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/COPYING b/common/tct-archive-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/LICENSE.Apache-2.0 b/common/tct-archive-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/Queue.py b/common/tct-archive-tizen-tests/Queue.py old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/README b/common/tct-archive-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntryArraySuccessCallback_notexist.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntryArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntryArraySuccessCallback_onsuccess.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntryArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntrySuccessCallback_notexist.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntrySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntrySuccessCallback_onsuccess.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntrySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_compressedSize_attribute.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_compressedSize_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_destinationDirectory_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_destinationDirectory_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_exist.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_misarg.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onerror_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onerror_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onerror_invoked.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onerror_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onerror_invoked_NotFoundError.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onerror_invoked_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onprogress_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onprogress_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onprogress_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onprogress_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onsuccess_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onsuccess_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_overwrite_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_overwrite_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_stripName_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_stripName_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_with_onerror.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_with_onprogress.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_with_onprogress.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_with_onsuccess.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_with_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_with_overwrite.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_with_overwrite.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_with_stripName.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_extract_with_stripName.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_modified_attribute.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_modified_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_name_attribute.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_size_attribute.html b/common/tct-archive-tizen-tests/archive/ArchiveFileEntry_size_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileProgressCallback_notexist.html b/common/tct-archive-tizen-tests/archive/ArchiveFileProgressCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileSuccessCallback_notexist.html b/common/tct-archive-tizen-tests/archive/ArchiveFileSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFileSuccessCallback_onsuccess.html b/common/tct-archive-tizen-tests/archive/ArchiveFileSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add_exist.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add_misarg.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onerror_NotFoundError.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onerror_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onerror_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onerror_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onerror_invoke.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onerror_invoke.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onprogress_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onprogress_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onsuccess_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onsuccess_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add_options_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add_options_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add_options_empty.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add_options_empty.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_add_with_onerror.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_add_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_close.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_close.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_close_exist.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_close_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_close_extra_argument.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_close_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_decompressedSize_attribute.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_decompressedSize_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_exist.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_invalid_InvalidAccessError.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_invalid_InvalidAccessError.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_invalid_InvalidStateError.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_invalid_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_misarg.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onerror_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onerror_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onerror_invoke.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onerror_invoke.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onerror_invoke_NotFoundError.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onerror_invoke_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onprogress_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onprogress_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onsuccess_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onsuccess_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_overwrite_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_overwrite_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_with_onerror.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_extractAll_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_exist.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_invalid_InvalidAccessError.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_invalid_InvalidAccessError.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_invalid_InvalidStateError.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_invalid_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_misarg.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_onerror_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_onerror_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_onsuccess_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_onsuccess_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_with_onerror.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntries_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_exist.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_invalid_InvalidAccessError.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_invalid_InvalidAccessError.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_invalid_InvalidStateError.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_invalid_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_misarg.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_onerror_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_onerror_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_onerror_invoked.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_onerror_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_onsuccess_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_onsuccess_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_with_onerror.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_getEntryByName_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveFile_mode_attribute.html b/common/tct-archive-tizen-tests/archive/ArchiveFile_mode_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManagerObject_attri_archive.html b/common/tct-archive-tizen-tests/archive/ArchiveManagerObject_attri_archive.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManagerObject_notexist.html b/common/tct-archive-tizen-tests/archive/ArchiveManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_abort.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_abort.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_abort_exist.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_abort_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_abort_misarg.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_abort_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_add_invalid_InvalidAccessError.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_add_invalid_InvalidAccessError.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_add_invalid_InvalidStateError.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_add_invalid_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_extend.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_in_tizen.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_notexist.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_open.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_open.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_open_exist.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_open_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_open_misarg.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_open_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_open_onerror_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_open_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_open_onerror_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_open_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_open_onerror_invoked.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_open_onerror_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_open_onerror_invoked_NotFoundError.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_open_onerror_invoked_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_open_onsuccess_TypeMismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_open_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_open_onsuccess_invalid_cb.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_open_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_open_options_Typemismatch.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_open_options_Typemismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_open_options_empty.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_open_options_empty.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/ArchiveManager_open_with_onerror.html b/common/tct-archive-tizen-tests/archive/ArchiveManager_open_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/OctetArraySuccessCallback_notexist.html b/common/tct-archive-tizen-tests/archive/OctetArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/OctetArraySuccessCallback_onsuccess.html b/common/tct-archive-tizen-tests/archive/OctetArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/support/archive_common.js b/common/tct-archive-tizen-tests/archive/support/archive_common.js old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/support/file.txt b/common/tct-archive-tizen-tests/archive/support/file.txt old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/support/my_file.txt b/common/tct-archive-tizen-tests/archive/support/my_file.txt old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/support/read.txt b/common/tct-archive-tizen-tests/archive/support/read.txt old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/support/test.zip b/common/tct-archive-tizen-tests/archive/support/test.zip old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/archive/support/unitcommon.js b/common/tct-archive-tizen-tests/archive/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/config.xml b/common/tct-archive-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/icon.png b/common/tct-archive-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/inst.apk.py b/common/tct-archive-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/inst.wgt.py b/common/tct-archive-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/inst.xpk.py b/common/tct-archive-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/manifest.json b/common/tct-archive-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/media/file.txt b/common/tct-archive-tizen-tests/media/file.txt old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/media/my_file.txt b/common/tct-archive-tizen-tests/media/my_file.txt old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/media/read.txt b/common/tct-archive-tizen-tests/media/read.txt old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/media/test.zip b/common/tct-archive-tizen-tests/media/test.zip old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/pack.py b/common/tct-archive-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-archive-tizen-tests/pack.py +++ b/common/tct-archive-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-archive-tizen-tests/resources/COPYING b/common/tct-archive-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/resources/blacklist.clamshell b/common/tct-archive-tizen-tests/resources/blacklist.clamshell old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/resources/blacklist.default b/common/tct-archive-tizen-tests/resources/blacklist.default old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/resources/blacklist.js b/common/tct-archive-tizen-tests/resources/blacklist.js old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/resources/testharness.css b/common/tct-archive-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/resources/testharness.js b/common/tct-archive-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/resources/testharnessreport.js b/common/tct-archive-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/shellmanager.py b/common/tct-archive-tizen-tests/shellmanager.py old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/suite.json b/common/tct-archive-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/testcase.xsl b/common/tct-archive-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/testresult.xsl b/common/tct-archive-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/tests.css b/common/tct-archive-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/tests.full.xml b/common/tct-archive-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/tests.xml b/common/tct-archive-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/webrunner/index.html b/common/tct-archive-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-archive-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-archive-tizen-tests/webrunner/testrunner.js b/common/tct-archive-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/COPYING b/common/tct-audio-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/README b/common/tct-audio-html5-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_ABORTED_constant_exists.html b/common/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_ABORTED_constant_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_DECODE_constant_exists.html b/common/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_DECODE_constant_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_NETWORK_constant_exists.html b/common/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_NETWORK_constant_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_exists.html b/common/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_MediaError_code_exists.html b/common/tct-audio-html5-tests/audio/audio_MediaError_code_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_TimeRanges_end_exists.html b/common/tct-audio-html5-tests/audio/audio_TimeRanges_end_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_TimeRanges_length_exists.html b/common/tct-audio-html5-tests/audio/audio_TimeRanges_length_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_TimeRanges_start_exists.html b/common/tct-audio-html5-tests/audio/audio_TimeRanges_start_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_constructor.html b/common/tct-audio-html5-tests/audio/audio_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_crossOrigin_reflect.html b/common/tct-audio-html5-tests/audio/audio_crossOrigin_reflect.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_load_method_exists.html b/common/tct-audio-html5-tests/audio/audio_load_method_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_pause_method_exists.html b/common/tct-audio-html5-tests/audio/audio_pause_method_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/audio_play_method_exists.html b/common/tct-audio-html5-tests/audio/audio_play_method_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/media/COPYING b/common/tct-audio-html5-tests/audio/media/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/media/movie_5.mp4 b/common/tct-audio-html5-tests/audio/media/movie_5.mp4 old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/media/movie_5.webm b/common/tct-audio-html5-tests/audio/media/movie_5.webm old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/media/sound_5.mp3 b/common/tct-audio-html5-tests/audio/media/sound_5.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/media/sound_5.mp4 b/common/tct-audio-html5-tests/audio/media/sound_5.mp4 old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/media/sound_5.wav b/common/tct-audio-html5-tests/audio/media/sound_5.wav old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/support/audioelement.js b/common/tct-audio-html5-tests/audio/support/audioelement.js old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/support/mediaelement.js b/common/tct-audio-html5-tests/audio/support/mediaelement.js old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/support/trackelement.js b/common/tct-audio-html5-tests/audio/support/trackelement.js old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/COPYING b/common/tct-audio-html5-tests/audio/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/audio_attributes.html b/common/tct-audio-html5-tests/audio/w3c/audio_attributes.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/audio_controls_reflect.html b/common/tct-audio-html5-tests/audio/w3c/audio_controls_reflect.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/audio_defaultMuted_reflect.html b/common/tct-audio-html5-tests/audio/w3c/audio_defaultMuted_reflect.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/audio_loop_base.html b/common/tct-audio-html5-tests/audio/w3c/audio_loop_base.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/audio_loop_reflect.html b/common/tct-audio-html5-tests/audio/w3c/audio_loop_reflect.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/audio_muted_check.html b/common/tct-audio-html5-tests/audio/w3c/audio_muted_check.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/audio_muted_volumechange.html b/common/tct-audio-html5-tests/audio/w3c/audio_muted_volumechange.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/audio_volume_check.html b/common/tct-audio-html5-tests/audio/w3c/audio_volume_check.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/audio_volume_volumechange.html b/common/tct-audio-html5-tests/audio/w3c/audio_volume_volumechange.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream.html b/common/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream_with_codecs_1.html b/common/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream_with_codecs_1.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream_with_codecs_2.html b/common/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream_with_codecs_2.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/canPlayType_bogus_type.html b/common/tct-audio-html5-tests/audio/w3c/canPlayType_bogus_type.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/canPlayType_method_exists.html b/common/tct-audio-html5-tests/audio/w3c/canPlayType_method_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/canPlayType_supported_but_no_codecs_parameter_1.html b/common/tct-audio-html5-tests/audio/w3c/canPlayType_supported_but_no_codecs_parameter_1.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/canPlayType_supported_but_no_codecs_parameter_2.html b/common/tct-audio-html5-tests/audio/w3c/canPlayType_supported_but_no_codecs_parameter_2.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/currentSrc_empty_if_no_src.html b/common/tct-audio-html5-tests/audio/w3c/currentSrc_empty_if_no_src.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/currentSrc_nonempty_after_adding_source_child.html b/common/tct-audio-html5-tests/audio/w3c/currentSrc_nonempty_after_adding_source_child.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/currentSrc_nonempty_after_setting_src.html b/common/tct-audio-html5-tests/audio/w3c/currentSrc_nonempty_after_setting_src.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/currentSrc_property_exists.html b/common/tct-audio-html5-tests/audio/w3c/currentSrc_property_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/error_null.html b/common/tct-audio-html5-tests/audio/w3c/error_null.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/error_property_exists.html b/common/tct-audio-html5-tests/audio/w3c/error_property_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/event_canplay.html b/common/tct-audio-html5-tests/audio/w3c/event_canplay.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/event_canplaythrough.html b/common/tct-audio-html5-tests/audio/w3c/event_canplaythrough.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/event_loadeddata.html b/common/tct-audio-html5-tests/audio/w3c/event_loadeddata.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/event_loadedmetadata.html b/common/tct-audio-html5-tests/audio/w3c/event_loadedmetadata.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/event_loadstart.html b/common/tct-audio-html5-tests/audio/w3c/event_loadstart.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/event_order_canplay_canplaythrough.html b/common/tct-audio-html5-tests/audio/w3c/event_order_canplay_canplaythrough.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/event_order_canplay_playing.html b/common/tct-audio-html5-tests/audio/w3c/event_order_canplay_playing.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/event_order_loadedmetadata_loadeddata.html b/common/tct-audio-html5-tests/audio/w3c/event_order_loadedmetadata_loadeddata.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/event_order_loadstart_progress.html b/common/tct-audio-html5-tests/audio/w3c/event_order_loadstart_progress.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/event_play.html b/common/tct-audio-html5-tests/audio/w3c/event_play.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/event_playing.html b/common/tct-audio-html5-tests/audio/w3c/event_playing.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/event_progress.html b/common/tct-audio-html5-tests/audio/w3c/event_progress.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/networkState_initial.html b/common/tct-audio-html5-tests/audio/w3c/networkState_initial.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/networkState_property_exists.html b/common/tct-audio-html5-tests/audio/w3c/networkState_property_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/paused_false_during_play.html b/common/tct-audio-html5-tests/audio/w3c/paused_false_during_play.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/paused_true_during_pause.html b/common/tct-audio-html5-tests/audio/w3c/paused_true_during_pause.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/preload_property_exists.html b/common/tct-audio-html5-tests/audio/w3c/preload_property_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/preload_reflects_auto_value.html b/common/tct-audio-html5-tests/audio/w3c/preload_reflects_auto_value.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/preload_reflects_metadata.html b/common/tct-audio-html5-tests/audio/w3c/preload_reflects_metadata.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/preload_reflects_none.html b/common/tct-audio-html5-tests/audio/w3c/preload_reflects_none.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/preload_reflects_none_autoplay.html b/common/tct-audio-html5-tests/audio/w3c/preload_reflects_none_autoplay.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/readyState_during_canplay.html b/common/tct-audio-html5-tests/audio/w3c/readyState_during_canplay.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/readyState_during_canplaythrough.html b/common/tct-audio-html5-tests/audio/w3c/readyState_during_canplaythrough.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/readyState_during_loadeddata.html b/common/tct-audio-html5-tests/audio/w3c/readyState_during_loadeddata.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/readyState_during_loadedmetadata.html b/common/tct-audio-html5-tests/audio/w3c/readyState_during_loadedmetadata.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/readyState_during_playing.html b/common/tct-audio-html5-tests/audio/w3c/readyState_during_playing.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/readyState_initial.html b/common/tct-audio-html5-tests/audio/w3c/readyState_initial.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/readyState_property_exists.html b/common/tct-audio-html5-tests/audio/w3c/readyState_property_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/src_reflects_attribute_not_source_elements.html b/common/tct-audio-html5-tests/audio/w3c/src_reflects_attribute_not_source_elements.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/src_reflects_no_value.html b/common/tct-audio-html5-tests/audio/w3c/src_reflects_no_value.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/audio/w3c/src_removal_does_not_trigger_loadstart.html b/common/tct-audio-html5-tests/audio/w3c/src_removal_does_not_trigger_loadstart.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/common/COPYING b/common/tct-audio-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/common/domtestcase.js b/common/tct-audio-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/common/media.js b/common/tct-audio-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/config.xml b/common/tct-audio-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/icon.png b/common/tct-audio-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/inst.apk.py b/common/tct-audio-html5-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/inst.wgt.py b/common/tct-audio-html5-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/inst.xpk.py b/common/tct-audio-html5-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/manifest.json b/common/tct-audio-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/pack.py b/common/tct-audio-html5-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-audio-html5-tests/pack.py +++ b/common/tct-audio-html5-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-audio-html5-tests/resources/COPYING b/common/tct-audio-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/resources/testharness.css b/common/tct-audio-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/resources/testharness.js b/common/tct-audio-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/resources/testharnessreport.js b/common/tct-audio-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/suite.json b/common/tct-audio-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/testcase.xsl b/common/tct-audio-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/testresult.xsl b/common/tct-audio-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/tests.css b/common/tct-audio-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/tests.full.xml b/common/tct-audio-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/tests.xml b/common/tct-audio-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/webrunner/index.html b/common/tct-audio-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/webrunner/jquery-1.10.2.min.js b/common/tct-audio-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-audio-html5-tests/webrunner/testrunner.js b/common/tct-audio-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/COPYING b/common/tct-backgrounds-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/README b/common/tct-backgrounds-css3-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_no-repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-x_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-x_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_no-repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-x_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-x_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_no-repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-x_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-x_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_no-repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-x_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-x_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_no-repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-x_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-x_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_no-repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-x_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-x_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_hsl.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_hsl.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_initial_value.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_initial_value.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_red.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_red.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_rgb.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_rgb.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_excess_values.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_excess_values.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_initial_value.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_initial_value.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_many_url.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_many_url.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_no_enough_comma-separated_values.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_no_enough_comma-separated_values.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_no-repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-x_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-x_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_no-repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-x_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-x_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_no-repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-x_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-x_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-posiltion_offset_inward.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-posiltion_offset_inward.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-posiltion_offset_outward.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-posiltion_offset_outward.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_2cm_1cm.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_2cm_1cm.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_bottom.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_bottom.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_center.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_center.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_center_bottom.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_center_bottom.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_center_top.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_center_top.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_initial.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_initial.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left_bottom.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left_bottom.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left_center.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left_center.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left_top.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left_top.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_only_one.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_only_one.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right_bottom.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right_bottom.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right_center.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right_center.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right_top.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right_top.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_no-repeat.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_no-repeat.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat-x_left_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat-x_left_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat-x_left_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat-x_left_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat-y.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat-y.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_round.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_round.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_space.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_space.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_no-repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-x_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-y_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-y_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-x_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-x_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat_none_image.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat_none_image.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_no-repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_no-repeat_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_no-repeat_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-x_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-x_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-y_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-y_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_negative.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_negative.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_default_layer.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_default_layer.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_example_equivalent.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_example_equivalent.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_bottom_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_bottom_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_bottom_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_bottom_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_left_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_left_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_left_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_left_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_right_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_right_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_right_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_right_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_top_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_top_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_top_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_top_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_bottom_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_bottom_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_bottom_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_bottom_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_left_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_left_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_left_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_left_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_right_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_right_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_right_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_right_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_top_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_top_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_top_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_top_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_bottom_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_bottom_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_bottom_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_bottom_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_left_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_left_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_left_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_left_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_right_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_right_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_right_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_right_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_bottom_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_bottom_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_bottom_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_bottom_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_left_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_left_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_left_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_left_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_right_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_right_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_right_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_right_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_top_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_top_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_top_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_top_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_ccc_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_ccc_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_ccc_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_ccc_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_rgb_255_255_0_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_rgb_255_255_0_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_rgb_255_255_0_dotted_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_rgb_255_255_0_dotted_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_rgb_255_255_0_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_rgb_255_255_0_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_10px_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_10px_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_10px_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_10px_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_2em_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_2em_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_2em_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_2em_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_50pct_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_50pct_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_initial.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_initial.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_length_length.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_length_length.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_negative_length.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_negative_length.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_negative_percentage.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_negative_percentage.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_percentage_length.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_percentage_length.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_percentage_percentage.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_percentage_percentage.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_10pct_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_10pct_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_10px_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_10px_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_initial.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_initial.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_length_length.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_length_length.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_negative_length.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_negative_length.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_negative_percentage.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_negative_percentage.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_percentage_length.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_percentage_length.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_percentage_percentage.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_percentage_percentage.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_dashed.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_dashed.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_dotted.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_dotted.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_double.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_double.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_groove.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_groove.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_hidden.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_hidden.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_inset.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_inset.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_outset.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_outset.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_ridge.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_ridge.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_solid.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_solid.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_2em_dashed.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_2em_dashed.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_2em_dotted.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_2em_dotted.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_2em_solid.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_2em_solid.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_30px_dashed.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_30px_dashed.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_30px_dotted.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_30px_dotted.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_30px_solid.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_30px_solid.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_000_solid_0px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_000_solid_0px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_000_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_000_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_000_solid_neg5px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_000_solid_neg5px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_dashed_0px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_dashed_0px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_dashed_neg5px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_dashed_neg5px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_green_blue_yellow_solid_0px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_green_blue_yellow_solid_0px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_green_blue_yellow_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_green_blue_yellow_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_green_blue_yellow_solid_neg5px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_green_blue_yellow_solid_neg5px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_yellow_dashed_0px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_yellow_dashed_0px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_yellow_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_yellow_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_yellow_dashed_neg5px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_yellow_dashed_neg5px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_rgb_255_130_255_dashed_0px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_rgb_255_130_255_dashed_0px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_rgb_255_130_255_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_rgb_255_130_255_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_url_png_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_url_png_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_url_png_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_url_png_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_url_png_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_url_png_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_url_png_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_url_png_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_url_png_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_url_png_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_bottom_value_miss.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_bottom_value_miss.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_value_miss.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_value_miss.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_url_png_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_url_png_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_url_png_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_url_png_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_url_png_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_negative_not_allowed.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_negative_not_allowed.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_url_png_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_url_png_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_url_png_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_url_png_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_url_png_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_url_png_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_url_png_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_url_png_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_url_png_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_url_png_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_url_png_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_url_png_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_url_png_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_url_png_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_url_png_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_url_png_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_url_png_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_url_png_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_url_png_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_url_png_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_url_png_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_url_png_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_url_png_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_url_png_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_url_png_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_url_png_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_url_png_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_url_png_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_url_png_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_url_png_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_bottom_value_miss.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_bottom_value_miss.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_value_miss.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_value_miss.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_negative_interpreted_100pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_negative_interpreted_100pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50pct_50pct_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50pct_50pct_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50pct_50pct_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50pct_50pct_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50pct_50pct_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50pct_50pct_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50px_40px_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50px_40px_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50px_40px_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50px_40px_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50px_40px_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50px_40px_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_fill_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_fill_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_fill_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_fill_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_fill_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_fill_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50pct_50pct_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50pct_50pct_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50pct_50pct_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50pct_50pct_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50pct_50pct_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50pct_50pct_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50px_40px_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50px_40px_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50px_40px_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50px_40px_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50px_40px_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50px_40px_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_fill_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_fill_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_fill_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_fill_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_fill_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_fill_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50pct_50pct_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50pct_50pct_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50pct_50pct_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50pct_50pct_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50px_40px_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50px_40px_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50px_40px_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50px_40px_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_fill_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_fill_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_fill_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_fill_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50pct_50pct_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50pct_50pct_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50pct_50pct_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50pct_50pct_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50px_40px_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50px_40px_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50px_40px_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50px_40px_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_fill_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_fill_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_fill_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_fill_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50pct_50pct_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50pct_50pct_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50pct_50pct_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50pct_50pct_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50px_40px_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50px_40px_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50px_40px_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50px_40px_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_fill_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_fill_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_fill_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_fill_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50pct_50pct_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50pct_50pct_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50pct_50pct_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50pct_50pct_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50px_40px_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50px_40px_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50px_40px_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50px_40px_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_fill_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_fill_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_fill_url_png.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_fill_url_png.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_bottom_value_miss.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_bottom_value_miss.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_value_miss.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_value_miss.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_negative_not_allowed.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_negative_not_allowed.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_url_png_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_url_png_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_url_png_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_url_png_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_url_png_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_url_png_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_url_png_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_url_png_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_url_png_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_url_png_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_fill_none_20pct.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_fill_none_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_fill_none_50px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_fill_none_50px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_fill_none_auto.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_fill_none_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_ccc_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_ccc_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_ccc_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_ccc_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_f00_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_f00_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_rgb_255_255_0_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_rgb_255_255_0_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_rgb_255_255_0_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_rgb_255_255_0_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_dashed.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_dashed.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_dotted.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_dotted.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_double.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_double.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_groove.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_groove.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_hidden.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_hidden.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_inset.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_inset.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_outset.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_outset.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_ridge.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_ridge.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_solid.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_solid.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_2em_dashed.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_2em_dashed.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_2em_dotted.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_2em_dotted.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_2em_solid.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_2em_solid.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_30px_dashed.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_30px_dashed.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_30px_dotted.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_30px_dotted.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_30px_solid.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_30px_solid.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_dashed_ccc_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_dashed_ccc_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_dashed_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_dashed_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_solid_ccc_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_solid_ccc_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_solid_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_solid_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_dashed_ccc_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_dashed_ccc_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_dashed_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_dashed_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_solid_ccc_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_solid_ccc_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_solid_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_solid_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50pct_dashed_ccc_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50pct_dashed_ccc_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50pct_dashed_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50pct_dashed_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50pct_solid_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50pct_solid_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_dashed_ccc_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_dashed_ccc_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_dashed_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_dashed_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_solid_ccc_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_solid_ccc_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_solid_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_solid_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_dashed_ccc_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_dashed_ccc_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_dashed_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_dashed_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_solid_ccc_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_solid_ccc_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_solid_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_solid_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_bottomleft_omitted.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_bottomleft_omitted.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_bottomright_bottomleft_omitted.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_bottomright_bottomleft_omitted.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_ccc_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_ccc_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_ccc_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_ccc_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_rgb_0_255_0_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_rgb_0_255_0_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_rgb_255_255_0_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_rgb_255_255_0_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_rgb_255_255_0_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_rgb_255_255_0_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_dashed.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_dashed.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_dotted.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_dotted.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_double.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_double.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_groove.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_groove.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_hidden.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_hidden.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_inset.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_inset.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_outset.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_outset.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_ridge.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_ridge.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_solid.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_solid.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_2em_dashed.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_2em_dashed.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_2em_dotted.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_2em_dotted.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_2em_solid.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_2em_solid.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_30px_dashed.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_30px_dashed.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_30px_dotted.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_30px_dotted.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_30px_solid.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_30px_solid.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_double_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_double_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_double_f00_neg5px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_double_f00_neg5px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_groove_f00_0px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_groove_f00_0px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_groove_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_groove_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_groove_f00_neg5px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_groove_f00_neg5px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_hidden_f00_0px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_hidden_f00_0px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_hidden_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_hidden_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_hidden_f00_neg5px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_hidden_f00_neg5px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inherit_f00_0px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inherit_f00_0px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inherit_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inherit_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inherit_f00_neg5px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inherit_f00_neg5px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inset_f00_0px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inset_f00_0px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inset_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inset_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_outset_f00_0px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_outset_f00_0px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_outset_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_outset_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_outset_f00_neg5px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_outset_f00_neg5px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_ridge_f00_0px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_ridge_f00_0px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_ridge_f00_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_ridge_f00_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_ridge_f00_neg5px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_ridge_f00_neg5px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_solid_f00_0px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_solid_f00_0px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_ccc_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_ccc_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_ccc_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_ccc_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_f00_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_f00_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_f00_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_f00_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_rgb_255_255_0_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_rgb_255_255_0_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10pct_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10pct_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10pct_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10pct_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10px_dashed_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10px_dashed_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10px_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10px_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_initial.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_initial.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_length_length.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_length_length.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_negative_length.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_negative_length.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_negative_percentage.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_negative_percentage.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_percentage_length.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_percentage_length.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_percentage_percentage.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_percentage_percentage.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_10px_solid_2px.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_10px_solid_2px.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_initial.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_initial.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_length_length.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_length_length.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_negative.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_negative.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_negative_percentage.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_negative_percentage.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_percentage_length.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_percentage_length.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_percentage_percentage.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_percentage_percentage.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_dashed.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_dashed.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_dotted.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_dotted.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_double.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_double.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_groove.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_groove.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_hidden.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_hidden.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_inset.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_inset.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_none.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_none.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_outset.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_outset.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_ridge.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_ridge.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_solid.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_solid.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_100px_dashed_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_100px_dashed_000.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_100px_solid_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_100px_solid_000.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_30px_dashed_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_30px_dashed_000.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_30px_solid_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_30px_solid_000.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_neg5px_dashed_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_neg5px_dashed_000.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_neg5px_solid_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_neg5px_solid_000.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_dashed_ccc.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_dashed_ccc.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_dashed_f00.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_dashed_f00.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_solid_ccc.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_solid_ccc.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_solid_f00.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_solid_f00.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_dashed_ccc.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_dashed_ccc.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_dashed_f00.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_dashed_f00.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_solid_ccc.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_solid_ccc.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_solid_f00.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_solid_f00.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_dashed_ccc.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_dashed_ccc.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_dashed_f00.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_dashed_f00.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_solid_ccc.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_solid_ccc.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_solid_f00.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_solid_f00.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_dashed_ccc.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_dashed_ccc.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_dashed_f00.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_dashed_f00.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_solid_ccc.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_solid_ccc.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_solid_f00.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_solid_f00.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_dashed_ccc.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_dashed_ccc.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_dashed_f00.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_dashed_f00.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_solid_ccc.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_solid_ccc.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_solid_f00.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_solid_f00.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_10px_ridge_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_10px_ridge_000.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_20pct_dotted_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_20pct_dotted_000.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_20px_double_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_20px_double_000.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_20px_groove_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_20px_groove_000.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-decoration-break.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-decoration-break.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-decoration-break_initial_value.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-decoration-break_initial_value.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-decoration-break_slice.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-decoration-break_slice.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_10px_10px_50px_20px_pink_inset.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_10px_10px_50px_20px_pink_inset.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_10px_10px_black.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_10px_10px_black.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_20px_20px_50px_20px_pink.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_20px_20px_50px_20px_pink.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_40px_40px_50px_20px_pink.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_40px_40px_50px_20px_pink.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_10px_black.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_10px_black.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_20px_black.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_20px_black.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_10px_black.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_10px_black.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_black.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_black.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_blue.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_blue.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_pink.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_pink.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_red.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_red.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_5px_black.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_5px_black.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_black.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_black.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_5px_black.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_5px_black.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_black.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_black.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_inset_black.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_inset_black.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/COPYING b/common/tct-backgrounds-css3-tests/backgrounds/csswg/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-001.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-002.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-006.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-006.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-007.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-007.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-008.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-008.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-009.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-009.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-010.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-010.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-011.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-011.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-012.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-012.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-013.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-013.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-014.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-014.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-015.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-015.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-016.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-016.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-017.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-017.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-018.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-018.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-019.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-019.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-020.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-020.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-021.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-021.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-022.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-022.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-023.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-023.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-024.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-024.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-025.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-025.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-002.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-002.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-003.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-003.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-004.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-004.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-005.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-005.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-006.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-006.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-008.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-008.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-image-first-letter.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-image-first-letter.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-intrinsic-001.htm b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-intrinsic-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-002.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-002.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-003.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-003.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-004.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-004.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-005.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-005.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-006.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-006.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-007.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-007.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-008.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-008.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-002.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-002.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-005.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-005.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-006.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-006.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-007.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-007.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-008.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-008.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-009.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-009.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-010.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-010.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-011.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-011.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-012.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-012.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-013.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-013.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-014.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-014.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-015.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-015.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-016.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-016.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-017.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-017.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-018.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-018.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-019.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-019.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-020.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-020.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-021.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-021.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-024.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-024.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-026.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-026.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-028.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-028.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-030.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-030.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-032.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-032.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-033.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-033.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-034.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-034.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-contain-001.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-contain-001.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-contain-002.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-contain-002.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-cover-001.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-cover-001.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-cover-002.html b/common/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-cover-002.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/100x100-blue-and-orange.png b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/100x100-blue-and-orange.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/1x1-green.png b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/1x1-green.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/40px-wide-20px-tall-green-rect.png b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/40px-wide-20px-tall-green-rect.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/50x50-green.png b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/50x50-green.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/60x60-green.png b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/60x60-green.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/60x60-red.png b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/60x60-red.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/COPYING b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/blue-orange-rectangle.png b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/blue-orange-rectangle.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/blue96x96.png b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/blue96x96.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/cat.png b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/cat.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/green-intrinsic-none.svg b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/green-intrinsic-none.svg old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/green_box.png b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/green_box.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/red-intrinsic-none.svg b/common/tct-backgrounds-css3-tests/backgrounds/csswg/support/red-intrinsic-none.svg old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/spec.json b/common/tct-backgrounds-css3-tests/backgrounds/spec.json old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/support/COPYING b/common/tct-backgrounds-css3-tests/backgrounds/support/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/support/background_border_test.js b/common/tct-backgrounds-css3-tests/backgrounds/support/background_border_test.js old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/support/cssstyle.js b/common/tct-backgrounds-css3-tests/backgrounds/support/cssstyle.js old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/support/swatch-orange.png b/common/tct-backgrounds-css3-tests/backgrounds/support/swatch-orange.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/webkit/COPYING b/common/tct-backgrounds-css3-tests/backgrounds/webkit/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/webkit/resources/diamond.png b/common/tct-backgrounds-css3-tests/backgrounds/webkit/resources/diamond.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/backgrounds/webkit/resources/ring.png b/common/tct-backgrounds-css3-tests/backgrounds/webkit/resources/ring.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/config.xml b/common/tct-backgrounds-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/icon.png b/common/tct-backgrounds-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/inst.apk.py b/common/tct-backgrounds-css3-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/inst.xpk.py b/common/tct-backgrounds-css3-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/manifest.json b/common/tct-backgrounds-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/pack.py b/common/tct-backgrounds-css3-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-backgrounds-css3-tests/pack.py +++ b/common/tct-backgrounds-css3-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-backgrounds-css3-tests/resources/COPYING b/common/tct-backgrounds-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/resources/testharness.css b/common/tct-backgrounds-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/resources/testharness.js b/common/tct-backgrounds-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/resources/testharnessreport.js b/common/tct-backgrounds-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/suite.json b/common/tct-backgrounds-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/testcase.xsl b/common/tct-backgrounds-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/testresult.xsl b/common/tct-backgrounds-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/tests.css b/common/tct-backgrounds-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/tests.full.xml b/common/tct-backgrounds-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/tests.xml b/common/tct-backgrounds-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/webrunner/index.html b/common/tct-backgrounds-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/webrunner/jquery-1.10.2.min.js b/common/tct-backgrounds-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-backgrounds-css3-tests/webrunner/testrunner.js b/common/tct-backgrounds-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/COPYING b/common/tct-badge-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/LICENSE.Apache-2.0 b/common/tct-badge-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/README b/common/tct-badge-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeChangeCallback_notexist.html b/common/tct-badge-tizen-tests/badge/BadgeChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeChangeCallback_onsuccess.html b/common/tct-badge-tizen-tests/badge/BadgeChangeCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManagerObject_notexist.html b/common/tct-badge-tizen-tests/badge/BadgeManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_addChangeListener.html b/common/tct-badge-tizen-tests/badge/BadgeManager_addChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_addChangeListener_appIdList_TypeMismatch.html b/common/tct-badge-tizen-tests/badge/BadgeManager_addChangeListener_appIdList_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_addChangeListener_exist.html b/common/tct-badge-tizen-tests/badge/BadgeManager_addChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_addChangeListener_misarg.html b/common/tct-badge-tizen-tests/badge/BadgeManager_addChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_addChangeListener_successCallback_TypeMismatch.html b/common/tct-badge-tizen-tests/badge/BadgeManager_addChangeListener_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_extend.html b/common/tct-badge-tizen-tests/badge/BadgeManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_getBadgeCount.html b/common/tct-badge-tizen-tests/badge/BadgeManager_getBadgeCount.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_getBadgeCount_appId_invalid.html b/common/tct-badge-tizen-tests/badge/BadgeManager_getBadgeCount_appId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_getBadgeCount_exist.html b/common/tct-badge-tizen-tests/badge/BadgeManager_getBadgeCount_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_getBadgeCount_misarg.html b/common/tct-badge-tizen-tests/badge/BadgeManager_getBadgeCount_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_in_tizen.html b/common/tct-badge-tizen-tests/badge/BadgeManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_maxBadgeCount_attribute.html b/common/tct-badge-tizen-tests/badge/BadgeManager_maxBadgeCount_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_notexist.html b/common/tct-badge-tizen-tests/badge/BadgeManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_removeChangeListener.html b/common/tct-badge-tizen-tests/badge/BadgeManager_removeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_removeChangeListener_appIdList_TypeMismatch.html b/common/tct-badge-tizen-tests/badge/BadgeManager_removeChangeListener_appIdList_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_removeChangeListener_exist.html b/common/tct-badge-tizen-tests/badge/BadgeManager_removeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_removeChangeListener_misarg.html b/common/tct-badge-tizen-tests/badge/BadgeManager_removeChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_setBadgeCount.html b/common/tct-badge-tizen-tests/badge/BadgeManager_setBadgeCount.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_setBadgeCount_appId_invalid.html b/common/tct-badge-tizen-tests/badge/BadgeManager_setBadgeCount_appId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_setBadgeCount_count_invalid.html b/common/tct-badge-tizen-tests/badge/BadgeManager_setBadgeCount_count_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_setBadgeCount_exist.html b/common/tct-badge-tizen-tests/badge/BadgeManager_setBadgeCount_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_setBadgeCount_misarg.html b/common/tct-badge-tizen-tests/badge/BadgeManager_setBadgeCount_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/BadgeManager_setBadgeCount_noarg.html b/common/tct-badge-tizen-tests/badge/BadgeManager_setBadgeCount_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/support/badge_common.js b/common/tct-badge-tizen-tests/badge/support/badge_common.js old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/badge/support/unitcommon.js b/common/tct-badge-tizen-tests/badge/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/config.xml b/common/tct-badge-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/icon.png b/common/tct-badge-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/inst.apk.py b/common/tct-badge-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/inst.wgt.py b/common/tct-badge-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/inst.xpk.py b/common/tct-badge-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/manifest.json b/common/tct-badge-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/pack.py b/common/tct-badge-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-badge-tizen-tests/pack.py +++ b/common/tct-badge-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-badge-tizen-tests/resources/COPYING b/common/tct-badge-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/resources/testharness.css b/common/tct-badge-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/resources/testharness.js b/common/tct-badge-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/resources/testharnessreport.js b/common/tct-badge-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/suite.json b/common/tct-badge-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/testcase.xsl b/common/tct-badge-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/testresult.xsl b/common/tct-badge-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/tests.css b/common/tct-badge-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/tests.full.xml b/common/tct-badge-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/tests.xml b/common/tct-badge-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/webrunner/index.html b/common/tct-badge-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-badge-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-badge-tizen-tests/webrunner/testrunner.js b/common/tct-badge-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/COPYING b/common/tct-batterystatus-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/README b/common/tct-batterystatus-w3c-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_chargingTime_exists.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_chargingTime_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_chargingTime_readonly.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_chargingTime_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_chargingTime_type.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_chargingTime_type.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_charging_exists.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_charging_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_charging_readonly.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_charging_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_charging_type.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_charging_type.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_charging_value.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_charging_value.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_dischargingTime_exists.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_dischargingTime_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_dischargingTime_readonly.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_dischargingTime_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_dischargingTime_type.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_dischargingTime_type.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_level_exists.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_level_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_level_readonly.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_level_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_level_type.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_level_type.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_level_value.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_level_value.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_onchargingchange_exists.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_onchargingchange_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_onchargingchange_type.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_onchargingchange_type.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_onchargingtimechange_exists.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_onchargingtimechange_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_onchargingtimechange_type.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_onchargingtimechange_type.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_ondischargingtimechange_exists.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_ondischargingtimechange_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_ondischargingtimechange_type.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_ondischargingtimechange_type.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_onlevelchange_exists.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_onlevelchange_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_onlevelchange_type.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_BatteryManager_onlevelchange_type.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_NavigatorBattery_battery_exists.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_NavigatorBattery_battery_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_NavigatorBattery_battery_readonly.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_NavigatorBattery_battery_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/Battery_NavigatorBattery_battery_type.html b/common/tct-batterystatus-w3c-tests/batterystatus/Battery_NavigatorBattery_battery_type.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/w3c/COPYING b/common/tct-batterystatus-w3c-tests/batterystatus/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/w3c/battery-interface.html b/common/tct-batterystatus-w3c-tests/batterystatus/w3c/battery-interface.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/w3c/battery-interface.js b/common/tct-batterystatus-w3c-tests/batterystatus/w3c/battery-interface.js old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/batterystatus/w3c/battery-promise.html b/common/tct-batterystatus-w3c-tests/batterystatus/w3c/battery-promise.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/config.xml b/common/tct-batterystatus-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/icon.png b/common/tct-batterystatus-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/inst.apk.py b/common/tct-batterystatus-w3c-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/inst.wgt.py b/common/tct-batterystatus-w3c-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/inst.xpk.py b/common/tct-batterystatus-w3c-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/manifest.json b/common/tct-batterystatus-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/pack.py b/common/tct-batterystatus-w3c-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-batterystatus-w3c-tests/pack.py +++ b/common/tct-batterystatus-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-batterystatus-w3c-tests/resources/COPYING b/common/tct-batterystatus-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/resources/testharness.css b/common/tct-batterystatus-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/resources/testharness.js b/common/tct-batterystatus-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/resources/testharnessreport.js b/common/tct-batterystatus-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/suite.json b/common/tct-batterystatus-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/testcase.xsl b/common/tct-batterystatus-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/testresult.xsl b/common/tct-batterystatus-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/tests.css b/common/tct-batterystatus-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/tests.full.xml b/common/tct-batterystatus-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/tests.xml b/common/tct-batterystatus-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/webrunner/index.html b/common/tct-batterystatus-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/webrunner/jquery-1.10.2.min.js b/common/tct-batterystatus-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-batterystatus-w3c-tests/webrunner/testrunner.js b/common/tct-batterystatus-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-beacon-w3c-tests/pack.py b/common/tct-beacon-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-beacon-w3c-tests/pack.py +++ b/common/tct-beacon-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-bluetooth-tizen-tests/COPYING b/common/tct-bluetooth-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/LICENSE.Apache-2.0 b/common/tct-bluetooth-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/NOTICE b/common/tct-bluetooth-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/README b/common/tct-bluetooth-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onnamechanged.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onnamechanged.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onstatechanged.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onstatechanged.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onvisibilitychanged.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onvisibilitychanged.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_address_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_address_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_bondingDevice.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_bondingDevice.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_callback_onerror.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_callback_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_deviceaddress_correct.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_deviceaddress_correct.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_devicebonded.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_devicebonded.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_devicename_correct.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_devicename_correct.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_deviceuuid_correct.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_deviceuuid_correct.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_missarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_error_null_and_success_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_error_null_and_success_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_callback_onerror.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_callback_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_successCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_TypeMismatch_and_error_null.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_TypeMismatch_and_error_null.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_null_and_error_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_null_and_error_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_onerror.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_successful.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_successful.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_invalid_callback_name.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_invalid_callback_name.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_missarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfinish_successful.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfinish_successful.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_deviceaddress.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_deviceaddress.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_devicename.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_devicename.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_successful.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_successful.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_function_type_check.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_function_type_check.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler_misarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler_profileType_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler_profileType_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_callback_onerror.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_callback_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_missarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_success_TypeMismatch_and_error_null.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_success_TypeMismatch_and_error_null.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_onerror.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_successful.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_successful.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_check_types.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_check_types.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_missarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_success_TypeMismatch_error_null.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_success_TypeMismatch_error_null.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_name_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_powered_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_powered_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_missarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onconnect_successful.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onconnect_successful.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onerror.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_success_TypeMismatch_and_error_null.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_success_TypeMismatch_and_error_null.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_listener_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_listener_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_listener_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_missarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_callback_error.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_callback_error.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_longname.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_longname.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_successCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_success_TypeMismatch_and_error_null.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_success_TypeMismatch_and_error_null.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_success_null_and_error_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_success_null_and_error_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_callback_onerror.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_callback_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_successCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener_extra_argument.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_visible_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_visible_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_AUDIO_VIDEO_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_AUDIO_VIDEO_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_COMPUTER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_COMPUTER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_HEALTH_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_HEALTH_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_IMAGING_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_IMAGING_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_MISC_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_MISC_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_NETWORK_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_NETWORK_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_PERIPHERAL_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_PERIPHERAL_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_PHONE_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_PHONE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_TOY_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_TOY_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_UNCATEGORIZED_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_UNCATEGORIZED_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_WEARABLE_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_WEARABLE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_CAMCORDER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_CAMCORDER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_CAR_AUDIO_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_CAR_AUDIO_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_GAMING_TOY_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_GAMING_TOY_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HANDSFREE_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HANDSFREE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HEADPHONES_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HEADPHONES_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HIFI_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HIFI_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_LOUDSPEAKER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_LOUDSPEAKER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_MICROPHONE_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_MICROPHONE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_MONITOR_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_MONITOR_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_SETTOP_BOX_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_SETTOP_BOX_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_UNRECOGNIZED_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_UNRECOGNIZED_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VCR_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VCR_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VIDEO_CAMERA_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VIDEO_CAMERA_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_DESKTOP_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_DESKTOP_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_LAPTOP_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_LAPTOP_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_SERVER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_SERVER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_WEARABLE_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_WEARABLE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_THERMOMETER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_THERMOMETER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_UNDEFINED_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_UNDEFINED_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_CAMERA_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_CAMERA_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_DISPLAY_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_DISPLAY_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_PRINTER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_PRINTER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_SCANNER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_SCANNER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_CELLULAR_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_CELLULAR_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_CORDLESS_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_CORDLESS_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_ISDN_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_ISDN_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_SMARTPHONE_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_SMARTPHONE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_CONTROLLER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_CONTROLLER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_DOLL_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_DOLL_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_GAME_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_GAME_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_ROBOT_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_ROBOT_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_VEHICLE_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_VEHICLE_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_GLASSES_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_GLASSES_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_HELMET_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_HELMET_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_JACKET_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_JACKET_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_PAGER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_PAGER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_AUDIO_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_AUDIO_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_CAPTURING_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_CAPTURING_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_INFORMATION_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_INFORMATION_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_LIMITED_DISCOVERABILITY_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_LIMITED_DISCOVERABILITY_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_NETWORKING_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_NETWORKING_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_OBJECT_TRANSFER_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_OBJECT_TRANSFER_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_POSITIONING_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_POSITIONING_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_RENDERING_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_RENDERING_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_TELEPHONY_const.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_TELEPHONY_const.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass_hasService.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass_hasService.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_onsuccess.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceSuccessCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID_onerror.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_ondevicedisappeared.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_ondevicedisappeared.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_ondevicefound.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_ondevicefound.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onfinished.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onfinished.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onstarted.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onstarted.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_addValueChangeListener.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_addValueChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_addValueChangeListener_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_addValueChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_descriptors_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_descriptors_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_hasExtendedProperties_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_hasExtendedProperties_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isBroadcast_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isBroadcast_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isIndication_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isIndication_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isNotify_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isNotify_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isReadable_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isReadable_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isSignedWrite_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isSignedWrite_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isWritable_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isWritable_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isWriteNoResponse_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_isWriteNoResponse_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_InvalidStateError.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_noarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_readValue_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_removeValueChangeListener.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_removeValueChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_removeValueChangeListener_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_removeValueChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_InvalidStateError.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_data_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_data_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_noarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTCharacteristic_writeValue_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_InvalidStateError.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_misarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_readValue_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_InvalidStateError.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_misarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_value_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_value_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTDescriptor_writeValue_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_characteristics_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_characteristics_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_services_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_services_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_uuid_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothGATTService_uuid_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_onsuccess.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_dataType_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_dataType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_name_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_onconnect_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_onconnect_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_callback_onerror.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_callback_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_successCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelChangeCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelChangeCallback_onMessage.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelChangeCallback_onMessage.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelSuccessCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelSuccessCallback_onsuccess.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_application_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_application_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_channelType_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_channelType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_close_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_close_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_isConnected_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_isConnected_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_peer_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_peer_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_sendData.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_sendData.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_sendData_data_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_sendData_data_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_sendData_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_sendData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_sendData_misarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_sendData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_setListener.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_setListener.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_setListener_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_setListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_setListener_listener_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_setListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_setListener_misarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_setListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_unsetListener.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_unsetListener.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_unsetListener_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_unsetListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_unsetListener_extra_argument.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_unsetListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_application_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_application_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_errorCallback_invoked.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_invalid_obj.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_missarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_peer_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_peer_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_succCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_succCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_with_succCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_with_succCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_callback_error.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_callback_error.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_missarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_InvalidStateError.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_QuotaExceededError.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_QuotaExceededError.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_QuotaPatameterError.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_QuotaPatameterError.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_advertiseData_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_advertiseData_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_connectable_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_connectable_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_misarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_mode_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_mode_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_packetType_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_packetType_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_with_connectable.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startAdvertise_with_connectable.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_InvalidStateError.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_misarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_startScan_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_stopAdvertise.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_stopAdvertise.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_stopAdvertise_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_stopAdvertise_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_stopAdvertise_extra_argument.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_stopAdvertise_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_stopScan.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_stopScan.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_stopScan_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_stopScan_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_stopScan_extra_argument.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdapter_stopScan_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseCallback_onstate.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseCallback_onstate.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_appearance_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_appearance_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_constructor.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_includeName_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_includeName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_includeTxPowerLevel_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_includeTxPowerLevel_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_manufacturerData_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_manufacturerData_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_serviceData_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_serviceData_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_solicitationuuids_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_solicitationuuids_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_uuids_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEAdvertiseData_uuids_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEConnectChangeCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEConnectChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEConnectChangeCallback_onconnected.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEConnectChangeCallback_onconnected.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEConnectChangeCallback_ondisconnected.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEConnectChangeCallback_ondisconnected.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_addConnectStateChangeListener.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_addConnectStateChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_addConnectStateChangeListener_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_addConnectStateChangeListener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_addConnectStateChangeListener_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_addConnectStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_addConnectStateChangeListener_listener_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_addConnectStateChangeListener_listener_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_addConnectStateChangeListener_missarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_addConnectStateChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_address_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_address_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_appearance_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_appearance_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect_with_errorcallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_connect_with_errorcallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_InvalidStateError.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_disconnect_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getService.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getService.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getServiceAllUuids.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getServiceAllUuids.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getServiceAllUuids_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getServiceAllUuids_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getServiceAllUuids_extra_argument.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getServiceAllUuids_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getService_NotFoundError.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getService_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getService_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getService_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getService_misarg.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_getService_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_includeName_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_includeName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_includeTxPowerLevel_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_includeTxPowerLevel_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_manufacturerData_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_manufacturerData_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_name_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_removeConnectStateChangeListener.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_removeConnectStateChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_removeConnectStateChangeListener_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_removeConnectStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_serviceData_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_serviceData_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_solicitationuuids_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_solicitationuuids_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_txPowerLevel_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_txPowerLevel_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_uuids_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEDevice_uuids_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEManufacturerData_data_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEManufacturerData_data_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEManufacturerData_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEManufacturerData_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEManufacturerData_id_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEManufacturerData_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEScanCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEScanCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEScanCallback_ondevicefound.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEScanCallback_ondevicefound.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEScanCallback_onfinished.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEScanCallback_onfinished.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEScanCallback_onsuccess.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEScanCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEServiceData_data_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEServiceData_data_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEServiceData_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEServiceData_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEServiceData_uuid_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothLEServiceData_uuid_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManagerObject_bluetooth_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManagerObject_bluetooth_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManagerObject_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceMajor_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceMajor_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceMinor_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceMinor_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceService_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceService_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter_extra_argument.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getLEAdapter.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getLEAdapter.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getLEAdapter_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getLEAdapter_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getLEAdapter_extra_argument.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getLEAdapter_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_in_tizen.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_profileType_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_profileType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_extend.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_isConnected_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_isConnected_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_name_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_onconnect_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_onconnect_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_exist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_invalid_cb.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_unregisterServiceRecord.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_unregisterServiceRecord.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_errorCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_successCallback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_uuid_attribute.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_uuid_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_onsuccess.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocketState_open_enum.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocketState_open_enum.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocketSuccessCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocketSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_close.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_close.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_onclose_callback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_onclose_callback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_onmessage_callback.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_onmessage_callback.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_readData.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_readData.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_writeData.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_writeData.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_writeData_data_TypeMismatch.html b/common/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_writeData_data_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/Bluetooth_discoverDevices_successCallback_invalidcb.html b/common/tct-bluetooth-tizen-tests/bluetooth/Bluetooth_discoverDevices_successCallback_invalidcb.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/ReadValueSuccessCallback_notexist.html b/common/tct-bluetooth-tizen-tests/bluetooth/ReadValueSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/ReadValueSuccessCallback_onread.html b/common/tct-bluetooth-tizen-tests/bluetooth/ReadValueSuccessCallback_onread.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/support/bluetooth_common.js b/common/tct-bluetooth-tizen-tests/bluetooth/support/bluetooth_common.js old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/support/getJsonConf.js b/common/tct-bluetooth-tizen-tests/bluetooth/support/getJsonConf.js old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/bluetooth/support/unitcommon.js b/common/tct-bluetooth-tizen-tests/bluetooth/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/config.xml b/common/tct-bluetooth-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/icon.png b/common/tct-bluetooth-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/inst.apk.py b/common/tct-bluetooth-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/inst.wgt.py b/common/tct-bluetooth-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/inst.xpk.py b/common/tct-bluetooth-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/manifest.json b/common/tct-bluetooth-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/pack.py b/common/tct-bluetooth-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-bluetooth-tizen-tests/pack.py +++ b/common/tct-bluetooth-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-bluetooth-tizen-tests/resources/COPYING b/common/tct-bluetooth-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/resources/testharness.css b/common/tct-bluetooth-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/resources/testharness.js b/common/tct-bluetooth-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/resources/testharnessreport.js b/common/tct-bluetooth-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/suite.json b/common/tct-bluetooth-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/tct-bt-helper/config.xml b/common/tct-bluetooth-tizen-tests/tct-bt-helper/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/tct-bt-helper/css/style.css b/common/tct-bluetooth-tizen-tests/tct-bt-helper/css/style.css old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/tct-bt-helper/icon.png b/common/tct-bluetooth-tizen-tests/tct-bt-helper/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/tct-bt-helper/images/tizen_32.png b/common/tct-bluetooth-tizen-tests/tct-bt-helper/images/tizen_32.png old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/tct-bt-helper/index.html b/common/tct-bluetooth-tizen-tests/tct-bt-helper/index.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/tct-bt-helper/js/main.js b/common/tct-bluetooth-tizen-tests/tct-bt-helper/js/main.js old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/testcase.xsl b/common/tct-bluetooth-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/testresult.xsl b/common/tct-bluetooth-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/tests.css b/common/tct-bluetooth-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/tests.full.xml b/common/tct-bluetooth-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/tests.xml b/common/tct-bluetooth-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/webrunner/index.html b/common/tct-bluetooth-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-bluetooth-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-bluetooth-tizen-tests/webrunner/testrunner.js b/common/tct-bluetooth-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/COPYING b/common/tct-bookmark-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/LICENSE.Apache-2.0 b/common/tct-bookmark-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/NOTICE b/common/tct-bookmark-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/README b/common/tct-bookmark-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_constructor.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_exist.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_extend.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_parent_attribute.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_parent_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_title_attribute.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_title_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkItem_constructor.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkItem_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkItem_exist.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkItem_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkItem_extend.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkItem_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkItem_parent_attribute.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkItem_parent_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkItem_title_attribute.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkItem_title_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkItem_url_attribute.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkItem_url_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManagerObject_notexist.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_bookmark_TypeMismatch.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_bookmark_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_exist.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_invalid.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_missarg.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_TypeMismatch.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_invalid_obj.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_with_parentFolder.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_with_parentFolder.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_extend.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_exist.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_NotFound.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_NotFound.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_TypeMismatch.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_invalid_obj.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_parentFolder.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_parentFolder.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_recursive.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_recursive.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_in_tizen.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_notexist.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmarkFolder.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmarkFolder.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmark_TypeMismatch.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmark_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_exist.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_with_bookmark.html b/common/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_with_bookmark.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/Tizen_bookmark_exist.html b/common/tct-bookmark-tizen-tests/bookmark/Tizen_bookmark_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/support/bookmark_common.js b/common/tct-bookmark-tizen-tests/bookmark/support/bookmark_common.js old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/bookmark/support/unitcommon.js b/common/tct-bookmark-tizen-tests/bookmark/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/config.xml b/common/tct-bookmark-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/icon.png b/common/tct-bookmark-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/inst.apk.py b/common/tct-bookmark-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/inst.xpk.py b/common/tct-bookmark-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/manifest.json b/common/tct-bookmark-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/pack.py b/common/tct-bookmark-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-bookmark-tizen-tests/pack.py +++ b/common/tct-bookmark-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-bookmark-tizen-tests/resources/COPYING b/common/tct-bookmark-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/resources/testharness.css b/common/tct-bookmark-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/resources/testharness.js b/common/tct-bookmark-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/resources/testharnessreport.js b/common/tct-bookmark-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/testcase.xsl b/common/tct-bookmark-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/testresult.xsl b/common/tct-bookmark-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/tests.css b/common/tct-bookmark-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/tests.full.xml b/common/tct-bookmark-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/tests.xml b/common/tct-bookmark-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/webrunner/index.html b/common/tct-bookmark-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-bookmark-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-bookmark-tizen-tests/webrunner/testrunner.js b/common/tct-bookmark-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/COPYING b/common/tct-browserstate-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/README b/common/tct-browserstate-html5-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/browserstate/navigator_onLine_exists.html b/common/tct-browserstate-html5-tests/browserstate/navigator_onLine_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/browserstate/navigator_onLine_readonly.html b/common/tct-browserstate-html5-tests/browserstate/navigator_onLine_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/browserstate/navigator_onLine_type.html b/common/tct-browserstate-html5-tests/browserstate/navigator_onLine_type.html old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/browserstate/spec.json b/common/tct-browserstate-html5-tests/browserstate/spec.json old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/common/COPYING b/common/tct-browserstate-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/common/domtestcase.js b/common/tct-browserstate-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/common/media.js b/common/tct-browserstate-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/config.xml b/common/tct-browserstate-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/icon.png b/common/tct-browserstate-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/inst.apk.py b/common/tct-browserstate-html5-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/inst.wgt.py b/common/tct-browserstate-html5-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/inst.xpk.py b/common/tct-browserstate-html5-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/manifest.json b/common/tct-browserstate-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/pack.py b/common/tct-browserstate-html5-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-browserstate-html5-tests/pack.py +++ b/common/tct-browserstate-html5-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-browserstate-html5-tests/resources/COPYING b/common/tct-browserstate-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/resources/testharness.css b/common/tct-browserstate-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/resources/testharness.js b/common/tct-browserstate-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/resources/testharnessreport.js b/common/tct-browserstate-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/suite.json b/common/tct-browserstate-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/testcase.xsl b/common/tct-browserstate-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/testresult.xsl b/common/tct-browserstate-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/tests.css b/common/tct-browserstate-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/tests.full.xml b/common/tct-browserstate-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/tests.xml b/common/tct-browserstate-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/webrunner/index.html b/common/tct-browserstate-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/webrunner/jquery-1.10.2.min.js b/common/tct-browserstate-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-browserstate-html5-tests/webrunner/testrunner.js b/common/tct-browserstate-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/COPYING b/common/tct-calendar-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/LICENSE.Apache-2.0 b/common/tct-calendar-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/NOTICE b/common/tct-calendar-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/README b/common/tct-calendar-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_absoluteDate_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_absoluteDate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_attribute_valid_value_CalendarEvent.html b/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_attribute_valid_value_CalendarEvent.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_attribute_valid_value_CalendarTask.html b/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_attribute_valid_value_CalendarTask.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_before_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_before_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_constructor_TZDate.html b/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_constructor_TZDate.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_constructor_TZDate_description.html b/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_constructor_TZDate_description.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_constructor_TimeDuration.html b/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_constructor_TimeDuration.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_constructor_TimeDuration_description.html b/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_constructor_TimeDuration_description.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_description_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_description_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_extend.html b/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_method_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAlarm_method_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarArraySuccessCallback_notexist.html b/common/tct-calendar-tizen-tests/calendar/CalendarArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarArraySuccessCallback_onsuccess.html b/common/tct-calendar-tizen-tests/calendar/CalendarArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendeeInit_attribute_check_type.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendeeInit_attribute_check_type.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_RSVP_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_RSVP_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_attribute_valid_CalendarTask.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_attribute_valid_CalendarTask.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_attribute_valid_value_CalendarEvent.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_attribute_valid_value_CalendarEvent.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_constructor.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_constructor_minarg.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_constructor_minarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_constructor_valid_argument.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_constructor_valid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_contactRef_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_contactRef_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_delegateURI_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_delegateURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_delegatorURI_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_delegatorURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_extend.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_group_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_group_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_name_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_role_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_role_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_status_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_status_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_type_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_uri_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarAttendee_uri_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarChangeCallback_notexist.html b/common/tct-calendar-tizen-tests/calendar/CalendarChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarChangeCallback_onitemsadded.html b/common/tct-calendar-tizen-tests/calendar/CalendarChangeCallback_onitemsadded.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarChangeCallback_onitemsremoved.html b/common/tct-calendar-tizen-tests/calendar/CalendarChangeCallback_onitemsremoved.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarChangeCallback_onitemsupdated.html b/common/tct-calendar-tizen-tests/calendar/CalendarChangeCallback_onitemsupdated.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEventArraySuccessCallback_notexist.html b/common/tct-calendar-tizen-tests/calendar/CalendarEventArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEventArraySuccessCallback_onsuccess.html b/common/tct-calendar-tizen-tests/calendar/CalendarEventArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEventId_constructor.html b/common/tct-calendar-tizen-tests/calendar/CalendarEventId_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEventId_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarEventId_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEventId_extend.html b/common/tct-calendar-tizen-tests/calendar/CalendarEventId_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEventId_rid_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarEventId_rid_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEventId_uid_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarEventId_uid_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEventInit_attributeType.html b/common/tct-calendar-tizen-tests/calendar/CalendarEventInit_attributeType.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_availability_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_availability_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_constructor_CalendarEventInit.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_constructor_CalendarEventInit.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_constructor_stringRepresentation.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_constructor_stringRepresentation.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_constructor_vCalendar.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_constructor_vCalendar.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_constructor_valid_argument.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_constructor_valid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_endDate_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_endDate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_endDate_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_endDate_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_endDate_invalid_obj.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_endDate_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_errorCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_errorCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_errorCallback_invoked.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_missarg.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_noarg.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_startDate_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_startDate_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_startDate_invalid_obj.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_startDate_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_successCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_successCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_with_errorCallback.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_extend.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_isDetached_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_isDetached_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarEvent_recurrenceRule_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarEvent_recurrenceRule_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItemArraySuccessCallback_notexist.html b/common/tct-calendar-tizen-tests/calendar/CalendarItemArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItemArraySuccessCallback_onsuccess.html b/common/tct-calendar-tizen-tests/calendar/CalendarItemArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItemInit_attributeType.html b/common/tct-calendar-tizen-tests/calendar/CalendarItemInit_attributeType.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_alarms_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_alarms_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_attendees_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_attendees_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_attribute_valid_value_CalendarEvent.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_attribute_valid_value_CalendarEvent.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_attribute_valid_value_CalendarTask.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_attribute_valid_value_CalendarTask.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_calendarId_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_calendarId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_categories_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_categories_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_clone.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_clone.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_clone_CalendarTask.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_clone_CalendarTask.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_clone_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_clone_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_clone_extra_argument.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_clone_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_CalendarTask.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_CalendarTask.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_VCALENDAR_10.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_VCALENDAR_10.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_format_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_format_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_missarg_CalendarEvent.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_missarg_CalendarEvent.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_missarg_CalendarTask.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_missarg_CalendarTask.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_description_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_description_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_duration_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_duration_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_extend.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_geolocation_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_geolocation_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_id_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_isAllDay_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_isAllDay_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_lastModificationDate_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_lastModificationDate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_location_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_location_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_notexist.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_organizer_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_organizer_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_priority_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_priority_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_startDate_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_startDate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_status_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_status_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_summary_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_summary_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarItem_visibility_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarItem_visibility_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManagerObject_notexist.html b/common/tct-calendar-tizen-tests/calendar/CalendarManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar_calendar_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar_calendar_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar_calendar_invalid.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar_calendar_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar_misarg.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_extend.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_id_invalid_argument.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_id_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_missarg.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_type_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_type_invalid_argument.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_type_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_errorCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_errorCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_missarg.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_missarg_TASK.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_missarg_TASK.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_noarg.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_successCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_successCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_type_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_with_errorCallback.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_CalendarEvent.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_CalendarEvent.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_CalendarTask.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_CalendarTask.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_missarg.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_type_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_type_invalid.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_type_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar_missarg.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar_type_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar_type_invalid.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar_type_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_in_tizen.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_notexist.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_id_invalid.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_id_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_invalid_argument.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_misarg.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_type_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRuleInit_attribute_check_type.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRuleInit_attribute_check_type.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_attribute_valid_value.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_attribute_valid_value.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_constructor.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_constructor_minarg.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_constructor_minarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_daysOfTheWeek_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_daysOfTheWeek_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_exceptions_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_exceptions_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_extend.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_frequency_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_frequency_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_interval_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_interval_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_occurrenceCount_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_occurrenceCount_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_setPositions_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_setPositions_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_untilDate_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_untilDate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarTaskInit_attributeType.html b/common/tct-calendar-tizen-tests/calendar/CalendarTaskInit_attributeType.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarTask_attribute_date_valid_value.html b/common/tct-calendar-tizen-tests/calendar/CalendarTask_attribute_date_valid_value.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarTask_completedDate_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarTask_completedDate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarTask_constructor_dictionary.html b/common/tct-calendar-tizen-tests/calendar/CalendarTask_constructor_dictionary.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarTask_constructor_iCalendar.html b/common/tct-calendar-tizen-tests/calendar/CalendarTask_constructor_iCalendar.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarTask_constructor_noarg.html b/common/tct-calendar-tizen-tests/calendar/CalendarTask_constructor_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarTask_constructor_vCalendar.html b/common/tct-calendar-tizen-tests/calendar/CalendarTask_constructor_vCalendar.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarTask_dueDate_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarTask_dueDate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarTask_exist.html b/common/tct-calendar-tizen-tests/calendar/CalendarTask_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarTask_extend.html b/common/tct-calendar-tizen-tests/calendar/CalendarTask_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/CalendarTask_progress_attribute.html b/common/tct-calendar-tizen-tests/calendar/CalendarTask_progress_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_attri_absoluteDate.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_attri_absoluteDate.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_attri_before.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_attri_before.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_attri_description.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_attri_description.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_attri_method.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_attri_method.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_constructor_AbsoluteDate.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_constructor_AbsoluteDate.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_constructor_TimeDuration.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_constructor_TimeDuration.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAttendee_constructor_default.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarAttendee_constructor_default.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEventArraySuccessCallback_onsuccess.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEventArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_alarms.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_alarms.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_attendees.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_attendees.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_availability.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_availability.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_categories.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_categories.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_description.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_description.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_duration.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_duration.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_endDate.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_endDate.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_geolocation.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_geolocation.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_id.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_id.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_isAllDay.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_isAllDay.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_isDetached.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_isDetached.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_lastModificationDate.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_lastModificationDate.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_location.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_location.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_organizer.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_organizer.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_priority.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_priority.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_recurrenceRule.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_recurrenceRule.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_startDate.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_startDate.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_status.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_status.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_summary.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_summary.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_visibility.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_visibility.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_clone.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_clone.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_attendees_geolocation_status.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_attendees_geolocation_status.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_categories_visibility_priority.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_categories_visibility_priority.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_duration_geolocation.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_duration_geolocation.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_isAllDay_organizer.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_isAllDay_organizer.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_progress_startDate.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_progress_startDate.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_startDate_isAllDay.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_startDate_isAllDay.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_status_startDate.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_status_startDate.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_summary_location.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_summary_location.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_duration_location_priority.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_duration_location_priority.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_geolocation_organizer_categories.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_geolocation_organizer_categories.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_geolocation_status.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_geolocation_status.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_isAllDay_duration_organizer.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_isAllDay_duration_organizer.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_isAllDay_geolocation_priority.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_isAllDay_geolocation_priority.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_isAllDay_priority_organizer.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_isAllDay_priority_organizer.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_location_duration_organizer.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_location_duration_organizer.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_location_geolocation.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_location_geolocation.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_location_geolocation_categories.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_location_geolocation_categories.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_location_organizer_priority.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_location_organizer_priority.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_organizer_categories_visibility.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_organizer_categories_visibility.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_organizer_priority.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_organizer_priority.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_organizer_visibility_attendees.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_organizer_visibility_attendees.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_progress_isAllDay_location.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_progress_isAllDay_location.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_progress_status_attendees.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_progress_status_attendees.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_progress_visibility_organizer.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_progress_visibility_organizer.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_startDate_categories_location.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_startDate_categories_location.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_startDate_duration.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_startDate_duration.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_startDate_organizer.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_startDate_organizer.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_status_location_isAllDay.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_status_location_isAllDay.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_status_visibility_attendees.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_status_visibility_attendees.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_status_visibility_categories.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_status_visibility_categories.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_status_visibility_priority.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_status_visibility_priority.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_summary_geolocation_priority.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_summary_geolocation_priority.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_summary_location_isAllDay.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_summary_location_isAllDay.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_summary_priority.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_summary_priority.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_summary_priority_isAllDay.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_summary_priority_isAllDay.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_visibility_status_priority.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_visibility_status_priority.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManagerObject_attri_locationandsummary.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManagerObject_attri_locationandsummary.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getCalendarDefault_event.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getCalendarDefault_event.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getCalendars_event.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getCalendars_event.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getCalendars_successcallback_invalid.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getCalendars_successcallback_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getDefaultCalendar_CalendarType_error.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getDefaultCalendar_CalendarType_error.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getDefaultCalendar_event.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getDefaultCalendar_event.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getDefaultCalendar_null.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getDefaultCalendar_null.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_daysOfTheWeek.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_daysOfTheWeek.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_exceptions.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_exceptions.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_frequency.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_frequency.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_interval.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_interval.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_occurrenceCount.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_occurrenceCount.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_setPositions.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_setPositions.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_untilDate.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_untilDate.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarTask_attri_completedDate.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarTask_attri_completedDate.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarTask_attri_dueDate.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarTask_attri_dueDate.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarTask_attri_progress.html b/common/tct-calendar-tizen-tests/calendar/Calendar_CalendarTask_attri_progress.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_Calendar_addBatch_error_events.html b/common/tct-calendar-tizen-tests/calendar/Calendar_Calendar_addBatch_error_events.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_Calendar_addChangeListener.html b/common/tct-calendar-tizen-tests/calendar/Calendar_Calendar_addChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_accountId_attribute.html b/common/tct-calendar-tizen-tests/calendar/Calendar_accountId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_add.html b/common/tct-calendar-tizen-tests/calendar/Calendar_add.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_errorCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_errorCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_errorCallback_invoked.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_items_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_items_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_missarg.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_successCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_successCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_with_errorCallback.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_with_successCallback.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addBatch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_missarg.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_successCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_successCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_successCallback_invalid_type.html b/common/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_successCallback_invalid_type.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_add_Event.html b/common/tct-calendar-tizen-tests/calendar/Calendar_add_Event.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_add_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_add_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_add_invalid_obj.html b/common/tct-calendar-tizen-tests/calendar/Calendar_add_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_add_item_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_add_item_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_add_item_invalid_type.html b/common/tct-calendar-tizen-tests/calendar/Calendar_add_item_invalid_type.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_add_missarg.html b/common/tct-calendar-tizen-tests/calendar/Calendar_add_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_constructor.html b/common/tct-calendar-tizen-tests/calendar/Calendar_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_eventType_methods_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_eventType_methods_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_extend.html b/common/tct-calendar-tizen-tests/calendar/Calendar_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_errorCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_errorCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_errorCallback_invoked.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_event_usage.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_event_usage.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_filter_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_filter_invalid_obj.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_filter_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_missarg.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_sortMode_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_sortMode_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_sortMode_invalid_obj.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_sortMode_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_successCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_successCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_task_usage.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_task_usage.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_with_errorCallback.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_with_filter.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_find_with_sortMode.html b/common/tct-calendar-tizen-tests/calendar/Calendar_find_with_sortMode.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_get.html b/common/tct-calendar-tizen-tests/calendar/Calendar_get.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_get_NotFoundError.html b/common/tct-calendar-tizen-tests/calendar/Calendar_get_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_get_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_get_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_get_id_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_get_id_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_get_invalid_argument.html b/common/tct-calendar-tizen-tests/calendar/Calendar_get_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_get_missarg.html b/common/tct-calendar-tizen-tests/calendar/Calendar_get_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_get_valid_argument.html b/common/tct-calendar-tizen-tests/calendar/Calendar_get_valid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_id_attribute.html b/common/tct-calendar-tizen-tests/calendar/Calendar_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_methods_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_methods_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_name_attribute.html b/common/tct-calendar-tizen-tests/calendar/Calendar_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_remove.html b/common/tct-calendar-tizen-tests/calendar/Calendar_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_errorCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_errorCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_errorCallback_invoked.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_ids_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_ids_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_missarg.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_successCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_successCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_with_successCallback.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_without_callbacks.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_without_callbacks.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeChangeListener.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeChangeListener_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeChangeListener_id_invalid.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeChangeListener_id_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_removeChangeListener_missarg.html b/common/tct-calendar-tizen-tests/calendar/Calendar_removeChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_remove_Event.html b/common/tct-calendar-tizen-tests/calendar/Calendar_remove_Event.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_remove_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_remove_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_remove_id_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_remove_id_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_remove_id_invalid_argument.html b/common/tct-calendar-tizen-tests/calendar/Calendar_remove_id_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_remove_missarg.html b/common/tct-calendar-tizen-tests/calendar/Calendar_remove_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_taskType_methods_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_taskType_methods_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_update.html b/common/tct-calendar-tizen-tests/calendar/Calendar_update.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_errorCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_errorCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_errorCallback_invoked.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_eventType_with_optional_null.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_eventType_with_optional_null.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_items_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_items_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_missarg.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_successCallback_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_successCallback_invalid_cb.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_taskType_with_optional_null.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_taskType_with_optional_null.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_updateAllInstances_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_updateAllInstances_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_with_successCallback.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_with_updateAllInstances.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_with_updateAllInstances.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_with_updateAllInstances_true.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_with_updateAllInstances_true.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_without_optional_arguments.html b/common/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_without_optional_arguments.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_update_exist.html b/common/tct-calendar-tizen-tests/calendar/Calendar_update_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_update_item_TypeMismatch.html b/common/tct-calendar-tizen-tests/calendar/Calendar_update_item_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_update_item_invalid_type.html b/common/tct-calendar-tizen-tests/calendar/Calendar_update_item_invalid_type.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_update_missarg.html b/common/tct-calendar-tizen-tests/calendar/Calendar_update_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_update_updateAllInstances_miscellaneous_values.html b/common/tct-calendar-tizen-tests/calendar/Calendar_update_updateAllInstances_miscellaneous_values.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_update_with_updateAllInstances_false.html b/common/tct-calendar-tizen-tests/calendar/Calendar_update_with_updateAllInstances_false.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/Calendar_update_with_updateAllInstances_true.html b/common/tct-calendar-tizen-tests/calendar/Calendar_update_with_updateAllInstances_true.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/support/calendar_common.js b/common/tct-calendar-tizen-tests/calendar/support/calendar_common.js old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/calendar/support/unitcommon.js b/common/tct-calendar-tizen-tests/calendar/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/config.xml b/common/tct-calendar-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/icon.png b/common/tct-calendar-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/inst.apk.py b/common/tct-calendar-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/inst.xpk.py b/common/tct-calendar-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/manifest.json b/common/tct-calendar-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/pack.py b/common/tct-calendar-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-calendar-tizen-tests/pack.py +++ b/common/tct-calendar-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-calendar-tizen-tests/resources/COPYING b/common/tct-calendar-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/resources/testharness.css b/common/tct-calendar-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/resources/testharness.js b/common/tct-calendar-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/resources/testharnessreport.js b/common/tct-calendar-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/testcase.xsl b/common/tct-calendar-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/testresult.xsl b/common/tct-calendar-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/tests.css b/common/tct-calendar-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/tests.full.xml b/common/tct-calendar-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/tests.xml b/common/tct-calendar-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/webrunner/index.html b/common/tct-calendar-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-calendar-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-calendar-tizen-tests/webrunner/testrunner.js b/common/tct-calendar-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/COPYING b/common/tct-callhistory-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/LICENSE.Apache-2.0 b/common/tct-callhistory-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/NOTICE b/common/tct-callhistory-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/README b/common/tct-callhistory-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_notexist.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_onadded.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_onadded.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_onchanged.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_onchanged.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_onremoved.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_onremoved.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntryArraySuccessCallback_notexist.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntryArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntryArraySuccessCallback_onsuccess.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntryArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_DIALED.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_DIALED.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_MISSED.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_MISSED.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_MISSEDNEW.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_MISSEDNEW.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_RECEIVED.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_RECEIVED.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_REJECTED.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_REJECTED.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_attribute.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_features_VOICECALL.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_features_VOICECALL.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_notexist.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_type_TEL.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_type_TEL.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistoryObject_notexist.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistoryObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_exist.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_missarg.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_TypeMismatch.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_invalid_cb.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onadded_invalid.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onadded_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onadded_null.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onadded_null.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onadded_undefined.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onadded_undefined.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onchanged_invalid.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onchanged_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onchanged_null.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onchanged_null.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onchanged_undefined.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_observer_onchanged_undefined.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_onadded.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_onadded.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_onchanged.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_addChangeListener_onchanged.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_extend.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_TypeMismatch.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_invalid_cb.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_null.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_null.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_null_filter.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_null_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_undefined.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_errorCallback_undefined.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_exist.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_TypeMismatch.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_compositeFilters.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_compositeFilters.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_invalid_obj.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_null.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_null.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_null_sortMode.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_null_sortMode.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_rangeFilters.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_rangeFilters.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_sortMode_limit_null_offset.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_sortMode_limit_null_offset.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_sortMode_null.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_sortMode_null.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_undefined.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_undefined.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_various.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_filter_various.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_0.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_0.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_1.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_1.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_2.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_2.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_null.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_null.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_missarg.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_nullableArgs_null.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_nullableArgs_null.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_offset.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_offset.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_offset_0.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_offset_0.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_offset_null.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_offset_null.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_TypeMismatch.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_invalid_obj.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_null.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_null.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_undefined.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_sortMode_undefined.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_successCallback_TypeMismatch.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_successCallback_invalid_cb.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_errorCallback.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_filter.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_limit.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_limit.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_offset.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_offset.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_sortMode.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_with_sortMode.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_without_errorCallback.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_find_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_in_tizen.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_notexist.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_remove.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_errorCallback_TypeMismatch.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_errorCallback_invalid_cb.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_exist.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_successCallback_TypeMismatch.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_successCallback_invalid_cb.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_with_errorCallback.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_with_successCallback.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_entries_TypeMismatch.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_entries_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_TypeMismatch.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_invalid_cb.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_null.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_null.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_undefined.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_undefined.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_exist.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_findByDirection.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_findByDirection.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_findByType.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_findByType.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_missarg.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_TypeMismatch.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_invalid_cb.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_null.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_null.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_undefined.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_undefined.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_with_errorCallback.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_with_successCallback.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeChangeListener.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeChangeListener_exist.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeChangeListener_noarg.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_removeChangeListener_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_entry_TypeMismatch.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_entry_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_exist.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_findBySortMode.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_findBySortMode.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_missarg.html b/common/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/RemoteParty_notexist.html b/common/tct-callhistory-tizen-tests/callhistory/RemoteParty_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/support/callcommon.js b/common/tct-callhistory-tizen-tests/callhistory/support/callcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/callhistory/support/unitcommon.js b/common/tct-callhistory-tizen-tests/callhistory/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/config.xml b/common/tct-callhistory-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/icon.png b/common/tct-callhistory-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/inst.apk.py b/common/tct-callhistory-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/inst.wgt.py b/common/tct-callhistory-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/inst.xpk.py b/common/tct-callhistory-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/manifest.json b/common/tct-callhistory-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/pack.py b/common/tct-callhistory-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-callhistory-tizen-tests/pack.py +++ b/common/tct-callhistory-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-callhistory-tizen-tests/resources/COPYING b/common/tct-callhistory-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/resources/testharness.css b/common/tct-callhistory-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/resources/testharness.js b/common/tct-callhistory-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/resources/testharnessreport.js b/common/tct-callhistory-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/suite.json b/common/tct-callhistory-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/testcase.xsl b/common/tct-callhistory-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/testresult.xsl b/common/tct-callhistory-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/tests.css b/common/tct-callhistory-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/tests.full.xml b/common/tct-callhistory-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/tests.xml b/common/tct-callhistory-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/webrunner/index.html b/common/tct-callhistory-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-callhistory-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-callhistory-tizen-tests/webrunner/testrunner.js b/common/tct-callhistory-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/COPYING b/common/tct-canvas-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/LICENSE.Apache-2.0 b/common/tct-canvas-html5-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/NOTICE b/common/tct-canvas-html5-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/README b/common/tct-canvas-html5-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasPathMethods_ellipse.html b/common/tct-canvas-html5-tests/canvas/CanvasPathMethods_ellipse.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasPathMethods_ellipse_exist.html b/common/tct-canvas-html5-tests/canvas/CanvasPathMethods_ellipse_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasPathMethods_ellipse_misarg.html b/common/tct-canvas-html5-tests/canvas/CanvasPathMethods_ellipse_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasPathMethods_ellipse_with_anticlockwise.html b/common/tct-canvas-html5-tests/canvas/CanvasPathMethods_ellipse_with_anticlockwise.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasPattern_exist.html b/common/tct-canvas-html5-tests/canvas/CanvasPattern_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_addHitRegion.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_addHitRegion.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_addHitRegion_exist.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_addHitRegion_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_addHitRegion_misarg.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_addHitRegion_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_clearHitRegions.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_clearHitRegions.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_clearHitRegions_exist.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_clearHitRegions_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_clearHitRegions_extra_argument.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_clearHitRegions_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_createImageData.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_createImageData.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_createImageData_exist.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_createImageData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_createImageData_misarg.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_createImageData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_currentTransform_attribute.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_currentTransform_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_direction_attribute.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_direction_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_filter_attribute.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_filter_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_getContextAttributes.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_getContextAttributes.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_getContextAttributes_exist.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_getContextAttributes_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_getContextAttributes_extra_argument.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_getContextAttributes_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_imageSmoothingEnabled_attribute.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_imageSmoothingEnabled_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isContextLost.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isContextLost.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isContextLost_exist.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isContextLost_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isContextLost_extra_argument.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isContextLost_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isPointInStroke.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isPointInStroke.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isPointInStroke_exist.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isPointInStroke_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isPointInStroke_misarg.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isPointInStroke_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isPointInStroke_with_path.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_isPointInStroke_with_path.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_removeHitRegion.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_removeHitRegion.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_removeHitRegion_exist.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_removeHitRegion_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_removeHitRegion_misarg.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_removeHitRegion_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_resetTransform.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_resetTransform.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_resetTransform_exist.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_resetTransform_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_resetTransform_extra_argument.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_resetTransform_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_scrollPathIntoView.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_scrollPathIntoView.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_scrollPathIntoView_exist.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_scrollPathIntoView_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_scrollPathIntoView_with_path.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_scrollPathIntoView_with_path.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_webkitImageSmoothingEnabled_attribute.html b/common/tct-canvas-html5-tests/canvas/CanvasRenderingContext2D_webkitImageSmoothingEnabled_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/HTMLCanvasElement_toBlob.html b/common/tct-canvas-html5-tests/canvas/HTMLCanvasElement_toBlob.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/HTMLCanvasElement_toBlob_exist.html b/common/tct-canvas-html5-tests/canvas/HTMLCanvasElement_toBlob_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/HTMLCanvasElement_toBlob_misarg.html b/common/tct-canvas-html5-tests/canvas/HTMLCanvasElement_toBlob_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/HTMLCanvasElement_toBlob_with_arguments.html b/common/tct-canvas-html5-tests/canvas/HTMLCanvasElement_toBlob_with_arguments.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/MouseEvent_region_attribute.html b/common/tct-canvas-html5-tests/canvas/MouseEvent_region_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/TextMetrics_actualBoundingBoxAscent_attribute.html b/common/tct-canvas-html5-tests/canvas/TextMetrics_actualBoundingBoxAscent_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/TextMetrics_actualBoundingBoxDescent_attribute.html b/common/tct-canvas-html5-tests/canvas/TextMetrics_actualBoundingBoxDescent_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/TextMetrics_actualBoundingBoxLeft_attribute.html b/common/tct-canvas-html5-tests/canvas/TextMetrics_actualBoundingBoxLeft_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/TextMetrics_actualBoundingBoxRight_attribute.html b/common/tct-canvas-html5-tests/canvas/TextMetrics_actualBoundingBoxRight_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/TextMetrics_alphabeticBaseline_attribute.html b/common/tct-canvas-html5-tests/canvas/TextMetrics_alphabeticBaseline_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/TextMetrics_emHeightAscent_attribute.html b/common/tct-canvas-html5-tests/canvas/TextMetrics_emHeightAscent_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/TextMetrics_emHeightDescent_attribute.html b/common/tct-canvas-html5-tests/canvas/TextMetrics_emHeightDescent_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/TextMetrics_fontBoundingBoxAscent_attribute.html b/common/tct-canvas-html5-tests/canvas/TextMetrics_fontBoundingBoxAscent_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/TextMetrics_fontBoundingBoxDescent_attribute.html b/common/tct-canvas-html5-tests/canvas/TextMetrics_fontBoundingBoxDescent_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/TextMetrics_hangingBaseline_attribute.html b/common/tct-canvas-html5-tests/canvas/TextMetrics_hangingBaseline_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/TextMetrics_ideographicBaseline_attribute.html b/common/tct-canvas-html5-tests/canvas/TextMetrics_ideographicBaseline_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_arcTo_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_arcTo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_arc_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_arc_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_attributes.html b/common/tct-canvas-html5-tests/canvas/canvas2d_attributes.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_beginPath_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_beginPath_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_bezierCurveTo_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_bezierCurveTo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_canvas_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_canvas_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_clearRect_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_clearRect_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_clip_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_clip_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_closePath_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_closePath_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_createLinearGradient_basic.html b/common/tct-canvas-html5-tests/canvas/canvas2d_createLinearGradient_basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_createLinearGradient_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_createLinearGradient_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_createPattern_basic.html b/common/tct-canvas-html5-tests/canvas/canvas2d_createPattern_basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_createPattern_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_createPattern_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_createRadialGradient_basic.html b/common/tct-canvas-html5-tests/canvas/canvas2d_createRadialGradient_basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_createRadialGradient_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_createRadialGradient_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_createRadialGradient_return_type.html b/common/tct-canvas-html5-tests/canvas/canvas2d_createRadialGradient_return_type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_drawFocusIfNeeded_element.html b/common/tct-canvas-html5-tests/canvas/canvas2d_drawFocusIfNeeded_element.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_drawFocusIfNeeded_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_drawFocusIfNeeded_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_drawImage_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_drawImage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_fillRect_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_fillRect_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_fillStyle_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_fillStyle_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_fillText_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_fillText_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_fill_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_fill_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_font_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_font_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_getImageData_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_getImageData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_getlinedash_basic.html b/common/tct-canvas-html5-tests/canvas/canvas2d_getlinedash_basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_getlinedash_checktype.html b/common/tct-canvas-html5-tests/canvas/canvas2d_getlinedash_checktype.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_getlinedash_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_getlinedash_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_globalAlpha_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_globalAlpha_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_globalCompositeOperation_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_globalCompositeOperation_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_globalCompositeOperation_invalid_value.html b/common/tct-canvas-html5-tests/canvas/canvas2d_globalCompositeOperation_invalid_value.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_isPointInPath_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_isPointInPath_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_lineCap_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_lineCap_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_lineDashOffset_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_lineDashOffset_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_lineDashOffset_type.html b/common/tct-canvas-html5-tests/canvas/canvas2d_lineDashOffset_type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_lineDashOffset_value.html b/common/tct-canvas-html5-tests/canvas/canvas2d_lineDashOffset_value.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_lineJoin_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_lineJoin_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_lineTo_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_lineTo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_lineWidth_default_value.html b/common/tct-canvas-html5-tests/canvas/canvas2d_lineWidth_default_value.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_lineWidth_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_lineWidth_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_measureText_basic.html b/common/tct-canvas-html5-tests/canvas/canvas2d_measureText_basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_measureText_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_measureText_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_miterLimit_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_miterLimit_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_moveTo_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_moveTo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_putImageData_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_putImageData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_quadraticCurveTo_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_quadraticCurveTo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_rect_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_rect_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_restore_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_restore_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_rotate_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_rotate_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_save_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_save_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_scale_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_scale_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_setTransform_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_setTransform_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_setlinedash_basic.html b/common/tct-canvas-html5-tests/canvas/canvas2d_setlinedash_basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_setlinedash_checktype.html b/common/tct-canvas-html5-tests/canvas/canvas2d_setlinedash_checktype.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_setlinedash_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_setlinedash_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_shadowBlur_default.html b/common/tct-canvas-html5-tests/canvas/canvas2d_shadowBlur_default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_shadowBlur_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_shadowBlur_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_shadowColor_default.html b/common/tct-canvas-html5-tests/canvas/canvas2d_shadowColor_default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_shadowColor_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_shadowColor_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_shadowOffsetX_default.html b/common/tct-canvas-html5-tests/canvas/canvas2d_shadowOffsetX_default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_shadowOffsetX_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_shadowOffsetX_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_shadowOffsetY_default.html b/common/tct-canvas-html5-tests/canvas/canvas2d_shadowOffsetY_default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_shadowOffsetY_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_shadowOffsetY_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_strokeRect_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_strokeRect_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_strokeStyle_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_strokeStyle_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_strokeText_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_strokeText_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_stroke_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_stroke_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_textAlign_defaultvalue.html b/common/tct-canvas-html5-tests/canvas/canvas2d_textAlign_defaultvalue.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_textAlign_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_textAlign_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_textBaseline_defaultvalue.html b/common/tct-canvas-html5-tests/canvas/canvas2d_textBaseline_defaultvalue.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_textBaseline_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_textBaseline_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_transform_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_transform_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas2d_translate_exist.html b/common/tct-canvas-html5-tests/canvas/canvas2d_translate_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_attributes.html b/common/tct-canvas-html5-tests/canvas/canvas_attributes.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_getContext_type.html b/common/tct-canvas-html5-tests/canvas/canvas_getContext_type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_globalCompositeOperation_modes.html b/common/tct-canvas-html5-tests/canvas/canvas_globalCompositeOperation_modes.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_height_exist.html b/common/tct-canvas-html5-tests/canvas/canvas_height_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_height_new_value.html b/common/tct-canvas-html5-tests/canvas/canvas_height_new_value.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_height_reflect_value.html b/common/tct-canvas-html5-tests/canvas/canvas_height_reflect_value.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_height_type.html b/common/tct-canvas-html5-tests/canvas/canvas_height_type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_toDataURL_exist.html b/common/tct-canvas-html5-tests/canvas/canvas_toDataURL_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_toDataURL_jpeg.html b/common/tct-canvas-html5-tests/canvas/canvas_toDataURL_jpeg.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_toDataURL_type.html b/common/tct-canvas-html5-tests/canvas/canvas_toDataURL_type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_width_exist.html b/common/tct-canvas-html5-tests/canvas/canvas_width_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_width_new_value.html b/common/tct-canvas-html5-tests/canvas/canvas_width_new_value.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_width_reflect_value.html b/common/tct-canvas-html5-tests/canvas/canvas_width_reflect_value.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvas_width_type.html b/common/tct-canvas-html5-tests/canvas/canvas_width_type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvasgradient_addColorStop_INDEX_SIZE_ERR.html b/common/tct-canvas-html5-tests/canvas/canvasgradient_addColorStop_INDEX_SIZE_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvasgradient_addColorStop_SYNTAX_ERR.html b/common/tct-canvas-html5-tests/canvas/canvasgradient_addColorStop_SYNTAX_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/canvasgradient_addColorStop_exsit.html b/common/tct-canvas-html5-tests/canvas/canvasgradient_addColorStop_exsit.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/common/COPYING b/common/tct-canvas-html5-tests/canvas/common/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/common/canvas-tests.css b/common/tct-canvas-html5-tests/canvas/common/canvas-tests.css old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/common/canvas-tests.js b/common/tct-canvas-html5-tests/canvas/common/canvas-tests.js old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/fonts/COPYING b/common/tct-canvas-html5-tests/canvas/fonts/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/fonts/CanvasTest.ttf b/common/tct-canvas-html5-tests/canvas/fonts/CanvasTest.ttf old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/imagedata_data_exist.html b/common/tct-canvas-html5-tests/canvas/imagedata_data_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/imagedata_data_readonly.html b/common/tct-canvas-html5-tests/canvas/imagedata_data_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/imagedata_data_type.html b/common/tct-canvas-html5-tests/canvas/imagedata_data_type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/imagedata_height_100px.html b/common/tct-canvas-html5-tests/canvas/imagedata_height_100px.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/imagedata_height_exist.html b/common/tct-canvas-html5-tests/canvas/imagedata_height_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/imagedata_height_readonly.html b/common/tct-canvas-html5-tests/canvas/imagedata_height_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/imagedata_height_type.html b/common/tct-canvas-html5-tests/canvas/imagedata_height_type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/imagedata_width_200px.html b/common/tct-canvas-html5-tests/canvas/imagedata_width_200px.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/imagedata_width_exist.html b/common/tct-canvas-html5-tests/canvas/imagedata_width_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/imagedata_width_readonly.html b/common/tct-canvas-html5-tests/canvas/imagedata_width_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/imagedata_width_type.html b/common/tct-canvas-html5-tests/canvas/imagedata_width_type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/COPYING b/common/tct-canvas-html5-tests/canvas/images/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/anim-gr.gif b/common/tct-canvas-html5-tests/canvas/images/anim-gr.gif old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/anim-gr.png b/common/tct-canvas-html5-tests/canvas/images/anim-gr.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/anim-poster-gr.png b/common/tct-canvas-html5-tests/canvas/images/anim-poster-gr.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/background.png b/common/tct-canvas-html5-tests/canvas/images/background.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/black-rectangle.png b/common/tct-canvas-html5-tests/canvas/images/black-rectangle.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/broken.png b/common/tct-canvas-html5-tests/canvas/images/broken.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/canvas-line.png b/common/tct-canvas-html5-tests/canvas/images/canvas-line.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/clear-100x50.png b/common/tct-canvas-html5-tests/canvas/images/clear-100x50.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/ggrr-256x256.png b/common/tct-canvas-html5-tests/canvas/images/ggrr-256x256.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/green-100x50.png b/common/tct-canvas-html5-tests/canvas/images/green-100x50.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/green-16x16.png b/common/tct-canvas-html5-tests/canvas/images/green-16x16.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/green-1x1.png b/common/tct-canvas-html5-tests/canvas/images/green-1x1.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/green.png b/common/tct-canvas-html5-tests/canvas/images/green.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/green.svg b/common/tct-canvas-html5-tests/canvas/images/green.svg old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/letters.png b/common/tct-canvas-html5-tests/canvas/images/letters.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/red-16x16.png b/common/tct-canvas-html5-tests/canvas/images/red-16x16.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/red.png b/common/tct-canvas-html5-tests/canvas/images/red.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/redtransparent.png b/common/tct-canvas-html5-tests/canvas/images/redtransparent.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/rgrg-256x256.png b/common/tct-canvas-html5-tests/canvas/images/rgrg-256x256.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/rrgg-256x256.png b/common/tct-canvas-html5-tests/canvas/images/rrgg-256x256.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/smiley.png b/common/tct-canvas-html5-tests/canvas/images/smiley.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/threecolors.png b/common/tct-canvas-html5-tests/canvas/images/threecolors.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/transparent.png b/common/tct-canvas-html5-tests/canvas/images/transparent.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/transparent50.png b/common/tct-canvas-html5-tests/canvas/images/transparent50.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/yellow.png b/common/tct-canvas-html5-tests/canvas/images/yellow.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/images/yellow75.png b/common/tct-canvas-html5-tests/canvas/images/yellow75.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/support/canvas.js b/common/tct-canvas-html5-tests/canvas/support/canvas.js old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/support/unitcommon.js b/common/tct-canvas-html5-tests/canvas/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/textmetrics_width_exist.html b/common/tct-canvas-html5-tests/canvas/textmetrics_width_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/textmetrics_width_readonly.html b/common/tct-canvas-html5-tests/canvas/textmetrics_width_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/textmetrics_width_type.html b/common/tct-canvas-html5-tests/canvas/textmetrics_width_type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.canvas.readonly.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.canvas.readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.canvas.reference.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.canvas.reference.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.clip.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.clip.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.globalalpha.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.globalalpha.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.globalcomposite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.globalcomposite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.negative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.negative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.path.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.path.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.shadow.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.shadow.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.transform.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.transform.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.zero.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.zero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.copy.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.copy.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.copy.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.copy.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-atop.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-atop.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-out.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-out.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-over.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-over.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-over.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-over.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.lighter.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.lighter.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.lighter.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.lighter.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-atop.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-atop.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-out.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-out.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-over.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-over.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-over.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-over.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.xor.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.xor.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.xor.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.xor.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.copy.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.copy.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-over.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-over.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.lighter.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.lighter.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-over.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-over.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.xor.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.xor.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.canvas.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.canvas.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.canvaspattern.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.canvaspattern.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.default.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.fill.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.fill.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.image.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.image.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.imagepattern.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.imagepattern.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.invalid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.range.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.range.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.copy.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.copy.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.copy.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.copy.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-atop.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-atop.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-out.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-out.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-over.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-over.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-over.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-over.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.lighter.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.lighter.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.lighter.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.lighter.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-atop.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-atop.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-out.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-out.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-over.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-over.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-over.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-over.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.xor.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.xor.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.xor.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.xor.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.casesensitive.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.casesensitive.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.default.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.get.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.get.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.highlight.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.highlight.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.nullsuffix.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.nullsuffix.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.over.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.over.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.unrecognised.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.unrecognised.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.copy.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.copy.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.copy.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.copy.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-atop.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-atop.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-out.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-out.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-over.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-over.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-over.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-over.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.lighter.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.lighter.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.lighter.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.lighter.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-atop.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-atop.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-out.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-out.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-over.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-over.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-over.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-over.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.xor.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.xor.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.xor.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.xor.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.copy.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.copy.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.copy.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.copy.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-atop.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-atop.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-out.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-out.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-over.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-over.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-over.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-over.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.lighter.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.lighter.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.lighter.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.lighter.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-atop.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-atop.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-out.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-out.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-over.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-over.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-over.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-over.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.xor.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.xor.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.xor.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.xor.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.copy.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.copy.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.copy.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.copy.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-atop.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-atop.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-out.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-out.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.copy.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.copy.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.copy.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.copy.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-atop.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-atop.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-out.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-out.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.copy.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.copy.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.copy.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.copy.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-atop.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-atop.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-out.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-out.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.copy.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.copy.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.copy.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.copy.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-atop.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-atop.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-atop.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-atop.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-in.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-in.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-in.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-in.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-out.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-out.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-out.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-out.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.coordinatespace.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.coordinatespace.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.coordinatespace.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.coordinatespace.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.3arg.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.3arg.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.5arg.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.5arg.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.destpos.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.destpos.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.destsize.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.destsize.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.sourcepos.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.sourcepos.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.sourcesize.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.sourcesize.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.alpha.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.alpha.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.animated.apng.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.animated.apng.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.animated.gif.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.animated.gif.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.animated.poster.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.animated.poster.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.broken.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.broken.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.canvas.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.canvas.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.clip.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.clip.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.composite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.composite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.errorCheck.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.errorCheck.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.floatsource.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.floatsource.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.image.incomplete.empty.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.image.incomplete.empty.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.image.incomplete.omitted.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.image.incomplete.omitted.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.emptysrc.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.emptysrc.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.nosrc.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.nosrc.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.reload.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.reload.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.removedsrc.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.removedsrc.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativedest.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativedest.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativedir.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativedir.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativesource.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativesource.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.nowrap.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.nowrap.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.null.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.null.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.path.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.path.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.self.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.self.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.self.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.self.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.svg.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.svg.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.transform.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.transform.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.wrongtype.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.wrongtype.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.zerocanvas.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.zerocanvas.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.zerosource.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.zerosource.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.clip.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.clip.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.negative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.negative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.path.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.path.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.shadow.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.shadow.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.transform.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.transform.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.zero.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.zero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.default.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.get.semitransparent.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.get.semitransparent.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.get.solid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.get.solid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.get.transparent.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.get.transparent.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.invalidstring.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.invalidstring.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.invalidtype.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.invalidtype.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.changed.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.changed.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.notrendered.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.notrendered.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.removed.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.removed.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.removed.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.removed.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex3.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex3.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex6.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex6.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex6.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex6.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-1.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-1.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-2.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-2.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-3.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-3.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-4.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-4.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-5.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-5.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-6.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-6.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-6.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-6.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-1.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-1.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-2.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-2.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-3.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-3.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-4.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-4.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-1.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-1.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-2.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-2.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-1.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-1.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-2.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-2.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-3.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-3.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-4.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-4.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-5.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-5.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-6.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-6.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-6.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-6.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.html4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.html4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.html4.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.html4.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex6.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex6.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex7.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex7.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex8.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex8.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-6.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-6.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsla-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsla-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsla-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsla-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-6.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-6.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-7.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-7.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-6.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-6.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-7.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-7.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-1.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-1.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-2.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-2.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-3.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-3.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-4.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-4.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-5.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-5.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-eof.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-eof.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-eof.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-eof.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-num.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-num.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-num.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-num.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-percent.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-percent.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-percent.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-percent.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-1.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-1.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-2.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-2.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-eof.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-eof.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-eof.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-eof.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-1.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-1.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-2.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-2.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-percent.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-percent.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-percent.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-percent.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-1.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-1.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-2.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-2.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-3.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-3.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-4.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-4.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-1.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-1.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-2.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-2.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.system.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.system.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-1.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-1.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-2.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-2.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.exists.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.exists.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.extraargs.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.extraargs.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.shared.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.shared.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.unique.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.unique.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.empty.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.empty.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.alpha.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.alpha.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.alpha.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.alpha.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.colour.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.colour.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.colour.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.colour.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.multiple.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.multiple.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.multiple.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.multiple.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.outside.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.outside.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.overlap.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.overlap.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.overlap.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.overlap.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.overlap2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.overlap2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.solid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.solid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.vertical.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.vertical.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.vertical.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.vertical.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.fill.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.fill.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.fillRect.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.fillRect.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.fillText.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.fillText.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.stroke.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.stroke.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.strokeRect.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.strokeRect.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.strokeText.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.strokeText.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.transform.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.transform.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.transform.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.transform.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.transform.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.transform.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.compare.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.compare.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.crosscanvas.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.crosscanvas.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.current.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.current.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.current.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.current.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.invalidcolour.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.invalidcolour.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.invalidoffset.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.invalidoffset.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.return.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.return.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.type.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.update.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.update.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.behind.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.behind.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.beside.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.beside.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.bottom.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.bottom.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.cylinder.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.cylinder.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.front.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.front.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.shape1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.shape1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.shape2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.shape2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.top.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.top.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.equal.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.equal.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.inside1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.inside1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.inside2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.inside2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.inside3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.inside3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.negative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.negative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.outside1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.outside1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.outside2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.outside2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.touch1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.touch1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.touch2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.touch2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.touch3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.touch3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.transform.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.transform.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.transform.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.transform.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.transform.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.transform.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.initial.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.initial.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.this.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.this.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.type.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.zero.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.zero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.initial.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.initial.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.large.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.large.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.negative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.negative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.round.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.round.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.this.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.this.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.tiny.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.tiny.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.type.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.zero.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.zero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.clamp.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.clamp.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.length.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.length.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.nonpremul.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.nonpremul.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.alpha.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.alpha.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.cols.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.cols.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.rgb.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.rgb.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.rows.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.rows.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.range.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.range.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.negative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.negative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.outside.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.outside.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.size.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.size.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.tiny.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.tiny.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.type.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.unaffected.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.unaffected.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.zero.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.zero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.clamp.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.clamp.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.ctor.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.ctor.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.nan.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.nan.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.properties.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.properties.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.readonly.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.round.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.round.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.set.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.set.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.string.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.string.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.undefined.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.undefined.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.alpha.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.alpha.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.alpha.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.alpha.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.clip.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.clip.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.created.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.created.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.cross.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.cross.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.negative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.negative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.outside.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.outside.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.rect1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.rect1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.rect2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.rect2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.zero.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.zero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.modified.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.modified.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.null.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.null.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.path.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.path.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.unaffected.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.unaffected.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.unchanged.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.unchanged.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.wrongtype.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.wrongtype.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.butt.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.butt.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.closed.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.closed.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.invalid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.open.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.open.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.round.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.round.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.square.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.square.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.valid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.valid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cross.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.cross.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.defaults.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.defaults.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.bevel.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.bevel.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.closed.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.closed.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.invalid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.miter.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.miter.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.open.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.open.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.parallel.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.parallel.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.round.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.round.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.valid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.join.valid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.acute.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.acute.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.exceeded.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.exceeded.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.invalid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.lineedge.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.lineedge.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.obtuse.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.obtuse.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.rightangle.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.rightangle.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.valid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.valid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.within.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.within.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.union.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.union.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.width.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.width.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.width.invalid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.width.invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.width.scaledefault.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.width.scaledefault.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.width.transformed.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.width.transformed.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.line.width.valid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.line.width.valid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.6.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.6.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.default.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.empty.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.empty.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.end.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.end.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.negative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.negative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.nonempty.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.nonempty.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.scale.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.scale.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.scale.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.scale.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.selfintersect.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.selfintersect.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.selfintersect.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.selfintersect.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.zero.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.zero.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.zero.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.zero.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.zeroradius.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.zeroradius.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.coincide.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.coincide.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.coincide.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.coincide.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.collinear.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.collinear.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.collinear.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.collinear.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.collinear.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.collinear.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.ensuresubpath.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.ensuresubpath.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.ensuresubpath.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.ensuresubpath.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.negative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.negative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.scale.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.scale.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.curve1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.curve1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.curve2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.curve2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.end.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.end.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.start.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.start.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.transformation.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.transformation.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.zero.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.zero.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.zero.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.zero.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.beginPath.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.beginPath.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.ensuresubpath.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.ensuresubpath.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.ensuresubpath.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.ensuresubpath.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.scaled.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.scaled.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.shape.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.shape.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.basic.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.basic.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.basic.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.basic.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.empty.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.empty.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.intersect.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.intersect.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.unaffected.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.unaffected.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.winding.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.winding.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.winding.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.winding.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.closePath.empty.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.closePath.empty.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.closePath.newline.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.closePath.newline.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.closePath.nextpoint.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.closePath.nextpoint.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.closed.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.closed.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.closed.unaffected.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.closed.unaffected.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.overlap.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.overlap.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.overlap.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.overlap.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.add.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.add.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.subtract.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.subtract.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.subtract.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.subtract.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.subtract.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.subtract.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.initial.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.initial.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.arc.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.arc.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.basic.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.basic.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.basic.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.basic.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.bezier.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.bezier.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.bigarc.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.bigarc.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.edge.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.edge.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.empty.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.empty.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.outside.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.outside.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.subpath.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.subpath.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.unclosed.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.unclosed.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.winding.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.winding.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.ensuresubpath.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.ensuresubpath.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.ensuresubpath.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.ensuresubpath.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.nextpoint.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.nextpoint.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.multiple.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.multiple.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.newsubpath.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.newsubpath.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.ensuresubpath.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.ensuresubpath.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.ensuresubpath.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.ensuresubpath.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.scaled.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.scaled.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.shape.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.shape.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.closed.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.closed.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.end.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.end.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.end.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.end.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.negative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.negative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.newsubpath.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.newsubpath.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.selfintersect.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.selfintersect.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.winding.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.winding.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.6.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.6.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.empty.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.empty.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.overlap.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.overlap.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.overlap.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.overlap.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.arc.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.arc.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.closed.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.closed.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.corner.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.corner.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.curve.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.curve.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.line.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.line.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.rect.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.rect.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.scale1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.scale1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.scale2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.scale2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.skew.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.skew.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.unaffected.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.unaffected.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.union.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.union.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.transformation.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.transformation.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.transformation.changing.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.transformation.changing.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.path.transformation.multiple.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.path.transformation.multiple.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.animated.gif.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.animated.gif.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.canvas.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.canvas.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.image.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.image.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.nocontext.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.nocontext.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.type.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.type.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.zerocanvas.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.zerocanvas.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.crosscanvas.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.crosscanvas.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.incomplete.emptysrc.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.incomplete.emptysrc.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.incomplete.immediate.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.incomplete.immediate.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.incomplete.nosrc.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.incomplete.nosrc.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.incomplete.reload.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.incomplete.reload.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.incomplete.removedsrc.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.incomplete.removedsrc.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.null.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.null.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.string.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.string.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.undefined.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.undefined.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.canvas1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.canvas1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.canvas2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.canvas2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.image1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.image1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.image2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.image2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.coord1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.coord1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.coord2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.coord2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.outside.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.outside.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.orientation.canvas.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.orientation.canvas.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.orientation.image.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.orientation.image.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.coord1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.coord1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.coord2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.coord2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.coord3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.coord3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.outside.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.outside.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeatx.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeatx.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeatx.outside.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeatx.outside.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeaty.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeaty.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeaty.outside.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeaty.outside.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.case.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.case.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.empty.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.empty.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.null.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.null.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.nullsuffix.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.nullsuffix.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.undefined.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.undefined.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.unrecognised.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.unrecognised.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.unrecognisednull.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.unrecognisednull.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.scaled.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.scaled.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.scaled.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.scaled.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.2.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.2.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.3.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.3.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.4.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.4.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.5.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.5.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowBlur.initial.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowBlur.initial.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowBlur.invalid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowBlur.invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowBlur.valid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowBlur.valid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowColor.initial.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowColor.initial.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowColor.invalid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowColor.invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowColor.valid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowColor.valid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowOffset.initial.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowOffset.initial.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowOffset.invalid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowOffset.invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowOffset.valid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowOffset.valid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.blur.high.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.blur.high.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.blur.high.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.blur.high.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.alpha.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.alpha.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.alpha.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.alpha.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.transparent.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.transparent.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.transparent.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.transparent.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.clip.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.clip.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.clip.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.clip.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.clip.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.clip.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.composite.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.composite.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.composite.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.composite.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.composite.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.composite.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.blur.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.blur.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.off.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.off.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.off.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.off.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.x.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.x.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.y.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.y.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.alpha.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.alpha.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.alpha.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.alpha.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.transparent.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.transparent.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.transparent.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.transparent.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.alpha.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.alpha.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.alpha.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.alpha.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.scale.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.scale.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.section.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.section.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.transparent.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.transparent.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.transparent.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.transparent.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.negativeX.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.negativeX.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.negativeY.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.negativeY.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.positiveX.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.positiveX.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.positiveY.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.positiveY.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.outside.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.outside.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.alpha.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.alpha.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.alpha.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.alpha.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.transparent.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.transparent.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.transparent.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.transparent.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.cap.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.cap.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.cap.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.cap.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.join.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.join.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.join.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.join.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.join.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.join.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.transform.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.transform.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.transform.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.shadow.transform.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.bitmap.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.bitmap.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.clip.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.clip.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.fillStyle.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.fillStyle.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.font.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.font.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.globalAlpha.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.globalAlpha.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.globalCompositeOperation.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.globalCompositeOperation.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.lineCap.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.lineCap.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.lineJoin.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.lineJoin.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.lineWidth.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.lineWidth.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.miterLimit.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.miterLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.path.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.path.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowBlur.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowBlur.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowColor.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowColor.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowOffsetX.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowOffsetX.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowOffsetY.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowOffsetY.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.stack.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.stack.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.stackdepth.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.stackdepth.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.strokeStyle.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.strokeStyle.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.textAlign.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.textAlign.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.textBaseline.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.textBaseline.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.transformation.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.transformation.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.underflow.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.underflow.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.clip.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.clip.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.globalalpha.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.globalalpha.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.globalcomposite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.globalcomposite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.negative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.negative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.path.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.path.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.shadow.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.shadow.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.transform.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.transform.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.1.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.2.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.3.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.4.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.4.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.5.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.5.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeStyle.default.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.strokeStyle.default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.align.default.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.align.default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.align.invalid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.align.invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.align.valid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.align.valid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.baseline.default.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.baseline.default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.baseline.invalid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.baseline.invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.baseline.valid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.baseline.valid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.center.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.center.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.end.ltr.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.end.ltr.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.end.rtl.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.end.rtl.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.left.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.left.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.right.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.right.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.start.ltr.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.start.ltr.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.start.rtl.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.start.rtl.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.baseline.alphabetic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.baseline.alphabetic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.basic.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.basic.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.bound.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.bound.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.fontface.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.fontface.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.large.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.large.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.large.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.large.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.negative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.negative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.small.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.small.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.zero.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.zero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.rtl.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.rtl.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.rtl.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.rtl.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.unaffected.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.unaffected.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fontface.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fontface.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fontface.repeat.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fontface.repeat.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.kern.consistent.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.kern.consistent.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.space.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.space.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.space.collapse.nonspace.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.space.collapse.nonspace.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.basic.png b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.basic.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.unaffected.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.unaffected.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.default.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.complex.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.complex.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.invalid.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.size.percentage.default.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.size.percentage.default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.size.percentage.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.size.percentage.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.system.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.system.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.measure.width.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.measure.width.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.text.measure.width.empty.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.text.measure.width.empty.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.order.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.order.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.direction.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.direction.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.radians.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.radians.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.wrap.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.wrap.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.wrapnegative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.wrapnegative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.zero.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.zero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.large.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.large.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.multiple.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.multiple.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.negative.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.negative.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.zero.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.zero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.setTransform.multiple.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.setTransform.multiple.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.setTransform.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.setTransform.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.setTransform.skewed.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.setTransform.skewed.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.identity.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.identity.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.multiply.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.multiply.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.skewed.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.skewed.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.translate.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.translate.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.translate.nonfinite.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.transformation.translate.nonfinite.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.type.delete.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.type.delete.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.type.exists.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.type.exists.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.type.extend.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.type.extend.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.type.prototype.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.type.prototype.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.type.replace.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.type.replace.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/2d.voidreturn.html b/common/tct-canvas-html5-tests/canvas/w3c/2d.voidreturn.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/COPYING b/common/tct-canvas-html5-tests/canvas/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/Makefile.am b/common/tct-canvas-html5-tests/canvas/w3c/Makefile.am old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_colorsandstyles_addcolorstop_001.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_colorsandstyles_addcolorstop_001.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_colorsandstyles_createlineargradient_001.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_colorsandstyles_createlineargradient_001.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_arcto_001.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_arcto_001.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_beziercurveto_001.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_beziercurveto_001.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_ispointInpath_001.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_ispointInpath_001.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_compositing_globalcompositeoperation_001.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_compositing_globalcompositeoperation_001.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_linestyles_linecap_001.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_linestyles_linecap_001.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_shadows_001.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_shadows_001.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_shadows_002-ref.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_shadows_002-ref.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_shadows_002.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_shadows_002.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_state_restore_001.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_state_restore_001.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_text_font_001.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_text_font_001.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/canvas_transformations_scale_001.htm b/common/tct-canvas-html5-tests/canvas/w3c/canvas_transformations_scale_001.htm old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/clear-100x50.png b/common/tct-canvas-html5-tests/canvas/w3c/clear-100x50.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/context.arguments.missing.html b/common/tct-canvas-html5-tests/canvas/w3c/context.arguments.missing.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/context.casesensitive.html b/common/tct-canvas-html5-tests/canvas/w3c/context.casesensitive.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/context.emptystring.html b/common/tct-canvas-html5-tests/canvas/w3c/context.emptystring.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.badname.html b/common/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.badname.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.badsuffix.html b/common/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.badsuffix.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.nullsuffix.html b/common/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.nullsuffix.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.unicode.html b/common/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.unicode.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/drawFocusIfNeeded_002.html b/common/tct-canvas-html5-tests/canvas/w3c/drawFocusIfNeeded_002.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/drawFocusIfNeeded_003.html b/common/tct-canvas-html5-tests/canvas/w3c/drawFocusIfNeeded_003.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/fallback.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/fallback.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/fallback.multiple.html b/common/tct-canvas-html5-tests/canvas/w3c/fallback.multiple.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/fallback.nested.html b/common/tct-canvas-html5-tests/canvas/w3c/fallback.nested.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/green-100x50.png b/common/tct-canvas-html5-tests/canvas/w3c/green-100x50.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/historical.html b/common/tct-canvas-html5-tests/canvas/w3c/historical.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/imagesmoothing.html b/common/tct-canvas-html5-tests/canvas/w3c/imagesmoothing.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.colour.html b/common/tct-canvas-html5-tests/canvas/w3c/initial.colour.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.colour.png b/common/tct-canvas-html5-tests/canvas/w3c/initial.colour.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.2dstate.html b/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.2dstate.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.clip.html b/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.clip.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.different.html b/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.different.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.different.png b/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.different.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.gradient.html b/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.gradient.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.path.html b/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.path.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.path.png b/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.path.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.pattern.html b/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.pattern.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.same.html b/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.same.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.same.png b/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.same.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.transform.html b/common/tct-canvas-html5-tests/canvas/w3c/initial.reset.transform.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/security.dataURI.html b/common/tct-canvas-html5-tests/canvas/w3c/security.dataURI.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/security.pattern.canvas.timing.sub.html b/common/tct-canvas-html5-tests/canvas/w3c/security.pattern.canvas.timing.sub.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/security.pattern.create.sub.html b/common/tct-canvas-html5-tests/canvas/w3c/security.pattern.create.sub.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.default.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.default.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.default.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.get.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.get.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.get.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.get.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.idl.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.idl.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.idl.set.zero.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.idl.set.zero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.decimal.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.decimal.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.decimal.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.decimal.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.em.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.em.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.em.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.em.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.empty.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.empty.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.empty.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.empty.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.exp.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.exp.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.exp.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.exp.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.hex.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.hex.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.junk.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.junk.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.junk.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.junk.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.minus.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.minus.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.minus.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.minus.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.octal.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.octal.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.octal.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.octal.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.onlyspace.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.onlyspace.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.onlyspace.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.onlyspace.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.percent.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.percent.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.percent.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.percent.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.plus.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.plus.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.plus.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.plus.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.space.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.space.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.space.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.space.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.trailingjunk.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.trailingjunk.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.trailingjunk.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.trailingjunk.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.whitespace.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.whitespace.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.whitespace.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.whitespace.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.zero.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.zero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setcontent.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setcontent.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setcontent.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setcontent.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setidl.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setidl.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setidl.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setidl.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setidlzero.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setidlzero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.removed.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.removed.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.removed.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.removed.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.decimal.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.decimal.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.decimal.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.decimal.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.em.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.em.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.em.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.em.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.empty.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.empty.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.empty.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.empty.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.exp.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.exp.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.exp.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.exp.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.hex.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.hex.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.junk.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.junk.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.junk.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.junk.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.minus.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.minus.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.minus.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.minus.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.octal.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.octal.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.octal.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.octal.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.onlyspace.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.onlyspace.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.onlyspace.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.onlyspace.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.percent.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.percent.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.percent.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.percent.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.plus.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.plus.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.plus.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.plus.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.space.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.space.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.space.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.space.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.trailingjunk.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.trailingjunk.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.trailingjunk.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.trailingjunk.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.whitespace.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.whitespace.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.whitespace.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.whitespace.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.zero.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.zero.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.style.html b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.style.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.style.png b/common/tct-canvas-html5-tests/canvas/w3c/size.attributes.style.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.arguments.1.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.arguments.1.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.arguments.2.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.arguments.2.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.arguments.3.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.arguments.3.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.bogustype.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.bogustype.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.default.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.default.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.alpha.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.alpha.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.alpha.png b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.alpha.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.primarycolours.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.primarycolours.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.primarycolours.png b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.primarycolours.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.basic.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.basic.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.basic.png b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.basic.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.notnumber.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.notnumber.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.outsiderange.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.outsiderange.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpg.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpg.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.lowercase.ascii.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.lowercase.ascii.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.lowercase.unicode.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.lowercase.unicode.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.nocontext.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.nocontext.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.complexcolours.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.complexcolours.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.complexcolours.png b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.complexcolours.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.primarycolours.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.primarycolours.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.primarycolours.png b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.primarycolours.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.unrecognised.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.unrecognised.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.zeroheight.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.zeroheight.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.zerosize.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.zerosize.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.zerowidth.html b/common/tct-canvas-html5-tests/canvas/w3c/toDataURL.zerowidth.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/type.delete.html b/common/tct-canvas-html5-tests/canvas/w3c/type.delete.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/type.exists.html b/common/tct-canvas-html5-tests/canvas/w3c/type.exists.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/type.extend.html b/common/tct-canvas-html5-tests/canvas/w3c/type.extend.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/type.name.html b/common/tct-canvas-html5-tests/canvas/w3c/type.name.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/type.prototype.html b/common/tct-canvas-html5-tests/canvas/w3c/type.prototype.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/type.replace.html b/common/tct-canvas-html5-tests/canvas/w3c/type.replace.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/canvas/w3c/yellow.png b/common/tct-canvas-html5-tests/canvas/w3c/yellow.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/common/COPYING b/common/tct-canvas-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/common/domtestcase.js b/common/tct-canvas-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/common/media.js b/common/tct-canvas-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/config.xml b/common/tct-canvas-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/icon.png b/common/tct-canvas-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/inst.apk.py b/common/tct-canvas-html5-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/inst.xpk.py b/common/tct-canvas-html5-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/manifest.json b/common/tct-canvas-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/pack.py b/common/tct-canvas-html5-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-canvas-html5-tests/pack.py +++ b/common/tct-canvas-html5-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-canvas-html5-tests/resources/COPYING b/common/tct-canvas-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/resources/testharness.css b/common/tct-canvas-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/resources/testharness.js b/common/tct-canvas-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/resources/testharnessreport.js b/common/tct-canvas-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/suite.json b/common/tct-canvas-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/testcase.xsl b/common/tct-canvas-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/testresult.xsl b/common/tct-canvas-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/tests.css b/common/tct-canvas-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/tests.full.xml b/common/tct-canvas-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/webrunner/index.html b/common/tct-canvas-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/webrunner/jquery-1.10.2.min.js b/common/tct-canvas-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-canvas-html5-tests/webrunner/testrunner.js b/common/tct-canvas-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-capability-tests/pack.py b/common/tct-capability-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-capability-tests/pack.py +++ b/common/tct-capability-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-colors-css3-tests/COPYING b/common/tct-colors-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/README b/common/tct-colors-css3-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_000.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_000.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_000000.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_000000.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_0000FF.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_0000FF.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_00FF00.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_00FF00.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_00f.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_00f.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_00ffff.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_00ffff.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_0f0.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_0f0.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_0ff.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_0ff.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_C30.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_C30.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_CCFF00.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_CCFF00.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_CF0.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_CF0.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_F00.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_F00.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_FF0000.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_FF0000.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_black.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_black.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_blue.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_blue.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_cccc33.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_cccc33.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_f0c.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_f0c.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_ff00cc.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_ff00cc.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_hus_only_number.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_hus_only_number.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_value_with_space.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_value_with_space.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_pseudo-classes.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_pseudo-classes.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_red.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_red.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_0_0.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_0_0.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_0_255.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_0_255.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_255_0.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_255_0.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_255_255.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_255_255.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_0pct_100pct.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_0pct_100pct.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_100pct_0pct.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_100pct_0pct.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_100pct_100pct.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_100pct_100pct.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_100pct_0pct_0pct.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_100pct_0pct_0pct.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_100pct_0pct_80pct.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_100pct_0pct_80pct.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_204_204_51.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_204_204_51.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_204_255_0.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_204_255_0.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_255_0_0.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_255_0_0.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_255_0_204.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_255_0_204.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_80pct_100pct_0pct.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_80pct_100pct_0pct.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_80pct_80pct_20pct.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_80pct_80pct_20pct.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/CSS3Colors_color_transprent_rgba_0_0_0_0.html b/common/tct-colors-css3-tests/colors/CSS3Colors_color_transprent_rgba_0_0_0_0.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/COPYING b/common/tct-colors-css3-tests/colors/csswg/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/LICENSE b/common/tct-colors-css3-tests/colors/csswg/LICENSE old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-1-c-ref.html b/common/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-1-c-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-1-c.xht b/common/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-1-c.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-2-c-ref.html b/common/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-2-c-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-2-c.xht b/common/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-2-c.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a0.0-b-ref.html b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a0.0-b-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a0.0-b.xht b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a0.0-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a1.0-b-ref.html b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a1.0-b-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a1.0-b.xht b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a1.0-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-clip-outside-device-gamut-b-ref.html b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-clip-outside-device-gamut-b-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-clip-outside-device-gamut-b.xht b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-clip-outside-device-gamut-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-func-int-a-ref.html b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-func-int-a-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-func-int-a.xht b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-func-int-a.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-func-no-mixed-f-ref.html b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-func-no-mixed-f-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-func-no-mixed-f.xht b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-func-no-mixed-f.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-func-whitespace-b-ref.html b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-func-whitespace-b-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-func-whitespace-b.xht b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-func-whitespace-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-b-ref.html b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-b-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-b.xht b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-multiple-boxes-c-ref.html b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-multiple-boxes-c-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-multiple-boxes-c.xht b/common/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-multiple-boxes-c.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t423-transparent-1-a.xht b/common/tct-colors-css3-tests/colors/csswg/t423-transparent-1-a.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t423-transparent-2-a-ref.html b/common/tct-colors-css3-tests/colors/csswg/t423-transparent-2-a-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t423-transparent-2-a.xht b/common/tct-colors-css3-tests/colors/csswg/t423-transparent-2-a.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t424-hsl-basic-a-ref.html b/common/tct-colors-css3-tests/colors/csswg/t424-hsl-basic-a-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t424-hsl-basic-a.xht b/common/tct-colors-css3-tests/colors/csswg/t424-hsl-basic-a.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t424-hsl-clip-outside-gamut-b-ref.html b/common/tct-colors-css3-tests/colors/csswg/t424-hsl-clip-outside-gamut-b-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t424-hsl-clip-outside-gamut-b.xht b/common/tct-colors-css3-tests/colors/csswg/t424-hsl-clip-outside-gamut-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t424-hsl-h-rotating-b.xht b/common/tct-colors-css3-tests/colors/csswg/t424-hsl-h-rotating-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t424-hsl-parsing-f-ref.html b/common/tct-colors-css3-tests/colors/csswg/t424-hsl-parsing-f-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t424-hsl-parsing-f.xht b/common/tct-colors-css3-tests/colors/csswg/t424-hsl-parsing-f.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t424-hsl-values-b.htm b/common/tct-colors-css3-tests/colors/csswg/t424-hsl-values-b.htm old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t425-hsla-clip-outside-device-gamut-b-ref.html b/common/tct-colors-css3-tests/colors/csswg/t425-hsla-clip-outside-device-gamut-b-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t425-hsla-clip-outside-device-gamut-b.xht b/common/tct-colors-css3-tests/colors/csswg/t425-hsla-clip-outside-device-gamut-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t425-hsla-h-rotating-b.xht b/common/tct-colors-css3-tests/colors/csswg/t425-hsla-h-rotating-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t425-hsla-onscreen-b.xht b/common/tct-colors-css3-tests/colors/csswg/t425-hsla-onscreen-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t425-hsla-onscreen-multiple-boxes-c.xht b/common/tct-colors-css3-tests/colors/csswg/t425-hsla-onscreen-multiple-boxes-c.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t425-hsla-parsing-f.xht b/common/tct-colors-css3-tests/colors/csswg/t425-hsla-parsing-f.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t425-hsla-values-b-ref.html b/common/tct-colors-css3-tests/colors/csswg/t425-hsla-values-b-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t425-hsla-values-b.xht b/common/tct-colors-css3-tests/colors/csswg/t425-hsla-values-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t44-currentcolor-background-b-ref.html b/common/tct-colors-css3-tests/colors/csswg/t44-currentcolor-background-b-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t44-currentcolor-background-b.xht b/common/tct-colors-css3-tests/colors/csswg/t44-currentcolor-background-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t44-currentcolor-border-b-ref.html b/common/tct-colors-css3-tests/colors/csswg/t44-currentcolor-border-b-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/csswg/t44-currentcolor-border-b.xht b/common/tct-colors-css3-tests/colors/csswg/t44-currentcolor-border-b.xht old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/spec.json b/common/tct-colors-css3-tests/colors/spec.json old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/colors/support/cssstyle.js b/common/tct-colors-css3-tests/colors/support/cssstyle.js old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/config.xml b/common/tct-colors-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/icon.png b/common/tct-colors-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/inst.apk.py b/common/tct-colors-css3-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/inst.wgt.py b/common/tct-colors-css3-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/inst.xpk.py b/common/tct-colors-css3-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/manifest.json b/common/tct-colors-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/pack.py b/common/tct-colors-css3-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-colors-css3-tests/pack.py +++ b/common/tct-colors-css3-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-colors-css3-tests/resources/COPYING b/common/tct-colors-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/resources/testharness.css b/common/tct-colors-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/resources/testharness.js b/common/tct-colors-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/resources/testharnessreport.js b/common/tct-colors-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/suite.json b/common/tct-colors-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/testcase.xsl b/common/tct-colors-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/testresult.xsl b/common/tct-colors-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/tests.css b/common/tct-colors-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/tests.full.xml b/common/tct-colors-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/tests.xml b/common/tct-colors-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/webrunner/index.html b/common/tct-colors-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/webrunner/jquery-1.10.2.min.js b/common/tct-colors-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-colors-css3-tests/webrunner/testrunner.js b/common/tct-colors-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/COPYING b/common/tct-contact-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/LICENSE.Apache-2.0 b/common/tct-contact-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/LICENSE.CC-BY-3.0 b/common/tct-contact-tizen-tests/LICENSE.CC-BY-3.0 old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/NOTICE b/common/tct-contact-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/README b/common/tct-contact-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/config.xml b/common/tct-contact-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBookArraySuccessCallback_notexist.html b/common/tct-contact-tizen-tests/contact/AddressBookArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBookArraySuccessCallback_onsuccess.html b/common/tct-contact-tizen-tests/contact/AddressBookArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBookChangeCallback_notexist.html b/common/tct-contact-tizen-tests/contact/AddressBookChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsadded.html b/common/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsadded.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsremoved.html b/common/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsremoved.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsupdated.html b/common/tct-contact-tizen-tests/contact/AddressBookChangeCallback_oncontactsupdated.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_AccountId_attribute.html b/common/tct-contact-tizen-tests/contact/AddressBook_AccountId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_ArraySuccessCallback_notexist.html b/common/tct-contact-tizen-tests/contact/AddressBook_ArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add.html b/common/tct-contact-tizen-tests/contact/AddressBook_add.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_contacts_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_contacts_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_invoked.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_missarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_one_missNull.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_one_missNull.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_two_bothNull.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_two_bothNull.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_two_oneIsNull.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_two_oneIsNull.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_with_errorCallback.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_with_successCallback.html b/common/tct-contact-tizen-tests/contact/AddressBook_addBatch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener.html b/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_missarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_successCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_successCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_with_errorCallback.html b/common/tct-contact-tizen-tests/contact/AddressBook_addChangeListener_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addGroup.html b/common/tct-contact-tizen-tests/contact/AddressBook_addGroup.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addGroup_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_addGroup_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addGroup_group_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_addGroup_group_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addGroup_group_invalid_obj.html b/common/tct-contact-tizen-tests/contact/AddressBook_addGroup_group_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_addGroup_missarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_addGroup_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_fullSet.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_fullSet.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_multiple_type.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_multiple_type.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_partSet.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_addressesField_partSet.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_anniversaries_multiple.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_anniversaries_multiple.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_contact_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_contact_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_contact_invalid_obj.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_contact_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_emailsField_multiple.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_emailsField_multiple.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_get_remove.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_get_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_missarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_nameField_fullSet.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_nameField_fullSet.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_nameField_partSet.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_nameField_partSet.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_notes_multiple.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_notes_multiple.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_null.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_null.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_phoneNumbersField_multiple.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_phoneNumbersField_multiple.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_add_remove_get.html b/common/tct-contact-tizen-tests/contact/AddressBook_add_remove_get.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_constructor.html b/common/tct-contact-tizen-tests/contact/AddressBook_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_extend.html b/common/tct-contact-tizen-tests/contact/AddressBook_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find.html b/common/tct-contact-tizen-tests/contact/AddressBook_find.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invoked.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_filter_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_filter_invalid_obj.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_filter_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_missarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_sortMode_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_sortMode_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_sortMode_invalid_obj.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_sortMode_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_with_errorCallback.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_with_filter.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_find_with_sortMode.html b/common/tct-contact-tizen-tests/contact/AddressBook_find_with_sortMode.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_get.html b/common/tct-contact-tizen-tests/contact/AddressBook_get.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_getGroup.html b/common/tct-contact-tizen-tests/contact/AddressBook_getGroup.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_getGroup_constructor.html b/common/tct-contact-tizen-tests/contact/AddressBook_getGroup_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_getGroup_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_getGroup_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_getGroup_groupId_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_getGroup_groupId_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_getGroup_groupId_invalid.html b/common/tct-contact-tizen-tests/contact/AddressBook_getGroup_groupId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_getGroup_invalid_argument.html b/common/tct-contact-tizen-tests/contact/AddressBook_getGroup_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_getGroup_misarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_getGroup_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_getGroups.html b/common/tct-contact-tizen-tests/contact/AddressBook_getGroups.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_getGroups_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_getGroups_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_getGroups_extra_argument.html b/common/tct-contact-tizen-tests/contact/AddressBook_getGroups_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_get_check_fields.html b/common/tct-contact-tizen-tests/contact/AddressBook_get_check_fields.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_get_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_get_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_get_id_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_get_id_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_get_id_invalid.html b/common/tct-contact-tizen-tests/contact/AddressBook_get_id_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_get_misarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_get_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_id_attribute.html b/common/tct-contact-tizen-tests/contact/AddressBook_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_name_attribute.html b/common/tct-contact-tizen-tests/contact/AddressBook_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_readOnly_attribute.html b/common/tct-contact-tizen-tests/contact/AddressBook_readOnly_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_remove.html b/common/tct-contact-tizen-tests/contact/AddressBook_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invoked.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_ids_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_ids_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_missarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_with_errorCallback.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_with_successCallback.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_without_successCallback.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeBatch_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener_misarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener_watchId_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener_watchId_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener_watchId_invalid_argument.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeChangeListener_watchId_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeGroup.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeGroup.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeGroup_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeGroup_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeGroup_groupId_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeGroup_groupId_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeGroup_groupId_invalid.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeGroup_groupId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeGroup_invalid_argument.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeGroup_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_removeGroup_misarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_removeGroup_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_remove_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_remove_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_remove_id_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_remove_id_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_remove_id_invalid.html b/common/tct-contact-tizen-tests/contact/AddressBook_remove_id_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_remove_invalid_argument.html b/common/tct-contact-tizen-tests/contact/AddressBook_remove_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_remove_misarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_remove_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_update.html b/common/tct-contact-tizen-tests/contact/AddressBook_update.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_contacts_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_contacts_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_invoked.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_missarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_with_errorCallback.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_with_successCallback.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_without_successCallback.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateBatch_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup_group_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup_group_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup_group_invalid_obj.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup_group_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup_invalid_argument.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup_missarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup_ringtoneURI.html b/common/tct-contact-tizen-tests/contact/AddressBook_updateGroup_ringtoneURI.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_update_contact_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/AddressBook_update_contact_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_update_contact_invalid_obj.html b/common/tct-contact-tizen-tests/contact/AddressBook_update_contact_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_update_exist.html b/common/tct-contact-tizen-tests/contact/AddressBook_update_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_update_invalid_argument.html b/common/tct-contact-tizen-tests/contact/AddressBook_update_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/AddressBook_update_missarg.html b/common/tct-contact-tizen-tests/contact/AddressBook_update_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddressInit_attributeType_check.html b/common/tct-contact-tizen-tests/contact/ContactAddressInit_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_additionalInformation_attribute.html b/common/tct-contact-tizen-tests/contact/ContactAddress_additionalInformation_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_attributeType_check.html b/common/tct-contact-tizen-tests/contact/ContactAddress_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_attribute_byDefault.html b/common/tct-contact-tizen-tests/contact/ContactAddress_attribute_byDefault.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_city_attribute.html b/common/tct-contact-tizen-tests/contact/ContactAddress_city_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_constructor.html b/common/tct-contact-tizen-tests/contact/ContactAddress_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_constructor_ContactAddressInit.html b/common/tct-contact-tizen-tests/contact/ContactAddress_constructor_ContactAddressInit.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_constructor_minargs.html b/common/tct-contact-tizen-tests/contact/ContactAddress_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_country_attribute.html b/common/tct-contact-tizen-tests/contact/ContactAddress_country_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_exist.html b/common/tct-contact-tizen-tests/contact/ContactAddress_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_extend.html b/common/tct-contact-tizen-tests/contact/ContactAddress_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_isDefault_attribute.html b/common/tct-contact-tizen-tests/contact/ContactAddress_isDefault_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_label_attribute.html b/common/tct-contact-tizen-tests/contact/ContactAddress_label_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_postalCode_attribute.html b/common/tct-contact-tizen-tests/contact/ContactAddress_postalCode_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_region_attribute.html b/common/tct-contact-tizen-tests/contact/ContactAddress_region_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_streetAddress_attribute.html b/common/tct-contact-tizen-tests/contact/ContactAddress_streetAddress_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_types_attribute.html b/common/tct-contact-tizen-tests/contact/ContactAddress_types_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_types_attribute_CUSTOM.html b/common/tct-contact-tizen-tests/contact/ContactAddress_types_attribute_CUSTOM.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAddress_types_attribute_OTHER.html b/common/tct-contact-tizen-tests/contact/ContactAddress_types_attribute_OTHER.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAnniversary_constructor.html b/common/tct-contact-tizen-tests/contact/ContactAnniversary_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAnniversary_constructor_minargs.html b/common/tct-contact-tizen-tests/contact/ContactAnniversary_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAnniversary_date_attribute.html b/common/tct-contact-tizen-tests/contact/ContactAnniversary_date_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAnniversary_exist.html b/common/tct-contact-tizen-tests/contact/ContactAnniversary_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAnniversary_extend.html b/common/tct-contact-tizen-tests/contact/ContactAnniversary_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactAnniversary_label_attribute.html b/common/tct-contact-tizen-tests/contact/ContactAnniversary_label_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_notexist.html b/common/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_onsuccess.html b/common/tct-contact-tizen-tests/contact/ContactArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactEmailAddress_attributeType_check.html b/common/tct-contact-tizen-tests/contact/ContactEmailAddress_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactEmailAddress_constructor.html b/common/tct-contact-tizen-tests/contact/ContactEmailAddress_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactEmailAddress_constructor_minargs.html b/common/tct-contact-tizen-tests/contact/ContactEmailAddress_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactEmailAddress_email_attribute.html b/common/tct-contact-tizen-tests/contact/ContactEmailAddress_email_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactEmailAddress_exist.html b/common/tct-contact-tizen-tests/contact/ContactEmailAddress_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactEmailAddress_extend.html b/common/tct-contact-tizen-tests/contact/ContactEmailAddress_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactEmailAddress_isDefault_attribute.html b/common/tct-contact-tizen-tests/contact/ContactEmailAddress_isDefault_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactEmailAddress_label_attribute.html b/common/tct-contact-tizen-tests/contact/ContactEmailAddress_label_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactEmailAddress_types_attribute.html b/common/tct-contact-tizen-tests/contact/ContactEmailAddress_types_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactEmailAddress_types_attribute_CUSTOM.html b/common/tct-contact-tizen-tests/contact/ContactEmailAddress_types_attribute_CUSTOM.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactEmailAddress_types_attribute_OTHER.html b/common/tct-contact-tizen-tests/contact/ContactEmailAddress_types_attribute_OTHER.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_constructor_data_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_constructor_data_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_constructor_exist.html b/common/tct-contact-tizen-tests/contact/ContactExtension_constructor_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_constructor_with_dictionary.html b/common/tct-contact-tizen-tests/contact/ContactExtension_constructor_with_dictionary.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_constructor_without_dictionary.html b/common/tct-contact-tizen-tests/contact/ContactExtension_constructor_without_dictionary.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_data10_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_data10_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_data11_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_data11_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_data12_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_data12_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_data1_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_data1_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_data2_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_data2_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_data3_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_data3_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_data4_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_data4_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_data5_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_data5_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_data6_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_data6_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_data7_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_data7_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_data8_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_data8_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_data9_attribute.html b/common/tct-contact-tizen-tests/contact/ContactExtension_data9_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactExtension_extend.html b/common/tct-contact-tizen-tests/contact/ContactExtension_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_addressBookId_attribute.html b/common/tct-contact-tizen-tests/contact/ContactGroup_addressBookId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_attributeType_check.html b/common/tct-contact-tizen-tests/contact/ContactGroup_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_attribute_byDefault.html b/common/tct-contact-tizen-tests/contact/ContactGroup_attribute_byDefault.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_connstructor_minarg.html b/common/tct-contact-tizen-tests/contact/ContactGroup_connstructor_minarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_constructor.html b/common/tct-contact-tizen-tests/contact/ContactGroup_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_exist.html b/common/tct-contact-tizen-tests/contact/ContactGroup_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_extend.html b/common/tct-contact-tizen-tests/contact/ContactGroup_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_id_attribute.html b/common/tct-contact-tizen-tests/contact/ContactGroup_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_name_attribute.html b/common/tct-contact-tizen-tests/contact/ContactGroup_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_photoURI_attribute.html b/common/tct-contact-tizen-tests/contact/ContactGroup_photoURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_readOnly_attribute.html b/common/tct-contact-tizen-tests/contact/ContactGroup_readOnly_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_readOnly_not_nullable.html b/common/tct-contact-tizen-tests/contact/ContactGroup_readOnly_not_nullable.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactGroup_ringtoneURI_attribute.html b/common/tct-contact-tizen-tests/contact/ContactGroup_ringtoneURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactInit_attributeType_check.html b/common/tct-contact-tizen-tests/contact/ContactInit_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactInstantMessenger_constructor.html b/common/tct-contact-tizen-tests/contact/ContactInstantMessenger_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactInstantMessenger_exist.html b/common/tct-contact-tizen-tests/contact/ContactInstantMessenger_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactInstantMessenger_extend.html b/common/tct-contact-tizen-tests/contact/ContactInstantMessenger_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactInstantMessenger_imAddress_attribute.html b/common/tct-contact-tizen-tests/contact/ContactInstantMessenger_imAddress_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactInstantMessenger_label_attribute.html b/common/tct-contact-tizen-tests/contact/ContactInstantMessenger_label_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactInstantMessenger_type_attribute.html b/common/tct-contact-tizen-tests/contact/ContactInstantMessenger_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManagerObject_notexist.html b/common/tct-contact-tizen-tests/contact/ContactManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_addAddressBook.html b/common/tct-contact-tizen-tests/contact/ContactManager_addAddressBook.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_addAddressBook_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_addAddressBook_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_addAddressBook_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_addAddressBook_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_addAddressBook_invalid.html b/common/tct-contact-tizen-tests/contact/ContactManager_addAddressBook_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_addAddressBook_misarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_addAddressBook_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_addChangeListener.html b/common/tct-contact-tizen-tests/contact/ContactManager_addChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_missarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_successCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_successCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/ContactManager_addChangeListener_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_check_types.html b/common/tct-contact-tizen-tests/contact/ContactManager_check_types.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_extend.html b/common/tct-contact-tizen-tests/contact/ContactManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find.html b/common/tct-contact-tizen-tests/contact/ContactManager_find.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount.html b/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_errorCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_errorCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_errorCallback_invoked.html b/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_filter_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_filter_invalid_obj.html b/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_filter_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_misarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_sortModeOrder_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_sortModeOrder_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_successCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_successCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_with_offset.html b/common/tct-contact-tizen-tests/contact/ContactManager_findByUsageCount_with_offset.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invoked.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_filter_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_filter_invalid_obj.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_filter_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_missarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_sortMode_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_sortMode_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_sortMode_invalid_obj.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_sortMode_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_with_errorCallback.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_with_filter.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_find_with_sortMode.html b/common/tct-contact-tizen-tests/contact/ContactManager_find_with_sortMode.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_get.html b/common/tct-contact-tizen-tests/contact/ContactManager_get.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBook.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBook.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_addressBookId_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_addressBookId_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_addressBookId_invalid.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_addressBookId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_invalid_argument.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_misarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBook_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_missarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_with_errorCallback.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_with_errorCallback_null.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_with_errorCallback_null.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_without_errorCallback.html b/common/tct-contact-tizen-tests/contact/ContactManager_getAddressBooks_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook.html b/common/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook_extra_argument.html b/common/tct-contact-tizen-tests/contact/ContactManager_getDefaultAddressBook_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook.html b/common/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook_extra_argument.html b/common/tct-contact-tizen-tests/contact/ContactManager_getUnifiedAddressBook_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_get_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_get_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_get_invalid_argument.html b/common/tct-contact-tizen-tests/contact/ContactManager_get_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_get_misarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_get_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_get_personId_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_get_personId_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_get_personId_invalid.html b/common/tct-contact-tizen-tests/contact/ContactManager_get_personId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_in_tizen.html b/common/tct-contact-tizen-tests/contact/ContactManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_notexist.html b/common/tct-contact-tizen-tests/contact/ContactManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_remove.html b/common/tct-contact-tizen-tests/contact/ContactManager_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeAddressBook.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeAddressBook.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeAddressBook_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeAddressBook_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeAddressBook_invalid_argument.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeAddressBook_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeAddressBook_invalid_obj.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeAddressBook_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeAddressBook_misarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeAddressBook_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_invoked.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_missarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_personIds_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_personIds_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_with_errorCallback.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_with_successCallback.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeBatch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener_invalid_argument.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener_misarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_removeChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_remove_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_remove_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_remove_invalid_argument.html b/common/tct-contact-tizen-tests/contact/ContactManager_remove_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_remove_misarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_remove_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_remove_personId_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_remove_personId_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_remove_personId_invalid.html b/common/tct-contact-tizen-tests/contact/ContactManager_remove_personId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_update.html b/common/tct-contact-tizen-tests/contact/ContactManager_update.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_invoked.html b/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_missarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_persons_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_persons_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_invalid_cb.html b/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_with_errorCallback.html b/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_with_successCallback.html b/common/tct-contact-tizen-tests/contact/ContactManager_updateBatch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_update_exist.html b/common/tct-contact-tizen-tests/contact/ContactManager_update_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_update_invalid_argument.html b/common/tct-contact-tizen-tests/contact/ContactManager_update_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_update_missarg.html b/common/tct-contact-tizen-tests/contact/ContactManager_update_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_update_person_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/ContactManager_update_person_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactManager_update_person_invalid.html b/common/tct-contact-tizen-tests/contact/ContactManager_update_person_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactNameInit_attributeType_check.html b/common/tct-contact-tizen-tests/contact/ContactNameInit_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_attributeType_check.html b/common/tct-contact-tizen-tests/contact/ContactName_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_attribute_byDefault.html b/common/tct-contact-tizen-tests/contact/ContactName_attribute_byDefault.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_constructor.html b/common/tct-contact-tizen-tests/contact/ContactName_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_constructor_contactNameInit.html b/common/tct-contact-tizen-tests/contact/ContactName_constructor_contactNameInit.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_constructor_minarg.html b/common/tct-contact-tizen-tests/contact/ContactName_constructor_minarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_displayName_attribute.html b/common/tct-contact-tizen-tests/contact/ContactName_displayName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_exist.html b/common/tct-contact-tizen-tests/contact/ContactName_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_extend.html b/common/tct-contact-tizen-tests/contact/ContactName_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_firstName_attribute.html b/common/tct-contact-tizen-tests/contact/ContactName_firstName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_lastName_attribute.html b/common/tct-contact-tizen-tests/contact/ContactName_lastName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_middleName_attribute.html b/common/tct-contact-tizen-tests/contact/ContactName_middleName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_nicknames_attribute.html b/common/tct-contact-tizen-tests/contact/ContactName_nicknames_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_nicknames_attribute_multi.html b/common/tct-contact-tizen-tests/contact/ContactName_nicknames_attribute_multi.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_nicknames_not_nullable.html b/common/tct-contact-tizen-tests/contact/ContactName_nicknames_not_nullable.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_phoneticFirstName_attribute.html b/common/tct-contact-tizen-tests/contact/ContactName_phoneticFirstName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_phoneticLastName_attribute.html b/common/tct-contact-tizen-tests/contact/ContactName_phoneticLastName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_phoneticMiddleName_attribute.html b/common/tct-contact-tizen-tests/contact/ContactName_phoneticMiddleName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_prefix_attribute.html b/common/tct-contact-tizen-tests/contact/ContactName_prefix_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactName_suffix_attribute.html b/common/tct-contact-tizen-tests/contact/ContactName_suffix_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactOrganizationInit_attributeType_check.html b/common/tct-contact-tizen-tests/contact/ContactOrganizationInit_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactOrganization_attributeType_check.html b/common/tct-contact-tizen-tests/contact/ContactOrganization_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactOrganization_constructor.html b/common/tct-contact-tizen-tests/contact/ContactOrganization_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactOrganization_constructor_ContactOrganizationInit.html b/common/tct-contact-tizen-tests/contact/ContactOrganization_constructor_ContactOrganizationInit.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactOrganization_constructor_minarg.html b/common/tct-contact-tizen-tests/contact/ContactOrganization_constructor_minarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactOrganization_department_attribute.html b/common/tct-contact-tizen-tests/contact/ContactOrganization_department_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactOrganization_exist.html b/common/tct-contact-tizen-tests/contact/ContactOrganization_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactOrganization_extend.html b/common/tct-contact-tizen-tests/contact/ContactOrganization_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactOrganization_logoURI_attribute.html b/common/tct-contact-tizen-tests/contact/ContactOrganization_logoURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactOrganization_name_attribute.html b/common/tct-contact-tizen-tests/contact/ContactOrganization_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactOrganization_role_attribute.html b/common/tct-contact-tizen-tests/contact/ContactOrganization_role_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactOrganization_title_attribute.html b/common/tct-contact-tizen-tests/contact/ContactOrganization_title_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_attributeType_check.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_attribute_byDefault.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_attribute_byDefault.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_constructor.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_constructor_minargs.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_exist.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_extend.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_isDefault_attribute.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_isDefault_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_label_attribute.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_label_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_number_attribute.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_number_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_types_attribute.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_types_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_types_attribute_ASSISTANT.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_types_attribute_ASSISTANT.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_types_attribute_CUSTOM.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_types_attribute_CUSTOM.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_types_attribute_OTHER.html b/common/tct-contact-tizen-tests/contact/ContactPhoneNumber_types_attribute_OTHER.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactRef_addressBookId_attribute.html b/common/tct-contact-tizen-tests/contact/ContactRef_addressBookId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactRef_attributeType_check.html b/common/tct-contact-tizen-tests/contact/ContactRef_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactRef_constructor.html b/common/tct-contact-tizen-tests/contact/ContactRef_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactRef_contactId_attribute.html b/common/tct-contact-tizen-tests/contact/ContactRef_contactId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactRef_exist.html b/common/tct-contact-tizen-tests/contact/ContactRef_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactRef_extend.html b/common/tct-contact-tizen-tests/contact/ContactRef_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactRelationship_constructor.html b/common/tct-contact-tizen-tests/contact/ContactRelationship_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactRelationship_exist.html b/common/tct-contact-tizen-tests/contact/ContactRelationship_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactRelationship_extend.html b/common/tct-contact-tizen-tests/contact/ContactRelationship_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactRelationship_label_attribute.html b/common/tct-contact-tizen-tests/contact/ContactRelationship_label_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactRelationship_relativeName_attribute.html b/common/tct-contact-tizen-tests/contact/ContactRelationship_relativeName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactRelationship_type_attribute.html b/common/tct-contact-tizen-tests/contact/ContactRelationship_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactTextFormat_enum_VCARD_30.html b/common/tct-contact-tizen-tests/contact/ContactTextFormat_enum_VCARD_30.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactTextFormat_enum_invalid.html b/common/tct-contact-tizen-tests/contact/ContactTextFormat_enum_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactWebSite_attributeType_check.html b/common/tct-contact-tizen-tests/contact/ContactWebSite_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactWebSite_constructor.html b/common/tct-contact-tizen-tests/contact/ContactWebSite_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactWebSite_constructor_minarg.html b/common/tct-contact-tizen-tests/contact/ContactWebSite_constructor_minarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactWebSite_exist.html b/common/tct-contact-tizen-tests/contact/ContactWebSite_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactWebSite_extend.html b/common/tct-contact-tizen-tests/contact/ContactWebSite_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactWebSite_type_attribute.html b/common/tct-contact-tizen-tests/contact/ContactWebSite_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/ContactWebSite_url_attribute.html b/common/tct-contact-tizen-tests/contact/ContactWebSite_url_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_ContactArraySuccessCallback_onsuccess.html b/common/tct-contact-tizen-tests/contact/Contact_ContactArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_ContactEmailAddress_emails_types.html b/common/tct-contact-tizen-tests/contact/Contact_ContactEmailAddress_emails_types.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_ContactManagerObject_attri_contact.html b/common/tct-contact-tizen-tests/contact/Contact_ContactManagerObject_attri_contact.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook.html b/common/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook_NULL.html b/common/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook_NULL.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook_invalid.html b/common/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBook_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBooks.html b/common/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBooks.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBooks_invalid.html b/common/tct-contact-tizen-tests/contact/Contact_ContactManager_getAddressBooks_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_ContactManager_getDefaultAddressBook.html b/common/tct-contact-tizen-tests/contact/Contact_ContactManager_getDefaultAddressBook.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_ContactPhoneNumber_attri_number_types.html b/common/tct-contact-tizen-tests/contact/Contact_ContactPhoneNumber_attri_number_types.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_addressBookId_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_addressBookId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_addresses_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_addresses_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_anniversaries_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_anniversaries_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_attributeType_check.html b/common/tct-contact-tizen-tests/contact/Contact_attributeType_check.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_attribute_byDefault.html b/common/tct-contact-tizen-tests/contact/Contact_attribute_byDefault.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_birthday_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_birthday_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_clone.html b/common/tct-contact-tizen-tests/contact/Contact_clone.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_clone_exist.html b/common/tct-contact-tizen-tests/contact/Contact_clone_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_clone_extra_argument.html b/common/tct-contact-tizen-tests/contact/Contact_clone_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_constructor_ContactInit.html b/common/tct-contact-tizen-tests/contact/Contact_constructor_ContactInit.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_constructor_VCARD.html b/common/tct-contact-tizen-tests/contact/Contact_constructor_VCARD.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_convertToString.html b/common/tct-contact-tizen-tests/contact/Contact_convertToString.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_convertToString_exist.html b/common/tct-contact-tizen-tests/contact/Contact_convertToString_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_convertToString_format_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/Contact_convertToString_format_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_convertToString_with_format.html b/common/tct-contact-tizen-tests/contact/Contact_convertToString_with_format.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_convertToString_with_null.html b/common/tct-contact-tizen-tests/contact/Contact_convertToString_with_null.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_convertToString_with_one.html b/common/tct-contact-tizen-tests/contact/Contact_convertToString_with_one.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_emails_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_emails_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_exist.html b/common/tct-contact-tizen-tests/contact/Contact_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_extend.html b/common/tct-contact-tizen-tests/contact/Contact_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_groupIds_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_groupIds_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_id_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_isFavorite_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_isFavorite_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_isFavorite_not_nullable.html b/common/tct-contact-tizen-tests/contact/Contact_isFavorite_not_nullable.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_lastUpdated_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_lastUpdated_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_messageAlertURI_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_messageAlertURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_messengers_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_messengers_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_name_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_notes_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_notes_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_organizations_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_organizations_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_personId_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_personId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_phoneNumbers_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_phoneNumbers_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_photoURI_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_photoURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_relationships_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_relationships_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_ringtoneURI_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_ringtoneURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_urls_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_urls_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Contact_vibrationURI_attribute.html b/common/tct-contact-tizen-tests/contact/Contact_vibrationURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Makefile.am b/common/tct-contact-tizen-tests/contact/Makefile.am old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/PersonArraySuccessCallback_notexist.html b/common/tct-contact-tizen-tests/contact/PersonArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/PersonArraySuccessCallback_onsuccess.html b/common/tct-contact-tizen-tests/contact/PersonArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_contactCount_attribute.html b/common/tct-contact-tizen-tests/contact/Person_contactCount_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_displayContactId_attribute.html b/common/tct-contact-tizen-tests/contact/Person_displayContactId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_displayName_attribute.html b/common/tct-contact-tizen-tests/contact/Person_displayName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_extend.html b/common/tct-contact-tizen-tests/contact/Person_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_getUsageCount.html b/common/tct-contact-tizen-tests/contact/Person_getUsageCount.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_getUsageCount_exist.html b/common/tct-contact-tizen-tests/contact/Person_getUsageCount_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_getUsageCount_type_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/Person_getUsageCount_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_getUsageCount_with_type.html b/common/tct-contact-tizen-tests/contact/Person_getUsageCount_with_type.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_hasEmail_attribute.html b/common/tct-contact-tizen-tests/contact/Person_hasEmail_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_hasPhoneNumber_attribute.html b/common/tct-contact-tizen-tests/contact/Person_hasPhoneNumber_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_id_attribute.html b/common/tct-contact-tizen-tests/contact/Person_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_isFavorite_attribute.html b/common/tct-contact-tizen-tests/contact/Person_isFavorite_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_link.html b/common/tct-contact-tizen-tests/contact/Person_link.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_link_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/Person_link_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_link_exist.html b/common/tct-contact-tizen-tests/contact/Person_link_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_link_misarg.html b/common/tct-contact-tizen-tests/contact/Person_link_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_link_personId_invalid.html b/common/tct-contact-tizen-tests/contact/Person_link_personId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_notexist.html b/common/tct-contact-tizen-tests/contact/Person_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_photoURI_attribute.html b/common/tct-contact-tizen-tests/contact/Person_photoURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_resetUsageCount.html b/common/tct-contact-tizen-tests/contact/Person_resetUsageCount.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_resetUsageCount_exist.html b/common/tct-contact-tizen-tests/contact/Person_resetUsageCount_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_resetUsageCount_type_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/Person_resetUsageCount_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_resetUsageCount_with_type.html b/common/tct-contact-tizen-tests/contact/Person_resetUsageCount_with_type.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_ringtoneURI_attribute.html b/common/tct-contact-tizen-tests/contact/Person_ringtoneURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_unlink.html b/common/tct-contact-tizen-tests/contact/Person_unlink.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_unlink_TypeMismatch.html b/common/tct-contact-tizen-tests/contact/Person_unlink_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_unlink_contactId_invalid.html b/common/tct-contact-tizen-tests/contact/Person_unlink_contactId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_unlink_exist.html b/common/tct-contact-tizen-tests/contact/Person_unlink_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/Person_unlink_misarg.html b/common/tct-contact-tizen-tests/contact/Person_unlink_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/PersonsChangeCallback_notexist.html b/common/tct-contact-tizen-tests/contact/PersonsChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsadded.html b/common/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsadded.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsremoved.html b/common/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsremoved.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsupdated.html b/common/tct-contact-tizen-tests/contact/PersonsChangeCallback_onpersonsupdated.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/support/Makefile.am b/common/tct-contact-tizen-tests/contact/support/Makefile.am old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/support/contact_common.js b/common/tct-contact-tizen-tests/contact/support/contact_common.js old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/support/getJsonConf.js b/common/tct-contact-tizen-tests/contact/support/getJsonConf.js old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/support/tizen_contact_data_generators.js b/common/tct-contact-tizen-tests/contact/support/tizen_contact_data_generators.js old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/contact/support/unitcommon.js b/common/tct-contact-tizen-tests/contact/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/icon.png b/common/tct-contact-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/inst.apk.py b/common/tct-contact-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/inst.wgt.py b/common/tct-contact-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/inst.xpk.py b/common/tct-contact-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/manifest.json b/common/tct-contact-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/pack.py b/common/tct-contact-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-contact-tizen-tests/pack.py +++ b/common/tct-contact-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-contact-tizen-tests/resources/COPYING b/common/tct-contact-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/resources/testharness.css b/common/tct-contact-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/resources/testharness.js b/common/tct-contact-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/resources/testharnessreport.js b/common/tct-contact-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/suite.json b/common/tct-contact-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/testcase.xsl b/common/tct-contact-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/testresult.xsl b/common/tct-contact-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/tests.bak.xml b/common/tct-contact-tizen-tests/tests.bak.xml old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/tests.css b/common/tct-contact-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/tests.full.xml b/common/tct-contact-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/tests.xml b/common/tct-contact-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/webapi-tizen-contact-test_image1.png b/common/tct-contact-tizen-tests/webapi-tizen-contact-test_image1.png old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/webapi-tizen-contact-test_image2.png b/common/tct-contact-tizen-tests/webapi-tizen-contact-test_image2.png old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/webapi-tizen-contact-test_ring1.mp3 b/common/tct-contact-tizen-tests/webapi-tizen-contact-test_ring1.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/webapi-tizen-contact-test_ring2.mp3 b/common/tct-contact-tizen-tests/webapi-tizen-contact-test_ring2.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/webrunner/index.html b/common/tct-contact-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-contact-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-contact-tizen-tests/webrunner/testrunner.js b/common/tct-contact-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/COPYING b/common/tct-content-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/LICENSE.Apache-2.0 b/common/tct-content-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/LICENSE.CC-BY-3.0 b/common/tct-content-tizen-tests/LICENSE.CC-BY-3.0 old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/NOTICE b/common/tct-content-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/Queue.py b/common/tct-content-tizen-tests/Queue.py old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/Queue.pyc b/common/tct-content-tizen-tests/Queue.pyc old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/config.xml b/common/tct-content-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContentLyrics_extend.html b/common/tct-content-tizen-tests/content/AudioContentLyrics_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContentLyrics_notexist.html b/common/tct-content-tizen-tests/content/AudioContentLyrics_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContentLyrics_texts_attribute.html b/common/tct-content-tizen-tests/content/AudioContentLyrics_texts_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContentLyrics_timestamps_attribute.html b/common/tct-content-tizen-tests/content/AudioContentLyrics_timestamps_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContentLyrics_type_attribute.html b/common/tct-content-tizen-tests/content/AudioContentLyrics_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContent_album_attribute.html b/common/tct-content-tizen-tests/content/AudioContent_album_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContent_artists_attribute.html b/common/tct-content-tizen-tests/content/AudioContent_artists_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContent_bitrate_attribute.html b/common/tct-content-tizen-tests/content/AudioContent_bitrate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContent_composers_attribute.html b/common/tct-content-tizen-tests/content/AudioContent_composers_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContent_copyright_attribute.html b/common/tct-content-tizen-tests/content/AudioContent_copyright_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContent_duration_attribute.html b/common/tct-content-tizen-tests/content/AudioContent_duration_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContent_extend.html b/common/tct-content-tizen-tests/content/AudioContent_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContent_genres_attribute.html b/common/tct-content-tizen-tests/content/AudioContent_genres_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContent_lyrics_attribute.html b/common/tct-content-tizen-tests/content/AudioContent_lyrics_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContent_notexist.html b/common/tct-content-tizen-tests/content/AudioContent_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/AudioContent_trackNumber_attribute.html b/common/tct-content-tizen-tests/content/AudioContent_trackNumber_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentArraySuccessCallback_notexist.html b/common/tct-content-tizen-tests/content/ContentArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentArraySuccessCallback_onsuccess.html b/common/tct-content-tizen-tests/content/ContentArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentChangeCallback_notexist.html b/common/tct-content-tizen-tests/content/ContentChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentadded.html b/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentadded.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentdiradded.html b/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentdiradded.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentdirremoved.html b/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentdirremoved.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentdirupdated.html b/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentdirupdated.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentremoved.html b/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentremoved.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentremoved_id_type.html b/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentremoved_id_type.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentupdated.html b/common/tct-content-tizen-tests/content/ContentChangeCallback_oncontentupdated.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentDirectoryArraySuccessCallback_notexist.html b/common/tct-content-tizen-tests/content/ContentDirectoryArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentDirectoryArraySuccessCallback_onsuccess.html b/common/tct-content-tizen-tests/content/ContentDirectoryArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentDirectory_directoryURI_attribute.html b/common/tct-content-tizen-tests/content/ContentDirectory_directoryURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentDirectory_extend.html b/common/tct-content-tizen-tests/content/ContentDirectory_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentDirectory_id_attribute.html b/common/tct-content-tizen-tests/content/ContentDirectory_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentDirectory_modifiedDate_attribute.html b/common/tct-content-tizen-tests/content/ContentDirectory_modifiedDate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentDirectory_notexist.html b/common/tct-content-tizen-tests/content/ContentDirectory_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentDirectory_storageType_attribute.html b/common/tct-content-tizen-tests/content/ContentDirectory_storageType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentDirectory_title_attribute.html b/common/tct-content-tizen-tests/content/ContentDirectory_title_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManagerObject_content_exist.html b/common/tct-content-tizen-tests/content/ContentManagerObject_content_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManagerObject_notexist.html b/common/tct-content-tizen-tests/content/ContentManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_cancelScanDirectory.html b/common/tct-content-tizen-tests/content/ContentManager_cancelScanDirectory.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_cancelScanDirectory_contentURI_invalid.html b/common/tct-content-tizen-tests/content/ContentManager_cancelScanDirectory_contentURI_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_cancelScanDirectory_exist.html b/common/tct-content-tizen-tests/content/ContentManager_cancelScanDirectory_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createPlaylist.html b/common/tct-content-tizen-tests/content/ContentManager_createPlaylist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_errorCallback_invoked.html b/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_exist.html b/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_misarg.html b/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_noarg.html b/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_sourcePlaylist_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_sourcePlaylist_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_with_sourcePlaylist.html b/common/tct-content-tizen-tests/content/ContentManager_createPlaylist_with_sourcePlaylist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail.html b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_content_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_content_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_errorCallback_invoked.html b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_exist.html b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_misarg.html b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_createThumbnail_successCallback_invalid_cb.html old mode 100644 new mode 100755 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 old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_extend.html b/common/tct-content-tizen-tests/content/ContentManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find.html b/common/tct-content-tizen-tests/content/ContentManager_find.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_count_attribute_invalid.html b/common/tct-content-tizen-tests/content/ContentManager_find_count_attribute_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_find_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_find_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_errorCallback_invoked.html b/common/tct-content-tizen-tests/content/ContentManager_find_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_exist.html b/common/tct-content-tizen-tests/content/ContentManager_find_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_filter_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_find_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_filter_attribute_invalid.html b/common/tct-content-tizen-tests/content/ContentManager_find_filter_attribute_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_missarg.html b/common/tct-content-tizen-tests/content/ContentManager_find_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_nullableArgs.html b/common/tct-content-tizen-tests/content/ContentManager_find_nullableArgs.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_offset_attribute_invalid.html b/common/tct-content-tizen-tests/content/ContentManager_find_offset_attribute_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_sortMode_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_find_sortMode_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_sortMode_invalid_obj.html b/common/tct-content-tizen-tests/content/ContentManager_find_sortMode_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_find_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_find_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_with_count.html b/common/tct-content-tizen-tests/content/ContentManager_find_with_count.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_with_directoryId.html b/common/tct-content-tizen-tests/content/ContentManager_find_with_directoryId.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_with_errorCallback.html b/common/tct-content-tizen-tests/content/ContentManager_find_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_with_filter.html b/common/tct-content-tizen-tests/content/ContentManager_find_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_with_offset.html b/common/tct-content-tizen-tests/content/ContentManager_find_with_offset.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_find_with_sortMode.html b/common/tct-content-tizen-tests/content/ContentManager_find_with_sortMode.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getDirectories.html b/common/tct-content-tizen-tests/content/ContentManager_getDirectories.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getDirectories_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_getDirectories_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getDirectories_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_getDirectories_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getDirectories_exist.html b/common/tct-content-tizen-tests/content/ContentManager_getDirectories_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getDirectories_missarg.html b/common/tct-content-tizen-tests/content/ContentManager_getDirectories_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getDirectories_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_getDirectories_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getDirectories_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_getDirectories_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getDirectories_with_errorCallback.html b/common/tct-content-tizen-tests/content/ContentManager_getDirectories_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getPlaylists.html b/common/tct-content-tizen-tests/content/ContentManager_getPlaylists.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_exist.html b/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_misarg.html b/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_with_errorCallback.html b/common/tct-content-tizen-tests/content/ContentManager_getPlaylists_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_notexist.html b/common/tct-content-tizen-tests/content/ContentManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_removePlaylist.html b/common/tct-content-tizen-tests/content/ContentManager_removePlaylist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_exist.html b/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_misarg.html b/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_with_errorCallback.html b/common/tct-content-tizen-tests/content/ContentManager_removePlaylist_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanDirectory.html b/common/tct-content-tizen-tests/content/ContentManager_scanDirectory.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_contentURI_invalid.html b/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_contentURI_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_exist.html b/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_misarg.html b/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_with_errorCallback.html b/common/tct-content-tizen-tests/content/ContentManager_scanDirectory_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanFile.html b/common/tct-content-tizen-tests/content/ContentManager_scanFile.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanFile_contentURI_invalid.html b/common/tct-content-tizen-tests/content/ContentManager_scanFile_contentURI_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanFile_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_scanFile_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanFile_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_scanFile_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanFile_exist.html b/common/tct-content-tizen-tests/content/ContentManager_scanFile_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanFile_misarg.html b/common/tct-content-tizen-tests/content/ContentManager_scanFile_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanFile_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_scanFile_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanFile_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_scanFile_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanFile_with_errorCallback.html b/common/tct-content-tizen-tests/content/ContentManager_scanFile_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_scanFile_with_successCallback.html b/common/tct-content-tizen-tests/content/ContentManager_scanFile_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_update.html b/common/tct-content-tizen-tests/content/ContentManager_update.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_contents_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_contents_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_description.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_description.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_invoked.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_exist.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_image_geolocation.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_image_geolocation.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_image_orientation.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_image_orientation.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_missarg.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_name.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_name.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_video_geolocation.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_video_geolocation.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_with_errorCallback.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_with_successCallback.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_updateBatch_without_callback.html b/common/tct-content-tizen-tests/content/ContentManager_updateBatch_without_callback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_update_content_TypeMismatch.html b/common/tct-content-tizen-tests/content/ContentManager_update_content_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_update_content_invalid.html b/common/tct-content-tizen-tests/content/ContentManager_update_content_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_update_description.html b/common/tct-content-tizen-tests/content/ContentManager_update_description.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_update_exist.html b/common/tct-content-tizen-tests/content/ContentManager_update_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_update_image_geolocation.html b/common/tct-content-tizen-tests/content/ContentManager_update_image_geolocation.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_update_image_orientation.html b/common/tct-content-tizen-tests/content/ContentManager_update_image_orientation.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_update_missarg.html b/common/tct-content-tizen-tests/content/ContentManager_update_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_update_name.html b/common/tct-content-tizen-tests/content/ContentManager_update_name.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentManager_update_video_geolocation.html b/common/tct-content-tizen-tests/content/ContentManager_update_video_geolocation.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentScanSuccessCallback_notexist.html b/common/tct-content-tizen-tests/content/ContentScanSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentScanSuccessCallback_onsuccess.html b/common/tct-content-tizen-tests/content/ContentScanSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ContentScanSuccessCallback_onsuccess_contentURI.html b/common/tct-content-tizen-tests/content/ContentScanSuccessCallback_onsuccess_contentURI.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_contentURI_attribute.html b/common/tct-content-tizen-tests/content/Content_contentURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_description_attribute.html b/common/tct-content-tizen-tests/content/Content_description_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_editableAttributes_attribute.html b/common/tct-content-tizen-tests/content/Content_editableAttributes_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_extend.html b/common/tct-content-tizen-tests/content/Content_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_id_attribute.html b/common/tct-content-tizen-tests/content/Content_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_in_tizen.html b/common/tct-content-tizen-tests/content/Content_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_isFavorite_attribute.html b/common/tct-content-tizen-tests/content/Content_isFavorite_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_mimeType_attribute.html b/common/tct-content-tizen-tests/content/Content_mimeType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_modifiedDate_attribute.html b/common/tct-content-tizen-tests/content/Content_modifiedDate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_name_attribute.html b/common/tct-content-tizen-tests/content/Content_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_notexist.html b/common/tct-content-tizen-tests/content/Content_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_rating_attribute.html b/common/tct-content-tizen-tests/content/Content_rating_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_releaseDate_attribute.html b/common/tct-content-tizen-tests/content/Content_releaseDate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_size_attribute.html b/common/tct-content-tizen-tests/content/Content_size_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_thumbnailURIs_attribute.html b/common/tct-content-tizen-tests/content/Content_thumbnailURIs_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_title_attribute.html b/common/tct-content-tizen-tests/content/Content_title_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_type_AUDIO.html b/common/tct-content-tizen-tests/content/Content_type_AUDIO.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_type_IMAGE.html b/common/tct-content-tizen-tests/content/Content_type_IMAGE.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_type_VIDEO.html b/common/tct-content-tizen-tests/content/Content_type_VIDEO.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Content_type_attribute.html b/common/tct-content-tizen-tests/content/Content_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ImageContent_extend.html b/common/tct-content-tizen-tests/content/ImageContent_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ImageContent_geolocation_attribute.html b/common/tct-content-tizen-tests/content/ImageContent_geolocation_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ImageContent_height_attribute.html b/common/tct-content-tizen-tests/content/ImageContent_height_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ImageContent_notexist.html b/common/tct-content-tizen-tests/content/ImageContent_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ImageContent_orientation_attribute.html b/common/tct-content-tizen-tests/content/ImageContent_orientation_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ImageContent_width_attribute.html b/common/tct-content-tizen-tests/content/ImageContent_width_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/PlaylistArraySuccessCallback_notexist.html b/common/tct-content-tizen-tests/content/PlaylistArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/PlaylistArraySuccessCallback_onsuccess.html b/common/tct-content-tizen-tests/content/PlaylistArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/PlaylistItemArraySuccessCallback_notexist.html b/common/tct-content-tizen-tests/content/PlaylistItemArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/PlaylistItemArraySuccessCallback_onsuccess.html b/common/tct-content-tizen-tests/content/PlaylistItemArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/PlaylistItem_content_attribute.html b/common/tct-content-tizen-tests/content/PlaylistItem_content_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/PlaylistItem_extend.html b/common/tct-content-tizen-tests/content/PlaylistItem_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/PlaylistItem_notexist.html b/common/tct-content-tizen-tests/content/PlaylistItem_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/PlaylistSuccessCallback_notexist.html b/common/tct-content-tizen-tests/content/PlaylistSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/PlaylistSuccessCallback_onsuccess.html b/common/tct-content-tizen-tests/content/PlaylistSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_add.html b/common/tct-content-tizen-tests/content/Playlist_add.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_addBatch.html b/common/tct-content-tizen-tests/content/Playlist_addBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_addBatch_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_addBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_addBatch_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/Playlist_addBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_addBatch_exist.html b/common/tct-content-tizen-tests/content/Playlist_addBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_addBatch_items_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_addBatch_items_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_addBatch_misarg.html b/common/tct-content-tizen-tests/content/Playlist_addBatch_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_addBatch_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_addBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_addBatch_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/Playlist_addBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_addBatch_with_errorCallback.html b/common/tct-content-tizen-tests/content/Playlist_addBatch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_add_exist.html b/common/tct-content-tizen-tests/content/Playlist_add_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_add_item_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_add_item_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_add_misarg.html b/common/tct-content-tizen-tests/content/Playlist_add_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_extend.html b/common/tct-content-tizen-tests/content/Playlist_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_get.html b/common/tct-content-tizen-tests/content/Playlist_get.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_get_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_get_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_get_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/Playlist_get_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_get_errorCallback_invoked.html b/common/tct-content-tizen-tests/content/Playlist_get_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_get_exist.html b/common/tct-content-tizen-tests/content/Playlist_get_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_get_misarg.html b/common/tct-content-tizen-tests/content/Playlist_get_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_get_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_get_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_get_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/Playlist_get_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_get_with_offset.html b/common/tct-content-tizen-tests/content/Playlist_get_with_offset.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_id_attribute.html b/common/tct-content-tizen-tests/content/Playlist_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_move.html b/common/tct-content-tizen-tests/content/Playlist_move.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_move_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_move_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_move_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/Playlist_move_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_move_errorCallback_invoked.html b/common/tct-content-tizen-tests/content/Playlist_move_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_move_exist.html b/common/tct-content-tizen-tests/content/Playlist_move_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_move_item_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_move_item_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_move_noarg.html b/common/tct-content-tizen-tests/content/Playlist_move_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_move_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_move_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_move_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/Playlist_move_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_move_with_errorCallback.html b/common/tct-content-tizen-tests/content/Playlist_move_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_name_attribute.html b/common/tct-content-tizen-tests/content/Playlist_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_notexist.html b/common/tct-content-tizen-tests/content/Playlist_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_numberOfTracks_attribute.html b/common/tct-content-tizen-tests/content/Playlist_numberOfTracks_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_remove.html b/common/tct-content-tizen-tests/content/Playlist_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_removeBatch.html b/common/tct-content-tizen-tests/content/Playlist_removeBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_removeBatch_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_removeBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_removeBatch_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/Playlist_removeBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_removeBatch_exist.html b/common/tct-content-tizen-tests/content/Playlist_removeBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_removeBatch_items_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_removeBatch_items_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_removeBatch_noarg.html b/common/tct-content-tizen-tests/content/Playlist_removeBatch_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_removeBatch_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_removeBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_removeBatch_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/Playlist_removeBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_removeBatch_with_errorCallback.html b/common/tct-content-tizen-tests/content/Playlist_removeBatch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_remove_exist.html b/common/tct-content-tizen-tests/content/Playlist_remove_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_remove_item_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_remove_item_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_remove_noarg.html b/common/tct-content-tizen-tests/content/Playlist_remove_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_setOrder.html b/common/tct-content-tizen-tests/content/Playlist_setOrder.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_setOrder_errorCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_setOrder_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_setOrder_errorCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/Playlist_setOrder_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_setOrder_errorCallback_invoked.html b/common/tct-content-tizen-tests/content/Playlist_setOrder_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_setOrder_exist.html b/common/tct-content-tizen-tests/content/Playlist_setOrder_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_setOrder_items_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_setOrder_items_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_setOrder_noarg.html b/common/tct-content-tizen-tests/content/Playlist_setOrder_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_setOrder_successCallback_TypeMismatch.html b/common/tct-content-tizen-tests/content/Playlist_setOrder_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_setOrder_successCallback_invalid_cb.html b/common/tct-content-tizen-tests/content/Playlist_setOrder_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_setOrder_with_errorCallback.html b/common/tct-content-tizen-tests/content/Playlist_setOrder_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/Playlist_thumbnailURI_attribute.html b/common/tct-content-tizen-tests/content/Playlist_thumbnailURI_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ThumbnailSuccessCallback_notexist.html b/common/tct-content-tizen-tests/content/ThumbnailSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/ThumbnailSuccessCallback_onsuccess.html b/common/tct-content-tizen-tests/content/ThumbnailSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/VideoContent_album_attribute.html b/common/tct-content-tizen-tests/content/VideoContent_album_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/VideoContent_artists_attribute.html b/common/tct-content-tizen-tests/content/VideoContent_artists_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/VideoContent_duration_attribute.html b/common/tct-content-tizen-tests/content/VideoContent_duration_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/VideoContent_extend.html b/common/tct-content-tizen-tests/content/VideoContent_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/VideoContent_geolocation_attribute.html b/common/tct-content-tizen-tests/content/VideoContent_geolocation_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/VideoContent_height_attribute.html b/common/tct-content-tizen-tests/content/VideoContent_height_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/VideoContent_notexist.html b/common/tct-content-tizen-tests/content/VideoContent_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/VideoContent_width_attribute.html b/common/tct-content-tizen-tests/content/VideoContent_width_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/support/content_common.js b/common/tct-content-tizen-tests/content/support/content_common.js old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/support/getJsonConf.js b/common/tct-content-tizen-tests/content/support/getJsonConf.js old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/content/support/unitcommon.js b/common/tct-content-tizen-tests/content/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/icon.png b/common/tct-content-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/inst.apk.py b/common/tct-content-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/inst.wgt.py b/common/tct-content-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/inst.xpk.py b/common/tct-content-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/manifest.json b/common/tct-content-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_audio_default.mp3 b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_audio_default.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_audio_lyrics.mp3 b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_audio_lyrics.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_audio_no_tag.mp3 b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_audio_no_tag.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_default.jpg b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_default.jpg old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_geolocation.jpg b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_geolocation.jpg old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_1.jpg b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_1.jpg old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_2.jpg b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_2.jpg old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_3.jpg b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_3.jpg old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_4.jpg b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_4.jpg old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_5.jpg b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_5.jpg old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_6.jpg b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_6.jpg old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_7.jpg b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_7.jpg old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_8.jpg b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_8.jpg old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_video.mp4 b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_video.mp4 old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/media/tct-content-tizen-tests_video_tagged.mp4 b/common/tct-content-tizen-tests/media/tct-content-tizen-tests_video_tagged.mp4 old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/pack.py b/common/tct-content-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-content-tizen-tests/pack.py +++ b/common/tct-content-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-content-tizen-tests/resources/COPYING b/common/tct-content-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/resources/testharness.css b/common/tct-content-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/resources/testharness.js b/common/tct-content-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/resources/testharnessreport.js b/common/tct-content-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/shellmanager.py b/common/tct-content-tizen-tests/shellmanager.py old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/shellmanager.pyc b/common/tct-content-tizen-tests/shellmanager.pyc old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/suite.json b/common/tct-content-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/testcase.xsl b/common/tct-content-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/testresult.xsl b/common/tct-content-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/tests.css b/common/tct-content-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/tests.full.xml b/common/tct-content-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/tests.xml b/common/tct-content-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/webrunner/index.html b/common/tct-content-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-content-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-content-tizen-tests/webrunner/testrunner.js b/common/tct-content-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/COPYING b/common/tct-convergence-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/LICENSE.Apache-2.0 b/common/tct-convergence-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/NOTICE b/common/tct-convergence-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/config.xml b/common/tct-convergence-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationClientListCallback_notexist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationClientListCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationClientService_notexist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationClientService_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationListenerCallback_notexist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationListenerCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationServerService_constructor.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationServerService_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationServerService_exist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationServerService_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationServerService_extend.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationServerService_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_getClientList_exist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_getClientList_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_notexist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_send_exist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_send_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_setListener_exist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_setListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_setListener_listenerCallback_invalid_cb.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_setListener_listenerCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_start_exist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_start_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_start_invalid_obj.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_start_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_start_misarg.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_start_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_stop_exist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_stop_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_unsetListener_exist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_unsetListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_unsetListener_extra_argument.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationService_unsetListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationStartCallback_notexist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationStartCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/AppCommunicationSuccessCallback_notexist.html b/common/tct-convergence-tizen-tests/convergence/AppCommunicationSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/ConnectSuccessCallback_notexist.html b/common/tct-convergence-tizen-tests/convergence/ConnectSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_extend.html b/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_in_tizen.html b/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_notexist.html b/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_startDiscovery_InvalidStateError.html b/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_startDiscovery_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_startDiscovery_errorCallback_TypeMismatch.html b/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_startDiscovery_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_startDiscovery_errorCallback_invalid_cb.html b/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_startDiscovery_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_startDiscovery_exist.html b/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_startDiscovery_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_startDiscovery_misarg.html b/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_startDiscovery_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_startDiscovery_successCallback_invalid_cb.html b/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_startDiscovery_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_stopDiscovery_exist.html b/common/tct-convergence-tizen-tests/convergence/ConvergenceManager_stopDiscovery_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/ConvergenceObject_notexist.html b/common/tct-convergence-tizen-tests/convergence/ConvergenceObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/Device_notexist.html b/common/tct-convergence-tizen-tests/convergence/Device_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/DiscoverySuccessCallback_notexist.html b/common/tct-convergence-tizen-tests/convergence/DiscoverySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/RemoteAppControlCallback_notexist.html b/common/tct-convergence-tizen-tests/convergence/RemoteAppControlCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/RemoteAppControlService_notexist.html b/common/tct-convergence-tizen-tests/convergence/RemoteAppControlService_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/support/convergence_common.js b/common/tct-convergence-tizen-tests/convergence/support/convergence_common.js old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/convergence/support/unitcommon.js b/common/tct-convergence-tizen-tests/convergence/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/icon.png b/common/tct-convergence-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/inst.apk.py b/common/tct-convergence-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/inst.wgt.py b/common/tct-convergence-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/inst.xpk.py b/common/tct-convergence-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/manifest.json b/common/tct-convergence-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/pack.py b/common/tct-convergence-tizen-tests/pack.py old mode 100644 new mode 100755 index 44c41a3bd..08d55aafe --- a/common/tct-convergence-tizen-tests/pack.py +++ b/common/tct-convergence-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-convergence-tizen-tests/resources/COPYING b/common/tct-convergence-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/resources/testharness.css b/common/tct-convergence-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/resources/testharness.js b/common/tct-convergence-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/resources/testharnessreport.js b/common/tct-convergence-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/suite.json b/common/tct-convergence-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/testcase.xsl b/common/tct-convergence-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/testresult.xsl b/common/tct-convergence-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/tests.css b/common/tct-convergence-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/webrunner/index.html b/common/tct-convergence-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-convergence-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-convergence-tizen-tests/webrunner/testrunner.js b/common/tct-convergence-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/COPYING b/common/tct-cors-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/README b/common/tct-cors-w3c-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/config.xml b/common/tct-cors-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_add_max_age.html b/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_add_max_age.html old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_allow_credentials_true.html b/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_allow_credentials_true.html old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_base.html b/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_base.html old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_credentials_false_origin.html b/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_credentials_false_origin.html old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_get.html b/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_get.html old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_getResponseHeader_not_null.html b/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_getResponseHeader_not_null.html old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_getResponseHeader_null.html b/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_getResponseHeader_null.html old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_get_true.html b/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_get_true.html old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_post.html b/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_post.html old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_post_true.html b/common/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_post_true.html old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/support/COPYING b/common/tct-cors-w3c-tests/cors/support/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/support/cgi/cors_allow_origin_asterisk.php b/common/tct-cors-w3c-tests/cors/support/cgi/cors_allow_origin_asterisk.php old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/support/cgi/cors_credential_false.php b/common/tct-cors-w3c-tests/cors/support/cgi/cors_credential_false.php old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/support/cgi/cors_credential_true.php b/common/tct-cors-w3c-tests/cors/support/cgi/cors_credential_true.php old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/support/cgi/cors_echo.php b/common/tct-cors-w3c-tests/cors/support/cgi/cors_echo.php old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/support/cors_allow_origin_asterisk.php b/common/tct-cors-w3c-tests/cors/support/cors_allow_origin_asterisk.php old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/support/cors_credential_false.php b/common/tct-cors-w3c-tests/cors/support/cors_credential_false.php old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/support/cors_credential_true.php b/common/tct-cors-w3c-tests/cors/support/cors_credential_true.php old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/support/cors_echo.php b/common/tct-cors-w3c-tests/cors/support/cors_echo.php old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/support/path.js b/common/tct-cors-w3c-tests/cors/support/path.js old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/cors/support/poster.png b/common/tct-cors-w3c-tests/cors/support/poster.png old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/icon.png b/common/tct-cors-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/inst.apk.py b/common/tct-cors-w3c-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/inst.wgt.py b/common/tct-cors-w3c-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/inst.xpk.py b/common/tct-cors-w3c-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/manifest.json b/common/tct-cors-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/pack.py b/common/tct-cors-w3c-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-cors-w3c-tests/pack.py +++ b/common/tct-cors-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-cors-w3c-tests/resources/COPYING b/common/tct-cors-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/resources/testharness.css b/common/tct-cors-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/resources/testharness.js b/common/tct-cors-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/resources/testharnessreport.js b/common/tct-cors-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/suite.json b/common/tct-cors-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/testcase.xsl b/common/tct-cors-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/testresult.xsl b/common/tct-cors-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/tests.css b/common/tct-cors-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/tests.full.xml b/common/tct-cors-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/tests.xml b/common/tct-cors-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/webrunner/index.html b/common/tct-cors-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/webrunner/jquery-1.10.2.min.js b/common/tct-cors-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-cors-w3c-tests/webrunner/testrunner.js b/common/tct-cors-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-crypto-w3c-tests/pack.py b/common/tct-crypto-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-crypto-w3c-tests/pack.py +++ b/common/tct-crypto-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-csp-w3c-tests/COPYING b/common/tct-csp-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/README b/common/tct-csp-w3c-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/config.xml b/common/tct-csp-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_base-uri_allowed.php b/common/tct-csp-w3c-tests/csp/csp_base-uri_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_base-uri_blocked.php b/common/tct-csp-w3c-tests/csp/csp_base-uri_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_child-src_allowed.php b/common/tct-csp-w3c-tests/csp/csp_child-src_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_child-src_blocked.php b/common/tct-csp-w3c-tests/csp/csp_child-src_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_connect-src_asterisk.php b/common/tct-csp-w3c-tests/csp/csp_connect-src_asterisk.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_connect-src_cross-origin.php b/common/tct-csp-w3c-tests/csp/csp_connect-src_cross-origin.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_connect-src_cross-origin_multi.php b/common/tct-csp-w3c-tests/csp/csp_connect-src_cross-origin_multi.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_connect-src_none.php b/common/tct-csp-w3c-tests/csp/csp_connect-src_none.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_connect-src_self.php b/common/tct-csp-w3c-tests/csp/csp_connect-src_self.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_asterisk_script.php b/common/tct-csp-w3c-tests/csp/csp_default-src_asterisk_script.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_connect.php b/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_connect.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_connect_multi.php b/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_connect_multi.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_font_allowed.php b/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_font_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_font_blocked.php b/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_font_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_multi_font_allowed_one.php b/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_multi_font_allowed_one.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_multi_font_allowed_two.php b/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_multi_font_allowed_two.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_multi_font_blocked.php b/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_multi_font_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_multi_font_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_multi_font_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_multi_script.php b/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_multi_script.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_script.php b/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_script.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_style.php b/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_style.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_style_multi.php b/common/tct-csp-w3c-tests/csp/csp_default-src_cross-origin_style_multi.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_none_connect.php b/common/tct-csp-w3c-tests/csp/csp_default-src_none_connect.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_none_font_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_default-src_none_font_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_none_font_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_default-src_none_font_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_none_script.php b/common/tct-csp-w3c-tests/csp/csp_default-src_none_script.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_none_style.php b/common/tct-csp-w3c-tests/csp/csp_default-src_none_style.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_self_connect.php b/common/tct-csp-w3c-tests/csp/csp_default-src_self_connect.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_self_font_allowed.php b/common/tct-csp-w3c-tests/csp/csp_default-src_self_font_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_self_font_blocked.php b/common/tct-csp-w3c-tests/csp/csp_default-src_self_font_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_self_frame_allowed.php b/common/tct-csp-w3c-tests/csp/csp_default-src_self_frame_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_self_frame_blocked.php b/common/tct-csp-w3c-tests/csp/csp_default-src_self_frame_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_self_img_allowed.php b/common/tct-csp-w3c-tests/csp/csp_default-src_self_img_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_self_img_blocked.php b/common/tct-csp-w3c-tests/csp/csp_default-src_self_img_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_self_object_allowed.php b/common/tct-csp-w3c-tests/csp/csp_default-src_self_object_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_self_object_blocked.php b/common/tct-csp-w3c-tests/csp/csp_default-src_self_object_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_self_script.php b/common/tct-csp-w3c-tests/csp/csp_default-src_self_script.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_default-src_self_style.php b/common/tct-csp-w3c-tests/csp/csp_default-src_self_style.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_font-src_asterisk_allowed_ext.php b/common/tct-csp-w3c-tests/csp/csp_font-src_asterisk_allowed_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_font-src_asterisk_allowed_int.php b/common/tct-csp-w3c-tests/csp/csp_font-src_asterisk_allowed_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_font-src_cross-origin_allowed.php b/common/tct-csp-w3c-tests/csp/csp_font-src_cross-origin_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_font-src_cross-origin_blocked.php b/common/tct-csp-w3c-tests/csp/csp_font-src_cross-origin_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_font-src_cross-origin_multi_allowed_one.php b/common/tct-csp-w3c-tests/csp/csp_font-src_cross-origin_multi_allowed_one.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_font-src_cross-origin_multi_allowed_two.php b/common/tct-csp-w3c-tests/csp/csp_font-src_cross-origin_multi_allowed_two.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_font-src_cross-origin_multi_blocked.php b/common/tct-csp-w3c-tests/csp/csp_font-src_cross-origin_multi_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_font-src_cross-origin_multi_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_font-src_cross-origin_multi_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_font-src_none_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_font-src_none_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_font-src_none_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_font-src_none_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_font-src_self_allowed.php b/common/tct-csp-w3c-tests/csp/csp_font-src_self_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_font-src_self_blocked.php b/common/tct-csp-w3c-tests/csp/csp_font-src_self_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_form-action_allowed.php b/common/tct-csp-w3c-tests/csp/csp_form-action_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_form-action_blocked.php b/common/tct-csp-w3c-tests/csp/csp_form-action_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_applet_allowed.php b/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_applet_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_applet_blocked.php b/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_applet_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_embed_allowed.php b/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_embed_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_embed_blocked.php b/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_embed_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_frame_allowed.php b/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_frame_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_frame_blocked.php b/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_frame_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_iframe_allowed.php b/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_iframe_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_iframe_blocked.php b/common/tct-csp-w3c-tests/csp/csp_frame-ancestors_iframe_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_asterisk_allowed_ext.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_asterisk_allowed_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_asterisk_allowed_int.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_asterisk_allowed_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_allowed.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_blocked.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_multi_allowed_one.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_multi_allowed_one.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_multi_allowed_two.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_multi_allowed_two.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_multi_blocked.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_multi_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_multi_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_cross-origin_multi_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_none_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_none_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_none_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_none_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_self_allowed.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_self_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_frame-src_self_blocked.php b/common/tct-csp-w3c-tests/csp/csp_frame-src_self_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_asterisk_allowed_ext.php b/common/tct-csp-w3c-tests/csp/csp_img-src_asterisk_allowed_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_asterisk_allowed_int.php b/common/tct-csp-w3c-tests/csp/csp_img-src_asterisk_allowed_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_allowed.php b/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_blocked.php b/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_multi_allowed_one.php b/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_multi_allowed_one.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_multi_allowed_two.php b/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_multi_allowed_two.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_multi_blocked.php b/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_multi_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_multi_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_img-src_cross-origin_multi_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_none_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_img-src_none_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_none_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_img-src_none_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_self_allowed.php b/common/tct-csp-w3c-tests/csp/csp_img-src_self_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_img-src_self_blocked.php b/common/tct-csp-w3c-tests/csp/csp_img-src_self_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_asterisk_audio_allowed_ext.php b/common/tct-csp-w3c-tests/csp/csp_media-src_asterisk_audio_allowed_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_asterisk_audio_allowed_int.php b/common/tct-csp-w3c-tests/csp/csp_media-src_asterisk_audio_allowed_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_asterisk_video_allowed_ext.php b/common/tct-csp-w3c-tests/csp/csp_media-src_asterisk_video_allowed_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_asterisk_video_allowed_int.php b/common/tct-csp-w3c-tests/csp/csp_media-src_asterisk_video_allowed_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_corss-origin_audio_allowed_ext.php b/common/tct-csp-w3c-tests/csp/csp_media-src_corss-origin_audio_allowed_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_corss-origin_audio_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_media-src_corss-origin_audio_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_corss-origin_audio_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_media-src_corss-origin_audio_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_corss-origin_video_allowed_ext.php b/common/tct-csp-w3c-tests/csp/csp_media-src_corss-origin_video_allowed_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_corss-origin_video_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_media-src_corss-origin_video_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_corss-origin_video_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_media-src_corss-origin_video_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_none_audio_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_media-src_none_audio_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_none_audio_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_media-src_none_audio_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_none_video_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_media-src_none_video_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_none_video_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_media-src_none_video_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_self_audio.php b/common/tct-csp-w3c-tests/csp/csp_media-src_self_audio.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_media-src_self_video.php b/common/tct-csp-w3c-tests/csp/csp_media-src_self_video.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_asterisk_allowed_ext.php b/common/tct-csp-w3c-tests/csp/csp_object-src_asterisk_allowed_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_asterisk_allowed_int.php b/common/tct-csp-w3c-tests/csp/csp_object-src_asterisk_allowed_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_allowed.php b/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_blocked.php b/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_multi_allowed_one.php b/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_multi_allowed_one.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_multi_allowed_two.php b/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_multi_allowed_two.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_multi_blocked.php b/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_multi_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_multi_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_object-src_cross-origin_multi_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_none_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_object-src_none_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_none_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_object-src_none_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_self_allowed.php b/common/tct-csp-w3c-tests/csp/csp_object-src_self_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_object-src_self_blocked.php b/common/tct-csp-w3c-tests/csp/csp_object-src_self_blocked.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_connect-src_asterisk.php b/common/tct-csp-w3c-tests/csp/csp_ro_connect-src_asterisk.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_connect-src_cross-origin.php b/common/tct-csp-w3c-tests/csp/csp_ro_connect-src_cross-origin.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_connect-src_cross-origin_multi.php b/common/tct-csp-w3c-tests/csp/csp_ro_connect-src_cross-origin_multi.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_connect-src_none.php b/common/tct-csp-w3c-tests/csp/csp_ro_connect-src_none.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_connect-src_self.php b/common/tct-csp-w3c-tests/csp/csp_ro_connect-src_self.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_font-src_self_allowed_ext.php b/common/tct-csp-w3c-tests/csp/csp_ro_font-src_self_allowed_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_font-src_self_allowed_int.php b/common/tct-csp-w3c-tests/csp/csp_ro_font-src_self_allowed_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_frame-src_self_allowed_ext.php b/common/tct-csp-w3c-tests/csp/csp_ro_frame-src_self_allowed_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_frame-src_self_allowed_int.php b/common/tct-csp-w3c-tests/csp/csp_ro_frame-src_self_allowed_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_img-src_self_allowed_ext.php b/common/tct-csp-w3c-tests/csp/csp_ro_img-src_self_allowed_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_img-src_self_allowed_int.php b/common/tct-csp-w3c-tests/csp/csp_ro_img-src_self_allowed_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_media-src_corss-origin_audio_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_ro_media-src_corss-origin_audio_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_media-src_corss-origin_audio_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_ro_media-src_corss-origin_audio_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_media-src_corss-origin_video_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_ro_media-src_corss-origin_video_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_media-src_corss-origin_video_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_ro_media-src_corss-origin_video_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_media-src_none_audio_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_ro_media-src_none_audio_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_media-src_none_audio_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_ro_media-src_none_audio_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_media-src_none_video_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_ro_media-src_none_video_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_media-src_none_video_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_ro_media-src_none_video_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_object-src_self_allowed_ext.php b/common/tct-csp-w3c-tests/csp/csp_ro_object-src_self_allowed_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_object-src_self_allowed_int.php b/common/tct-csp-w3c-tests/csp/csp_ro_object-src_self_allowed_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_script-src_self_unsafe-inline.php b/common/tct-csp-w3c-tests/csp/csp_ro_script-src_self_unsafe-inline.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_script-src_self_unsafe-inline_unsafe-eval.php b/common/tct-csp-w3c-tests/csp/csp_ro_script-src_self_unsafe-inline_unsafe-eval.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_style-src_asterisk.php b/common/tct-csp-w3c-tests/csp/csp_ro_style-src_asterisk.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_style-src_cross-origin.php b/common/tct-csp-w3c-tests/csp/csp_ro_style-src_cross-origin.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_style-src_cross-origin_multi.php b/common/tct-csp-w3c-tests/csp/csp_ro_style-src_cross-origin_multi.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_style-src_none.php b/common/tct-csp-w3c-tests/csp/csp_ro_style-src_none.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_style-src_self.php b/common/tct-csp-w3c-tests/csp/csp_ro_style-src_self.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_ro_style-src_unsafe-inline.php b/common/tct-csp-w3c-tests/csp/csp_ro_style-src_unsafe-inline.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_sandbox_allow-same-origin_allow-scripts.php b/common/tct-csp-w3c-tests/csp/csp_sandbox_allow-same-origin_allow-scripts.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_sandbox_empty_event.php b/common/tct-csp-w3c-tests/csp/csp_sandbox_empty_event.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_sandbox_empty_ext.php b/common/tct-csp-w3c-tests/csp/csp_sandbox_empty_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_sandbox_empty_inline.php b/common/tct-csp-w3c-tests/csp/csp_sandbox_empty_inline.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_sandbox_empty_int.php b/common/tct-csp-w3c-tests/csp/csp_sandbox_empty_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_asterisk.php b/common/tct-csp-w3c-tests/csp/csp_script-src_asterisk.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_cross-origin.php b/common/tct-csp-w3c-tests/csp/csp_script-src_cross-origin.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_cross-origin_block_inline.php b/common/tct-csp-w3c-tests/csp/csp_script-src_cross-origin_block_inline.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_cross-origin_multi.php b/common/tct-csp-w3c-tests/csp/csp_script-src_cross-origin_multi.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_cross-origin_unsafe-inline.php b/common/tct-csp-w3c-tests/csp/csp_script-src_cross-origin_unsafe-inline.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_none.php b/common/tct-csp-w3c-tests/csp/csp_script-src_none.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_self_unsafe-inline.php b/common/tct-csp-w3c-tests/csp/csp_script-src_self_unsafe-inline.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_self_unsafe-inline_unsafe-eval.php b/common/tct-csp-w3c-tests/csp/csp_script-src_self_unsafe-inline_unsafe-eval.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_self_unsafe-line.php b/common/tct-csp-w3c-tests/csp/csp_script-src_self_unsafe-line.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_unsafe-inline_allowed.php b/common/tct-csp-w3c-tests/csp/csp_script-src_unsafe-inline_allowed.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_unsafe-inline_allowed_event.php b/common/tct-csp-w3c-tests/csp/csp_script-src_unsafe-inline_allowed_event.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_unsafe-inline_allowed_iframe.php b/common/tct-csp-w3c-tests/csp/csp_script-src_unsafe-inline_allowed_iframe.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_unsafe-inline_blocked_ext.php b/common/tct-csp-w3c-tests/csp/csp_script-src_unsafe-inline_blocked_ext.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_unsafe-inline_blocked_int.php b/common/tct-csp-w3c-tests/csp/csp_script-src_unsafe-inline_blocked_int.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_script-src_unsafe-inline_unsafe-eval.php b/common/tct-csp-w3c-tests/csp/csp_script-src_unsafe-inline_unsafe-eval.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_style-src_asterisk.php b/common/tct-csp-w3c-tests/csp/csp_style-src_asterisk.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_style-src_cross-origin.php b/common/tct-csp-w3c-tests/csp/csp_style-src_cross-origin.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_style-src_cross-origin_multi.php b/common/tct-csp-w3c-tests/csp/csp_style-src_cross-origin_multi.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_style-src_none.php b/common/tct-csp-w3c-tests/csp/csp_style-src_none.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_style-src_self.php b/common/tct-csp-w3c-tests/csp/csp_style-src_self.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/csp_style-src_unsafe-inline.php b/common/tct-csp-w3c-tests/csp/csp_style-src_unsafe-inline.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/COPYING b/common/tct-csp-w3c-tests/csp/support/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/CanvasTest.php b/common/tct-csp-w3c-tests/csp/support/CanvasTest.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/CanvasTest.ttf b/common/tct-csp-w3c-tests/csp/support/CanvasTest.ttf old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/HelloWorldApplet.class b/common/tct-csp-w3c-tests/csp/support/HelloWorldApplet.class old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/a-green.css b/common/tct-csp-w3c-tests/csp/support/a-green.css old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/blue-100x100.css b/common/tct-csp-w3c-tests/csp/support/blue-100x100.css old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/blue-100x100.png b/common/tct-csp-w3c-tests/csp/support/blue-100x100.png old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/canvas-index.css b/common/tct-csp-w3c-tests/csp/support/canvas-index.css old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/csp.js b/common/tct-csp-w3c-tests/csp/support/csp.js old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/csstest-basic-bold.php b/common/tct-csp-w3c-tests/csp/support/csstest-basic-bold.php old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/csstest-basic-bold.ttf b/common/tct-csp-w3c-tests/csp/support/csstest-basic-bold.ttf old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/green-100x100.png b/common/tct-csp-w3c-tests/csp/support/green-100x100.png old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/red-100x100.png b/common/tct-csp-w3c-tests/csp/support/red-100x100.png old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/red-green.theora.ogv b/common/tct-csp-w3c-tests/csp/support/red-green.theora.ogv old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/test.css b/common/tct-csp-w3c-tests/csp/support/test.css old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/test.js b/common/tct-csp-w3c-tests/csp/support/test.js old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/test81.js b/common/tct-csp-w3c-tests/csp/support/test81.js old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/support/test83.js b/common/tct-csp-w3c-tests/csp/support/test83.js old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/w3c/COPYING b/common/tct-csp-w3c-tests/csp/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/w3c/CSP_001.cgi b/common/tct-csp-w3c-tests/csp/w3c/CSP_001.cgi old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/w3c/CSP_002.cgi b/common/tct-csp-w3c-tests/csp/w3c/CSP_002.cgi old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/w3c/CSP_003.cgi b/common/tct-csp-w3c-tests/csp/w3c/CSP_003.cgi old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/w3c/CSP_004.cgi b/common/tct-csp-w3c-tests/csp/w3c/CSP_004.cgi old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/w3c/CSP_default-src-inline-allowed.cgi b/common/tct-csp-w3c-tests/csp/w3c/CSP_default-src-inline-allowed.cgi old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/w3c/CSP_passTest001.cgi b/common/tct-csp-w3c-tests/csp/w3c/CSP_passTest001.cgi old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/w3c/assertTrue.cgi b/common/tct-csp-w3c-tests/csp/w3c/assertTrue.cgi old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/w3c/csp-inline-script.cgi b/common/tct-csp-w3c-tests/csp/w3c/csp-inline-script.cgi old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/csp/w3c/csp-self.cgi b/common/tct-csp-w3c-tests/csp/w3c/csp-self.cgi old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/icon.png b/common/tct-csp-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/inst.apk.py b/common/tct-csp-w3c-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/inst.wgt.py b/common/tct-csp-w3c-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/inst.xpk.py b/common/tct-csp-w3c-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/manifest.json b/common/tct-csp-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/pack.py b/common/tct-csp-w3c-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-csp-w3c-tests/pack.py +++ b/common/tct-csp-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-csp-w3c-tests/resources/COPYING b/common/tct-csp-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/resources/testharness.css b/common/tct-csp-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/resources/testharness.js b/common/tct-csp-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/resources/testharnessreport.js b/common/tct-csp-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/suite.json b/common/tct-csp-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/testcase.xsl b/common/tct-csp-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/testresult.xsl b/common/tct-csp-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/tests.css b/common/tct-csp-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/tests.full.xml b/common/tct-csp-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/tests.xml b/common/tct-csp-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/webrunner/index.html b/common/tct-csp-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/webrunner/jquery-1.10.2.min.js b/common/tct-csp-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-csp-w3c-tests/webrunner/testrunner.js b/common/tct-csp-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-customelement-w3c-tests/pack.py b/common/tct-customelement-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-customelement-w3c-tests/pack.py +++ b/common/tct-customelement-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-datacontrol-tizen-tests/COPYING b/common/tct-datacontrol-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/LICENSE.Apache-2.0 b/common/tct-datacontrol-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/NOTICE b/common/tct-datacontrol-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/README b/common/tct-datacontrol-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/config.xml b/common/tct-datacontrol-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlConsumerObject_dataId_attribute.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlConsumerObject_dataId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlConsumerObject_extend.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlConsumerObject_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlConsumerObject_notexist.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlConsumerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlConsumerObject_providerId_attribute.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlConsumerObject_providerId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlConsumerObject_type_attribute.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlConsumerObject_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlErrorCallback_notexist.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlErrorCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlErrorCallback_onerror.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlErrorCallback_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlGetValueSuccessCallback_notexist.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlGetValueSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlGetValueSuccessCallback_onsuccess.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlGetValueSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlInsertSuccessCallback_notexist.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlInsertSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlInsertSuccessCallback_onsuccess.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlInsertSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManagerObject_notexist.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_extend.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_getDataControlConsumer_MAP.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_getDataControlConsumer_MAP.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_getDataControlConsumer_SQL.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_getDataControlConsumer_SQL.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_getDataControlConsumer_exist.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_getDataControlConsumer_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_getDataControlConsumer_missarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_getDataControlConsumer_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_getDataControlConsumer_noarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_getDataControlConsumer_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_getDataControlConsumer_type_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_getDataControlConsumer_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_in_tizen.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_notexist.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlSelectSuccessCallback_notexist.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlSelectSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlSelectSuccessCallback_onsuccess.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlSelectSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlSuccessCallback_notexist.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlSuccessCallback_onsuccess_MAP.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlSuccessCallback_onsuccess_MAP.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/DataControlSuccessCallback_onsuccess_SQL.html b/common/tct-datacontrol-tizen-tests/datacontrol/DataControlSuccessCallback_onsuccess_SQL.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_errorCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_errorCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_exist.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_successCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_successCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_with_errorCallback.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_with_successCallback.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_addValue_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_extend.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_errorCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_errorCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_errorCallback_invoked.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_exist.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_missarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_noarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_successCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_successCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_without_errorCallback.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_getValue_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_notexist.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_errorCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_errorCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_errorCallback_invoked.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_exist.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_missarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_noarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_successCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_successCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_without_errorCallback.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_removeValue_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_errorCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_errorCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_errorCallback_invoked.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_exist.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_missarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_noarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_successCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_successCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_without_errorCallback.html b/common/tct-datacontrol-tizen-tests/datacontrol/MappedDataControlConsumer_updateValue_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_extend.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_errorCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_errorCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_exist.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_insertionData_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_insertionData_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_missarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_noarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_successCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_successCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_without_errorCallback.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_without_successCallback.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_insert_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_notexist.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_errorCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_errorCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_errorCallback_invoked.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_exist.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_successCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_successCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_without_errorCallback.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_without_successCallback.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_remove_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_columns_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_columns_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_errorCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_errorCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_errorCallback_invoked.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_exist.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_missarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_noarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_order_ASC.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_order_ASC.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_order_DESC.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_order_DESC.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_successCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_successCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_without_errorCallback.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_without_maxNumberPerPage.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_without_maxNumberPerPage.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_without_page.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_select_without_page.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_errorCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_errorCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_errorCallback_invoked.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_exist.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_missarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_noarg.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_successCallback_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_successCallback_invalid_cb.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_updateData_TypeMismatch.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_updateData_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_without_errorCallback.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_without_successCallback.html b/common/tct-datacontrol-tizen-tests/datacontrol/SQLDataControlConsumer_update_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/support/DOMString_function.js b/common/tct-datacontrol-tizen-tests/datacontrol/support/DOMString_function.js old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/support/datacontrol_common.js b/common/tct-datacontrol-tizen-tests/datacontrol/support/datacontrol_common.js old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/datacontrol/support/unitcommon.js b/common/tct-datacontrol-tizen-tests/datacontrol/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/icon.png b/common/tct-datacontrol-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/inst.apk.py b/common/tct-datacontrol-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/inst.wgt.py b/common/tct-datacontrol-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/inst.xpk.py b/common/tct-datacontrol-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/manifest.json b/common/tct-datacontrol-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/pack.py b/common/tct-datacontrol-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-datacontrol-tizen-tests/pack.py +++ b/common/tct-datacontrol-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-datacontrol-tizen-tests/resources/COPYING b/common/tct-datacontrol-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/resources/testharness.css b/common/tct-datacontrol-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/resources/testharness.js b/common/tct-datacontrol-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/resources/testharnessreport.js b/common/tct-datacontrol-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/suite.json b/common/tct-datacontrol-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/testcase.xsl b/common/tct-datacontrol-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/testresult.xsl b/common/tct-datacontrol-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/tests.css b/common/tct-datacontrol-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/tests.full.xml b/common/tct-datacontrol-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/tests.xml b/common/tct-datacontrol-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/webrunner/index.html b/common/tct-datacontrol-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-datacontrol-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-datacontrol-tizen-tests/webrunner/testrunner.js b/common/tct-datacontrol-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-deprecatedapi-tizen-tests/deprecatedapi/support/push_common.js b/common/tct-deprecatedapi-tizen-tests/deprecatedapi/support/push_common.js old mode 100644 new mode 100755 diff --git a/common/tct-deprecatedapi-tizen-tests/pack.py b/common/tct-deprecatedapi-tizen-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-deprecatedapi-tizen-tests/pack.py +++ b/common/tct-deprecatedapi-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-device-cordova-tests/pack.py b/common/tct-device-cordova-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-device-cordova-tests/pack.py +++ b/common/tct-device-cordova-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-devicemotion-cordova-tests/pack.py b/common/tct-devicemotion-cordova-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-devicemotion-cordova-tests/pack.py +++ b/common/tct-devicemotion-cordova-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-deviceorientation-w3c-tests/pack.py b/common/tct-deviceorientation-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-deviceorientation-w3c-tests/pack.py +++ b/common/tct-deviceorientation-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-dialogs-cordova-tests/pack.py b/common/tct-dialogs-cordova-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-dialogs-cordova-tests/pack.py +++ b/common/tct-dialogs-cordova-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-dnd-html5-tests/COPYING b/common/tct-dnd-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/README b/common/tct-dnd-html5-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/common/COPYING b/common/tct-dnd-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/common/domtestcase.js b/common/tct-dnd-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/common/media.js b/common/tct-dnd-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/config.xml b/common/tct-dnd-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/dom/draggable.html b/common/tct-dnd-html5-tests/dnd/dom/draggable.html old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/dom/events.html b/common/tct-dnd-html5-tests/dnd/dom/events.html old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/dom/specials.html b/common/tct-dnd-html5-tests/dnd/dom/specials.html old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/dragdrop_dropzone.html b/common/tct-dnd-html5-tests/dnd/dragdrop_dropzone.html old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/images/COPYING b/common/tct-dnd-html5-tests/dnd/images/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/images/blue.png b/common/tct-dnd-html5-tests/dnd/images/blue.png old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/synthetic/001.html b/common/tct-dnd-html5-tests/dnd/synthetic/001.html old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/the-draggable-attribute/draggable_attribute.html b/common/tct-dnd-html5-tests/dnd/the-draggable-attribute/draggable_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/the-dropzone-attribute/dropzone_attribute.html b/common/tct-dnd-html5-tests/dnd/the-dropzone-attribute/dropzone_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/w3c/COPYING b/common/tct-dnd-html5-tests/dnd/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/w3c/dragdrop_004.htm b/common/tct-dnd-html5-tests/dnd/w3c/dragdrop_004.htm old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/w3c/dragdrop_005.htm b/common/tct-dnd-html5-tests/dnd/w3c/dragdrop_005.htm old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/w3c/dragdrop_006.htm b/common/tct-dnd-html5-tests/dnd/w3c/dragdrop_006.htm old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/w3c/dragdrop_007.htm b/common/tct-dnd-html5-tests/dnd/w3c/dragdrop_007.htm old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/w3c/dragdrop_008.htm b/common/tct-dnd-html5-tests/dnd/w3c/dragdrop_008.htm old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/dnd/w3c/dragdrop_support.js b/common/tct-dnd-html5-tests/dnd/w3c/dragdrop_support.js old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/icon.png b/common/tct-dnd-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/inst.apk.py b/common/tct-dnd-html5-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/inst.wgt.py b/common/tct-dnd-html5-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/inst.xpk.py b/common/tct-dnd-html5-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/manifest.json b/common/tct-dnd-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/pack.py b/common/tct-dnd-html5-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-dnd-html5-tests/pack.py +++ b/common/tct-dnd-html5-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-dnd-html5-tests/resources/COPYING b/common/tct-dnd-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/resources/interfaces.js b/common/tct-dnd-html5-tests/resources/interfaces.js old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/resources/testharness.css b/common/tct-dnd-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/resources/testharness.js b/common/tct-dnd-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/resources/testharnessreport.js b/common/tct-dnd-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/suite.json b/common/tct-dnd-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/testcase.xsl b/common/tct-dnd-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/testresult.xsl b/common/tct-dnd-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/tests.css b/common/tct-dnd-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/tests.full.xml b/common/tct-dnd-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/tests.xml b/common/tct-dnd-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/webrunner/index.html b/common/tct-dnd-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/webrunner/jquery-1.10.2.min.js b/common/tct-dnd-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-dnd-html5-tests/webrunner/testrunner.js b/common/tct-dnd-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/COPYING b/common/tct-download-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/LICENSE.Apache-2.0 b/common/tct-download-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/NOTICE b/common/tct-download-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/Queue.py b/common/tct-download-tizen-tests/Queue.py old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/Queue.pyc b/common/tct-download-tizen-tests/Queue.pyc old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/README b/common/tct-download-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/config.xml b/common/tct-download-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadCallback_notexist.html b/common/tct-download-tizen-tests/download/DownloadCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadCallback_oncanceled.html b/common/tct-download-tizen-tests/download/DownloadCallback_oncanceled.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadCallback_oncompleted.html b/common/tct-download-tizen-tests/download/DownloadCallback_oncompleted.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadCallback_onfailed.html b/common/tct-download-tizen-tests/download/DownloadCallback_onfailed.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadCallback_onpaused.html b/common/tct-download-tizen-tests/download/DownloadCallback_onpaused.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadCallback_onprogress.html b/common/tct-download-tizen-tests/download/DownloadCallback_onprogress.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManagerObject_download_exists.html b/common/tct-download-tizen-tests/download/DownloadManagerObject_download_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManagerObject_notexist.html b/common/tct-download-tizen-tests/download/DownloadManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_cancel.html b/common/tct-download-tizen-tests/download/DownloadManager_cancel.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_cancel_exist.html b/common/tct-download-tizen-tests/download/DownloadManager_cancel_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_cancel_invalidvalues.html b/common/tct-download-tizen-tests/download/DownloadManager_cancel_invalidvalues.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_cancel_noarg.html b/common/tct-download-tizen-tests/download/DownloadManager_cancel_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_extend.html b/common/tct-download-tizen-tests/download/DownloadManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest.html b/common/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest_exist.html b/common/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest_invalidvalues.html b/common/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest_invalidvalues.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest_noarg.html b/common/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getMIMEType.html b/common/tct-download-tizen-tests/download/DownloadManager_getMIMEType.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getMIMEType_exist.html b/common/tct-download-tizen-tests/download/DownloadManager_getMIMEType_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getMIMEType_invalidvalues.html b/common/tct-download-tizen-tests/download/DownloadManager_getMIMEType_invalidvalues.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getMIMEType_noarg.html b/common/tct-download-tizen-tests/download/DownloadManager_getMIMEType_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getState.html b/common/tct-download-tizen-tests/download/DownloadManager_getState.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getState_exist.html b/common/tct-download-tizen-tests/download/DownloadManager_getState_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getState_invalidvalues.html b/common/tct-download-tizen-tests/download/DownloadManager_getState_invalidvalues.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getState_noarg.html b/common/tct-download-tizen-tests/download/DownloadManager_getState_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getState_url_DOWNLOADING.html b/common/tct-download-tizen-tests/download/DownloadManager_getState_url_DOWNLOADING.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getState_url_URL_CANCELED.html b/common/tct-download-tizen-tests/download/DownloadManager_getState_url_URL_CANCELED.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getState_url_URL_PAUSE.html b/common/tct-download-tizen-tests/download/DownloadManager_getState_url_URL_PAUSE.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_getState_using.html b/common/tct-download-tizen-tests/download/DownloadManager_getState_using.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_in_tizen.html b/common/tct-download-tizen-tests/download/DownloadManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_notexist.html b/common/tct-download-tizen-tests/download/DownloadManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_pause.html b/common/tct-download-tizen-tests/download/DownloadManager_pause.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_pause_exist.html b/common/tct-download-tizen-tests/download/DownloadManager_pause_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_pause_invalidvalues.html b/common/tct-download-tizen-tests/download/DownloadManager_pause_invalidvalues.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_pause_noarg.html b/common/tct-download-tizen-tests/download/DownloadManager_pause_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_resume.html b/common/tct-download-tizen-tests/download/DownloadManager_resume.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_resume_exist.html b/common/tct-download-tizen-tests/download/DownloadManager_resume_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_resume_invalidvalues.html b/common/tct-download-tizen-tests/download/DownloadManager_resume_invalidvalues.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_resume_noarg.html b/common/tct-download-tizen-tests/download/DownloadManager_resume_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_setListener.html b/common/tct-download-tizen-tests/download/DownloadManager_setListener.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_setListener_downloadCallback_TypeMismatch.html b/common/tct-download-tizen-tests/download/DownloadManager_setListener_downloadCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_setListener_downloadCallback_invalid_cb.html b/common/tct-download-tizen-tests/download/DownloadManager_setListener_downloadCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_setListener_exist.html b/common/tct-download-tizen-tests/download/DownloadManager_setListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_setListener_missarg.html b/common/tct-download-tizen-tests/download/DownloadManager_setListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_setListener_null.html b/common/tct-download-tizen-tests/download/DownloadManager_setListener_null.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_start.html b/common/tct-download-tizen-tests/download/DownloadManager_start.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_start_downloadCallback_TypeMismatch.html b/common/tct-download-tizen-tests/download/DownloadManager_start_downloadCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_start_downloadCallback_invalid_cb.html b/common/tct-download-tizen-tests/download/DownloadManager_start_downloadCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_start_downloadRequest_TypeMismatch.html b/common/tct-download-tizen-tests/download/DownloadManager_start_downloadRequest_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_start_downloadRequest_invalid_obj.html b/common/tct-download-tizen-tests/download/DownloadManager_start_downloadRequest_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_start_exist.html b/common/tct-download-tizen-tests/download/DownloadManager_start_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_start_missarg.html b/common/tct-download-tizen-tests/download/DownloadManager_start_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_start_with_downloadCallback.html b/common/tct-download-tizen-tests/download/DownloadManager_start_with_downloadCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadManager_start_with_extra_argument.html b/common/tct-download-tizen-tests/download/DownloadManager_start_with_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadRequest_constructor.html b/common/tct-download-tizen-tests/download/DownloadRequest_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadRequest_destination_attribute.html b/common/tct-download-tizen-tests/download/DownloadRequest_destination_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadRequest_exist.html b/common/tct-download-tizen-tests/download/DownloadRequest_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadRequest_extend.html b/common/tct-download-tizen-tests/download/DownloadRequest_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadRequest_fileName_attribute.html b/common/tct-download-tizen-tests/download/DownloadRequest_fileName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadRequest_httpHeader_attribute.html b/common/tct-download-tizen-tests/download/DownloadRequest_httpHeader_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadRequest_networkType_attribute.html b/common/tct-download-tizen-tests/download/DownloadRequest_networkType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/DownloadRequest_url_attribute.html b/common/tct-download-tizen-tests/download/DownloadRequest_url_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/support/download_common.js b/common/tct-download-tizen-tests/download/support/download_common.js old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/download/support/unitcommon.js b/common/tct-download-tizen-tests/download/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/icon.png b/common/tct-download-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/inst.apk.py b/common/tct-download-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/inst.wgt.py b/common/tct-download-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/inst.xpk.py b/common/tct-download-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/manifest.json b/common/tct-download-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/pack.py b/common/tct-download-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-download-tizen-tests/pack.py +++ b/common/tct-download-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-download-tizen-tests/resources/COPYING b/common/tct-download-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/resources/testharness.css b/common/tct-download-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/resources/testharness.js b/common/tct-download-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/resources/testharnessreport.js b/common/tct-download-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/shellmanager.py b/common/tct-download-tizen-tests/shellmanager.py old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/shellmanager.pyc b/common/tct-download-tizen-tests/shellmanager.pyc old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/suite.json b/common/tct-download-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/testcase.xsl b/common/tct-download-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/testresult.xsl b/common/tct-download-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/tests.css b/common/tct-download-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/tests.full.xml b/common/tct-download-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/tests.xml b/common/tct-download-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/webrunner/index.html b/common/tct-download-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-download-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-download-tizen-tests/webrunner/testrunner.js b/common/tct-download-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-events-cordova-tests/pack.py b/common/tct-events-cordova-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-events-cordova-tests/pack.py +++ b/common/tct-events-cordova-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-exif-tizen-tests/COPYING b/common/tct-exif-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/LICENSE.Apache-2.0 b/common/tct-exif-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/NOTICE b/common/tct-exif-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/README b/common/tct-exif-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/config.xml b/common/tct-exif-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformationSuccessCallback_notexist.html b/common/tct-exif-tizen-tests/exif/ExifInformationSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformationSuccessCallback_onsuccess.html b/common/tct-exif-tizen-tests/exif/ExifInformationSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_constructor.html b/common/tct-exif-tizen-tests/exif/ExifInformation_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_deviceMaker_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_deviceMaker_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_deviceModel_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_deviceModel_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_exist.html b/common/tct-exif-tizen-tests/exif/ExifInformation_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_exposureProgram_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_exposureProgram_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_exposureTime_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_exposureTime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_extend.html b/common/tct-exif-tizen-tests/exif/ExifInformation_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_fNumber_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_fNumber_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_flash_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_flash_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_focalLength_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_focalLength_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_gpsAltitude_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_gpsAltitude_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_gpsLocation_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_gpsLocation_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_gpsProcessingMethod_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_gpsProcessingMethod_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_gpsTime_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_gpsTime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_height_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_height_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_isoSpeedRatings_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_isoSpeedRatings_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_orientation_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_orientation_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_originalTime_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_originalTime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_uri_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_uri_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_userComment_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_userComment_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_whiteBalance_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_whiteBalance_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifInformation_width_attribute.html b/common/tct-exif-tizen-tests/exif/ExifInformation_width_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManagerObject_notexist.html b/common/tct-exif-tizen-tests/exif/ExifManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_extend.html b/common/tct-exif-tizen-tests/exif/ExifManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo.html b/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_errorCallback_TypeMismatch.html b/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_errorCallback_invalid_cb.html b/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_errorCallback_invoked_InvalidValuesError.html b/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_errorCallback_invoked_InvalidValuesError.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_errorCallback_invoked_NotFoundError.html b/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_errorCallback_invoked_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_exist.html b/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_misarg.html b/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_successCallback_TypeMismatch.html b/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_successCallback_invalid_cb.html b/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_with_errorCallback.html b/common/tct-exif-tizen-tests/exif/ExifManager_getExifInfo_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail.html b/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_errorCallback_TypeMismatch.html b/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_errorCallback_invalid_cb.html b/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_errorCallback_invoked_InvalidValuesError.html b/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_errorCallback_invoked_InvalidValuesError.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_errorCallback_invoked_NotFoundError.html b/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_errorCallback_invoked_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_exist.html b/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_misarg.html b/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_successCallback_TypeMismatch.html b/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_successCallback_invalid_cb.html b/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_with_errorCallback.html b/common/tct-exif-tizen-tests/exif/ExifManager_getThumbnail_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_in_tizen.html b/common/tct-exif-tizen-tests/exif/ExifManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_notexist.html b/common/tct-exif-tizen-tests/exif/ExifManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_errorCallback_TypeMismatch.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_errorCallback_invalid_cb.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_errorCallback_invoked_InvalidValuesError.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_errorCallback_invoked_InvalidValuesError.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_errorCallback_invoked_NotFoundError.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_errorCallback_invoked_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_exifInfo_TypeMismatch.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_exifInfo_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_exist.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_gpsAltitude_valid.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_gpsAltitude_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_invalid_obj.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_misarg.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_successCallback_TypeMismatch.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_successCallback_invalid_cb.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_with_errorCallback.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_with_successCallback.html b/common/tct-exif-tizen-tests/exif/ExifManager_saveExifInfo_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifThumbnailSuccessCallback_notexist.html b/common/tct-exif-tizen-tests/exif/ExifThumbnailSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/ExifThumbnailSuccessCallback_onsuccess.html b/common/tct-exif-tizen-tests/exif/ExifThumbnailSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/support/exif_common.js b/common/tct-exif-tizen-tests/exif/support/exif_common.js old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/support/getJsonConf.js b/common/tct-exif-tizen-tests/exif/support/getJsonConf.js old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/exif/support/unitcommon.js b/common/tct-exif-tizen-tests/exif/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/icon.png b/common/tct-exif-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/inst.apk.py b/common/tct-exif-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/inst.wgt.py b/common/tct-exif-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/inst.xpk.py b/common/tct-exif-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/manifest.json b/common/tct-exif-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/media/exif.jpg b/common/tct-exif-tizen-tests/media/exif.jpg old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/media/temp.jpg b/common/tct-exif-tizen-tests/media/temp.jpg old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/pack.py b/common/tct-exif-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-exif-tizen-tests/pack.py +++ b/common/tct-exif-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-exif-tizen-tests/resources/COPYING b/common/tct-exif-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/resources/testharness.css b/common/tct-exif-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/resources/testharness.js b/common/tct-exif-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/resources/testharnessreport.js b/common/tct-exif-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/suite.json b/common/tct-exif-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/testcase.xsl b/common/tct-exif-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/testresult.xsl b/common/tct-exif-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/tests.css b/common/tct-exif-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/tests.full.xml b/common/tct-exif-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/tests.xml b/common/tct-exif-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/webrunner/index.html b/common/tct-exif-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-exif-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-exif-tizen-tests/webrunner/testrunner.js b/common/tct-exif-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/COPYING b/common/tct-extra-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/README b/common/tct-extra-html5-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/attributes/w3c/COPYING b/common/tct-extra-html5-tests/attributes/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/attributes/w3c/anchor_href.htm b/common/tct-extra-html5-tests/attributes/w3c/anchor_href.htm old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/base64/w3c/COPYING b/common/tct-extra-html5-tests/base64/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/base64/w3c/base64.html b/common/tct-extra-html5-tests/base64/w3c/base64.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/browsers/history/the-history-interface/history_supported.html b/common/tct-extra-html5-tests/browsers/history/the-history-interface/history_supported.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_alert_base.html b/common/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_alert_base.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_basic.html b/common/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_basic.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_confirm_base.html b/common/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_confirm_base.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_prompt_base.html b/common/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_prompt_base.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/common/COPYING b/common/tct-extra-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/common/domtestcase.js b/common/tct-extra-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/common/media.js b/common/tct-extra-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/config.xml b/common/tct-extra-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dataset/fixture_dataset_alpha.html b/common/tct-extra-html5-tests/dataset/fixture_dataset_alpha.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dataset/fixture_dataset_enumerable.html b/common/tct-extra-html5-tests/dataset/fixture_dataset_enumerable.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dataset/fixture_dataset_length.html b/common/tct-extra-html5-tests/dataset/fixture_dataset_length.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dataset/fixture_getAttribute.html b/common/tct-extra-html5-tests/dataset/fixture_getAttribute.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dataset/w3c/COPYING b/common/tct-extra-html5-tests/dataset/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dataset/w3c/dataset-delete.html b/common/tct-extra-html5-tests/dataset/w3c/dataset-delete.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dataset/w3c/dataset-enumeration.html b/common/tct-extra-html5-tests/dataset/w3c/dataset-enumeration.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dataset/w3c/dataset-get.html b/common/tct-extra-html5-tests/dataset/w3c/dataset-get.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dataset/w3c/dataset-instanceof.html b/common/tct-extra-html5-tests/dataset/w3c/dataset-instanceof.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dataset/w3c/dataset-set.html b/common/tct-extra-html5-tests/dataset/w3c/dataset-set.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html b/common/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dom/documents/the-document-object/document_onchange_event.html b/common/tct-extra-html5-tests/dom/documents/the-document-object/document_onchange_event.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dom/documents/the-document-object/document_oninput_event.html b/common/tct-extra-html5-tests/dom/documents/the-document-object/document_oninput_event.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dom/documents/the-document-object/document_oninvalid_event.html b/common/tct-extra-html5-tests/dom/documents/the-document-object/document_oninvalid_event.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dom/documents/the-document-object/oninvalid_event_exist.html b/common/tct-extra-html5-tests/dom/documents/the-document-object/oninvalid_event_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/dom/mutationobserver/mutationobserver.html b/common/tct-extra-html5-tests/dom/mutationobserver/mutationobserver.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/foreigncontent/w3c/COPYING b/common/tct-extra-html5-tests/foreigncontent/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html b/common/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/icon.png b/common/tct-extra-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/inst.apk.py b/common/tct-extra-html5-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/inst.xpk.py b/common/tct-extra-html5-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/manifest.json b/common/tct-extra-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/pack.py b/common/tct-extra-html5-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-extra-html5-tests/pack.py +++ b/common/tct-extra-html5-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-extra-html5-tests/rendering/bindings/the-keygen-element-0/htmlkeygenelement_attributes.html b/common/tct-extra-html5-tests/rendering/bindings/the-keygen-element-0/htmlkeygenelement_attributes.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/resources/COPYING b/common/tct-extra-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/resources/idlharness.js b/common/tct-extra-html5-tests/resources/idlharness.js old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/resources/testharness.css b/common/tct-extra-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/resources/testharness.js b/common/tct-extra-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/resources/testharnessreport.js b/common/tct-extra-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/resources/webidl2/COPYING b/common/tct-extra-html5-tests/resources/webidl2/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/resources/webidl2/lib/webidl2.js b/common/tct-extra-html5-tests/resources/webidl2/lib/webidl2.js old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/embedded-content-0/the-iframe-element/iframe_supported.html b/common/tct-extra-html5-tests/semantics/embedded-content-0/the-iframe-element/iframe_supported.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html b/common/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/embedded-content-0/the-video-element/video_node_create.html b/common/tct-extra-html5-tests/semantics/embedded-content-0/the-video-element/video_node_create.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-datalist-element/datalist_idlharness.html b/common/tct-extra-html5-tests/semantics/forms/the-datalist-element/datalist_idlharness.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-fieldset-element/fieldset_elements_check.html b/common/tct-extra-html5-tests/semantics/forms/the-fieldset-element/fieldset_elements_check.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-fieldset-element/fieldset_idlharness.html b/common/tct-extra-html5-tests/semantics/forms/the-fieldset-element/fieldset_idlharness.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html b/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_email_invalid.html b/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_email_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_image.html b/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_image.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_number.html b/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_number.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_pattern.html b/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_pattern.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_range.html b/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_range.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_required.html b/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_required.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html b/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_url_invalid.html b/common/tct-extra-html5-tests/semantics/forms/the-input-element/input_url_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-meter-element/meter_idlharness.html b/common/tct-extra-html5-tests/semantics/forms/the-meter-element/meter_idlharness.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-output-element/output_idlharness.html b/common/tct-extra-html5-tests/semantics/forms/the-output-element/output_idlharness.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-output-element/output_node_created.html b/common/tct-extra-html5-tests/semantics/forms/the-output-element/output_node_created.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-progress-element/progress_idlharness.html b/common/tct-extra-html5-tests/semantics/forms/the-progress-element/progress_idlharness.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_attribute.html b/common/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_inrange.html b/common/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_inrange.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_readonlyorwrite.html b/common/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_readonlyorwrite.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_required_check.html b/common/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_required_check.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_validorinvalid.html b/common/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_validorinvalid.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_element_attribute.html b/common/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_element_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_element_maxLength.html b/common/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_element_maxLength.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_wrap.html b/common/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_wrap.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/grouping-content/the-figcaption-element/figcaption_node_created.html b/common/tct-extra-html5-tests/semantics/grouping-content/the-figcaption-element/figcaption_node_created.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/grouping-content/the-figure-element/figure_element.html b/common/tct-extra-html5-tests/semantics/grouping-content/the-figure-element/figure_element.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/grouping-content/the-figure-element/figure_node_created.html b/common/tct-extra-html5-tests/semantics/grouping-content/the-figure-element/figure_node_created.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/grouping-content/the-main-element/grouping-main.html b/common/tct-extra-html5-tests/semantics/grouping-content/the-main-element/grouping-main.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_attributes.html b/common/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_attributes.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_created.html b/common/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_created.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_open_check.html b/common/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_open_check.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/headings-and-sections/heading_sections_check.html b/common/tct-extra-html5-tests/semantics/sections/headings-and-sections/heading_sections_check.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/headings-and-sections/section_node_created.html b/common/tct-extra-html5-tests/semantics/sections/headings-and-sections/section_node_created.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/the-article-element/article_element.html b/common/tct-extra-html5-tests/semantics/sections/the-article-element/article_element.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/the-article-element/article_node_created.html b/common/tct-extra-html5-tests/semantics/sections/the-article-element/article_node_created.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/the-aside-element/aside_element.html b/common/tct-extra-html5-tests/semantics/sections/the-aside-element/aside_element.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/the-aside-element/aside_node_created.html b/common/tct-extra-html5-tests/semantics/sections/the-aside-element/aside_node_created.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/the-body-element/body_element_attribute.html b/common/tct-extra-html5-tests/semantics/sections/the-body-element/body_element_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/the-body-element/body_onhashchange_check.html b/common/tct-extra-html5-tests/semantics/sections/the-body-element/body_onhashchange_check.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/the-footer-element/footer_element.html b/common/tct-extra-html5-tests/semantics/sections/the-footer-element/footer_element.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/the-footer-element/footer_node_created.html b/common/tct-extra-html5-tests/semantics/sections/the-footer-element/footer_node_created.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/the-header-element/header_element.html b/common/tct-extra-html5-tests/semantics/sections/the-header-element/header_element.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/the-header-element/header_node_created.html b/common/tct-extra-html5-tests/semantics/sections/the-header-element/header_node_created.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/the-nav-element/nav_element.html b/common/tct-extra-html5-tests/semantics/sections/the-nav-element/nav_element.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/sections/the-nav-element/nav_node_created.html b/common/tct-extra-html5-tests/semantics/sections/the-nav-element/nav_node_created.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/text-level-semantics/the-a-element/grouping-a.html b/common/tct-extra-html5-tests/semantics/text-level-semantics/the-a-element/grouping-a.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/text-level-semantics/the-abbr-element/abbr_element_exist.html b/common/tct-extra-html5-tests/semantics/text-level-semantics/the-abbr-element/abbr_element_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/text-level-semantics/the-abbr-element/abbr_node_created.html b/common/tct-extra-html5-tests/semantics/text-level-semantics/the-abbr-element/abbr_node_created.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_element_base_usage.html b/common/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_element_base_usage.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_element_exist.html b/common/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_element_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_node_created.html b/common/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_node_created.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/text-level-semantics/the-rp-element/rp_element.html b/common/tct-extra-html5-tests/semantics/text-level-semantics/the-rp-element/rp_element.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/semantics/text-level-semantics/the-wbr-element/grouping-wbr.html b/common/tct-extra-html5-tests/semantics/text-level-semantics/the-wbr-element/grouping-wbr.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/suite.json b/common/tct-extra-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/testcase.xsl b/common/tct-extra-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/testresult.xsl b/common/tct-extra-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/tests.css b/common/tct-extra-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/tests.full.xml b/common/tct-extra-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/tests.xml b/common/tct-extra-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/COPYING b/common/tct-extra-html5-tests/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/collections/htmlallcollection.html b/common/tct-extra-html5-tests/w3c/collections/htmlallcollection.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/collections/htmlformcontrolscollection.html b/common/tct-extra-html5-tests/w3c/collections/htmlformcontrolscollection.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/collections/htmloptionscollection.html b/common/tct-extra-html5-tests/w3c/collections/htmloptionscollection.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/dom/documents/resource-metadata-management/document-compatmode-01.html b/common/tct-extra-html5-tests/w3c/dom/documents/resource-metadata-management/document-compatmode-01.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html b/common/tct-extra-html5-tests/w3c/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/editing/editing-0/making-entire-documents-editable-the-designmode-idl-attribute/user-interaction-editing-designMode.html b/common/tct-extra-html5-tests/w3c/editing/editing-0/making-entire-documents-editable-the-designmode-idl-attribute/user-interaction-editing-designMode.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html b/common/tct-extra-html5-tests/w3c/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/editing/the-hidden-attribute/hidden-1a.html b/common/tct-extra-html5-tests/w3c/editing/the-hidden-attribute/hidden-1a.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html b/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html b/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/month.html b/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/month.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html b/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/search_input.html b/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/search_input.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/telephone.html b/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/telephone.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html b/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/valueMode.html b/common/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/valueMode.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/forms/the-textarea-element/form-validation-validity-tooLong.html b/common/tct-extra-html5-tests/w3c/semantics/forms/the-textarea-element/form-validation-validity-tooLong.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/forms/the-textarea-element/support/validator.js b/common/tct-extra-html5-tests/w3c/semantics/forms/the-textarea-element/support/validator.js old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/grouping-content/the-figcaption-element/grouping-figcaption.html b/common/tct-extra-html5-tests/w3c/semantics/grouping-content/the-figcaption-element/grouping-figcaption.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/grouping-content/the-figure-element/grouping-figure.html b/common/tct-extra-html5-tests/w3c/semantics/grouping-content/the-figure-element/grouping-figure.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/grouping-content/the-ol-element/reversed-1a.html b/common/tct-extra-html5-tests/w3c/semantics/grouping-content/the-ol-element/reversed-1a.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/semantics/interfaces.html b/common/tct-extra-html5-tests/w3c/semantics/interfaces.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/syntax/serializing-html-fragments/outerHTML.html b/common/tct-extra-html5-tests/w3c/syntax/serializing-html-fragments/outerHTML.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/w3c/system-state-and-capabilities/the-navigator-object/navigatorlanguage.html b/common/tct-extra-html5-tests/w3c/system-state-and-capabilities/the-navigator-object/navigatorlanguage.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/webrunner/index.html b/common/tct-extra-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/webrunner/jquery-1.10.2.min.js b/common/tct-extra-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/webrunner/testrunner.js b/common/tct-extra-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/images/COPYING b/common/tct-extra-html5-tests/xhtml5/images/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/images/blue-area.png b/common/tct-extra-html5-tests/xhtml5/images/blue-area.png old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/images/blue-border.png b/common/tct-extra-html5-tests/xhtml5/images/blue-border.png old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/images/blue.png b/common/tct-extra-html5-tests/xhtml5/images/blue.png old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/images/green-256x256.bmp b/common/tct-extra-html5-tests/xhtml5/images/green-256x256.bmp old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/images/green-256x256.gif b/common/tct-extra-html5-tests/xhtml5/images/green-256x256.gif old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/images/green-256x256.jpg b/common/tct-extra-html5-tests/xhtml5/images/green-256x256.jpg old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/images/green-256x256.png b/common/tct-extra-html5-tests/xhtml5/images/green-256x256.png old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/w3c/COPYING b/common/tct-extra-html5-tests/xhtml5/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/w3c/area_noref.xhtml b/common/tct-extra-html5-tests/xhtml5/w3c/area_noref.xhtml old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/w3c/body_link.xhtml b/common/tct-extra-html5-tests/xhtml5/w3c/body_link.xhtml old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/w3c/body_text_00ffff.xhtml b/common/tct-extra-html5-tests/xhtml5/w3c/body_text_00ffff.xhtml old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/w3c/html_style_in_comment.xhtml b/common/tct-extra-html5-tests/xhtml5/w3c/html_style_in_comment.xhtml old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/w3c/img_border_percent.xhtml b/common/tct-extra-html5-tests/xhtml5/w3c/img_border_percent.xhtml old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/w3c/object_border_perc.xhtml b/common/tct-extra-html5-tests/xhtml5/w3c/object_border_perc.xhtml old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/w3c/object_border_pixel.xhtml b/common/tct-extra-html5-tests/xhtml5/w3c/object_border_pixel.xhtml old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/w3c/test-area.xhtml b/common/tct-extra-html5-tests/xhtml5/w3c/test-area.xhtml old mode 100644 new mode 100755 diff --git a/common/tct-extra-html5-tests/xhtml5/w3c/test-body.xhtml b/common/tct-extra-html5-tests/xhtml5/w3c/test-body.xhtml old mode 100644 new mode 100755 diff --git a/common/tct-feedback-tizen-tests/pack.py b/common/tct-feedback-tizen-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-feedback-tizen-tests/pack.py +++ b/common/tct-feedback-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-file-cordova-tests/pack.py b/common/tct-file-cordova-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-file-cordova-tests/pack.py +++ b/common/tct-file-cordova-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-file-transfer-cordova-tests/pack.py b/common/tct-file-transfer-cordova-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-file-transfer-cordova-tests/pack.py +++ b/common/tct-file-transfer-cordova-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-fileapi-w3c-tests/COPYING b/common/tct-fileapi-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/README b/common/tct-fileapi-w3c-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/config.xml b/common/tct-fileapi-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/BlobPropertyBag_type.html b/common/tct-fileapi-w3c-tests/fileapi/BlobPropertyBag_type.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/Blob_constructor_base.html b/common/tct-fileapi-w3c-tests/fileapi/Blob_constructor_base.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/Blob_size_normal.html b/common/tct-fileapi-w3c-tests/fileapi/Blob_size_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/Blob_size_type.html b/common/tct-fileapi-w3c-tests/fileapi/Blob_size_type.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/Blob_slice_overflow.html b/common/tct-fileapi-w3c-tests/fileapi/Blob_slice_overflow.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/Blob_type_normal.html b/common/tct-fileapi-w3c-tests/fileapi/Blob_type_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/Blob_type_type.html b/common/tct-fileapi-w3c-tests/fileapi/Blob_type_type.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileList_item_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileList_item_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileList_length_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileList_length_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_exist.js b/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_exist.js old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_exist.js b/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_exist.js old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_exist.js b/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_exist.js old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_exist.js b/common/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_exist.js old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_type.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_type.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_type.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_type.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_type.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_type.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_abort_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_abort_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_base.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_base.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_error_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_error_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_error_readonly.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_error_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_image_appear.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_image_appear.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_onabort_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_onabort_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_onerror_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_onerror_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_onload_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_onload_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_onloadend_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_onloadend_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_onloadstart_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_onloadstart_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_onprogress_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_onprogress_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_readAsBinaryString_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_readAsBinaryString_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_exist.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_type.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_type.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/FileReader_result_readonly.html b/common/tct-fileapi-w3c-tests/fileapi/FileReader_result_readonly.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/File_inherits_Blob_constructor_base.html b/common/tct-fileapi-w3c-tests/fileapi/File_inherits_Blob_constructor_base.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/URL_createObjectURL_exist.html b/common/tct-fileapi-w3c-tests/fileapi/URL_createObjectURL_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/URL_exists.html b/common/tct-fileapi-w3c-tests/fileapi/URL_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/URL_revokeObjectURL_exist.html b/common/tct-fileapi-w3c-tests/fileapi/URL_revokeObjectURL_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/filesupport.js b/common/tct-fileapi-w3c-tests/fileapi/filesupport.js old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/h5utils.js b/common/tct-fileapi-w3c-tests/fileapi/h5utils.js old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/support/sample.html b/common/tct-fileapi-w3c-tests/fileapi/support/sample.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/Blob-slice-overflow.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/Blob-slice-overflow.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/Blob-slice.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/Blob-slice.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/COPYING b/common/tct-fileapi-w3c-tests/fileapi/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/Determining-Encoding.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/Determining-Encoding.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/File-constructor.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/File-constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/FileReader-event-handler-attributes.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/FileReader-event-handler-attributes.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/FileReader-multiple-reads.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/FileReader-multiple-reads.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/Progress_event_bubbles_cancelable.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/Progress_event_bubbles_cancelable.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/filelist.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/filelist.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_abort.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_abort.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_error.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_error.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_readAsArrayBuffer.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_readAsArrayBuffer.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_readAsDataURL.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_readAsDataURL.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_readAsText.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_readAsText.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_readystate.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_readystate.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_result.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/filereader_result.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/support/Blob.js b/common/tct-fileapi-w3c-tests/fileapi/w3c/support/Blob.js old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/fileapi/w3c/url_createobjecturl_blob.html b/common/tct-fileapi-w3c-tests/fileapi/w3c/url_createobjecturl_blob.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/icon.png b/common/tct-fileapi-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/inst.apk.py b/common/tct-fileapi-w3c-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/inst.xpk.py b/common/tct-fileapi-w3c-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/manifest.json b/common/tct-fileapi-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/pack.py b/common/tct-fileapi-w3c-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-fileapi-w3c-tests/pack.py +++ b/common/tct-fileapi-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-fileapi-w3c-tests/resources/COPYING b/common/tct-fileapi-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/resources/testharness.css b/common/tct-fileapi-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/resources/testharness.js b/common/tct-fileapi-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/resources/testharnessreport.js b/common/tct-fileapi-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/suite.json b/common/tct-fileapi-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/testcase.xsl b/common/tct-fileapi-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/testresult.xsl b/common/tct-fileapi-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/tests.css b/common/tct-fileapi-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/tests.full.xml b/common/tct-fileapi-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/tests.xml b/common/tct-fileapi-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/webrunner/index.html b/common/tct-fileapi-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/webrunner/jquery-1.10.2.min.js b/common/tct-fileapi-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-fileapi-w3c-tests/webrunner/testrunner.js b/common/tct-fileapi-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/COPYING b/common/tct-filesystem-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/LICENSE.Apache-2.0 b/common/tct-filesystem-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/NOTICE b/common/tct-filesystem-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/README b/common/tct-filesystem-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/config.xml b/common/tct-filesystem-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_notexist.html b/common/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_onsuccess.html b/common/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_notexist.html b/common/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_onsuccess.html b/common/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_bytesAvailable_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_bytesAvailable_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_close.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_close.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_close_exist.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_close_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_close_extra_argument.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_close_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_eof_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_eof_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_extend.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_notexist.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_position_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_position_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_read.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_read.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_exist.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_without_r_permission.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_without_r_permission.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_writeFile.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_writeFile.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_exist.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_without_r_permission.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_without_r_permission.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_writeFile.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_writeFile.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_read_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_read_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_read_exist.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_read_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_read_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_read_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_read_without_r_permission.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_read_without_r_permission.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_read_writeFile.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_read_writeFile.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_write.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_write.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_exist.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_invalid.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_without_w_permission.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_without_w_permission.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_byteData_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_byteData_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_exist.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_missarg.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_with_additional_null_parameter.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_with_additional_null_parameter.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_without_w_permission.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_without_w_permission.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_write_exist.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_write_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_write_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_write_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStream_write_without_w_permission.html b/common/tct-filesystem-tizen-tests/filesystem/FileStream_write_without_w_permission.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_notexist.html b/common/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_onsuccess.html b/common/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_notexist.html b/common/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_onsuccess.html b/common/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManagerObject_notexist.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_exist.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_missarg.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_with_onerror.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_without_arguments.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_without_arguments.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_extend.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_errorCallback_invoked.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_exist.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_missarg.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_nonexist_label.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_nonexist_label.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_onerror.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_in_tizen.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_exist.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_missarg.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_storages_retrieve.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_storages_retrieve.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_invalid_error_callbacks.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_invalid_error_callbacks.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_onerror.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_without_arguments.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_without_arguments.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_works_correctly.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_works_correctly.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_maxPathLength_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_maxPathLength_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_notexist.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_exist.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_works_correctly.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_works_correctly.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_camera.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_camera.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_documents.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_documents.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_downloads.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_downloads.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_errorCallback_invoked.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_error_invoked.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_error_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_exist.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_images.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_images.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_location_invalid.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_location_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_missarg.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_a.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_a.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_r.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_r.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_w.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_w.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_music.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_music.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_a.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_a.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_rw.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_rw.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_w.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_w.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_videos.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_videos.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_a.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_a.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_rw.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_rw.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_w.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_w.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_package.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_package.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private_tmp.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private_tmp.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_mode.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_mode.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_onerror.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_works_correctly.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_works_correctly.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_notexist.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_onsuccess.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_notexist.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_onsuccess.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_extend.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_label_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_label_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_notexist.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_state_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_state_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_type_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_destinationFilePath_invalid.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_destinationFilePath_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_false.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_false.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_true.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_true.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_false.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_false.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_true.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_true.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_exist.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_false.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_false.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_true.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_true.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_false.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_false.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_true.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_true.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_noarg.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_originFilePath_invalid.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_originFilePath_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_file_handle.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_file_handle.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_null_success_and_error_callbacks.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_null_success_and_error_callbacks.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onerror.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onsuccess.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_newName.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_newName.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_overwrite_false.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_overwrite_false.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_subdir.html b/common/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_subdir.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_createDirectory.html b/common/tct-filesystem-tizen-tests/filesystem/File_createDirectory.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_createDirectory_dirPath_invalid.html b/common/tct-filesystem-tizen-tests/filesystem/File_createDirectory_dirPath_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_createDirectory_exist.html b/common/tct-filesystem-tizen-tests/filesystem/File_createDirectory_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_createDirectory_level2.html b/common/tct-filesystem-tizen-tests/filesystem/File_createDirectory_level2.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_createDirectory_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/File_createDirectory_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_createFile.html b/common/tct-filesystem-tizen-tests/filesystem/File_createFile.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_createFile_exist.html b/common/tct-filesystem-tizen-tests/filesystem/File_createFile_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_createFile_existing_file.html b/common/tct-filesystem-tizen-tests/filesystem/File_createFile_existing_file.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_createFile_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/File_createFile_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_created_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/File_created_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_camera.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_camera.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_documents.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_documents.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_downloads.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_downloads.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_images.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_images.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_music.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_music.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_videos.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_videos.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_exist.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_empty_path.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_empty_path.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_file_handle.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_file_handle.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_null_callbacks.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_null_callbacks.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onerror.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onsuccess.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_camera.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_camera.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_downloads.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_downloads.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_images.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_images.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_music.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_music.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_videos.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_videos.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_createFile.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_createFile.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_exist.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDocumentsFiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDocumentsFiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDownloadsFiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDownloadsFiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listImagsFiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listImagsFiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listMusicFiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listMusicFiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listVideosfiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listVideosfiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_dir_handle.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_dir_handle.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_nonexist.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_nonexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onerror.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onsuccess.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_vaild_callbacks.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_vaild_callbacks.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_valid_filePath.html b/common/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_valid_filePath.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_extend.html b/common/tct-filesystem-tizen-tests/filesystem/File_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_fileSize_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/File_fileSize_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_fullPath_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/File_fullPath_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_isDirectory_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/File_isDirectory_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_isFile_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/File_isFile_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_length_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/File_length_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_createFiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_createFiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_exist.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_empty.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_empty.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_missarg.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_file_handle.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_file_handle.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_filter.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_onerror.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_valid_successCallback.html b/common/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_valid_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_modified_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/File_modified_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_false.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_false.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_true.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_true.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_empty_destination_source_and_destination_paths.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_empty_destination_source_and_destination_paths.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_exist.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_false.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_false.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_true.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_true.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_noarg.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_additional_null_parameter.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_additional_null_parameter.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_file_handle.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_file_handle.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onerror.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onsuccess.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_path_invalid.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_path_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_newName.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_newName.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_overwrite_false.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_overwrite_false.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_subdir.html b/common/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_subdir.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_name_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/File_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_notexist.html b/common/tct-filesystem-tizen-tests/filesystem/File_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_encoding_invalid.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_encoding_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_exist.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_missarg.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_a.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_a.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_invalid.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_r.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_r.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_rw.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_rw.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_w.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_w.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding_not_default.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding_not_default.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_with_nonexist_file.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_with_nonexist_file.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_openStream_with_onerror.html b/common/tct-filesystem-tizen-tests/filesystem/File_openStream_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_parent_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/File_parent_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_parent_attribute_notnull_using_resolve.html b/common/tct-filesystem-tizen-tests/filesystem/File_parent_attribute_notnull_using_resolve.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_path_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/File_path_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_path_attribute_limitation.html b/common/tct-filesystem-tizen-tests/filesystem/File_path_attribute_limitation.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_encoding_invalid.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_encoding_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_exist.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_listCameraFiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_listCameraFiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDocumentsFiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDocumentsFiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDownloadsFiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDownloadsFiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_listImagesFiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_listImagesFiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_listMusicFiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_listMusicFiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_listVideosFiles.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_listVideosFiles.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_missarg.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_TypeMismatch.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_invalid_cb.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding_not_default.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding_not_default.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_onerror.html b/common/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_readOnly_attribute.html b/common/tct-filesystem-tizen-tests/filesystem/File_readOnly_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_resolve.html b/common/tct-filesystem-tizen-tests/filesystem/File_resolve.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_resolve_exist.html b/common/tct-filesystem-tizen-tests/filesystem/File_resolve_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_resolve_filePath_invalid.html b/common/tct-filesystem-tizen-tests/filesystem/File_resolve_filePath_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_resolve_misarg.html b/common/tct-filesystem-tizen-tests/filesystem/File_resolve_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_resolve_with_nonexist.html b/common/tct-filesystem-tizen-tests/filesystem/File_resolve_with_nonexist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_toURI.html b/common/tct-filesystem-tizen-tests/filesystem/File_toURI.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_toURI_exist.html b/common/tct-filesystem-tizen-tests/filesystem/File_toURI_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_toURI_extra_argument.html b/common/tct-filesystem-tizen-tests/filesystem/File_toURI_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/File_toURI_with_nonexist_file.html b/common/tct-filesystem-tizen-tests/filesystem/File_toURI_with_nonexist_file.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/filesystem_FileStreamSuccessCallback_onsuccess.html b/common/tct-filesystem-tizen-tests/filesystem/filesystem_FileStreamSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/filesystem_File_copyTo.html b/common/tct-filesystem-tizen-tests/filesystem/filesystem_File_copyTo.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/filesystem_File_readAsText.html b/common/tct-filesystem-tizen-tests/filesystem/filesystem_File_readAsText.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/filesystem_File_resolve.html b/common/tct-filesystem-tizen-tests/filesystem/filesystem_File_resolve.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/support/filesystem_common.js b/common/tct-filesystem-tizen-tests/filesystem/support/filesystem_common.js old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/filesystem/support/unitcommon.js b/common/tct-filesystem-tizen-tests/filesystem/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/icon.png b/common/tct-filesystem-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/inst.apk.py b/common/tct-filesystem-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/inst.wgt.py b/common/tct-filesystem-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/inst.xpk.py b/common/tct-filesystem-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/manifest.json b/common/tct-filesystem-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/pack.py b/common/tct-filesystem-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-filesystem-tizen-tests/pack.py +++ b/common/tct-filesystem-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-filesystem-tizen-tests/resources/COPYING b/common/tct-filesystem-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/resources/testharness.css b/common/tct-filesystem-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/resources/testharness.js b/common/tct-filesystem-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/resources/testharnessreport.js b/common/tct-filesystem-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/suite.json b/common/tct-filesystem-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/testcase.xsl b/common/tct-filesystem-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/testresult.xsl b/common/tct-filesystem-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/tests.css b/common/tct-filesystem-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/tests.full.xml b/common/tct-filesystem-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/tests.xml b/common/tct-filesystem-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/webrunner/index.html b/common/tct-filesystem-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-filesystem-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-filesystem-tizen-tests/webrunner/testrunner.js b/common/tct-filesystem-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/COPYING b/common/tct-flexiblebox-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/README b/common/tct-flexiblebox-css3-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/config.xml b/common/tct-flexiblebox-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-content.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-content.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-items.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-items.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-self.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-self.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-basis.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-basis.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-direction.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-direction.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-flow.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-flow.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-grow.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-grow.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-shrink.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-shrink.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-wrap.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-wrap.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_initial_value.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_initial_value.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_justify-content.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_justify-content.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_min-height.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_min-height.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_min-width.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_min-width.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_order.html b/common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_order.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/COPYING b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/Flexible-order.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/Flexible-order.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-001.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-002.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-003.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-003.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-004.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-004.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-005.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-005.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-006.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-006.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content_center.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content_center.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content_flex-end.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content_flex-end.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content_flex-start.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content_flex-start.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content_space-around.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content_space-around.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content_space-between.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content_space-between.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content_stretch.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content_stretch.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-001.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-002.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-003.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-003.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-005.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-005.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-001.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-001.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-002.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-002.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-003.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-003.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-004.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-004.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-005.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-005.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-006.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-006.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-007.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-007.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-008.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-008.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-009.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-009.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-010.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-010.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-011.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-011.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-012.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-012.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-013.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-self-013.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-box-justify-content.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-box-justify-content.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-height-animation-stretch-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-height-animation-stretch-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-height-animation-stretch.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-height-animation-stretch.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-img-expand-evenly.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-img-expand-evenly.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/display-flex-001.xht b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/display-flex-001.xht old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/display_flex_exist.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/display_flex_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/display_inline-flex_exist.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/display_inline-flex_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-001.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-002.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-003.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-003.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-004.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-004.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-align-items-center.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-align-items-center.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-aspect-ratio-img-column-001.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-aspect-ratio-img-column-001.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-aspect-ratio-img-column-002.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-aspect-ratio-img-column-002.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-aspect-ratio-img-row-001.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-aspect-ratio-img-row-001.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-001.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-001.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-002.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-002.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-003.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-003.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-004.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-004.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-005.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-005.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-006.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-006.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-007.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-007.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-008.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-basis-008.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-container-margin.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-container-margin.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction-column-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction-column-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction-modify.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction-modify.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction-row-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction-row-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction-row.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction-row.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction-with-element-insert.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction-with-element-insert.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction_column-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction_column-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction_column.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction_column.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction_row-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction_row-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction_row.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-direction_row.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-001-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-001-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-001.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-001.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-002-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-002-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-002.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-002.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-003.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-003.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-004.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-004.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-005.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-005.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-006.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-006.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-007-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-007-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-007.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-007.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-008.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-008.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-009.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-009.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-010.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-010.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-011.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-011.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-012.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-flow-012.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-grow-001-ref.xht b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-grow-001-ref.xht old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-grow-001.xht b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-grow-001.xht old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-grow-002.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-grow-002.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-grow-003.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-grow-003.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-grow-004.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-grow-004.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-grow-005.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-grow-005.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-items-flexibility.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-items-flexibility.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-margin-no-collapse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-margin-no-collapse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-minimum-height-flex-items-001.xht b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-minimum-height-flex-items-001.xht old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-minimum-height-flex-items-004.xht b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-minimum-height-flex-items-004.xht old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-minimum-height-flex-items-006.xht b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-minimum-height-flex-items-006.xht old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-minimum-width-flex-items-002.xht b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-minimum-width-flex-items-002.xht old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-minimum-width-flex-items-004.xht b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-minimum-width-flex-items-004.xht old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-order-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-order-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-order.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-order.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-row-wrap-001.xht b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-row-wrap-001.xht old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-001.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-001.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-002.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-002.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-003.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-003.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-004.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-004.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-005.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-005.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-006.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-006.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-007.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-shrink-007.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-vertical-align-effect.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-vertical-align-effect.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-wrap-001.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-wrap-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-wrap_nowrap.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-wrap_nowrap.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-wrap_wrap-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-wrap_wrap-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-wrap_wrap.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-wrap_wrap.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-column-reverse.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-column-reverse.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-column.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-column.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-default.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-default.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-row-reverse.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-row-reverse.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-row.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-row.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-layout-center.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-layout-center.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-default.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-default.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-flexing-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-flexing-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-flexing.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-flexing.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-nowrap.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-nowrap.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-wrap-reverse.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-wrap-reverse.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-wrap.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-wrap.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-order-from-lowest.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-order-from-lowest.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-order-only-flexitems.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-order-only-flexitems.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox_flex-auto-notallitems-bothlines.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox_flex-auto-notallitems-bothlines.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox_flex-auto-notallitems-firstline.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox_flex-auto-notallitems-firstline.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox_flex-auto-notallitems-secondline.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox_flex-auto-notallitems-secondline.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox_flex-auto.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox_flex-auto.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox_flex-order.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox_flex-order.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexible-box-float.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexible-box-float.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-001.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-002.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-003.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-003.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-004.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-004.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-005.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-005.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content_center.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content_center.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content_flex-end.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content_flex-end.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content_flex-start.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content_flex-start.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content_space-around.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content_space-around.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content_space-between.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content_space-between.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-column-reverse-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-column-reverse-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-column-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-column-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-row-reverse-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-row-reverse-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-row-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-row-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-column-reverse-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-column-reverse-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-column-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-column-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-row-reverse-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-row-reverse-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-row-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-row-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-001.xht b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-001.xht old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-column-reverse-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-column-reverse-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-column-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-column-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-row-reverse-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-row-reverse-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-row-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-row-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/order_value.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/order_value.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/percentage-heights-000.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/percentage-heights-000.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/Flexible-order-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/Flexible-order-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/align-content-001-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/align-content-001-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/css-box-justify-content-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/css-box-justify-content-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/css-flexbox-img-expand-evenly-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/css-flexbox-img-expand-evenly-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-align-items-center-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-align-items-center-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-box-float-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-box-float-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-direction-modify.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-direction-modify.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-direction-with-element-insert.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-direction-with-element-insert.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-direction.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-direction.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-items-flexibility.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-items-flexibility.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-margin-no-collapse-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-margin-no-collapse-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-vertical-align-effect.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flex-vertical-align-effect.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flexbox-flex-direction-ref.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flexbox-flex-direction-ref.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flexbox-flex-wrap-nowrap-ref.htm b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flexbox-flex-wrap-nowrap-ref.htm old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/justify-content-001-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/justify-content-001-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ref-filled-green-100px-square.xht b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ref-filled-green-100px-square.xht old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-align-content-center-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-align-content-center-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-align-content-end-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-align-content-end-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-align-content-space-around-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-align-content-space-around-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-align-content-space-between-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-align-content-space-between-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-align-content-start-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-align-content-start-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-base-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-base-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-direction-column-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-direction-column-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-direction-column-reverse-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-direction-column-reverse-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-direction-row-reverse-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-direction-row-reverse-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-inline-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-inline-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-order-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-order-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-wrap-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-wrap-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-wrap-reverse-ref.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/ttwf-reftest-flex-wrap-reverse-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-align-content-center.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-align-content-center.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-align-content-end.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-align-content-end.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-align-content-space-around.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-align-content-space-around.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-align-content-space-between.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-align-content-space-between.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-align-content-start.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-align-content-start.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-base.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-base.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-direction-column-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-direction-column-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-direction-column.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-direction-column.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-direction-row-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-direction-row-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-inline.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-inline.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-order.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-order.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-wrap-reverse.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-wrap-reverse.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-wrap.html b/common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-wrap.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/support/100x100-green.png b/common/tct-flexiblebox-css3-tests/flexiblebox/support/100x100-green.png old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/support/200x200-green.png b/common/tct-flexiblebox-css3-tests/flexiblebox/support/200x200-green.png old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/support/60x60-green.png b/common/tct-flexiblebox-css3-tests/flexiblebox/support/60x60-green.png old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/support/check-layout-th.js b/common/tct-flexiblebox-css3-tests/flexiblebox/support/check-layout-th.js old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/support/flexiblebox.js b/common/tct-flexiblebox-css3-tests/flexiblebox/support/flexiblebox.js old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/support/solidblue.png b/common/tct-flexiblebox-css3-tests/flexiblebox/support/solidblue.png old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/flexiblebox/support/test-style.css b/common/tct-flexiblebox-css3-tests/flexiblebox/support/test-style.css old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/icon.png b/common/tct-flexiblebox-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/inst.apk.py b/common/tct-flexiblebox-css3-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/inst.wgt.py b/common/tct-flexiblebox-css3-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/inst.xpk.py b/common/tct-flexiblebox-css3-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/manifest.json b/common/tct-flexiblebox-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/pack.py b/common/tct-flexiblebox-css3-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-flexiblebox-css3-tests/pack.py +++ b/common/tct-flexiblebox-css3-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-flexiblebox-css3-tests/resources/COPYING b/common/tct-flexiblebox-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/resources/testharness.css b/common/tct-flexiblebox-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/resources/testharness.js b/common/tct-flexiblebox-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/resources/testharnessreport.js b/common/tct-flexiblebox-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/suite.json b/common/tct-flexiblebox-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/testcase.xsl b/common/tct-flexiblebox-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/testresult.xsl b/common/tct-flexiblebox-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/tests.css b/common/tct-flexiblebox-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/tests.full.xml b/common/tct-flexiblebox-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/tests.xml b/common/tct-flexiblebox-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/webrunner/index.html b/common/tct-flexiblebox-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/webrunner/jquery-1.10.2.min.js b/common/tct-flexiblebox-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-flexiblebox-css3-tests/webrunner/testrunner.js b/common/tct-flexiblebox-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/COPYING b/common/tct-fmradio-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/LICENSE.Apache-2.0 b/common/tct-fmradio-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/README b/common/tct-fmradio-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/config.xml b/common/tct-fmradio-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/AntennaChangeCallback_notexist.html b/common/tct-fmradio-tizen-tests/fmradio/AntennaChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/AntennaChangeCallback_onchange.html b/common/tct-fmradio-tizen-tests/fmradio/AntennaChangeCallback_onchange.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioInterruptCallback_notexist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioInterruptCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioInterruptCallback_oninterrupted.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioInterruptCallback_oninterrupted.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioInterruptCallback_oninterruptfinished.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioInterruptCallback_oninterruptfinished.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_extend.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_frequencyLowerBound_attribute.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_frequencyLowerBound_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_frequencyUpperBound_attribute.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_frequencyUpperBound_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_frequency_attribute.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_frequency_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_in_tizen.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_isAntennaConnected_attribute.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_isAntennaConnected_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_mute_attribute.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_mute_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_notexist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_errorCallback_TypeMismatch.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_errorCallback_invalid_cb.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_errorCallback_invoked.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_exist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_missarg.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_radioScanCallback_TypeMismatch.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_radioScanCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_radioScanCallback_invalid_cb.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_radioScanCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_with_errorCallback.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStart_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_errorCallback_TypeMismatch.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_errorCallback_invalid_cb.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_errorCallback_invoked.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_exist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_successCallback_TypeMismatch.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_successCallback_invalid_cb.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_with_errorCallback.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_with_successCallback.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_scanStop_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_errorCallback_TypeMismatch.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_errorCallback_invalid_cb.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_errorCallback_invoked.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_exist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_successCallback_TypeMismatch.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_successCallback_invalid_cb.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_with_errorCallback.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_with_successCallback.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekDown_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_errorCallback_TypeMismatch.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_errorCallback_invalid_cb.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_errorCallback_invoked.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_exist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_successCallback_TypeMismatch.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_successCallback_invalid_cb.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_with_errorCallback.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_with_successCallback.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_seekUp_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setAntennaChangeListener.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setAntennaChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setAntennaChangeListener_changeCallback_TypeMismatch.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setAntennaChangeListener_changeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setAntennaChangeListener_changeCallback_invalid_cb.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setAntennaChangeListener_changeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setAntennaChangeListener_exist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setAntennaChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setAntennaChangeListener_missarg.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setAntennaChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setFMRadioInterruptedListener.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setFMRadioInterruptedListener.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setFMRadioInterruptedListener_exist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setFMRadioInterruptedListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setFMRadioInterruptedListener_interruptCallback_TypeMismatch.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setFMRadioInterruptedListener_interruptCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setFMRadioInterruptedListener_interruptCallback_invalid_cb.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setFMRadioInterruptedListener_interruptCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setFMRadioInterruptedListener_missarg.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_setFMRadioInterruptedListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_signalStrength_attribute.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_signalStrength_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_start.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_start.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_start_exist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_start_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_start_frequency_TypeMismatch.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_start_frequency_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_start_without_frequency.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_start_without_frequency.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_state_attribute.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_state_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_stop.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_stop.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_stop_exist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_stop_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_stop_extra_argument.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_stop_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_stop_invalid_state.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_stop_invalid_state.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_unsetAntennaChangeListener.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_unsetAntennaChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_unsetAntennaChangeListener_exist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_unsetAntennaChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_unsetAntennaChangeListener_extra_argument.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_unsetAntennaChangeListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_unsetFMRadioInterruptedListener.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_unsetFMRadioInterruptedListener.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_unsetFMRadioInterruptedListener_exist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_unsetFMRadioInterruptedListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_unsetFMRadioInterruptedListener_extra_argument.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioManager_unsetFMRadioInterruptedListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioObject_notexist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioScanCallback_notexist.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioScanCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioScanCallback_onfinished.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioScanCallback_onfinished.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/FMRadioScanCallback_onfrequencyfound.html b/common/tct-fmradio-tizen-tests/fmradio/FMRadioScanCallback_onfrequencyfound.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/support/fmradio_common.js b/common/tct-fmradio-tizen-tests/fmradio/support/fmradio_common.js old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/fmradio/support/unitcommon.js b/common/tct-fmradio-tizen-tests/fmradio/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/icon.png b/common/tct-fmradio-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/inst.apk.py b/common/tct-fmradio-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/inst.wgt.py b/common/tct-fmradio-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/inst.xpk.py b/common/tct-fmradio-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/manifest.json b/common/tct-fmradio-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/media/Test.mp3 b/common/tct-fmradio-tizen-tests/media/Test.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/pack.py b/common/tct-fmradio-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-fmradio-tizen-tests/pack.py +++ b/common/tct-fmradio-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-fmradio-tizen-tests/resources/COPYING b/common/tct-fmradio-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/resources/testharness.css b/common/tct-fmradio-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/resources/testharness.js b/common/tct-fmradio-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/resources/testharnessreport.js b/common/tct-fmradio-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/suite.json b/common/tct-fmradio-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/testcase.xsl b/common/tct-fmradio-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/testresult.xsl b/common/tct-fmradio-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/tests.css b/common/tct-fmradio-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/tests.full.xml b/common/tct-fmradio-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/tests.xml b/common/tct-fmradio-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/webrunner/index.html b/common/tct-fmradio-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-fmradio-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-fmradio-tizen-tests/webrunner/testrunner.js b/common/tct-fmradio-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/COPYING b/common/tct-fonts-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/README b/common/tct-fonts-css3-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/config.xml b/common/tct-fonts-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-family.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-family.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-feature-settings_attribute.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-feature-settings_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_auto.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_auto.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_none.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_none.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_normal.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-size_attribute.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-size_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-stretch_attribute.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-stretch_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-style_attribute.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-style_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-variant-ligatures_attribute.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-variant-ligatures_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-variant-ligatures_normal.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-variant-ligatures_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-variant_attribute.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-variant_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-variant_normal.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-variant_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font-weight_attribute.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font-weight_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_font_attribute.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_font_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/CSS3DF_initial_value.html b/common/tct-fonts-css3-tests/fonts/CSS3DF_initial_value.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/COPYING b/common/tct-fonts-css3-tests/fonts/csswg/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/alternates-order-ref.html b/common/tct-fonts-css3-tests/fonts/csswg/alternates-order-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/alternates-order.html b/common/tct-fonts-css3-tests/fonts/csswg/alternates-order.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/c522-font-family-000.htm b/common/tct-fonts-css3-tests/fonts/csswg/c522-font-family-000.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.htm b/common/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.htm b/common/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.htm b/common/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.htm b/common/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-003.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-003.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-004.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-004.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-006.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-006.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-007.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-007.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-008.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-008.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-009.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-009.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-010.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-010.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-011.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-011.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-012.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-012.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-013.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-013.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-014.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-014.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-015.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-015.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-016.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-016.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-017.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-017.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-018.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-018.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-020.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-020.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-022.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-022.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-023.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-023.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-024.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-024.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-025.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-025.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-026.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-026.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-027.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-027.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-028.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-028.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-029.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-029.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-030.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-030.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-031.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-031.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-032.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-032.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-033.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-033.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-034.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-034.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-035.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-035.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-036.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-036.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-037.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-037.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-038.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-038.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-039.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-039.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-040.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-040.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-041.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-041.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-042.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-042.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-043.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-043.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-044.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-044.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-045.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-045.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-046.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-046.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-047.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-047.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-048.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-048.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-049.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-049.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-050.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-050.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-051-ref.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-051-ref.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-051.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-051.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-145.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-145.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-146-ref.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-146-ref.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-146.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-146.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001-ref.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001-ref.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-003.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-003.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-005.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-005.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-006.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-006.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-007.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-007.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-008.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-008.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-009.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-009.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-010.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-010.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-011.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-011.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-014.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-014.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-015.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-015.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-016.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-016.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-face-unicode-range.html b/common/tct-fonts-css3-tests/fonts/csswg/font-face-unicode-range.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-003.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-003.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-004.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-004.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-005.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-005.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-006.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-006.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-007.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-007.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-008.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-008.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-009-ref.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-009-ref.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-009.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-009.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-011-ref.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-011-ref.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-011.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-011.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-012.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-012.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-013-ref.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-013-ref.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-013.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-013.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-014.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-014.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-016.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-016.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001-ref.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001-ref.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-003.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-003.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-005.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-005.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-006.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-006.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-007.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-007.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-008.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-008.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-009.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-009.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-010.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-010.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-011.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-011.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-014.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-014.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-015.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-015.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002-ref.html b/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-003.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-003.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-004.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-004.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-005-ref.html b/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-005-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-005.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-005.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-006-ref.html b/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-006-ref.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-006.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-006.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-rule-009.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-family-rule-009.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-008.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-008.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-012.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-012.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-003.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-003.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-004.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-004.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-005.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-005.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-006.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-006.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-007.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-007.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-012.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-012.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-013.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-013.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-014.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-014.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-015.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-015.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-016.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-016.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-017.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-017.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-018.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-018.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-023.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-023.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-024.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-024.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-025.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-025.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-026.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-026.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-027.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-027.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-028.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-028.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-029.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-029.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-034.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-034.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-035.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-035.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-036.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-036.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-037.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-037.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-038.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-038.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-039.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-039.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-040.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-040.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-045.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-045.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-046.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-046.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-047.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-047.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-048.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-048.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-049.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-049.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-050.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-050.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-051.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-051.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-056.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-056.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-057.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-057.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-058.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-058.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-059.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-059.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-060.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-060.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-061.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-061.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-062.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-062.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-067.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-067.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-068.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-068.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-069.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-069.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-070.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-070.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-071.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-071.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-072.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-072.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-073.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-073.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-078.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-078.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-079.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-079.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-080.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-080.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-081.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-081.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-082.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-082.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-083.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-083.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-084.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-084.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-089.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-089.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-090.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-090.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-091.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-091.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-092.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-092.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-093.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-093.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-094.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-094.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-095.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-095.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-100.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-100.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-101.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-101.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-102.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-102.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-103.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-103.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-104.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-104.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-105.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-105.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-106.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-106.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-107.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-107.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-108.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-108.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-109.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-109.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-110.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-110.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-111.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-111.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-112.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-112.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-113.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-113.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-115.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-115.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-116.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-116.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-118.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-118.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-119.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-119.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-120-ref.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-120-ref.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-120.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-120.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-122-ref.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-122-ref.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-122.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-122.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-123-ref.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-123-ref.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-123.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-123.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-124.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-124.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-003.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-003.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-005.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-005.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-006.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-006.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-007.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-007.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-008.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-008.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-009.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-009.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-010.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-010.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-011.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-011.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-014.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-014.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-015.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-015.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-rule-001.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-rule-001.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-size-rule-004.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-size-rule-004.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-style-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-style-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-003.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-style-003.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-004.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-style-004.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-003.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-003.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-005.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-005.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-006.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-006.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-007.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-007.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-008.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-008.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-009.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-009.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-010.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-010.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-011.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-011.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-014.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-014.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-015.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-015.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-003.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-003.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-004.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-004.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-003.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-003.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-005.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-005.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-006.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-006.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-007.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-007.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-008.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-008.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-009.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-009.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-010.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-010.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-011.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-011.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-014.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-014.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-015.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-015.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-002.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-002.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-003.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-003.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-008.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-008.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-010.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-010.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-011.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-011.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-012.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-012.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-013.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-013.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-014.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-014.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-015.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-015.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-016.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-016.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-017.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-017.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-018.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-018.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-003.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-003.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-005.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-005.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-006.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-006.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-007.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-007.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-008.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-008.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-009.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-009.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-010.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-010.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-011.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-011.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-014.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-014.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-015.xht b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-015.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.htm b/common/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/fonts-010-ref.xht b/common/tct-fonts-css3-tests/fonts/csswg/fonts-010-ref.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/fonts-010.xht b/common/tct-fonts-css3-tests/fonts/csswg/fonts-010.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/fonts-011-ref.xht b/common/tct-fonts-css3-tests/fonts/csswg/fonts-011-ref.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/fonts-011.xht b/common/tct-fonts-css3-tests/fonts/csswg/fonts-011.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/fonts-012-ref.htm b/common/tct-fonts-css3-tests/fonts/csswg/fonts-012-ref.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/fonts-012.htm b/common/tct-fonts-css3-tests/fonts/csswg/fonts-012.htm old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/fonts-013-ref.xht b/common/tct-fonts-css3-tests/fonts/csswg/fonts-013-ref.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/fonts-013.xht b/common/tct-fonts-css3-tests/fonts/csswg/fonts-013.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/fonts-014.xht b/common/tct-fonts-css3-tests/fonts/csswg/fonts-014.xht old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/reference/no_red_bold_italic_small-caps_ahem.html b/common/tct-fonts-css3-tests/fonts/csswg/reference/no_red_bold_italic_small-caps_ahem.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/support/1x1-lime.png b/common/tct-fonts-css3-tests/fonts/csswg/support/1x1-lime.png old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/support/AHEM____.TTF b/common/tct-fonts-css3-tests/fonts/csswg/support/AHEM____.TTF old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/support/COPYING b/common/tct-fonts-css3-tests/fonts/csswg/support/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/support/LigatureSymbolsWithSpaces.woff b/common/tct-fonts-css3-tests/fonts/csswg/support/LigatureSymbolsWithSpaces.woff old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/support/LinLibertine_Re-4.7.5.woff b/common/tct-fonts-css3-tests/fonts/csswg/support/LinLibertine_Re-4.7.5.woff old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/support/swatch-blue.png b/common/tct-fonts-css3-tests/fonts/csswg/support/swatch-blue.png old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/csswg/support/swatch-white.png b/common/tct-fonts-css3-tests/fonts/csswg/support/swatch-white.png old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/fonts/support/downloadable.js b/common/tct-fonts-css3-tests/fonts/support/downloadable.js old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/icon.png b/common/tct-fonts-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/inst.apk.py b/common/tct-fonts-css3-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/inst.wgt.py b/common/tct-fonts-css3-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/inst.xpk.py b/common/tct-fonts-css3-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/manifest.json b/common/tct-fonts-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/pack.py b/common/tct-fonts-css3-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-fonts-css3-tests/pack.py +++ b/common/tct-fonts-css3-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-fonts-css3-tests/resources/COPYING b/common/tct-fonts-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/resources/testharness.css b/common/tct-fonts-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/resources/testharness.js b/common/tct-fonts-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/resources/testharnessreport.js b/common/tct-fonts-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/suite.json b/common/tct-fonts-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/testcase.xsl b/common/tct-fonts-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/testresult.xsl b/common/tct-fonts-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/tests.css b/common/tct-fonts-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/tests.full.xml b/common/tct-fonts-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/tests.xml b/common/tct-fonts-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/webrunner/index.html b/common/tct-fonts-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/webrunner/jquery-1.10.2.min.js b/common/tct-fonts-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-fonts-css3-tests/webrunner/testrunner.js b/common/tct-fonts-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/COPYING b/common/tct-forms-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/README b/common/tct-forms-html5-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/common/COPYING b/common/tct-forms-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/common/domtestcase.js b/common/tct-forms-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/common/media.js b/common/tct-forms-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/config.xml b/common/tct-forms-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/HTMLFormElement_in_window.html b/common/tct-forms-html5-tests/forms/HTMLFormElement_in_window.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/ValidityState_tooShort_attribute_check.html b/common/tct-forms-html5-tests/forms/ValidityState_tooShort_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/ValidityState_tooShort_attribute_type.html b/common/tct-forms-html5-tests/forms/ValidityState_tooShort_attribute_type.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/fieldset_checkValidity_method_check.html b/common/tct-forms-html5-tests/forms/fieldset_checkValidity_method_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/fieldset_disabled_attribute_check.html b/common/tct-forms-html5-tests/forms/fieldset_disabled_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/fieldset_elements_attribute_check.html b/common/tct-forms-html5-tests/forms/fieldset_elements_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/fieldset_form_attribute_check.html b/common/tct-forms-html5-tests/forms/fieldset_form_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/fieldset_name_attribute_check.html b/common/tct-forms-html5-tests/forms/fieldset_name_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/fieldset_setCustomValidity_method_check.html b/common/tct-forms-html5-tests/forms/fieldset_setCustomValidity_method_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/fieldset_type_attribute_check.html b/common/tct-forms-html5-tests/forms/fieldset_type_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/fieldset_validationMessage_attribute_check.html b/common/tct-forms-html5-tests/forms/fieldset_validationMessage_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/fieldset_validity_attribute_check.html b/common/tct-forms-html5-tests/forms/fieldset_validity_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/fieldset_willValidate_attribute_check.html b/common/tct-forms-html5-tests/forms/fieldset_willValidate_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_acceptCharset_attribute_check.html b/common/tct-forms-html5-tests/forms/form_acceptCharset_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_action_attribute_check.html b/common/tct-forms-html5-tests/forms/form_action_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_autocomplete_attribute_check.html b/common/tct-forms-html5-tests/forms/form_autocomplete_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_checkValidity_method_check.html b/common/tct-forms-html5-tests/forms/form_checkValidity_method_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_elements_attribute_check.html b/common/tct-forms-html5-tests/forms/form_elements_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_encoding_attribute_check.html b/common/tct-forms-html5-tests/forms/form_encoding_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_enctype_attribute_check.html b/common/tct-forms-html5-tests/forms/form_enctype_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_getter_index_check.html b/common/tct-forms-html5-tests/forms/form_getter_index_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_getter_name_check.html b/common/tct-forms-html5-tests/forms/form_getter_name_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_length_attribute_check.html b/common/tct-forms-html5-tests/forms/form_length_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_method_attribute_check.html b/common/tct-forms-html5-tests/forms/form_method_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_name_attribute_check.html b/common/tct-forms-html5-tests/forms/form_name_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_noValidate_attribute_check.html b/common/tct-forms-html5-tests/forms/form_noValidate_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_reportValidity_base.html b/common/tct-forms-html5-tests/forms/form_reportValidity_base.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_reportValidity_exist.html b/common/tct-forms-html5-tests/forms/form_reportValidity_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_requestAutocomplete_base.html b/common/tct-forms-html5-tests/forms/form_requestAutocomplete_base.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_requestAutocomplete_exist.html b/common/tct-forms-html5-tests/forms/form_requestAutocomplete_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_reset_method_check.html b/common/tct-forms-html5-tests/forms/form_reset_method_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_submit_method_check.html b/common/tct-forms-html5-tests/forms/form_submit_method_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/form_target_attribute_check.html b/common/tct-forms-html5-tests/forms/form_target_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/input_minLength_attribute_check.html b/common/tct-forms-html5-tests/forms/input_minLength_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/input_minLength_attribute_type.html b/common/tct-forms-html5-tests/forms/input_minLength_attribute_type.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/input_minLength_attribute_value.html b/common/tct-forms-html5-tests/forms/input_minLength_attribute_value.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/label_control_attribute_check.html b/common/tct-forms-html5-tests/forms/label_control_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/label_form_attribute_check.html b/common/tct-forms-html5-tests/forms/label_form_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/label_htmlFor_attribute_check.html b/common/tct-forms-html5-tests/forms/label_htmlFor_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/legend_form_attribute_check.html b/common/tct-forms-html5-tests/forms/legend_form_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/textarea_minLength_attribute_check.html b/common/tct-forms-html5-tests/forms/textarea_minLength_attribute_check.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/textarea_minLength_attribute_type.html b/common/tct-forms-html5-tests/forms/textarea_minLength_attribute_type.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/textarea_minLength_attribute_value.html b/common/tct-forms-html5-tests/forms/textarea_minLength_attribute_value.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/w3c/COPYING b/common/tct-forms-html5-tests/forms/w3c/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/w3c/form-elements-interfaces-01.html b/common/tct-forms-html5-tests/forms/w3c/form-elements-interfaces-01.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/w3c/form-elements-matches.html b/common/tct-forms-html5-tests/forms/w3c/form-elements-matches.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-01.html b/common/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-01.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-02.html b/common/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-02.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/icon.png b/common/tct-forms-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/inst.apk.py b/common/tct-forms-html5-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/inst.wgt.py b/common/tct-forms-html5-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/inst.xpk.py b/common/tct-forms-html5-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/manifest.json b/common/tct-forms-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/pack.py b/common/tct-forms-html5-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-forms-html5-tests/pack.py +++ b/common/tct-forms-html5-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-forms-html5-tests/resources/COPYING b/common/tct-forms-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/resources/testharness.css b/common/tct-forms-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/resources/testharness.js b/common/tct-forms-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/resources/testharnessreport.js b/common/tct-forms-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/suite.json b/common/tct-forms-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/testcase.xsl b/common/tct-forms-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/testresult.xsl b/common/tct-forms-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/tests.css b/common/tct-forms-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/tests.full.xml b/common/tct-forms-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/tests.xml b/common/tct-forms-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/webrunner/index.html b/common/tct-forms-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/webrunner/jquery-1.10.2.min.js b/common/tct-forms-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-forms-html5-tests/webrunner/testrunner.js b/common/tct-forms-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-fullscreen-nonw3c-tests/pack.py b/common/tct-fullscreen-nonw3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-fullscreen-nonw3c-tests/pack.py +++ b/common/tct-fullscreen-nonw3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-geoallow-w3c-tests/pack.py b/common/tct-geoallow-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-geoallow-w3c-tests/pack.py +++ b/common/tct-geoallow-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-geodeny-w3c-tests/pack.py b/common/tct-geodeny-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-geodeny-w3c-tests/pack.py +++ b/common/tct-geodeny-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-globalization-cordova-tests/pack.py b/common/tct-globalization-cordova-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-globalization-cordova-tests/pack.py +++ b/common/tct-globalization-cordova-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-gumallow-w3c-tests/pack.py b/common/tct-gumallow-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-gumallow-w3c-tests/pack.py +++ b/common/tct-gumallow-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-humanactivitymonitor-tizen-tests/COPYING b/common/tct-humanactivitymonitor-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/LICENSE.Apache-2.0 b/common/tct-humanactivitymonitor-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/README b/common/tct-humanactivitymonitor-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/config.xml b/common/tct-humanactivitymonitor-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityAccumulativePedometerData_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityAccumulativePedometerData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityAccumulativePedometerInfo_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityAccumulativePedometerInfo_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityData_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfoArray_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfoArray_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_altitude_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_altitude_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_errorRange_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_errorRange_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_latitude_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_latitude_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_longitude_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_longitude_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_speed_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_speed_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_timestamp_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityGPSInfo_timestamp_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityHRMData_heartRate_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityHRMData_heartRate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityHRMData_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityHRMData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityHRMData_rRInterval_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityHRMData_rRInterval_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManagerObject_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_STATIONARY.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_STATIONARY.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_WALKING.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_WALKING.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_errorCallback_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_exist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_listener_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_misarg.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_type_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_with_errorCallback.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_with_errorCallback_null.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_addActivityRecognitionListener_with_errorCallback_null.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_extend.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_errorCallback_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_errorCallback_invalid_cb.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_errorCallback_invoked.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_exist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_misarg.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_stepStatus_NOT_MOVING.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_stepStatus_NOT_MOVING.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_stepStatus_RUNNING.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_stepStatus_RUNNING.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_stepStatus_UNKNOWN.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_stepStatus_UNKNOWN.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_stepStatus_WALKING.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_stepStatus_WALKING.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_successCallback_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_successCallback_invalid_cb.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_type_HRM.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_type_HRM.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_type_PEDOMETER.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_type_PEDOMETER.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_with_errorCallback.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_getHumanActivityData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_in_tizen.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_NotSupportedError.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_NotSupportedError.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_errorCallback_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_errorCallback_invalid_cb.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_exist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_misarg.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_query_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_query_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_query_empty.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_query_empty.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_successCallback_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_successCallback_invalid_cb.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_type_HRM.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_type_HRM.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_type_PEDOMETER.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_type_PEDOMETER.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_type_PRESSURE.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_type_PRESSURE.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_type_SLEEP_MONITOR.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_type_SLEEP_MONITOR.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_with_errorCallback.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_readRecorderData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_removeActivityRecognitionListener.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_removeActivityRecognitionListener.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_removeActivityRecognitionListener_exist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_removeActivityRecognitionListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_removeActivityRecognitionListener_invalid_id.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_removeActivityRecognitionListener_invalid_id.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_removeActivityRecognitionListener_misarg.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_removeActivityRecognitionListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_removeActivityRecognitionListener_with_errorCallback.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_removeActivityRecognitionListener_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_removeActivityRecognitionListener_with_errorCallback_null.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_removeActivityRecognitionListener_with_errorCallback_null.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_setAccumulativePedometerListener.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_setAccumulativePedometerListener.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_setAccumulativePedometerListener_changeCallback_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_setAccumulativePedometerListener_changeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_setAccumulativePedometerListener_changeCallback_invalid_cb.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_setAccumulativePedometerListener_changeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_setAccumulativePedometerListener_exist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_setAccumulativePedometerListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_setAccumulativePedometerListener_misarg.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_setAccumulativePedometerListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_NotSupportedError.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_NotSupportedError.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_exist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_misarg.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_option_empty.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_option_empty.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_type_HRM.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_type_HRM.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_type_PEDOMETER.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_type_PEDOMETER.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_type_PRESSURE.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_type_PRESSURE.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_type_SLEEP_MONITOR.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_type_SLEEP_MONITOR.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_with_option.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_startRecorder_with_option.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_HumanActivityMonitorSuccessCallback_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_HumanActivityMonitorSuccessCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_HumanActivityMonitorSuccessCallback_invalid_cb.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_HumanActivityMonitorSuccessCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_changedCallback_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_changedCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_changedCallback_invalid_cb.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_changedCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_errorCallback_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_errorCallback_invalid_cb.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_errorCallback_invoked.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_exist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_misarg.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_option_TypeMismatch.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_option_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_option_empty.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_option_empty.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_type_GPS.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_type_GPS.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_type_HRM.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_type_HRM.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_type_PEDOMETER.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_type_PEDOMETER.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_type_SLEEP_MONITOR.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_type_SLEEP_MONITOR.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_type_WRIST_UP.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_type_WRIST_UP.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_with_option.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_start_with_option.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_NotSupportedError.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_NotSupportedError.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_exist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_misarg.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_type_HRM.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_type_HRM.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_type_PEDOMETER.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_type_PEDOMETER.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_type_PRESSURE.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_type_PRESSURE.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_type_SLEEP_MONITOR.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stopRecorder_type_SLEEP_MONITOR.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_exist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_misarg.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_GPS.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_GPS.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_HRM.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_HRM.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_PEDOMETER.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_PEDOMETER.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_SLEEP_MONITOR.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_SLEEP_MONITOR.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_WRIST_UP.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_stop_type_WRIST_UP.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_unsetAccumulativePedometerListener.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_unsetAccumulativePedometerListener.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_unsetAccumulativePedometerListener_exist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_unsetAccumulativePedometerListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_unsetAccumulativePedometerListener_extra_argument.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorManager_unsetAccumulativePedometerListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorOption_callbackInterval_type_GPS.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorOption_callbackInterval_type_GPS.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorOption_callbackInterval_type_GPS_default.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorOption_callbackInterval_type_GPS_default.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorOption_callbackInterval_type_HRM.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorOption_callbackInterval_type_HRM.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorOption_callbackInterval_type_HRM_default.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorOption_callbackInterval_type_HRM_default.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorOption_sampleInterval_type_GPS.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorOption_sampleInterval_type_GPS.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorOption_sampleInterval_type_GPS_default.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorOption_sampleInterval_type_GPS_default.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorSuccessCallback_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorSuccessCallback_onsuccess.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityMonitorSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_cumulativeCalorie_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_cumulativeCalorie_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_cumulativeDistance_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_cumulativeDistance_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_cumulativeRunStepCount_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_cumulativeRunStepCount_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_cumulativeTotalStepCount_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_cumulativeTotalStepCount_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_cumulativeWalkStepCount_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_cumulativeWalkStepCount_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_extend.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_speed_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_speed_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_stepCountDifferences_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_stepCountDifferences_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_stepStatus_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_stepStatus_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_walkingFrequency_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityPedometerData_walkingFrequency_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityReadRecorderSuccessCallback_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityReadRecorderSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityReadRecorderSuccessCallback_onsuccess.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityReadRecorderSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecognitionData_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecognitionData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderData_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderHRMData_endTime_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderHRMData_endTime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderHRMData_heartRate_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderHRMData_heartRate_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderHRMData_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderHRMData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderHRMData_startTime_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderHRMData_startTime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_calorie_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_calorie_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_distance_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_distance_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_endTime_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_endTime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_runStepCount_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_runStepCount_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_startTime_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_startTime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_totalStepCount_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_totalStepCount_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_walkStepCount_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPedometerData_walkStepCount_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPressureData_average_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPressureData_average_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPressureData_endTime_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPressureData_endTime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPressureData_max_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPressureData_max_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPressureData_min_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPressureData_min_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPressureData_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPressureData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPressureData_startTime_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderPressureData_startTime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderSleepMonitorData_endTime_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderSleepMonitorData_endTime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderSleepMonitorData_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderSleepMonitorData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderSleepMonitorData_startTime_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderSleepMonitorData_startTime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderSleepMonitorData_status_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivityRecorderSleepMonitorData_status_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_status_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_status_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_timestamp_attribute.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/HumanActivitySleepMonitorData_timestamp_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/PaxHeader/HumanActivityMonitorManager_getHumanActivityData_HumanActivityMonitorSuccessCallback_Typ b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/PaxHeader/HumanActivityMonitorManager_getHumanActivityData_HumanActivityMonitorSuccessCallback_Typ old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/StepDifference_notexist.html b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/StepDifference_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/support/humanactivitymonitor_common.js b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/support/humanactivitymonitor_common.js old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/support/unitcommon.js b/common/tct-humanactivitymonitor-tizen-tests/humanactivitymonitor/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/icon.png b/common/tct-humanactivitymonitor-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/inst.apk.py b/common/tct-humanactivitymonitor-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/inst.wgt.py b/common/tct-humanactivitymonitor-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/inst.xpk.py b/common/tct-humanactivitymonitor-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/manifest.json b/common/tct-humanactivitymonitor-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/pack.py b/common/tct-humanactivitymonitor-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-humanactivitymonitor-tizen-tests/pack.py +++ b/common/tct-humanactivitymonitor-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-humanactivitymonitor-tizen-tests/resources/COPYING b/common/tct-humanactivitymonitor-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/resources/testharness.css b/common/tct-humanactivitymonitor-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/resources/testharness.js b/common/tct-humanactivitymonitor-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/resources/testharnessreport.js b/common/tct-humanactivitymonitor-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/resources/unitcommon.js b/common/tct-humanactivitymonitor-tizen-tests/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/suite.json b/common/tct-humanactivitymonitor-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/testcase.xsl b/common/tct-humanactivitymonitor-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/testresult.xsl b/common/tct-humanactivitymonitor-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/tests.css b/common/tct-humanactivitymonitor-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/tests.full.xml b/common/tct-humanactivitymonitor-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/tests.xml b/common/tct-humanactivitymonitor-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/webrunner/index.html b/common/tct-humanactivitymonitor-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-humanactivitymonitor-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-humanactivitymonitor-tizen-tests/webrunner/testrunner.js b/common/tct-humanactivitymonitor-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-ime-tizen-tests/ime/support/user-script.js b/common/tct-ime-tizen-tests/ime/support/user-script.js old mode 100644 new mode 100755 diff --git a/common/tct-ime-tizen-tests/ime/support/web-helper-client.js b/common/tct-ime-tizen-tests/ime/support/web-helper-client.js old mode 100644 new mode 100755 diff --git a/common/tct-ime-tizen-tests/pack.py b/common/tct-ime-tizen-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-ime-tizen-tests/pack.py +++ b/common/tct-ime-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-import-w3c-tests/pack.py b/common/tct-import-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-import-w3c-tests/pack.py +++ b/common/tct-import-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-indexeddb-w3c-tests/pack.py b/common/tct-indexeddb-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-indexeddb-w3c-tests/pack.py +++ b/common/tct-indexeddb-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-inputdevice-tizen-tests/LICENSE.Apache-2.0 b/common/tct-inputdevice-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/README b/common/tct-inputdevice-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/config.xml b/common/tct-inputdevice-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/icon.png b/common/tct-inputdevice-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceKey_code_attribute.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceKey_code_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceKey_name_attribute.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceKey_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceKey_notexist.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceKey_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManagerObject_notexist.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_extend.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getKey.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getKey.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getKey_InvalidValuesError_emptyString.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getKey_InvalidValuesError_emptyString.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getKey_exist.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getKey_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getKey_misarg.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getKey_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getSupportedKeys.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getSupportedKeys.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getSupportedKeys_exist.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getSupportedKeys_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getSupportedKeys_extra_argument.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_getSupportedKeys_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_in_tizen.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_notexist.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKey.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKey.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_InvalidValuesError_emptyString.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_InvalidValuesError_emptyString.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_InvalidValuesError_mandatoryKey.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_InvalidValuesError_mandatoryKey.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_errorCallback_TypeMismatch.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_errorCallback_invalid_cb.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_exist.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_keyNames_TypeMismatch.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_keyNames_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_misarg.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_successCallback_TypeMismatch.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_successCallback_invalid_cb.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKeyBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKey_InvalidValuesError_emptyString.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKey_InvalidValuesError_emptyString.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKey_InvalidValuesError_mandatoryKey.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKey_InvalidValuesError_mandatoryKey.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKey_exist.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKey_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKey_misarg.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_registerKey_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKey.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKey.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_InvalidValuesError_emptyString.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_InvalidValuesError_emptyString.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_errorCallback_TypeMismatch.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_errorCallback_invalid_cb.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_exist.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_keyNames_TypeMismatch.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_keyNames_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_misarg.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_successCallback_TypeMismatch.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_successCallback_invalid_cb.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKeyBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKey_InvalidValuesError_emptyString.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKey_InvalidValuesError_emptyString.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKey_exist.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKey_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKey_misarg.html b/common/tct-inputdevice-tizen-tests/inputdevice/InputDeviceManager_unregisterKey_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inputdevice/support/unitcommon.js b/common/tct-inputdevice-tizen-tests/inputdevice/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inst.apk.py b/common/tct-inputdevice-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inst.wgt.py b/common/tct-inputdevice-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/inst.xpk.py b/common/tct-inputdevice-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/manifest.json b/common/tct-inputdevice-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/pack.py b/common/tct-inputdevice-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-inputdevice-tizen-tests/pack.py +++ b/common/tct-inputdevice-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-inputdevice-tizen-tests/resources/COPYING b/common/tct-inputdevice-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/resources/testharness.css b/common/tct-inputdevice-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/resources/testharness.js b/common/tct-inputdevice-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/resources/testharnessreport.js b/common/tct-inputdevice-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/suite.json b/common/tct-inputdevice-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/testcase.xsl b/common/tct-inputdevice-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/testresult.xsl b/common/tct-inputdevice-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/tests.css b/common/tct-inputdevice-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/tests.full.xml b/common/tct-inputdevice-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/tests.xml b/common/tct-inputdevice-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/webrunner/index.html b/common/tct-inputdevice-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-inputdevice-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-inputdevice-tizen-tests/webrunner/testrunner.js b/common/tct-inputdevice-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/COPYING b/common/tct-iotcon-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/LICENSE.Apache-2.0 b/common/tct-iotcon-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/README b/common/tct-iotcon-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/config.xml b/common/tct-iotcon-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/icon.png b/common/tct-iotcon-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/inst.apk.py b/common/tct-iotcon-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/inst.wgt.py b/common/tct-iotcon-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/inst.xpk.py b/common/tct-iotcon-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Client_addPresenceEventListener_exist.html b/common/tct-iotcon-tizen-tests/iotcon/Client_addPresenceEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Client_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/Client_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Client_removePresenceEventListener_exist.html b/common/tct-iotcon-tizen-tests/iotcon/Client_removePresenceEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/DeviceInfo_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/DeviceInfo_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/FoundResourceSuccessCallback_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/FoundResourceSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/IotconObject_extend.html b/common/tct-iotcon-tizen-tests/iotcon/IotconObject_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/IotconObject_in_tizen.html b/common/tct-iotcon-tizen-tests/iotcon/IotconObject_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/IotconObject_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/IotconObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/IotconOption_constructor.html b/common/tct-iotcon-tizen-tests/iotcon/IotconOption_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/IotconOption_data_attribute.html b/common/tct-iotcon-tizen-tests/iotcon/IotconOption_data_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/IotconOption_exist.html b/common/tct-iotcon-tizen-tests/iotcon/IotconOption_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/IotconOption_extend.html b/common/tct-iotcon-tizen-tests/iotcon/IotconOption_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/IotconOption_id_attribute.html b/common/tct-iotcon-tizen-tests/iotcon/IotconOption_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Iotcon_getClient_exist.html b/common/tct-iotcon-tizen-tests/iotcon/Iotcon_getClient_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Iotcon_getClient_extra_argument.html b/common/tct-iotcon-tizen-tests/iotcon/Iotcon_getClient_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Iotcon_getServer_exist.html b/common/tct-iotcon-tizen-tests/iotcon/Iotcon_getServer_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Iotcon_getServer_extra_argument.html b/common/tct-iotcon-tizen-tests/iotcon/Iotcon_getServer_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Iotcon_getTimeout_exist.html b/common/tct-iotcon-tizen-tests/iotcon/Iotcon_getTimeout_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Iotcon_getTimeout_extra_argument.html b/common/tct-iotcon-tizen-tests/iotcon/Iotcon_getTimeout_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Iotcon_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/Iotcon_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Iotcon_setTimeout_exist.html b/common/tct-iotcon-tizen-tests/iotcon/Iotcon_setTimeout_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Iotcon_setTimeout_misarg.html b/common/tct-iotcon-tizen-tests/iotcon/Iotcon_setTimeout_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/PlatformInfo_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/PlatformInfo_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/PresenceEventCallback_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/PresenceEventCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/PresenceResponse_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/PresenceResponse_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/RemoteResourceResponseCallback_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/RemoteResourceResponseCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/RemoteResource_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/RemoteResource_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/RemoteResponse_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/RemoteResponse_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Representation_constructor_uriPath.html b/common/tct-iotcon-tizen-tests/iotcon/Representation_constructor_uriPath.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Representation_exist.html b/common/tct-iotcon-tizen-tests/iotcon/Representation_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Representation_extend.html b/common/tct-iotcon-tizen-tests/iotcon/Representation_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/RequestCallback_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/RequestCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Request_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/Request_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Resource_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/Resource_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Response_exist.html b/common/tct-iotcon-tizen-tests/iotcon/Response_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/Server_notexist.html b/common/tct-iotcon-tizen-tests/iotcon/Server_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/support/iotcon_common.js b/common/tct-iotcon-tizen-tests/iotcon/support/iotcon_common.js old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/iotcon/support/unitcommon.js b/common/tct-iotcon-tizen-tests/iotcon/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/manifest.json b/common/tct-iotcon-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/pack.py b/common/tct-iotcon-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-iotcon-tizen-tests/pack.py +++ b/common/tct-iotcon-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-iotcon-tizen-tests/suite.json b/common/tct-iotcon-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/testcase.xsl b/common/tct-iotcon-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/testresult.xsl b/common/tct-iotcon-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/tests.css b/common/tct-iotcon-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/tests.full.xml b/common/tct-iotcon-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/tests.xml b/common/tct-iotcon-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/webrunner/index.html b/common/tct-iotcon-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-iotcon-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-iotcon-tizen-tests/webrunner/testrunner.js b/common/tct-iotcon-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-jsenhance-html5-tests/pack.py b/common/tct-jsenhance-html5-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-jsenhance-html5-tests/pack.py +++ b/common/tct-jsenhance-html5-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-keymanager-tizen-tests/LICENSE.Apache-2.0 b/common/tct-keymanager-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/README b/common/tct-keymanager-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/config.xml b/common/tct-keymanager-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/icon.png b/common/tct-keymanager-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/inst.apk.py b/common/tct-keymanager-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/inst.xpk.py b/common/tct-keymanager-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManagerObject_notexist.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_extend.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getDataAliasList.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getDataAliasList.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getDataAliasList_exist.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getDataAliasList_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getDataAliasList_extra_argument.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getDataAliasList_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData_dataAlias_TypeMismatch.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData_dataAlias_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData_dataAlias_empty.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData_dataAlias_empty.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData_exist.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData_misarg.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData_notFoundError.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData_notFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData_with_password.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_getData_with_password.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_in_tizen.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_notexist.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_removeData.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_removeData.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_removeData_dataAlias_TypeMismatch.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_removeData_dataAlias_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_removeData_dataAlias_empty.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_removeData_dataAlias_empty.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_removeData_exist.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_removeData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_removeData_misarg.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_removeData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_removeData_notFoundError.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_removeData_notFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_errorCallback_TypeMismatch.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_errorCallback_invalid_cb.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_exist.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_misarg.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_successCallback_TypeMismatch.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_successCallback_invalid_cb.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_with_errorCallback.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_saveData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_dataAlias_TypeMismatch.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_dataAlias_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_dataAlias_empty.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_dataAlias_empty.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_errorCallback_TypeMismatch.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_errorCallback_invalid_cb.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_exist.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_misarg.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_permissionType_TypeMismatch.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_permissionType_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_successCallback_TypeMismatch.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_successCallback_invalid_cb.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_with_errorCallback.html b/common/tct-keymanager-tizen-tests/keymanager/KeyManager_setPermission_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_exit.html b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_exit.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_launch.html b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_launch.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_launch_explicit.html b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_launch_explicit.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_reply_failure.html b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_reply_failure.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_reply_result.html b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_reply_result.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_reply_result_with_data.html b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_reply_result_with_data.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_run_test.html b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/appcontrol_run_test.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/config.xml b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/css/style.css b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/css/style.css old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/icon.png b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/index.html b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/index.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/resources/COPYING b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/resources/testharness.css b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/resources/testharness.js b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/resources/testharnessreport.js b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/resources/unitcommon.js b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/tests/Permission_Read.js b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/tests/Permission_Read.js old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/tests/Permission_Remove.js b/common/tct-keymanager-tizen-tests/keymanager/support/TCTAppControl/tests/Permission_Remove.js old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/app_common.js b/common/tct-keymanager-tizen-tests/keymanager/support/app_common.js old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/keymanager_common.js b/common/tct-keymanager-tizen-tests/keymanager/support/keymanager_common.js old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/keymanager/support/unitcommon.js b/common/tct-keymanager-tizen-tests/keymanager/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/manifest.json b/common/tct-keymanager-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/pack.py b/common/tct-keymanager-tizen-tests/pack.py old mode 100644 new mode 100755 index 44c41a3bd..08d55aafe --- a/common/tct-keymanager-tizen-tests/pack.py +++ b/common/tct-keymanager-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-keymanager-tizen-tests/resources/COPYING b/common/tct-keymanager-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/resources/testharness.css b/common/tct-keymanager-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/resources/testharness.js b/common/tct-keymanager-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/resources/testharnessreport.js b/common/tct-keymanager-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/suite.json b/common/tct-keymanager-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/testcase.xsl b/common/tct-keymanager-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/testresult.xsl b/common/tct-keymanager-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/tests.css b/common/tct-keymanager-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/tests.full.xml b/common/tct-keymanager-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/tests.xml b/common/tct-keymanager-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/webrunner/index.html b/common/tct-keymanager-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-keymanager-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-keymanager-tizen-tests/webrunner/testrunner.js b/common/tct-keymanager-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-media-cordova-tests/pack.py b/common/tct-media-cordova-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-media-cordova-tests/pack.py +++ b/common/tct-media-cordova-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-mediacapture-w3c-tests/pack.py b/common/tct-mediacapture-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-mediacapture-w3c-tests/pack.py +++ b/common/tct-mediacapture-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-mediacontroller-tizen-tests/COPYING b/common/tct-mediacontroller-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/LICENSE.Apache-2.0 b/common/tct-mediacontroller-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/MediaControllerHelper.wgt b/common/tct-mediacontroller-tizen-tests/MediaControllerHelper.wgt old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/NOTICE b/common/tct-mediacontroller-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/README b/common/tct-mediacontroller-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/config.xml b/common/tct-mediacontroller-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/icon.png b/common/tct-mediacontroller-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/inst.apk.py b/common/tct-mediacontroller-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/inst.wgt.py b/common/tct-mediacontroller-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/inst.xpk.py b/common/tct-mediacontroller-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/manifest.json b/common/tct-mediacontroller-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerChangeRequestPlaybackInfoCallback_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerChangeRequestPlaybackInfoCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerChangeRequestPlaybackInfoCallback_onplaybackpositionrequest.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerChangeRequestPlaybackInfoCallback_onplaybackpositionrequest.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerChangeRequestPlaybackInfoCallback_onplaybackstaterequest.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerChangeRequestPlaybackInfoCallback_onplaybackstaterequest.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerChangeRequestPlaybackInfoCallback_onrepeatmoderequest.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerChangeRequestPlaybackInfoCallback_onrepeatmoderequest.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerChangeRequestPlaybackInfoCallback_onshufflemoderequest.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerChangeRequestPlaybackInfoCallback_onshufflemoderequest.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_extend.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_errorCallback_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_errorCallback_invalid_cb.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_successCallback_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_successCallback_invalid_cb.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_with_errorCallback.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_findServers_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_getLatestServerInfo.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_getLatestServerInfo.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_getLatestServerInfo_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_getLatestServerInfo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_getLatestServerInfo_extra_argument.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_getLatestServerInfo_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerClient_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_createServer.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_createServer.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_createServer_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_createServer_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_createServer_extra_argument.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_createServer_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_extend.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_getClient.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_getClient.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_getClient_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_getClient_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_getClient_extra_argument.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_getClient_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_in_tizen.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_album_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_album_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_artist_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_artist_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_author_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_author_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_copyright_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_copyright_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_date_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_date_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_description_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_description_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_duration_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_duration_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_extend.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_genre_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_genre_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_picture_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_picture_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_title_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_title_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_trackNum_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerMetadata_trackNum_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerObject_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfoChangeCallback_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfoChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfoChangeCallback_onmetadatachanged.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfoChangeCallback_onmetadatachanged.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfoChangeCallback_onplaybackchanged.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfoChangeCallback_onplaybackchanged.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfoChangeCallback_onrepeatmodechanged.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfoChangeCallback_onrepeatmodechanged.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfoChangeCallback_onshufflemodechanged.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfoChangeCallback_onshufflemodechanged.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_extend.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_metadata_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_metadata_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_position_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_position_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_repeatMode_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_repeatMode_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_shuffleMode_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_shuffleMode_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_state_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerPlaybackInfo_state_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerReceiveCommandCallback_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerReceiveCommandCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerReceiveCommandCallback_onsuccess.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerReceiveCommandCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerSendCommandSuccessCallback_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerSendCommandSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerSendCommandSuccessCallback_onsuccess.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerSendCommandSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfoArraySuccessCallback_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfoArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfoArraySuccessCallback_onsuccess.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfoArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addPlaybackInfoChangeListener.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addPlaybackInfoChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addPlaybackInfoChangeListener_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addPlaybackInfoChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addPlaybackInfoChangeListener_listener_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addPlaybackInfoChangeListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addPlaybackInfoChangeListener_listener_invalid.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addPlaybackInfoChangeListener_listener_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addPlaybackInfoChangeListener_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addPlaybackInfoChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addServerStatusChangeListener.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addServerStatusChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addServerStatusChangeListener_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addServerStatusChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addServerStatusChangeListener_listener_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addServerStatusChangeListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addServerStatusChangeListener_listener_invalid.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addServerStatusChangeListener_listener_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addServerStatusChangeListener_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_addServerStatusChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_extend.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_name_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_playbackInfo_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_playbackInfo_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removePlaybackInfoChangeListener.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removePlaybackInfoChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removePlaybackInfoChangeListener_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removePlaybackInfoChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removePlaybackInfoChangeListener_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removePlaybackInfoChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removePlaybackInfoChangeListener_watchId_invalid.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removePlaybackInfoChangeListener_watchId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removeServerStatusChangeListener.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removeServerStatusChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removeServerStatusChangeListener_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removeServerStatusChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removeServerStatusChangeListener_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removeServerStatusChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removeServerStatusChangeListener_watchId_invalid.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_removeServerStatusChangeListener_watchId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_data_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_data_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_errorCallback_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_errorCallback_invalid_cb.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_successCallback_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_successCallback_invalid_cb.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_with_errorCallback.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendCommand_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_errorCallback_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_errorCallback_invalid_cb.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_successCallback_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_successCallback_invalid_cb.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_with_errorCallback.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackPosition_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_errorCallback_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_errorCallback_invalid_cb.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_state_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_state_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_successCallback_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_successCallback_invalid_cb.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_with_errorCallback.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendPlaybackState_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode_errorCallback_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode_errorCallback_invalid_cb.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode_successCallback_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode_successCallback_invalid_cb.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode_with_errorCallback.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendRepeatMode_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode_errorCallback_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode_errorCallback_invalid_cb.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode_successCallback_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode_successCallback_invalid_cb.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode_with_errorCallback.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_sendShuffleMode_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_state_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerInfo_state_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerStatusChangeCallback_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerStatusChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerStatusChangeCallback_onsuccess.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServerStatusChangeCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addChangeRequestPlaybackInfoListener.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addChangeRequestPlaybackInfoListener.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addChangeRequestPlaybackInfoListener_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addChangeRequestPlaybackInfoListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addChangeRequestPlaybackInfoListener_listener_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addChangeRequestPlaybackInfoListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addChangeRequestPlaybackInfoListener_listener_invalid.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addChangeRequestPlaybackInfoListener_listener_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addChangeRequestPlaybackInfoListener_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addChangeRequestPlaybackInfoListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addCommandListener.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addCommandListener.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addCommandListener_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addCommandListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addCommandListener_listener_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addCommandListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addCommandListener_listener_invalid.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addCommandListener_listener_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addCommandListener_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_addCommandListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_extend.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_notexist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_playbackInfo_attribute.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_playbackInfo_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeChangeRequestPlaybackInfoListener.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeChangeRequestPlaybackInfoListener.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeChangeRequestPlaybackInfoListener_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeChangeRequestPlaybackInfoListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeChangeRequestPlaybackInfoListener_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeChangeRequestPlaybackInfoListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeChangeRequestPlaybackInfoListener_watchId_invalid.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeChangeRequestPlaybackInfoListener_watchId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeCommandListener.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeCommandListener.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeCommandListener_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeCommandListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeCommandListener_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeCommandListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeCommandListener_watchId_invalid.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_removeCommandListener_watchId_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateMetadata.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateMetadata.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateMetadata_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateMetadata_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateMetadata_invalid_obj.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateMetadata_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateMetadata_metadata_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateMetadata_metadata_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateMetadata_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateMetadata_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackPosition.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackPosition.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackPosition_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackPosition_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackPosition_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackPosition_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackPosition_position_invalid.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackPosition_position_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackState.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackState.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackState_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackState_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackState_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackState_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackState_state_TypeMismatch.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackState_state_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackState_state_invalid.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updatePlaybackState_state_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateRepeatMode.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateRepeatMode.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateRepeatMode_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateRepeatMode_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateRepeatMode_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateRepeatMode_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateShuffleMode.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateShuffleMode.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateShuffleMode_exist.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateShuffleMode_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateShuffleMode_misarg.html b/common/tct-mediacontroller-tizen-tests/mediacontroller/MediaControllerServer_updateShuffleMode_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/mediacontroller/support/unitcommon.js b/common/tct-mediacontroller-tizen-tests/mediacontroller/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/pack.py b/common/tct-mediacontroller-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-mediacontroller-tizen-tests/pack.py +++ b/common/tct-mediacontroller-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-mediacontroller-tizen-tests/resources/COPYING b/common/tct-mediacontroller-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/resources/testharness.css b/common/tct-mediacontroller-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/resources/testharness.js b/common/tct-mediacontroller-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/resources/testharnessreport.js b/common/tct-mediacontroller-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/suite.json b/common/tct-mediacontroller-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/testcase.xsl b/common/tct-mediacontroller-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/testresult.xsl b/common/tct-mediacontroller-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/tests.css b/common/tct-mediacontroller-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/tests.full.xml b/common/tct-mediacontroller-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/tests.xml b/common/tct-mediacontroller-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/webrunner/index.html b/common/tct-mediacontroller-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-mediacontroller-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-mediacontroller-tizen-tests/webrunner/testrunner.js b/common/tct-mediacontroller-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/COPYING b/common/tct-mediakey-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/LICENSE.Apache-2.0 b/common/tct-mediakey-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/NOTICE b/common/tct-mediakey-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/README b/common/tct-mediakey-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/config.xml b/common/tct-mediakey-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/icon.png b/common/tct-mediakey-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/inst.apk.py b/common/tct-mediakey-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/inst.wgt.py b/common/tct-mediakey-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/inst.xpk.py b/common/tct-mediakey-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/manifest.json b/common/tct-mediakey-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyEventCallback_notexist.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyEventCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyEventCallback_onpressed.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyEventCallback_onpressed.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyEventCallback_onreleased.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyEventCallback_onreleased.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManagerObject_notexist.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_extend.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_in_tizen.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_notexist.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_setMediaKeyEventListener.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_setMediaKeyEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_setMediaKeyEventListener_callback_TypeMismatch.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_setMediaKeyEventListener_callback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_setMediaKeyEventListener_callback_invalid_cb.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_setMediaKeyEventListener_callback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_setMediaKeyEventListener_exist.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_setMediaKeyEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_setMediaKeyEventListener_misarg.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_setMediaKeyEventListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_unsetMediaKeyEventListener.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_unsetMediaKeyEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_unsetMediaKeyEventListener_exist.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_unsetMediaKeyEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_unsetMediaKeyEventListener_extra_argument.html b/common/tct-mediakey-tizen-tests/mediakey/MediaKeyManager_unsetMediaKeyEventListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/support/mediakey_common.js b/common/tct-mediakey-tizen-tests/mediakey/support/mediakey_common.js old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/mediakey/support/unitcommon.js b/common/tct-mediakey-tizen-tests/mediakey/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/pack.py b/common/tct-mediakey-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-mediakey-tizen-tests/pack.py +++ b/common/tct-mediakey-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-mediakey-tizen-tests/resources/COPYING b/common/tct-mediakey-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/resources/testharness.css b/common/tct-mediakey-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/resources/testharness.js b/common/tct-mediakey-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/resources/testharnessreport.js b/common/tct-mediakey-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/suite.json b/common/tct-mediakey-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/testcase.xsl b/common/tct-mediakey-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/testresult.xsl b/common/tct-mediakey-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/tests.css b/common/tct-mediakey-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/tests.full.xml b/common/tct-mediakey-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/tests.xml b/common/tct-mediakey-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/webrunner/index.html b/common/tct-mediakey-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-mediakey-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-mediakey-tizen-tests/webrunner/testrunner.js b/common/tct-mediakey-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-mediaqueries-css3-tests/pack.py b/common/tct-mediaqueries-css3-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-mediaqueries-css3-tests/pack.py +++ b/common/tct-mediaqueries-css3-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-messageport-tizen-tests/COPYING b/common/tct-messageport-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/LICENSE.Apache-2.0 b/common/tct-messageport-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/NOTICE b/common/tct-messageport-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/config.xml b/common/tct-messageport-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/icon.png b/common/tct-messageport-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/inst.apk.py b/common/tct-messageport-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/inst.wgt.py b/common/tct-messageport-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/inst.xpk.py b/common/tct-messageport-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/manifest.json b/common/tct-messageport-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_exist.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_TypeMismatch.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_invalid_cb.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_misarg.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_missarg.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_onreceived_invalid_cb.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_onreceived_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_extend.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_isTrusted_attribute.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_isTrusted_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_messagePortName_attribute.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_messagePortName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_notexist.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener_NotFound.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener_NotFound.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener_TypeMismatch.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener_exist.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener_misarg.html b/common/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortCallback_notexist.html b/common/tct-messageport-tizen-tests/messageport/MessagePortCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortCallback_onreceived.html b/common/tct-messageport-tizen-tests/messageport/MessagePortCallback_onreceived.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortCallback_onreceived_all.html b/common/tct-messageport-tizen-tests/messageport/MessagePortCallback_onreceived_all.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManagerObject_notexist.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_extend.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_in_tizen.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_notexist.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort_exist.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort_typeconversion.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort_typeconversion.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort_NotFoundError.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort_exist.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort_misarg.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort_exist.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort_typeconversion.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort_typeconversion.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort_NotFoundError.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort_exist.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort_misarg.html b/common/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_appId_attribute.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_appId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_extend.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_isTrusted_attribute.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_isTrusted_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_messagePortName_attribute.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_messagePortName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_notexist.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_TypeMismatch.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_value_array.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_value_array.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_value_octet.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_value_octet.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_value_octetArray.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_value_octetArray.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_empty.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_empty.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_exist.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_localMsgPort_invalid_obj.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_localMsgPort_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_misarg.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_missarg.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_with_localMessagePort.html b/common/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_with_localMessagePort.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/support/messageport_test.wgt b/common/tct-messageport-tizen-tests/messageport/support/messageport_test.wgt old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/messageport/support/unitcommon.js b/common/tct-messageport-tizen-tests/messageport/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/pack.py b/common/tct-messageport-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-messageport-tizen-tests/pack.py +++ b/common/tct-messageport-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-messageport-tizen-tests/resources/COPYING b/common/tct-messageport-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/resources/testharness.css b/common/tct-messageport-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/resources/testharness.js b/common/tct-messageport-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/resources/testharnessreport.js b/common/tct-messageport-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/resources/unitcommon.js b/common/tct-messageport-tizen-tests/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/suite.json b/common/tct-messageport-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/testcase.xsl b/common/tct-messageport-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/testresult.xsl b/common/tct-messageport-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/tests.css b/common/tct-messageport-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/tests.full.xml b/common/tct-messageport-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/tests.xml b/common/tct-messageport-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/webrunner/index.html b/common/tct-messageport-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-messageport-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-messageport-tizen-tests/webrunner/testrunner.js b/common/tct-messageport-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/COPYING b/common/tct-messaging-email-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/LICENSE.Apache-2.0 b/common/tct-messaging-email-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/LICENSE.CC-BY-3.0 b/common/tct-messaging-email-tizen-tests/LICENSE.CC-BY-3.0 old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/NOTICE b/common/tct-messaging-email-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/README b/common/tct-messaging-email-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/config.xml b/common/tct-messaging-email-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/icon.png b/common/tct-messaging-email-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/inst.apk.py b/common/tct-messaging-email-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/inst.wgt.py b/common/tct-messaging-email-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/inst.xpk.py b/common/tct-messaging-email-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/manifest.json b/common/tct-messaging-email-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageArraySuccessCallback_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageArraySuccessCallback_onsuccess.html b/common/tct-messaging-email-tizen-tests/messaging/MessageArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageAttachmentSuccessCallback_email_onsuccess.html b/common/tct-messaging-email-tizen-tests/messaging/MessageAttachmentSuccessCallback_email_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageAttachmentSuccessCallback_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageAttachmentSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_constructor.html b/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_constructor_minargs.html b/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_extend.html b/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_filePath_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_filePath_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_id_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_messageId_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_messageId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_mimeType_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageAttachment_mimeType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageBodySuccessCallback_email_onsuccess.html b/common/tct-messaging-email-tizen-tests/messaging/MessageBodySuccessCallback_email_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageBodySuccessCallback_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageBodySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageBodySuccessCallback_onsuccess.html b/common/tct-messaging-email-tizen-tests/messaging/MessageBodySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageBody_email_extend.html b/common/tct-messaging-email-tizen-tests/messaging/MessageBody_email_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageBody_email_htmlBody_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageBody_email_htmlBody_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageBody_email_inlineAttachments_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageBody_email_inlineAttachments_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageBody_email_loaded_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageBody_email_loaded_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageBody_email_messageId_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageBody_email_messageId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageBody_email_plainBody_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageBody_email_plainBody_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageBody_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageBody_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversationArraySuccessCallback_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversationArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversationArraySuccessCallback_onsuccess.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversationArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_bcc_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_bcc_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_cc_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_cc_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_extend.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_from_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_from_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_id_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_isRead_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_isRead_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_lastMessageId_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_lastMessageId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_messageCount_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_messageCount_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_preview_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_preview_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_subject_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_subject_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_timestamp_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_timestamp_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_to_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_to_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_type_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_unreadMessages_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversation_unreadMessages_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsadded.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsadded.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversationsChangeCallback_email_conversationsremoved.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversationsChangeCallback_email_conversationsremoved.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversationsChangeCallback_email_conversationsupdated.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversationsChangeCallback_email_conversationsupdated.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageConversationsChangeCallback_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageConversationsChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolderArraySuccessCallback_email_onsuccess.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolderArraySuccessCallback_email_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolderArraySuccessCallback_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolderArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_contentType_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_contentType_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_contentType_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_contentType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_extend.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_id_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_name_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_parentId_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_parentId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_path_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_path_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_serviceId_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_serviceId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_synchronizable_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_synchronizable_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_type_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_email_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_id_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_id_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_path_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_path_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_type_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFolder_type_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFoldersChangeCallback_foldersadded.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFoldersChangeCallback_foldersadded.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFoldersChangeCallback_foldersremoved.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFoldersChangeCallback_foldersremoved.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFoldersChangeCallback_foldersupdated.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFoldersChangeCallback_foldersupdated.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageFoldersChangeCallback_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageFoldersChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageInit_MessageInit_valid_argument_email.html b/common/tct-messaging-email-tizen-tests/messaging/MessageInit_MessageInit_valid_argument_email.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageManagerObject_messaging.html b/common/tct-messaging-email-tizen-tests/messaging/MessageManagerObject_messaging.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageManagerObject_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageRecipientsCallback_email_onsuccess.html b/common/tct-messaging-email-tizen-tests/messaging/MessageRecipientsCallback_email_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageRecipientsCallback_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageRecipientsCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageServiceArraySuccessCallback_email_onsuccess.html b/common/tct-messaging-email-tizen-tests/messaging/MessageServiceArraySuccessCallback_email_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageServiceArraySuccessCallback_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageServiceArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageServiceArraySuccessCallback_onsuccess.html b/common/tct-messaging-email-tizen-tests/messaging/MessageServiceArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_extend.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_id_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_attachment_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_attachment_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_attachment_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_attachment_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_without_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageAttachment_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_message_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_message_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_message_invalid_obj.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_message_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_missarg_message.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_missarg_message.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_loadMessageBody_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_messageStorage_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_messageStorage_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_name_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_message_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_message_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_message_invalid_obj.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_message_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_without_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_without_successCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sendMessage_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_stopSync_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_stopSync_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_stopSync_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_stopSync_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_stopSync_opId_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_stopSync_opId_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_syncFolder_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_syncFolder_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sync_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_sync_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_type_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_email_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sendMessage_emailWithBcc.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sendMessage_emailWithBcc.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sendMessage_emailWithPriority.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sendMessage_emailWithPriority.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sendMessage_email_without_callbacks.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sendMessage_email_without_callbacks.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_stopSync_sync.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_stopSync_sync.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_stopSync_syncFolder.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_stopSync_syncFolder.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_folder_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_folder_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_with_limit.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_with_limit.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_with_successCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_syncFolder_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_emailwithoutparam.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_emailwithoutparam.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_foremail.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_foremail.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_with_limit.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_with_limit.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_with_successCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageService_sync_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_addConversationsChangeListener.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_addConversationsChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_addConversationsChangeListener_filter_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_addConversationsChangeListener_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_addConversationsChangeListener_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_addConversationsChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_addConversationsChangeListener_with_filter.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_addConversationsChangeListener_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_addConversationsChangeListener_withoutcb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_addConversationsChangeListener_withoutcb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addConversationsChangeListener_conversationsChangeCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addConversationsChangeListener_conversationsChangeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addConversationsChangeListener_conversationsChangeCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addConversationsChangeListener_conversationsChangeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addConversationsChangeListener_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addConversationsChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_message_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_message_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_message_invalid_obj.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_message_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_without_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_without_successCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addDraftMessage_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_filter_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_foldersChangeCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_foldersChangeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_updatedata.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_updatedata.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_with_filter.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addFoldersChangeListener_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_filter_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_messagesChangeCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_messagesChangeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_messagesChangeCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_messagesChangeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_with_filter.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_without_filter.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_addMessagesChangeListener_without_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_extend.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_filter_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_filter_from.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_filter_from.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_filter_invalid_obj.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_filter_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_filter_to.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_filter_to.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_filter_type.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_filter_type.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_sort_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_sort_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_sort_invalid_obj.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_sort_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_with_offset.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_with_offset.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_with_sort.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_with_sort.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_with_sort_time_desc.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_with_sort_time_desc.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_without_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findConversations_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findFolders_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findFolders_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_and_loadMessageBody.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_and_loadMessageBody.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_bcc_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_bcc_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_cc_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_cc_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_filter_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_filter_invalid_obj.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_filter_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_folderId_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_folderId_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_from_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_from_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_hasAttachment_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_hasAttachment_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_id_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_id_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_isHighPriority_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_isHighPriority_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_isRead_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_isRead_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_plainBody_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_plainBody_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_serviceId_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_serviceId_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_sort_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_sort_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_sort_invalid_obj.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_sort_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_timestamp_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_timestamp_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_to_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_to_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_type_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_type_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_with_offset.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_findMessages_with_offset.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_removeChangeListener_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_removeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_removeConversations_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_removeConversations_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_removeMessages_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_removeMessages_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_exist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_messages_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_messages_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_without_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_without_successCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_email_updateMessages_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_filter_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_filter_serviceId.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_filter_serviceId.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findFolders_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findMessage_emailFilterWithoutErrorCb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_findMessage_emailFilterWithoutErrorCb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeChangeListener.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeChangeListener_forconversations_email.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeChangeListener_forconversations_email.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeChangeListener_forfolder_email.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeChangeListener_forfolder_email.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_conversations_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_conversations_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_foremail.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_foremail.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_with_successCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeConversations_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessage_emailwithouterrcb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessage_emailwithouterrcb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_messages_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_messages_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_with_successCallback.html b/common/tct-messaging-email-tizen-tests/messaging/MessageStorage_removeMessages_email_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_addUpdateRemove.html b/common/tct-messaging-email-tizen-tests/messaging/Message_addUpdateRemove.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_attachments_exist.html b/common/tct-messaging-email-tizen-tests/messaging/Message_attachments_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_attachments_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_attachments_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_bcc_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_bcc_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_body_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_body_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_cc_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_cc_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_constructor.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_constructor_messageInitDict_function.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_constructor_messageInitDict_function.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_constructor_messageInitDict_object.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_constructor_messageInitDict_object.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_constructor_minargs.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_conversationId_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_conversationId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_extend.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_folderId_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_folderId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_from_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_from_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_hasAttachment_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_hasAttachment_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_id_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_inResponseTo_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_inResponseTo_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_isHighPriority_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_isHighPriority_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_isRead_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_isRead_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_messageStatus_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_messageStatus_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_subject_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_subject_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_timestamp_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_timestamp_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_to_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_to_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_email_type_attribute.html b/common/tct-messaging-email-tizen-tests/messaging/Message_email_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_exist.html b/common/tct-messaging-email-tizen-tests/messaging/Message_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Message_hasAttachment_exist.html b/common/tct-messaging-email-tizen-tests/messaging/Message_hasAttachment_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_email_messagesadded_with_filter.html b/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_email_messagesadded_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_email_messagesadded_without_filter.html b/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_email_messagesadded_without_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_email_messagesremoved_with_filter.html b/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_email_messagesremoved_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_email_messagesremoved_without_filter.html b/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_email_messagesremoved_without_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_email_messagesupdated_with_filter.html b/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_email_messagesupdated_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_email_messagesupdated_without_filter.html b/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_email_messagesupdated_without_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/MessagesChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Messaging_email_getMessageServices.html b/common/tct-messaging-email-tizen-tests/messaging/Messaging_email_getMessageServices.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Messaging_email_getMessageServices_errorCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/Messaging_email_getMessageServices_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Messaging_email_getMessageServices_errorCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/Messaging_email_getMessageServices_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Messaging_email_getMessageServices_successCallback_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/Messaging_email_getMessageServices_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Messaging_email_getMessageServices_successCallback_invalid_cb.html b/common/tct-messaging-email-tizen-tests/messaging/Messaging_email_getMessageServices_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Messaging_email_getMessageServices_with_errorCallback.html b/common/tct-messaging-email-tizen-tests/messaging/Messaging_email_getMessageServices_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Messaging_extend.html b/common/tct-messaging-email-tizen-tests/messaging/Messaging_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Messaging_getMessageServices_exist.html b/common/tct-messaging-email-tizen-tests/messaging/Messaging_getMessageServices_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Messaging_getMessageServices_messageServiceType_TypeMismatch.html b/common/tct-messaging-email-tizen-tests/messaging/Messaging_getMessageServices_messageServiceType_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Messaging_getMessageServices_missarg.html b/common/tct-messaging-email-tizen-tests/messaging/Messaging_getMessageServices_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/Messaging_notexist.html b/common/tct-messaging-email-tizen-tests/messaging/Messaging_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/support/getJsonConf.js b/common/tct-messaging-email-tizen-tests/messaging/support/getJsonConf.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/support/messaging_common.js b/common/tct-messaging-email-tizen-tests/messaging/support/messaging_common.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/messaging/support/unitcommon.js b/common/tct-messaging-email-tizen-tests/messaging/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/pack.py b/common/tct-messaging-email-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-messaging-email-tizen-tests/pack.py +++ b/common/tct-messaging-email-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-messaging-email-tizen-tests/resources/COPYING b/common/tct-messaging-email-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/resources/testharness.css b/common/tct-messaging-email-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/resources/testharness.js b/common/tct-messaging-email-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/resources/testharnessreport.js b/common/tct-messaging-email-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/suite.json b/common/tct-messaging-email-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/testcase.xsl b/common/tct-messaging-email-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/testresult.xsl b/common/tct-messaging-email-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/tests.css b/common/tct-messaging-email-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/tests.full.xml b/common/tct-messaging-email-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/tests.xml b/common/tct-messaging-email-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/webapi-tizen-messaging-test_image.jpg b/common/tct-messaging-email-tizen-tests/webapi-tizen-messaging-test_image.jpg old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/webapi-tizen-messaging-test_noise.mp3 b/common/tct-messaging-email-tizen-tests/webapi-tizen-messaging-test_noise.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/webrunner/index.html b/common/tct-messaging-email-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-messaging-email-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-email-tizen-tests/webrunner/testrunner.js b/common/tct-messaging-email-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/COPYING b/common/tct-messaging-mms-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/LICENSE.Apache-2.0 b/common/tct-messaging-mms-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/LICENSE.CC-BY-3.0 b/common/tct-messaging-mms-tizen-tests/LICENSE.CC-BY-3.0 old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/NOTICE b/common/tct-messaging-mms-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/README b/common/tct-messaging-mms-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/config.xml b/common/tct-messaging-mms-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/icon.png b/common/tct-messaging-mms-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/inst.apk.py b/common/tct-messaging-mms-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/inst.wgt.py b/common/tct-messaging-mms-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/inst.xpk.py b/common/tct-messaging-mms-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/manifest.json b/common/tct-messaging-mms-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageBody_mms_extend.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageBody_mms_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageBody_mms_loaded_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageBody_mms_loaded_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageBody_mms_messageId_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageBody_mms_messageId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageBody_mms_plainBody_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageBody_mms_plainBody_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageConversationsChangeCallback_mms_conversationsremoved.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageConversationsChangeCallback_mms_conversationsremoved.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageConversationsChangeCallback_mms_conversationsupdated.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageConversationsChangeCallback_mms_conversationsupdated.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageInit_MessageInit_valid_argument_mms.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageInit_MessageInit_valid_argument_mms.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageServiceArraySuccessCallback_mms_onsuccess.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageServiceArraySuccessCallback_mms_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_extend.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_loadMessageAttachment_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_loadMessageAttachment_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_loadMessageBody_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_loadMessageBody_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_loadMessageBody_missarg_message.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_loadMessageBody_missarg_message.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_messageStorage_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_messageStorage_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_errorCallback_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_errorCallback_invalid_cb.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_message_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_message_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_message_invalid_obj.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_message_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_missarg.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_successCallback_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_successCallback_invalid_cb.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_sendMessage_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_type_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_mms_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageService_sendMessage_mms_without_callbacks.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageService_sendMessage_mms_without_callbacks.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_body_valid.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_body_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_folderId_valid.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_folderId_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_from_valid.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_from_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_hasAttachment_valid.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_hasAttachment_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_isRead_valid.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_isRead_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_mms_valid.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_mms_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_subject_valid.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_subject_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_timestamp_valid.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_timestamp_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_to_valid.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_findMessages_filter_to_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addConversationsChangeListener_conversationsChangeCallback_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addConversationsChangeListener_conversationsChangeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addConversationsChangeListener_conversationsChangeCallback_invalid_cb.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addConversationsChangeListener_conversationsChangeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addConversationsChangeListener_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addConversationsChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_errorCallback_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_errorCallback_invalid_cb.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_message_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_message_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_message_invalid_obj.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_message_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_missarg.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_successCallback_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_successCallback_invalid_cb.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_without_errorCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_without_successCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addDraftMessage_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addFoldersChangeListener_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addFoldersChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addFoldersChangeListener_foldersChangeCallback_invalid_cb.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addFoldersChangeListener_foldersChangeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_filter_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_messagesChangeCallback_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_messagesChangeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_messagesChangeCallback_invalid_cb.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_messagesChangeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_missarg.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_with_filter.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_without_filter.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_addMessagesChangeListener_without_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_extend.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_from.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_from.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_id.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_id.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_messageCount.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_messageCount.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_preview.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_preview.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_timestamp.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_timestamp.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_to.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_to.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_type.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_type.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_unreadMessages.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findConversations_filter_unreadMessages.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findFolders_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findFolders_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_folderId_with_errorCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_folderId_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_from_with_errorCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_from_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_hasAttachment_with_errorCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_hasAttachment_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_id_with_errorCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_id_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_isRead_with_errorCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_isRead_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_plainBody_with_errorCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_plainBody_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_timestamp_with_errorCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_timestamp_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_to_with_errorCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_to_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_type_with_errorCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_findMessages_type_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_removeChangeListener_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_removeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_removeConversations_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_removeConversations_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_removeMessages_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_removeMessages_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_errorCallback_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_errorCallback_invalid_cb.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_exist.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_messages_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_messages_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_missarg.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_successCallback_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_successCallback_invalid_cb.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_without_errorCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_without_successCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_mms_updateMessages_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_removeConversations_formms.html b/common/tct-messaging-mms-tizen-tests/messaging/MessageStorage_removeConversations_formms.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_attachments_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_attachments_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_body_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_body_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_constructor.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_constructor_messageInitDict_function.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_constructor_messageInitDict_function.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_constructor_messageInitDict_object.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_constructor_messageInitDict_object.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_constructor_minargs.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_conversationId_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_conversationId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_extend.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_folderId_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_folderId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_from_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_from_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_hasAttachment_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_hasAttachment_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_id_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_inResponseTo_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_inResponseTo_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_isRead_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_isRead_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_messageStatus_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_messageStatus_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_subject_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_subject_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_timestamp_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_timestamp_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_to_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_to_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_type_attribute.html b/common/tct-messaging-mms-tizen-tests/messaging/Message_mms_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessagesChangeCallback_mms_messagesadded_with_filter.html b/common/tct-messaging-mms-tizen-tests/messaging/MessagesChangeCallback_mms_messagesadded_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessagesChangeCallback_mms_messagesadded_without_filter.html b/common/tct-messaging-mms-tizen-tests/messaging/MessagesChangeCallback_mms_messagesadded_without_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessagesChangeCallback_mms_messagesremoved_with_filter.html b/common/tct-messaging-mms-tizen-tests/messaging/MessagesChangeCallback_mms_messagesremoved_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessagesChangeCallback_mms_messagesremoved_without_filter.html b/common/tct-messaging-mms-tizen-tests/messaging/MessagesChangeCallback_mms_messagesremoved_without_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessagesChangeCallback_mms_messagesupdated_with_filter.html b/common/tct-messaging-mms-tizen-tests/messaging/MessagesChangeCallback_mms_messagesupdated_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/MessagesChangeCallback_mms_messagesupdated_without_filter.html b/common/tct-messaging-mms-tizen-tests/messaging/MessagesChangeCallback_mms_messagesupdated_without_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Messaging_getMessageServices_without_error_callback.html b/common/tct-messaging-mms-tizen-tests/messaging/Messaging_getMessageServices_without_error_callback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Messaging_mms_getMessageServices.html b/common/tct-messaging-mms-tizen-tests/messaging/Messaging_mms_getMessageServices.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Messaging_mms_getMessageServices_errorCallback_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/Messaging_mms_getMessageServices_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Messaging_mms_getMessageServices_errorCallback_invalid_cb.html b/common/tct-messaging-mms-tizen-tests/messaging/Messaging_mms_getMessageServices_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Messaging_mms_getMessageServices_successCallback_TypeMismatch.html b/common/tct-messaging-mms-tizen-tests/messaging/Messaging_mms_getMessageServices_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Messaging_mms_getMessageServices_successCallback_invalid_cb.html b/common/tct-messaging-mms-tizen-tests/messaging/Messaging_mms_getMessageServices_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/Messaging_mms_getMessageServices_with_errorCallback.html b/common/tct-messaging-mms-tizen-tests/messaging/Messaging_mms_getMessageServices_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/support/getJsonConf.js b/common/tct-messaging-mms-tizen-tests/messaging/support/getJsonConf.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/support/messaging_common.js b/common/tct-messaging-mms-tizen-tests/messaging/support/messaging_common.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/messaging/support/unitcommon.js b/common/tct-messaging-mms-tizen-tests/messaging/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/pack.py b/common/tct-messaging-mms-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-messaging-mms-tizen-tests/pack.py +++ b/common/tct-messaging-mms-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-messaging-mms-tizen-tests/resources/COPYING b/common/tct-messaging-mms-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/resources/testharness.css b/common/tct-messaging-mms-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/resources/testharness.js b/common/tct-messaging-mms-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/resources/testharnessreport.js b/common/tct-messaging-mms-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/suite.json b/common/tct-messaging-mms-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/testcase.xsl b/common/tct-messaging-mms-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/testresult.xsl b/common/tct-messaging-mms-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/tests.css b/common/tct-messaging-mms-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/tests.full.xml b/common/tct-messaging-mms-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/tests.xml b/common/tct-messaging-mms-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/webapi-tizen-messaging-test_image.jpg b/common/tct-messaging-mms-tizen-tests/webapi-tizen-messaging-test_image.jpg old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/webapi-tizen-messaging-test_noise.mp3 b/common/tct-messaging-mms-tizen-tests/webapi-tizen-messaging-test_noise.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/webrunner/index.html b/common/tct-messaging-mms-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-messaging-mms-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-mms-tizen-tests/webrunner/testrunner.js b/common/tct-messaging-mms-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/COPYING b/common/tct-messaging-sms-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/LICENSE.Apache-2.0 b/common/tct-messaging-sms-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/NOTICE b/common/tct-messaging-sms-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/README b/common/tct-messaging-sms-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/config.xml b/common/tct-messaging-sms-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/icon.png b/common/tct-messaging-sms-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/inst.apk.py b/common/tct-messaging-sms-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/inst.wgt.py b/common/tct-messaging-sms-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/inst.xpk.py b/common/tct-messaging-sms-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/manifest.json b/common/tct-messaging-sms-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/ConversationArraySuccessCallback_onsuccess_checking.html b/common/tct-messaging-sms-tizen-tests/messaging/ConversationArraySuccessCallback_onsuccess_checking.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/FolderArraySuccessCallback_onsuccess_checking.html b/common/tct-messaging-sms-tizen-tests/messaging/FolderArraySuccessCallback_onsuccess_checking.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageArraySuccessCallback_onsuccess_checking.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageArraySuccessCallback_onsuccess_checking.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageBody_sms_extend.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageBody_sms_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageBody_sms_loaded_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageBody_sms_loaded_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageBody_sms_messageId_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageBody_sms_messageId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageBody_sms_plainBody_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageBody_sms_plainBody_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationArraySuccessCallback_onsuccess_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationArraySuccessCallback_onsuccess_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageConversation_sendFindRemove.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageConversation_sendFindRemove.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsadded_withfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsadded_withfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsadded_withoutfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsadded_withoutfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsremoved_withfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsremoved_withfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsremoved_withoutfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsremoved_withoutfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsupdated_withfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsupdated_withfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsupdated_withoutfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageConversationsChangeCallback_conversationsupdated_withoutfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageInit_MessageInit_valid_argument_sms.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageInit_MessageInit_valid_argument_sms.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageServiceArraySuccessCallback_sms_onsuccess.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageServiceArraySuccessCallback_sms_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_id_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_id_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_loadBodySMS.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_loadBodySMS.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_name_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_name_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sendMessage_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sendMessage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sendMessage_invalid_argument.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sendMessage_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sendMessage_valid_argument.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sendMessage_valid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_extend.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_loadMessageBody_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_loadMessageBody_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_loadMessageBody_message_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_loadMessageBody_message_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_loadMessageBody_message_invalid_obj.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_loadMessageBody_message_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_loadMessageBody_missarg_message.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_loadMessageBody_missarg_message.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_messageStorage_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_messageStorage_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_errorCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_errorCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_message_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_message_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_message_invalid_obj.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_message_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_missarg.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_successCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_successCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_without_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_sendMessage_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_type_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_sms_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageService_type_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageService_type_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_addCCLAddMRemoveCRemoveCCL.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_addCCLAddMRemoveCRemoveCCL.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_addConversationsChangeListener_withoutfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_addConversationsChangeListener_withoutfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_addMCLaddM.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_addMCLaddM.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_addMessagesChangeListener_withfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_addMessagesChangeListener_withfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_addMessagesChangeListener_withoutfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_addMessagesChangeListener_withoutfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_errorCallback_TypeMismatch_1.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_errorCallback_TypeMismatch_1.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_errorCallback_null.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_errorCallback_null.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_filter_sms_valid.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_filter_sms_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_limit_valid.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_limit_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_missarg.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_noarg.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_offset_valid.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_offset_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_sort_valid.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_findMessages_sort_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeChangeListener_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeChangeListener_forconversations.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeChangeListener_forconversations.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeChangeListener_forfolder.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeChangeListener_forfolder.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeChangeListener_formessages.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeChangeListener_formessages.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeChangeListener_valid_argument.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeChangeListener_valid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeChangeListener_with_watchId.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeChangeListener_with_watchId.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_arg_null.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_arg_null.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_arg_undefined.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_arg_undefined.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_conversations_number.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_conversations_number.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_forsms.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_forsms.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_invalid_arg.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_invalid_arg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_missarg_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_missarg_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_sms.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_sms.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_successCallback_number.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_removeConversations_successCallback_number.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addConversationsChangeListener_conversationsChangeCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addConversationsChangeListener_conversationsChangeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addConversationsChangeListener_conversationsChangeCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addConversationsChangeListener_conversationsChangeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addConversationsChangeListener_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addConversationsChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_errorCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_errorCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_message_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_message_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_message_invalid_obj.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_message_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_missarg.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_successCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_successCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_without_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_without_successCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addDraftMessage_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addFoldersChangeListener_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addFoldersChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addFoldersChangeListener_foldersChangeCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addFoldersChangeListener_foldersChangeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_filter_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_messagesChangeCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_messagesChangeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_messagesChangeCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_messagesChangeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_missarg.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_with_filter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_without_filter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_addMessagesChangeListener_without_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_extend.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_errorCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_errorCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_id.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_id.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_invalid_obj.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_to.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_to.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_to_endswith.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_to_endswith.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_to_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_to_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_to_startswith.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_to_startswith.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_type.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_filter_type.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_missarg.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_sort_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_sort_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_sort_invalid_obj.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_sort_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_successCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_successCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_with_limit.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_with_limit.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_with_offset.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_with_offset.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_with_sort_to.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findConversations_with_sort_to.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findFolders.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findFolders.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findFolders_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findFolders_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_errorCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_errorCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_filter_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_folderId_with_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_folderId_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_from_with_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_from_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_id_with_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_id_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_isRead_with_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_isRead_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_missarg.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_plainBody_and_id_with_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_plainBody_and_id_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_plainBody_with_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_plainBody_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_sort_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_sort_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_sort_invalid_obj.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_sort_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_successCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_successCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_timestamp_with_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_timestamp_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_to_with_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_to_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_type_with_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_type_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_with_limit.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_with_limit.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_with_offset.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_with_offset.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_with_sort.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_findMessages_with_sort.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_removeChangeListener_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_removeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_removeConversations_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_removeConversations_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_removeMessages_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_removeMessages_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_errorCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_errorCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_exist.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_messages_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_messages_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_missarg.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_successCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_successCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_without_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_without_successCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_sms_updateMessages_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_updateMessages.html b/common/tct-messaging-sms-tizen-tests/messaging/MessageStorage_updateMessages.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_body_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_body_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_constructor.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_constructor_messageInitDict_function.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_constructor_messageInitDict_function.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_constructor_messageInitDict_object.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_constructor_messageInitDict_object.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_constructor_minargs.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_conversationId_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_conversationId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_extend.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_folderId_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_folderId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_from_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_from_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_id_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_inResponseTo_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_inResponseTo_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_isRead_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_isRead_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_messageStatus_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_messageStatus_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_timestamp_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_timestamp_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_to_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_to_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_type_attribute.html b/common/tct-messaging-sms-tizen-tests/messaging/Message_sms_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_messagesadded_withfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_messagesadded_withfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_messagesadded_withoutfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_messagesadded_withoutfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_messagesupdated_withfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_messagesupdated_withfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_messagesupdated_withoutfilter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_messagesupdated_withoutfilter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_sms_messagesadded_with_filter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_sms_messagesadded_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_sms_messagesadded_without_filter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_sms_messagesadded_without_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_sms_messagesremoved_with_filter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_sms_messagesremoved_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_sms_messagesremoved_without_filter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_sms_messagesremoved_without_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_sms_messagesupdated_with_filter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_sms_messagesupdated_with_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_sms_messagesupdated_without_filter.html b/common/tct-messaging-sms-tizen-tests/messaging/MessagesChangeCallback_sms_messagesupdated_without_filter.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Messaging_sms_getMessageServices.html b/common/tct-messaging-sms-tizen-tests/messaging/Messaging_sms_getMessageServices.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Messaging_sms_getMessageServices_errorCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/Messaging_sms_getMessageServices_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Messaging_sms_getMessageServices_errorCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/Messaging_sms_getMessageServices_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Messaging_sms_getMessageServices_successCallback_TypeMismatch.html b/common/tct-messaging-sms-tizen-tests/messaging/Messaging_sms_getMessageServices_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Messaging_sms_getMessageServices_successCallback_invalid_cb.html b/common/tct-messaging-sms-tizen-tests/messaging/Messaging_sms_getMessageServices_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/Messaging_sms_getMessageServices_with_errorCallback.html b/common/tct-messaging-sms-tizen-tests/messaging/Messaging_sms_getMessageServices_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/support/getJsonConf.js b/common/tct-messaging-sms-tizen-tests/messaging/support/getJsonConf.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/support/messaging_common.js b/common/tct-messaging-sms-tizen-tests/messaging/support/messaging_common.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/messaging/support/unitcommon.js b/common/tct-messaging-sms-tizen-tests/messaging/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/pack.py b/common/tct-messaging-sms-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-messaging-sms-tizen-tests/pack.py +++ b/common/tct-messaging-sms-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-messaging-sms-tizen-tests/resources/COPYING b/common/tct-messaging-sms-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/resources/testharness.css b/common/tct-messaging-sms-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/resources/testharness.js b/common/tct-messaging-sms-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/resources/testharnessreport.js b/common/tct-messaging-sms-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/suite.json b/common/tct-messaging-sms-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/testcase.xsl b/common/tct-messaging-sms-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/testresult.xsl b/common/tct-messaging-sms-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/tests.css b/common/tct-messaging-sms-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/tests.full.xml b/common/tct-messaging-sms-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/tests.xml b/common/tct-messaging-sms-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/webrunner/index.html b/common/tct-messaging-sms-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-messaging-sms-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-messaging-sms-tizen-tests/webrunner/testrunner.js b/common/tct-messaging-sms-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-mse-w3c-tests/pack.py b/common/tct-mse-w3c-tests/pack.py index 2aa1d24a6..d2ee57294 100755 --- a/common/tct-mse-w3c-tests/pack.py +++ b/common/tct-mse-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-multicolumn-css3-tests/pack.py b/common/tct-multicolumn-css3-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-multicolumn-css3-tests/pack.py +++ b/common/tct-multicolumn-css3-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-namespace-tizen-tests/COPYING b/common/tct-namespace-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/LICENSE.Apache-2.0 b/common/tct-namespace-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/NOTICE b/common/tct-namespace-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/config.xml b/common/tct-namespace-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/icon.png b/common/tct-namespace-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/inst.apk.py b/common/tct-namespace-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/inst.wgt.py b/common/tct-namespace-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/inst.xpk.py b/common/tct-namespace-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/manifest.json b/common/tct-namespace-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Account_AccountManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Account_AccountManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Alarm_AlarmManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Alarm_AlarmManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Application_ApplicationManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Application_ApplicationManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Archive_ArchiveManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Archive_ArchiveManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/AudioControl_AudioControlManagerObject.html b/common/tct-namespace-tizen-tests/namespace/AudioControl_AudioControlManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Badge_BadgeManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Badge_BadgeManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Bluetooth_BluetoothManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Bluetooth_BluetoothManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Bookmark_BookmarkManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Bookmark_BookmarkManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Calendar_CalendarManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Calendar_CalendarManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Callhistory_CallHistoryObject.html b/common/tct-namespace-tizen-tests/namespace/Callhistory_CallHistoryObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Contact_ContactManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Contact_ContactManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Content_ContentManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Content_ContentManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/DataControl_DataControlManagerObject.html b/common/tct-namespace-tizen-tests/namespace/DataControl_DataControlManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/DataSync_DataSynchronizationManagerObject.html b/common/tct-namespace-tizen-tests/namespace/DataSync_DataSynchronizationManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/DisplayControl_DisplayControlManagerObject.html b/common/tct-namespace-tizen-tests/namespace/DisplayControl_DisplayControlManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Download_DownloadManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Download_DownloadManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Exif_ExifManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Exif_ExifManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/FMRadio_FMRadioObject.html b/common/tct-namespace-tizen-tests/namespace/FMRadio_FMRadioObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Feedback_FeedbackManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Feedback_FeedbackManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Filesystem_FileSystemManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Filesystem_FileSystemManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/HumanActivityMonitor_HumanActivityMonitorManagerObject.html b/common/tct-namespace-tizen-tests/namespace/HumanActivityMonitor_HumanActivityMonitorManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/InputDevice_InputDeviceManagerObject.html b/common/tct-namespace-tizen-tests/namespace/InputDevice_InputDeviceManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/KeyManager_KeyManagerObject.html b/common/tct-namespace-tizen-tests/namespace/KeyManager_KeyManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Makefile.am b/common/tct-namespace-tizen-tests/namespace/Makefile.am old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/MediaController_MediaControllerObject.html b/common/tct-namespace-tizen-tests/namespace/MediaController_MediaControllerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/MediaKey_MediaKeyManagerObject.html b/common/tct-namespace-tizen-tests/namespace/MediaKey_MediaKeyManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/MessagePort_MessagePortManagerObject.html b/common/tct-namespace-tizen-tests/namespace/MessagePort_MessagePortManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Messaging_MessageManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Messaging_MessageManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/NFC_NFCManagerObject.html b/common/tct-namespace-tizen-tests/namespace/NFC_NFCManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/NetworkBearerSelection_NetworkBearerSelectionObject.html b/common/tct-namespace-tizen-tests/namespace/NetworkBearerSelection_NetworkBearerSelectionObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Notification_NotificationObject.html b/common/tct-namespace-tizen-tests/namespace/Notification_NotificationObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Package_PackageManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Package_PackageManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Power_PowerManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Power_PowerManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Preference_PreferenceManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Preference_PreferenceManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Push_PushManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Push_PushManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/SecureElement_SEServiceManagerObject.html b/common/tct-namespace-tizen-tests/namespace/SecureElement_SEServiceManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Sensor_SensorServiceManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Sensor_SensorServiceManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Sound_SoundManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Sound_SoundManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/SystemInfo_SystemInfoObject.html b/common/tct-namespace-tizen-tests/namespace/SystemInfo_SystemInfoObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/SystemSetting_SystemSettingObject.html b/common/tct-namespace-tizen-tests/namespace/SystemSetting_SystemSettingObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/TVChannel_TVChannelManager.html b/common/tct-namespace-tizen-tests/namespace/TVChannel_TVChannelManager.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/TVInputDevice_TVInputDeviceManagerObject.html b/common/tct-namespace-tizen-tests/namespace/TVInputDevice_TVInputDeviceManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/TV_TVObject.html b/common/tct-namespace-tizen-tests/namespace/TV_TVObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Time_TimeManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Time_TimeManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Tizen_TizenObject.html b/common/tct-namespace-tizen-tests/namespace/Tizen_TizenObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/WebSetting_WebSettingObject.html b/common/tct-namespace-tizen-tests/namespace/WebSetting_WebSettingObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/WidgetService_WidgetServiceManagerObject.html b/common/tct-namespace-tizen-tests/namespace/WidgetService_WidgetServiceManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/Window_TVWindowManagerObject.html b/common/tct-namespace-tizen-tests/namespace/Window_TVWindowManagerObject.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/namespace/support/unitcommon.js b/common/tct-namespace-tizen-tests/namespace/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/pack.py b/common/tct-namespace-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-namespace-tizen-tests/pack.py +++ b/common/tct-namespace-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-namespace-tizen-tests/resources/COPYING b/common/tct-namespace-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/resources/testharness.css b/common/tct-namespace-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/resources/testharness.js b/common/tct-namespace-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/resources/testharnessreport.js b/common/tct-namespace-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/resources/unitcommon.js b/common/tct-namespace-tizen-tests/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/suite.json b/common/tct-namespace-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/testcase.xsl b/common/tct-namespace-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/testresult.xsl b/common/tct-namespace-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/tests.css b/common/tct-namespace-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/tests.full.xml b/common/tct-namespace-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/tests.xml b/common/tct-namespace-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/webrunner/index.html b/common/tct-namespace-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-namespace-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-namespace-tizen-tests/webrunner/testrunner.js b/common/tct-namespace-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-navigationtiming-w3c-tests/pack.py b/common/tct-navigationtiming-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-navigationtiming-w3c-tests/pack.py +++ b/common/tct-navigationtiming-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-network-information-cordova-tests/pack.py b/common/tct-network-information-cordova-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-network-information-cordova-tests/pack.py +++ b/common/tct-network-information-cordova-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-networkbearerselection-tizen-tests/COPYING b/common/tct-networkbearerselection-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/LICENSE.Apache-2.0 b/common/tct-networkbearerselection-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/NOTICE b/common/tct-networkbearerselection-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/config.xml b/common/tct-networkbearerselection-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/icon.png b/common/tct-networkbearerselection-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/inst.apk.py b/common/tct-networkbearerselection-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/inst.wgt.py b/common/tct-networkbearerselection-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/inst.xpk.py b/common/tct-networkbearerselection-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/manifest.json b/common/tct-networkbearerselection-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelectionObject_notexist.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelectionObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_misarg.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_misarg.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_ondisconnected.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_ondisconnected.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_onsuccess.html b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/support/networkbearerselection_common.js b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/support/networkbearerselection_common.js old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/networkbearerselection/support/unitcommon.js b/common/tct-networkbearerselection-tizen-tests/networkbearerselection/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/pack.py b/common/tct-networkbearerselection-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-networkbearerselection-tizen-tests/pack.py +++ b/common/tct-networkbearerselection-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-networkbearerselection-tizen-tests/resources/COPYING b/common/tct-networkbearerselection-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/resources/testharness.css b/common/tct-networkbearerselection-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/resources/testharness.js b/common/tct-networkbearerselection-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/resources/testharnessreport.js b/common/tct-networkbearerselection-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/suite.json b/common/tct-networkbearerselection-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/testcase.xsl b/common/tct-networkbearerselection-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/testresult.xsl b/common/tct-networkbearerselection-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/tests.css b/common/tct-networkbearerselection-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/tests.full.xml b/common/tct-networkbearerselection-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/tests.xml b/common/tct-networkbearerselection-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/webrunner/index.html b/common/tct-networkbearerselection-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-networkbearerselection-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-networkbearerselection-tizen-tests/webrunner/testrunner.js b/common/tct-networkbearerselection-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/COPYING b/common/tct-nfc-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/LICENSE.Apache-2.0 b/common/tct-nfc-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/NOTICE b/common/tct-nfc-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/README b/common/tct-nfc-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/config.xml b/common/tct-nfc-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/icon.png b/common/tct-nfc-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/inst.apk.py b/common/tct-nfc-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/inst.wgt.py b/common/tct-nfc-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/inst.xpk.py b/common/tct-nfc-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/manifest.json b/common/tct-nfc-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/AIDArraySuccessCallback_notexist.html b/common/tct-nfc-tizen-tests/nfc/AIDArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/AIDArraySuccessCallback_onsuccess.html b/common/tct-nfc-tizen-tests/nfc/AIDArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/AIDData_aid_attribute.html b/common/tct-nfc-tizen-tests/nfc/AIDData_aid_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/AIDData_extend.html b/common/tct-nfc-tizen-tests/nfc/AIDData_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/AIDData_notexist.html b/common/tct-nfc-tizen-tests/nfc/AIDData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/AIDData_readOnly_attribute.html b/common/tct-nfc-tizen-tests/nfc/AIDData_readOnly_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/AIDData_type_attribute.html b/common/tct-nfc-tizen-tests/nfc/AIDData_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/ActiveSecureElementChangeCallback_notexist.html b/common/tct-nfc-tizen-tests/nfc/ActiveSecureElementChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/ActiveSecureElementChangeCallback_onchanged.html b/common/tct-nfc-tizen-tests/nfc/ActiveSecureElementChangeCallback_onchanged.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/ByteArraySuccessCallback_notexist.html b/common/tct-nfc-tizen-tests/nfc/ByteArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/ByteArraySuccessCallback_onsuccess.html b/common/tct-nfc-tizen-tests/nfc/ByteArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/CardEmulationModeChangeCallback_notexist.html b/common/tct-nfc-tizen-tests/nfc/CardEmulationModeChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/CardEmulationModeChangeCallback_onchanged.html b/common/tct-nfc-tizen-tests/nfc/CardEmulationModeChangeCallback_onchanged.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/HCEEventData_apdu_attribute.html b/common/tct-nfc-tizen-tests/nfc/HCEEventData_apdu_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/HCEEventData_eventType_attribute.html b/common/tct-nfc-tizen-tests/nfc/HCEEventData_eventType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/HCEEventData_extend.html b/common/tct-nfc-tizen-tests/nfc/HCEEventData_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/HCEEventData_length_attribute.html b/common/tct-nfc-tizen-tests/nfc/HCEEventData_length_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/HCEEventData_notexist.html b/common/tct-nfc-tizen-tests/nfc/HCEEventData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/HCEEventReceiveCallback_notexist.html b/common/tct-nfc-tizen-tests/nfc/HCEEventReceiveCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/HCEEventReceiveCallback_ondetected.html b/common/tct-nfc-tizen-tests/nfc/HCEEventReceiveCallback_ondetected.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessageReadCallback_notexist.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessageReadCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessageReadCallback_onsuccess.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessageReadCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_rawData.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_rawData.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_records.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_records.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessage_exist.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessage_extend.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessage_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessage_recordCount_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessage_recordCount_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessage_records_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessage_records_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_empty.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_empty.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_exists.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_extra_argument.html b/common/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_constructor.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_exist.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_extend.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_id_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_mimeType_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_mimeType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_payload_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_payload_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_tnf_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_tnf_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_type_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF16.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF16.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF8.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF8.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_encoding_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_encoding_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_exist.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_extend.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_id_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_languageCode_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_languageCode_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_payload_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_payload_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_text_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_text_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_tnf_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_tnf_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_type_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordText_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_constructor.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_exist.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_extend.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_id_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_payload_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_payload_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_tnf_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_tnf_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_type_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_uri_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecordURI_uri_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_raw_data.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_raw_data.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf_with_id.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf_with_id.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecord_exist.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecord_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecord_extend.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecord_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecord_id_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecord_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecord_payload_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecord_payload_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecord_tnf_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecord_tnf_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NDEFRecord_type_attribute.html b/common/tct-nfc-tizen-tests/nfc/NDEFRecord_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_activeSecureElement_attribute.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_activeSecureElement_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addActiveSecureElementChangeListener.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addActiveSecureElementChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addActiveSecureElementChangeListener_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addActiveSecureElementChangeListener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addActiveSecureElementChangeListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addActiveSecureElementChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addActiveSecureElementChangeListener_invalid_cb.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addActiveSecureElementChangeListener_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addActiveSecureElementChangeListener_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addActiveSecureElementChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addCardEmulationModeChangeListener.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addCardEmulationModeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addCardEmulationModeChangeListener_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addCardEmulationModeChangeListener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addCardEmulationModeChangeListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addCardEmulationModeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addCardEmulationModeChangeListener_invalid_cb.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addCardEmulationModeChangeListener_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addCardEmulationModeChangeListener_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addCardEmulationModeChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addHCEEventListener.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addHCEEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addHCEEventListener_eventCallback_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addHCEEventListener_eventCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addHCEEventListener_eventCallback_invalid_cb.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addHCEEventListener_eventCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addHCEEventListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addHCEEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addHCEEventListener_noarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addHCEEventListener_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addTransactionEventListener.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addTransactionEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addTransactionEventListener_eventCallback_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addTransactionEventListener_eventCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addTransactionEventListener_eventCallback_invalid_cb.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addTransactionEventListener_eventCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addTransactionEventListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addTransactionEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addTransactionEventListener_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addTransactionEventListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addTransactionEventListener_type_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_addTransactionEventListener_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_cardEmulationMode_attribute.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_cardEmulationMode_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_extend.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_ESE.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_ESE.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_ESE_without_errorCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_ESE_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_OTHER.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_OTHER.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_OTHER_without_errorCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_OTHER_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_UICC.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_UICC.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_UICC_without_errorCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_UICC_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_category_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_category_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_errorCallback_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_errorCallback_invalid_cb.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_errorCallback_invoked.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_noarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_sectype_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_sectype_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_successCallback_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_successCallback_invalid_cb.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_without_errorCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getAIDsForCategory_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_extra_argument.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForAID.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForAID.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForAID_ESE.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForAID_ESE.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForAID_OTHER.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForAID_OTHER.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForAID_UICC.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForAID_UICC.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForAID_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForAID_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForAID_noarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForAID_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_ESE.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_ESE.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_OTHER.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_OTHER.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_UICC.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_UICC.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_category_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_category_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_noarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_sectype_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_isActivatedHandlerForCategory_sectype_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_notexist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_powered_attribute.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_powered_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_ESE.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_ESE.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_OTHER.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_OTHER.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_UICC.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_UICC.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_category_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_category_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_noarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_sectype_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_registerAID_sectype_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeActiveSecureElementChangeListener.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeActiveSecureElementChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeActiveSecureElementChangeListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeActiveSecureElementChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeCardEmulationModeChangeListener.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeCardEmulationModeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeCardEmulationModeChangeListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeCardEmulationModeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeCardEmulationModeChangeListener_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeCardEmulationModeChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeHCEEventListener.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeHCEEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeHCEEventListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeHCEEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeTransactionEventListener.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeTransactionEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeTransactionEventListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeTransactionEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeTransactionEventListener_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_removeTransactionEventListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_apdu_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_apdu_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_errorCallback_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_errorCallback_invalid_cb.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_errorCallback_invoked.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_noarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_successCallback_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_successCallback_invalid_cb.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_without_successCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_sendHostAPDUResponse_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setExclusiveModeForTransaction.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setExclusiveModeForTransaction.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setExclusiveModeForTransaction_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setExclusiveModeForTransaction_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_invalid_cb.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_missarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_invalid_cb.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_off.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_off.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_on.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_on.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_invalid_cb.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_errorCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_successCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_invalid_cb.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_missarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_is_null.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_is_null.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_with_tagFilter.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_with_tagFilter.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_ESE.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_ESE.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_OTHER.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_OTHER.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_UICC.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_UICC.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_category_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_category_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_noarg.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_sectype_TypeMismatch.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unregisterAID_sectype_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_extra_argument.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_extra_argument.html b/common/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManagerObject_nfc_attribute.html b/common/tct-nfc-tizen-tests/nfc/NFCManagerObject_nfc_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManagerObject_notexist.html b/common/tct-nfc-tizen-tests/nfc/NFCManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EMPTY_const.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EMPTY_const.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EXTERNAL_RTD_const.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EXTERNAL_RTD_const.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_MIME_MEDIA_const.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_MIME_MEDIA_const.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNCHANGED_const.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNCHANGED_const.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNKNOWN_const.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNKNOWN_const.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_URI_const.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_URI_const.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_WELL_KNOWN_const.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_WELL_KNOWN_const.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_extend.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_exists.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_extra_argument.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_notexist.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode_missarg.html b/common/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_notexist.html b/common/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_onattach.html b/common/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_onattach.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_ondetach.html b/common/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_ondetach.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_notexist.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_errorCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_sendData.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_sendData.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_errorCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_successCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_setReceiveNDEFListener.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_setReceiveNDEFListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_setReceiveNDEFListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_setReceiveNDEFListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_setReceiveNDEFListener_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_setReceiveNDEFListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener_extra_argument.html b/common/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag.html b/common/tct-nfc-tizen-tests/nfc/NFCTag.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_notexist.html b/common/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_onattach.html b/common/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_onattach.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_ondetach.html b/common/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_ondetach.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_notexist.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_errorCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_without_errorCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_transceive_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_transceive_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_transceive_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_transceive_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_transceive_with_errorCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_transceive_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_exist.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_misarg.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_errorCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_successCallback.html b/common/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/Tizen_nfc_exist.html b/common/tct-nfc-tizen-tests/nfc/Tizen_nfc_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/TransactionEventCallback_notexist.html b/common/tct-nfc-tizen-tests/nfc/TransactionEventCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/TransactionEventCallback_ondetected.html b/common/tct-nfc-tizen-tests/nfc/TransactionEventCallback_ondetected.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/support/nfc_common.js b/common/tct-nfc-tizen-tests/nfc/support/nfc_common.js old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/nfc/support/unitcommon.js b/common/tct-nfc-tizen-tests/nfc/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/pack.py b/common/tct-nfc-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-nfc-tizen-tests/pack.py +++ b/common/tct-nfc-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-nfc-tizen-tests/resources/COPYING b/common/tct-nfc-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/resources/testharness.css b/common/tct-nfc-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/resources/testharness.js b/common/tct-nfc-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/resources/testharnessreport.js b/common/tct-nfc-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/suite.json b/common/tct-nfc-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/testcase.xsl b/common/tct-nfc-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/testresult.xsl b/common/tct-nfc-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/tests.css b/common/tct-nfc-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/tests.full.xml b/common/tct-nfc-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/tests.xml b/common/tct-nfc-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/webrunner/index.html b/common/tct-nfc-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-nfc-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-nfc-tizen-tests/webrunner/testrunner.js b/common/tct-nfc-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/COPYING b/common/tct-notification-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/LICENSE.Apache-2.0 b/common/tct-notification-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/LICENSE.CC-BY-3.0 b/common/tct-notification-tizen-tests/LICENSE.CC-BY-3.0 old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/NOTICE b/common/tct-notification-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/README b/common/tct-notification-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/config.xml b/common/tct-notification-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/icon.png b/common/tct-notification-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/inst.apk.py b/common/tct-notification-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/inst.wgt.py b/common/tct-notification-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/inst.xpk.py b/common/tct-notification-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/manifest.json b/common/tct-notification-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor.html b/common/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor_minargs.html b/common/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationDetailInfo_exist.html b/common/tct-notification-tizen-tests/notification/NotificationDetailInfo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationDetailInfo_extend.html b/common/tct-notification-tizen-tests/notification/NotificationDetailInfo_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationDetailInfo_mainText_attribute.html b/common/tct-notification-tizen-tests/notification/NotificationDetailInfo_mainText_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationDetailInfo_subText_attribute.html b/common/tct-notification-tizen-tests/notification/NotificationDetailInfo_subText_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_extend.html b/common/tct-notification-tizen-tests/notification/NotificationManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_get.html b/common/tct-notification-tizen-tests/notification/NotificationManager_get.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAll.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAll.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAll_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAll_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAll_extra_argument.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAll_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_get_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_get_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_get_id_invalid.html b/common/tct-notification-tizen-tests/notification/NotificationManager_get_id_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_get_misarg.html b/common/tct-notification-tizen-tests/notification/NotificationManager_get_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_in_tizen.html b/common/tct-notification-tizen-tests/notification/NotificationManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_notexist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_playLEDCustomEffect.html b/common/tct-notification-tizen-tests/notification/NotificationManager_playLEDCustomEffect.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_playLEDCustomEffect_color_invalid.html b/common/tct-notification-tizen-tests/notification/NotificationManager_playLEDCustomEffect_color_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_playLEDCustomEffect_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_playLEDCustomEffect_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_playLEDCustomEffect_flags_TypeMismatch.html b/common/tct-notification-tizen-tests/notification/NotificationManager_playLEDCustomEffect_flags_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_playLEDCustomEffect_flags_invalid.html b/common/tct-notification-tizen-tests/notification/NotificationManager_playLEDCustomEffect_flags_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_playLEDCustomEffect_misarg.html b/common/tct-notification-tizen-tests/notification/NotificationManager_playLEDCustomEffect_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html b/common/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html b/common/tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html b/common/tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_post_THUMBNAIL.html b/common/tct-notification-tizen-tests/notification/NotificationManager_post_THUMBNAIL.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_post_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_post_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_post_invalid_obj.html b/common/tct-notification-tizen-tests/notification/NotificationManager_post_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_post_misarg.html b/common/tct-notification-tizen-tests/notification/NotificationManager_post_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_post_notification_TypeMismatch.html b/common/tct-notification-tizen-tests/notification/NotificationManager_post_notification_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_remove.html b/common/tct-notification-tizen-tests/notification/NotificationManager_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_removeAll.html b/common/tct-notification-tizen-tests/notification/NotificationManager_removeAll.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_removeAll_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_removeAll_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_removeAll_extra_argument.html b/common/tct-notification-tizen-tests/notification/NotificationManager_removeAll_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_remove_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_remove_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_remove_id_invalid.html b/common/tct-notification-tizen-tests/notification/NotificationManager_remove_id_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_remove_misarg.html b/common/tct-notification-tizen-tests/notification/NotificationManager_remove_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_stopLEDCustomEffect.html b/common/tct-notification-tizen-tests/notification/NotificationManager_stopLEDCustomEffect.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_stopLEDCustomEffect_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_stopLEDCustomEffect_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_stopLEDCustomEffect_extra_argument.html b/common/tct-notification-tizen-tests/notification/NotificationManager_stopLEDCustomEffect_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_update.html b/common/tct-notification-tizen-tests/notification/NotificationManager_update.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_update_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_update_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_update_invalid_obj.html b/common/tct-notification-tizen-tests/notification/NotificationManager_update_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_update_misarg.html b/common/tct-notification-tizen-tests/notification/NotificationManager_update_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_update_notification_TypeMismatch.html b/common/tct-notification-tizen-tests/notification/NotificationManager_update_notification_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_update_notposted.html b/common/tct-notification-tizen-tests/notification/NotificationManager_update_notposted.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/NotificationObject_notexist.html b/common/tct-notification-tizen-tests/notification/NotificationObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/Notification_content_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_content_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/Notification_extend.html b/common/tct-notification-tizen-tests/notification/Notification_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/Notification_id_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/Notification_notexist.html b/common/tct-notification-tizen-tests/notification/Notification_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/Notification_title_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_title_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/Notification_type_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_backgroundImagePath.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_backgroundImagePath.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_iconPath.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_iconPath.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_soundPath.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_soundPath.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_subIconPath.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_subIconPath.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_thumbnails.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_thumbnails.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_max.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_max.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_min.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_min.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_exist.html b/common/tct-notification-tizen-tests/notification/StatusNotification_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_extend.html b/common/tct-notification-tizen-tests/notification/StatusNotification_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/support/notification_common.js b/common/tct-notification-tizen-tests/notification/support/notification_common.js old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/notification/support/unitcommon.js b/common/tct-notification-tizen-tests/notification/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/pack.py b/common/tct-notification-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-notification-tizen-tests/pack.py +++ b/common/tct-notification-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-notification-tizen-tests/resources/COPYING b/common/tct-notification-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/resources/testharness.css b/common/tct-notification-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/resources/testharness.js b/common/tct-notification-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/resources/testharnessreport.js b/common/tct-notification-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/suite.json b/common/tct-notification-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/testcase.xsl b/common/tct-notification-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/testresult.xsl b/common/tct-notification-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/tests.css b/common/tct-notification-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/tests.full.xml b/common/tct-notification-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/tests.xml b/common/tct-notification-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_background1.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_background1.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_background2.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_background2.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_image1.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_image1.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_image2.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_image2.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_noise1.mp3 b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_noise1.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_noise2.mp3 b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_noise2.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_subIcon1.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_subIcon1.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_subIcon2.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_subIcon2.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail1.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail1.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail10.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail10.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail2.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail2.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail3.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail3.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail4.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail4.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail5.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail5.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail6.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail6.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail7.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail7.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail8.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail8.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail9.jpg b/common/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail9.jpg old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webrunner/index.html b/common/tct-notification-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-notification-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-notification-tizen-tests/webrunner/testrunner.js b/common/tct-notification-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-notification-w3c-tests/pack.py b/common/tct-notification-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-notification-w3c-tests/pack.py +++ b/common/tct-notification-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-package-tizen-tests/COPYING b/common/tct-package-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/LICENSE.Apache-2.0 b/common/tct-package-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/NOTICE b/common/tct-package-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/README b/common/tct-package-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/config.xml b/common/tct-package-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/icon.png b/common/tct-package-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/inst.apk.py b/common/tct-package-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/inst.wgt.py b/common/tct-package-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/inst.xpk.py b/common/tct-package-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/manifest.json b/common/tct-package-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/pack.py b/common/tct-package-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-package-tizen-tests/pack.py +++ b/common/tct-package-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-package-tizen-tests/package/PackageInformationArraySuccessCallback_notexist.html b/common/tct-package-tizen-tests/package/PackageInformationArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformationArraySuccessCallback_onsuccess.html b/common/tct-package-tizen-tests/package/PackageInformationArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformationEventCallback_notexist.html b/common/tct-package-tizen-tests/package/PackageInformationEventCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformationEventCallback_oninstalled.html b/common/tct-package-tizen-tests/package/PackageInformationEventCallback_oninstalled.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformationEventCallback_onuninstalled.html b/common/tct-package-tizen-tests/package/PackageInformationEventCallback_onuninstalled.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformationEventCallback_onupdated.html b/common/tct-package-tizen-tests/package/PackageInformationEventCallback_onupdated.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformation_appIds_attribute.html b/common/tct-package-tizen-tests/package/PackageInformation_appIds_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformation_author_attribute.html b/common/tct-package-tizen-tests/package/PackageInformation_author_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformation_dataSize_attribute.html b/common/tct-package-tizen-tests/package/PackageInformation_dataSize_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformation_description_attribute.html b/common/tct-package-tizen-tests/package/PackageInformation_description_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformation_extend.html b/common/tct-package-tizen-tests/package/PackageInformation_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformation_iconPath_attribute.html b/common/tct-package-tizen-tests/package/PackageInformation_iconPath_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformation_id_attribute.html b/common/tct-package-tizen-tests/package/PackageInformation_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformation_lastModified_attribute.html b/common/tct-package-tizen-tests/package/PackageInformation_lastModified_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformation_name_attribute.html b/common/tct-package-tizen-tests/package/PackageInformation_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformation_notexist.html b/common/tct-package-tizen-tests/package/PackageInformation_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformation_totalSize_attribute.html b/common/tct-package-tizen-tests/package/PackageInformation_totalSize_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageInformation_version_attribute.html b/common/tct-package-tizen-tests/package/PackageInformation_version_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManagerObject_notexist.html b/common/tct-package-tizen-tests/package/PackageManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_extend.html b/common/tct-package-tizen-tests/package/PackageManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackageInfo.html b/common/tct-package-tizen-tests/package/PackageManager_getPackageInfo.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackageInfo_NotFound.html b/common/tct-package-tizen-tests/package/PackageManager_getPackageInfo_NotFound.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackageInfo_TypeMismatch.html b/common/tct-package-tizen-tests/package/PackageManager_getPackageInfo_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackageInfo_exist.html b/common/tct-package-tizen-tests/package/PackageManager_getPackageInfo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackageInfo_with_id.html b/common/tct-package-tizen-tests/package/PackageManager_getPackageInfo_with_id.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackageInfo_with_id_null.html b/common/tct-package-tizen-tests/package/PackageManager_getPackageInfo_with_id_null.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo.html b/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_errorCallback_TypeMismatch.html b/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_errorCallback_invalid_cb.html b/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_exist.html b/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_missarg.html b/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_successCallback_TypeMismatch.html b/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_successCallback_invalid_cb.html b/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_with_errorCallback.html b/common/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_in_tizen.html b/common/tct-package-tizen-tests/package/PackageManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_install.html b/common/tct-package-tizen-tests/package/PackageManager_install.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_install_errorCallback_TypeMismatch.html b/common/tct-package-tizen-tests/package/PackageManager_install_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_install_errorCallback_invalid_cb.html b/common/tct-package-tizen-tests/package/PackageManager_install_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_install_errorCallback_invoked.html b/common/tct-package-tizen-tests/package/PackageManager_install_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_install_exist.html b/common/tct-package-tizen-tests/package/PackageManager_install_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_install_missarg.html b/common/tct-package-tizen-tests/package/PackageManager_install_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_install_progressCallback_TypeMismatch.html b/common/tct-package-tizen-tests/package/PackageManager_install_progressCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_install_progressCallback_invalid_cb.html b/common/tct-package-tizen-tests/package/PackageManager_install_progressCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_install_without_errorCallback.html b/common/tct-package-tizen-tests/package/PackageManager_install_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_notexist.html b/common/tct-package-tizen-tests/package/PackageManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener.html b/common/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_eventCallback_TypeMismatch.html b/common/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_eventCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_eventCallback_invalid_cb.html b/common/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_eventCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_exist.html b/common/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_misarg.html b/common/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_uninstall.html b/common/tct-package-tizen-tests/package/PackageManager_uninstall.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_uninstall_errorCallback_TypeMismatch.html b/common/tct-package-tizen-tests/package/PackageManager_uninstall_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_uninstall_errorCallback_invalid_cb.html b/common/tct-package-tizen-tests/package/PackageManager_uninstall_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_uninstall_errorCallback_invoked.html b/common/tct-package-tizen-tests/package/PackageManager_uninstall_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_uninstall_exist.html b/common/tct-package-tizen-tests/package/PackageManager_uninstall_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_uninstall_missarg.html b/common/tct-package-tizen-tests/package/PackageManager_uninstall_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_uninstall_progressCallback_TypeMismatch.html b/common/tct-package-tizen-tests/package/PackageManager_uninstall_progressCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_uninstall_progressCallback_invalid_cb.html b/common/tct-package-tizen-tests/package/PackageManager_uninstall_progressCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_uninstall_without_errorCallback.html b/common/tct-package-tizen-tests/package/PackageManager_uninstall_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener.html b/common/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener_exist.html b/common/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener_extra_argument.html b/common/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageProgressCallback_notexist.html b/common/tct-package-tizen-tests/package/PackageProgressCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_install.html b/common/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_install.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_uninstall.html b/common/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_uninstall.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_install.html b/common/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_install.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_uninstall.html b/common/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_uninstall.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageInfoTest/config.xml b/common/tct-package-tizen-tests/package/support/TCTPackageInfoTest/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageInfoTest/css/style.css b/common/tct-package-tizen-tests/package/support/TCTPackageInfoTest/css/style.css old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageInfoTest/icon.png b/common/tct-package-tizen-tests/package/support/TCTPackageInfoTest/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageInfoTest/index.html b/common/tct-package-tizen-tests/package/support/TCTPackageInfoTest/index.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageInfoTest/manifest.json b/common/tct-package-tizen-tests/package/support/TCTPackageInfoTest/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/config.xml b/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/css/style.css b/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/css/style.css old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/icon.png b/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/index.html b/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/index.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/manifest.json b/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/config.xml b/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/css/style.css b/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/css/style.css old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/icon.png b/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/index.html b/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/index.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/manifest.json b/common/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/getJsonConf.js b/common/tct-package-tizen-tests/package/support/getJsonConf.js old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/package_common.js b/common/tct-package-tizen-tests/package/support/package_common.js old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/package/support/unitcommon.js b/common/tct-package-tizen-tests/package/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/resources/COPYING b/common/tct-package-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/resources/testharness.css b/common/tct-package-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/resources/testharness.js b/common/tct-package-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/resources/testharnessreport.js b/common/tct-package-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/suite.json b/common/tct-package-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/testcase.xsl b/common/tct-package-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/testresult.xsl b/common/tct-package-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/tests.css b/common/tct-package-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/tests.full.xml b/common/tct-package-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/tests.xml b/common/tct-package-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/webrunner/index.html b/common/tct-package-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-package-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-package-tizen-tests/webrunner/testrunner.js b/common/tct-package-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-pagevisibility-w3c-tests/pack.py b/common/tct-pagevisibility-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-pagevisibility-w3c-tests/pack.py +++ b/common/tct-pagevisibility-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-playerutil-tizen-tests/COPYING b/common/tct-playerutil-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/LICENSE.Apache-2.0 b/common/tct-playerutil-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/NOTICE b/common/tct-playerutil-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/README b/common/tct-playerutil-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/config.xml b/common/tct-playerutil-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/icon.png b/common/tct-playerutil-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/inst.apk.py b/common/tct-playerutil-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/inst.wgt.py b/common/tct-playerutil-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/inst.xpk.py b/common/tct-playerutil-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/manifest.json b/common/tct-playerutil-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/pack.py b/common/tct-playerutil-tizen-tests/pack.py old mode 100644 new mode 100755 index 44c41a3bd..08d55aafe --- a/common/tct-playerutil-tizen-tests/pack.py +++ b/common/tct-playerutil-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManagerObject_notexist.html b/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_extend.html b/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_getLatencyMode.html b/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_getLatencyMode.html old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_getLatencyMode_exist.html b/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_getLatencyMode_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_getLatencyMode_extra_argument.html b/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_getLatencyMode_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_in_tizen.html b/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_notexist.html b/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_setLatencyMode.html b/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_setLatencyMode.html old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_setLatencyMode_exist.html b/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_setLatencyMode_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_setLatencyMode_misarg.html b/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_setLatencyMode_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_setLatencyMode_mode_TypeMismatch.html b/common/tct-playerutil-tizen-tests/playerutil/PlayerUtilManager_setLatencyMode_mode_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/playerutil/support/unitcommon.js b/common/tct-playerutil-tizen-tests/playerutil/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/resources/COPYING b/common/tct-playerutil-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/resources/testharness.css b/common/tct-playerutil-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/resources/testharness.js b/common/tct-playerutil-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/resources/testharnessreport.js b/common/tct-playerutil-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/suite.json b/common/tct-playerutil-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/testcase.xsl b/common/tct-playerutil-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/testresult.xsl b/common/tct-playerutil-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/tests.css b/common/tct-playerutil-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/tests.full.xml b/common/tct-playerutil-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/tests.xml b/common/tct-playerutil-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/webrunner/index.html b/common/tct-playerutil-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-playerutil-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-playerutil-tizen-tests/webrunner/testrunner.js b/common/tct-playerutil-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/COPYING b/common/tct-power-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/LICENSE.Apache-2.0 b/common/tct-power-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/NOTICE b/common/tct-power-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/README b/common/tct-power-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/config.xml b/common/tct-power-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/icon.png b/common/tct-power-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/inst.apk.py b/common/tct-power-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/inst.wgt.py b/common/tct-power-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/inst.xpk.py b/common/tct-power-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/manifest.json b/common/tct-power-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/pack.py b/common/tct-power-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-power-tizen-tests/pack.py +++ b/common/tct-power-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-power-tizen-tests/power/PowerManagerObject_notexist.html b/common/tct-power-tizen-tests/power/PowerManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_extend.html b/common/tct-power-tizen-tests/power/PowerManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_getScreenBrightness.html b/common/tct-power-tizen-tests/power/PowerManager_getScreenBrightness.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_check_change.html b/common/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_check_change.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_exist.html b/common/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_extra_argument.html b/common/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_in_tizen.html b/common/tct-power-tizen-tests/power/PowerManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_isScreenOn.html b/common/tct-power-tizen-tests/power/PowerManager_isScreenOn.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_isScreenOn_check_change.html b/common/tct-power-tizen-tests/power/PowerManager_isScreenOn_check_change.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_isScreenOn_exist.html b/common/tct-power-tizen-tests/power/PowerManager_isScreenOn_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_isScreenOn_extra_argument.html b/common/tct-power-tizen-tests/power/PowerManager_isScreenOn_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_notexist.html b/common/tct-power-tizen-tests/power/PowerManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_release.html b/common/tct-power-tizen-tests/power/PowerManager_release.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_release_TypeMismatch.html b/common/tct-power-tizen-tests/power/PowerManager_release_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_release_correct_check.html b/common/tct-power-tizen-tests/power/PowerManager_release_correct_check.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_release_exist.html b/common/tct-power-tizen-tests/power/PowerManager_release_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_release_missarg.html b/common/tct-power-tizen-tests/power/PowerManager_release_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_release_resource_TypeMismatch.html b/common/tct-power-tizen-tests/power/PowerManager_release_resource_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_request.html b/common/tct-power-tizen-tests/power/PowerManager_request.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_request_CPU_AWAKE.html b/common/tct-power-tizen-tests/power/PowerManager_request_CPU_AWAKE.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_request_SCREEN_DIM.html b/common/tct-power-tizen-tests/power/PowerManager_request_SCREEN_DIM.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_request_SCREEN_NORMAL.html b/common/tct-power-tizen-tests/power/PowerManager_request_SCREEN_NORMAL.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_request_TypeMismatch.html b/common/tct-power-tizen-tests/power/PowerManager_request_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_request_exist.html b/common/tct-power-tizen-tests/power/PowerManager_request_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_request_missarg.html b/common/tct-power-tizen-tests/power/PowerManager_request_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_request_resource_TypeMismatch.html b/common/tct-power-tizen-tests/power/PowerManager_request_resource_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_request_state_TypeMismatch.html b/common/tct-power-tizen-tests/power/PowerManager_request_state_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness.html b/common/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_check_effect.html b/common/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_check_effect.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_exist.html b/common/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_extra_argument.html b/common/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_setScreenBrightness.html b/common/tct-power-tizen-tests/power/PowerManager_setScreenBrightness.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_TypeMismatch.html b/common/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_invalid_val.html b/common/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_invalid_val.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_exist.html b/common/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_missarg.html b/common/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener.html b/common/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_exist.html b/common/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_TypeMismatch.html b/common/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_invalid_cb.html b/common/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_missarg.html b/common/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_turnScreenOff.html b/common/tct-power-tizen-tests/power/PowerManager_turnScreenOff.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_turnScreenOff_exist.html b/common/tct-power-tizen-tests/power/PowerManager_turnScreenOff_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_turnScreenOff_extra_argument.html b/common/tct-power-tizen-tests/power/PowerManager_turnScreenOff_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_turnScreenOff_successful.html b/common/tct-power-tizen-tests/power/PowerManager_turnScreenOff_successful.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_turnScreenOn.html b/common/tct-power-tizen-tests/power/PowerManager_turnScreenOn.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_turnScreenOn_exist.html b/common/tct-power-tizen-tests/power/PowerManager_turnScreenOn_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_turnScreenOn_extra_argument.html b/common/tct-power-tizen-tests/power/PowerManager_turnScreenOn_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_turnScreenOn_method_exists.html b/common/tct-power-tizen-tests/power/PowerManager_turnScreenOn_method_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_turnScreenOn_successful.html b/common/tct-power-tizen-tests/power/PowerManager_turnScreenOn_successful.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener.html b/common/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_exist.html b/common/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_extra_argument.html b/common/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_successful.html b/common/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_successful.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/ScreenStateChangeCallback_notexist.html b/common/tct-power-tizen-tests/power/ScreenStateChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/ScreenStateChangeCallback_onchanged.html b/common/tct-power-tizen-tests/power/ScreenStateChangeCallback_onchanged.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/support/power_common.js b/common/tct-power-tizen-tests/power/support/power_common.js old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/power/support/unitcommon.js b/common/tct-power-tizen-tests/power/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/resources/COPYING b/common/tct-power-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/resources/testharness.css b/common/tct-power-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/resources/testharness.js b/common/tct-power-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/resources/testharnessreport.js b/common/tct-power-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/suite.json b/common/tct-power-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/testcase.xsl b/common/tct-power-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/testresult.xsl b/common/tct-power-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/tests.css b/common/tct-power-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/tests.full.xml b/common/tct-power-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/tests.xml b/common/tct-power-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/webrunner/index.html b/common/tct-power-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-power-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-power-tizen-tests/webrunner/testrunner.js b/common/tct-power-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/COPYING b/common/tct-preference-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/LICENSE.Apache-2.0 b/common/tct-preference-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/NOTICE b/common/tct-preference-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/README b/common/tct-preference-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/config.xml b/common/tct-preference-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/icon.png b/common/tct-preference-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/inst.apk.py b/common/tct-preference-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/inst.wgt.py b/common/tct-preference-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/inst.xpk.py b/common/tct-preference-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/manifest.json b/common/tct-preference-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/pack.py b/common/tct-preference-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-preference-tizen-tests/pack.py +++ b/common/tct-preference-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-preference-tizen-tests/preference/PreferenceChangeCallback_notexist.html b/common/tct-preference-tizen-tests/preference/PreferenceChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceChangeCallback_onsuccess.html b/common/tct-preference-tizen-tests/preference/PreferenceChangeCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceData_key_attribute.html b/common/tct-preference-tizen-tests/preference/PreferenceData_key_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceData_notexist.html b/common/tct-preference-tizen-tests/preference/PreferenceData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceData_value_attribute.html b/common/tct-preference-tizen-tests/preference/PreferenceData_value_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceGetAllCallback_notexist.html b/common/tct-preference-tizen-tests/preference/PreferenceGetAllCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceGetAllCallback_onsuccess.html b/common/tct-preference-tizen-tests/preference/PreferenceGetAllCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManagerObject_notexist.html b/common/tct-preference-tizen-tests/preference/PreferenceManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_exists.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_exists.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_exists_exist.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_exists_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_extend.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_errorCallback_TypeMismatch.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_errorCallback_invalid_cb.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_exist.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_misarg.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_successCallback_TypeMismatch.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_successCallback_invalid_cb.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_with_errorCallback.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_getAll_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_getValue.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_getValue.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_getValue_exist.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_getValue_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_getValue_key_NotFound.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_getValue_key_NotFound.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_getValue_misarg.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_getValue_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_in_tizen.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_notexist.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_remove.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_removeAll.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_removeAll.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_removeAll_exist.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_removeAll_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_removeAll_extra_argument.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_removeAll_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_remove_exist.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_remove_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_remove_key_NotFound.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_remove_key_NotFound.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_remove_misarg.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_remove_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_setChangeListener.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_setChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_setChangeListener_NotFoundError.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_setChangeListener_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_setChangeListener_exist.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_setChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_setChangeListener_listener_TypeMismatch.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_setChangeListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_setChangeListener_misarg.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_setChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_setChangeListener_onsuccess_invalid_cb.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_setChangeListener_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_setValue.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_setValue.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_setValue_exist.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_setValue_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_unsetChangeListener.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_unsetChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_unsetChangeListener_NotFoundError.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_unsetChangeListener_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/PreferenceManager_unsetChangeListener_exist.html b/common/tct-preference-tizen-tests/preference/PreferenceManager_unsetChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/preference/support/unitcommon.js b/common/tct-preference-tizen-tests/preference/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/resources/COPYING b/common/tct-preference-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/resources/testharness.css b/common/tct-preference-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/resources/testharness.js b/common/tct-preference-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/resources/testharnessreport.js b/common/tct-preference-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/suite.json b/common/tct-preference-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/testcase.xsl b/common/tct-preference-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/testresult.xsl b/common/tct-preference-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/tests.css b/common/tct-preference-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/tests.full.xml b/common/tct-preference-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/tests.xml b/common/tct-preference-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/webrunner/index.html b/common/tct-preference-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-preference-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-preference-tizen-tests/webrunner/testrunner.js b/common/tct-preference-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/LICENSE.Apache-2.0 b/common/tct-privilege-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/NOTICE b/common/tct-privilege-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/config.xml b/common/tct-privilege-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/icon.png b/common/tct-privilege-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/inst.apk.py b/common/tct-privilege-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/inst.wgt.py b/common/tct-privilege-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/inst.xpk.py b/common/tct-privilege-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/manifest.json b/common/tct-privilege-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/pack.py b/common/tct-privilege-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-privilege-tizen-tests/pack.py +++ b/common/tct-privilege-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-privilege-tizen-tests/privilege/AccountManager_addAccountListener.html b/common/tct-privilege-tizen-tests/privilege/AccountManager_addAccountListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/AccountManager_getAccount.html b/common/tct-privilege-tizen-tests/privilege/AccountManager_getAccount.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/AccountManager_getAccounts.html b/common/tct-privilege-tizen-tests/privilege/AccountManager_getAccounts.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/AccountManager_getProvider.html b/common/tct-privilege-tizen-tests/privilege/AccountManager_getProvider.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/AccountManager_getProviders.html b/common/tct-privilege-tizen-tests/privilege/AccountManager_getProviders.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/AccountManager_removeAccountListener.html b/common/tct-privilege-tizen-tests/privilege/AccountManager_removeAccountListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/AlarmManager_add.html b/common/tct-privilege-tizen-tests/privilege/AlarmManager_add.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/AlarmManager_remove.html b/common/tct-privilege-tizen-tests/privilege/AlarmManager_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/AlarmManager_removeAll.html b/common/tct-privilege-tizen-tests/privilege/AlarmManager_removeAll.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ApplicationInformation_size_attribute.html b/common/tct-privilege-tizen-tests/privilege/ApplicationInformation_size_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ApplicationManager_getAppCerts.html b/common/tct-privilege-tizen-tests/privilege/ApplicationManager_getAppCerts.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ApplicationManager_getAppMetaData.html b/common/tct-privilege-tizen-tests/privilege/ApplicationManager_getAppMetaData.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ApplicationManager_kill.html b/common/tct-privilege-tizen-tests/privilege/ApplicationManager_kill.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ApplicationManager_launch.html b/common/tct-privilege-tizen-tests/privilege/ApplicationManager_launch.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ApplicationManager_launchAppControl.html b/common/tct-privilege-tizen-tests/privilege/ApplicationManager_launchAppControl.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/BluetoothManager_getDefaultAdapter.html b/common/tct-privilege-tizen-tests/privilege/BluetoothManager_getDefaultAdapter.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/BluetoothManager_getLEAdapter.html b/common/tct-privilege-tizen-tests/privilege/BluetoothManager_getLEAdapter.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/BookmarkManager_add.html b/common/tct-privilege-tizen-tests/privilege/BookmarkManager_add.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/BookmarkManager_get.html b/common/tct-privilege-tizen-tests/privilege/BookmarkManager_get.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/BookmarkManager_remove.html b/common/tct-privilege-tizen-tests/privilege/BookmarkManager_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CalendarEvent_expandRecurrence.html b/common/tct-privilege-tizen-tests/privilege/CalendarEvent_expandRecurrence.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CalendarItem_clone.html b/common/tct-privilege-tizen-tests/privilege/CalendarItem_clone.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CalendarItem_convertToString.html b/common/tct-privilege-tizen-tests/privilege/CalendarItem_convertToString.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CalendarManager_getCalendar.html b/common/tct-privilege-tizen-tests/privilege/CalendarManager_getCalendar.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CalendarManager_getCalendars.html b/common/tct-privilege-tizen-tests/privilege/CalendarManager_getCalendars.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CalendarManager_getDefaultCalendar.html b/common/tct-privilege-tizen-tests/privilege/CalendarManager_getDefaultCalendar.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CalendarManager_getUnifiedCalendar.html b/common/tct-privilege-tizen-tests/privilege/CalendarManager_getUnifiedCalendar.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CallHistory_addChangeListener.html b/common/tct-privilege-tizen-tests/privilege/CallHistory_addChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CallHistory_find.html b/common/tct-privilege-tizen-tests/privilege/CallHistory_find.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CallHistory_remove.html b/common/tct-privilege-tizen-tests/privilege/CallHistory_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CallHistory_removeAll.html b/common/tct-privilege-tizen-tests/privilege/CallHistory_removeAll.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CallHistory_removeBatch.html b/common/tct-privilege-tizen-tests/privilege/CallHistory_removeBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/CallHistory_removeChangeListener.html b/common/tct-privilege-tizen-tests/privilege/CallHistory_removeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContactManager_addChangeListener.html b/common/tct-privilege-tizen-tests/privilege/ContactManager_addChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContactManager_find.html b/common/tct-privilege-tizen-tests/privilege/ContactManager_find.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContactManager_getAddressBooks.html b/common/tct-privilege-tizen-tests/privilege/ContactManager_getAddressBooks.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContactManager_getDefaultAddressBook.html b/common/tct-privilege-tizen-tests/privilege/ContactManager_getDefaultAddressBook.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContactManager_getUnififedAddressBook.html b/common/tct-privilege-tizen-tests/privilege/ContactManager_getUnififedAddressBook.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContactManager_removeBatch.html b/common/tct-privilege-tizen-tests/privilege/ContactManager_removeBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContactManager_removeChangeListener.html b/common/tct-privilege-tizen-tests/privilege/ContactManager_removeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContactManager_update.html b/common/tct-privilege-tizen-tests/privilege/ContactManager_update.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContactManager_updateBatch.html b/common/tct-privilege-tizen-tests/privilege/ContactManager_updateBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContentManager_cancelScanDirectory.html b/common/tct-privilege-tizen-tests/privilege/ContentManager_cancelScanDirectory.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContentManager_createPlaylist.html b/common/tct-privilege-tizen-tests/privilege/ContentManager_createPlaylist.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContentManager_find.html b/common/tct-privilege-tizen-tests/privilege/ContentManager_find.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContentManager_getPlaylists.html b/common/tct-privilege-tizen-tests/privilege/ContentManager_getPlaylists.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContentManager_scanDirectory.html b/common/tct-privilege-tizen-tests/privilege/ContentManager_scanDirectory.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContentManager_scanFile.html b/common/tct-privilege-tizen-tests/privilege/ContentManager_scanFile.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContentManager_setChangeListener.html b/common/tct-privilege-tizen-tests/privilege/ContentManager_setChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContentManager_unsetChangeListener.html b/common/tct-privilege-tizen-tests/privilege/ContentManager_unsetChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContentManager_update.html b/common/tct-privilege-tizen-tests/privilege/ContentManager_update.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/ContentManager_updateBatch.html b/common/tct-privilege-tizen-tests/privilege/ContentManager_updateBatch.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/DataControlManager_getDataControlConsumer.html b/common/tct-privilege-tizen-tests/privilege/DataControlManager_getDataControlConsumer.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_add.html b/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_add.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_get.html b/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_get.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_getAll.html b/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_getAll.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_getLastSyncStatistics.html b/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_getLastSyncStatistics.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_getMaxProfilesNum.html b/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_getMaxProfilesNum.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_getProfilesNum.html b/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_getProfilesNum.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_remove.html b/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_startSync.html b/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_startSync.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_stopSync.html b/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_stopSync.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_update.html b/common/tct-privilege-tizen-tests/privilege/DataSynchronizationManager_update.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/DownloadManager_start.html b/common/tct-privilege-tizen-tests/privilege/DownloadManager_start.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/FileSystemManager_addStorageStateChangeListener.html b/common/tct-privilege-tizen-tests/privilege/FileSystemManager_addStorageStateChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/FileSystemManager_getStorage.html b/common/tct-privilege-tizen-tests/privilege/FileSystemManager_getStorage.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/FileSystemManager_listStorages.html b/common/tct-privilege-tizen-tests/privilege/FileSystemManager_listStorages.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/FileSystemManager_removeStorageStateChangeListener.html b/common/tct-privilege-tizen-tests/privilege/FileSystemManager_removeStorageStateChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/FileSystemManager_resolve.html b/common/tct-privilege-tizen-tests/privilege/FileSystemManager_resolve.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/HumanActivityMonitorManager_setAccumulativePedometerListener.html b/common/tct-privilege-tizen-tests/privilege/HumanActivityMonitorManager_setAccumulativePedometerListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/HumanActivityMonitorManager_start.html b/common/tct-privilege-tizen-tests/privilege/HumanActivityMonitorManager_start.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/HumanActivityMonitorManager_stop.html b/common/tct-privilege-tizen-tests/privilege/HumanActivityMonitorManager_stop.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/HumanActivityMonitorManager_unsetAccumulativePedometerListener.html b/common/tct-privilege-tizen-tests/privilege/HumanActivityMonitorManager_unsetAccumulativePedometerListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MediaControllerManager_createServer.html b/common/tct-privilege-tizen-tests/privilege/MediaControllerManager_createServer.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MediaControllerManager_getClient.html b/common/tct-privilege-tizen-tests/privilege/MediaControllerManager_getClient.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageService_loadMessageAttachment.html b/common/tct-privilege-tizen-tests/privilege/MessageService_loadMessageAttachment.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageService_loadMessageBody.html b/common/tct-privilege-tizen-tests/privilege/MessageService_loadMessageBody.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageService_sendMessage.html b/common/tct-privilege-tizen-tests/privilege/MessageService_sendMessage.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageService_sync.html b/common/tct-privilege-tizen-tests/privilege/MessageService_sync.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageService_syncFolder.html b/common/tct-privilege-tizen-tests/privilege/MessageService_syncFolder.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageStorage_addConversationsChangeListener.html b/common/tct-privilege-tizen-tests/privilege/MessageStorage_addConversationsChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageStorage_addDraftMessage.html b/common/tct-privilege-tizen-tests/privilege/MessageStorage_addDraftMessage.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageStorage_addFoldersChangeListener.html b/common/tct-privilege-tizen-tests/privilege/MessageStorage_addFoldersChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageStorage_addMessagesChangeListener.html b/common/tct-privilege-tizen-tests/privilege/MessageStorage_addMessagesChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageStorage_findConversations.html b/common/tct-privilege-tizen-tests/privilege/MessageStorage_findConversations.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageStorage_findFolders.html b/common/tct-privilege-tizen-tests/privilege/MessageStorage_findFolders.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageStorage_findMessages.html b/common/tct-privilege-tizen-tests/privilege/MessageStorage_findMessages.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageStorage_removeChangeListener.html b/common/tct-privilege-tizen-tests/privilege/MessageStorage_removeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageStorage_removeConversations.html b/common/tct-privilege-tizen-tests/privilege/MessageStorage_removeConversations.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageStorage_removeMessages.html b/common/tct-privilege-tizen-tests/privilege/MessageStorage_removeMessages.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/MessageStorage_updateMessages.html b/common/tct-privilege-tizen-tests/privilege/MessageStorage_updateMessages.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/NFCManager_getDefaultAdapter.html b/common/tct-privilege-tizen-tests/privilege/NFCManager_getDefaultAdapter.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/NFCManager_setExclusiveMode.html b/common/tct-privilege-tizen-tests/privilege/NFCManager_setExclusiveMode.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/NetworkBearerSelection_releaseRouteToHost.html b/common/tct-privilege-tizen-tests/privilege/NetworkBearerSelection_releaseRouteToHost.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/NetworkBearerSelection_requestRouteToHost.html b/common/tct-privilege-tizen-tests/privilege/NetworkBearerSelection_requestRouteToHost.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/NotificationManager_playLEDCustomEffect.html b/common/tct-privilege-tizen-tests/privilege/NotificationManager_playLEDCustomEffect.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/NotificationManager_post.html b/common/tct-privilege-tizen-tests/privilege/NotificationManager_post.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/NotificationManager_remove.html b/common/tct-privilege-tizen-tests/privilege/NotificationManager_remove.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/NotificationManager_removeAll.html b/common/tct-privilege-tizen-tests/privilege/NotificationManager_removeAll.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/NotificationManager_stopLEDCustomEffect.html b/common/tct-privilege-tizen-tests/privilege/NotificationManager_stopLEDCustomEffect.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/NotificationManager_update.html b/common/tct-privilege-tizen-tests/privilege/NotificationManager_update.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PackageManager_getPackageInfo.html b/common/tct-privilege-tizen-tests/privilege/PackageManager_getPackageInfo.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PackageManager_getPackagesInfo.html b/common/tct-privilege-tizen-tests/privilege/PackageManager_getPackagesInfo.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PackageManager_install.html b/common/tct-privilege-tizen-tests/privilege/PackageManager_install.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PackageManager_setPackageInfoEventListener.html b/common/tct-privilege-tizen-tests/privilege/PackageManager_setPackageInfoEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PackageManager_uninstall.html b/common/tct-privilege-tizen-tests/privilege/PackageManager_uninstall.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PackageManager_unsetPackageInfoEventListener.html b/common/tct-privilege-tizen-tests/privilege/PackageManager_unsetPackageInfoEventListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PowerManager_request.html b/common/tct-privilege-tizen-tests/privilege/PowerManager_request.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PowerManager_setScreenBrightness.html b/common/tct-privilege-tizen-tests/privilege/PowerManager_setScreenBrightness.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PowerManager_turnScreenOff.html b/common/tct-privilege-tizen-tests/privilege/PowerManager_turnScreenOff.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PowerManager_turnScreenOn.html b/common/tct-privilege-tizen-tests/privilege/PowerManager_turnScreenOn.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PushManager_connectService.html b/common/tct-privilege-tizen-tests/privilege/PushManager_connectService.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PushManager_disconnectService.html b/common/tct-privilege-tizen-tests/privilege/PushManager_disconnectService.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PushManager_getRegistrationId.html b/common/tct-privilege-tizen-tests/privilege/PushManager_getRegistrationId.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PushManager_registerService.html b/common/tct-privilege-tizen-tests/privilege/PushManager_registerService.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/PushManager_unregisterService.html b/common/tct-privilege-tizen-tests/privilege/PushManager_unregisterService.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SEService_getReaders.html b/common/tct-privilege-tizen-tests/privilege/SEService_getReaders.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SEService_registerSEListener.html b/common/tct-privilege-tizen-tests/privilege/SEService_registerSEListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SEService_shutdown.html b/common/tct-privilege-tizen-tests/privilege/SEService_shutdown.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SEService_unregisterSEListener.html b/common/tct-privilege-tizen-tests/privilege/SEService_unregisterSEListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SensorService_getDefaultSensor.html b/common/tct-privilege-tizen-tests/privilege/SensorService_getDefaultSensor.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfoCellularNetwork_imei.html b/common/tct-privilege-tizen-tests/privilege/SystemInfoCellularNetwork_imei.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_iccid.html b/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_iccid.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_mcc.html b/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_mcc.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_mnc.html b/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_mnc.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_msin.html b/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_msin.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_msisdn.html b/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_msisdn.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_operatorName.html b/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_operatorName.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_spn.html b/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_spn.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_state.html b/common/tct-privilege-tizen-tests/privilege/SystemInfoSIM_state.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfo_addPropertyValueArrayChangeListener.html b/common/tct-privilege-tizen-tests/privilege/SystemInfo_addPropertyValueArrayChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfo_addPropertyValueChangeListener.html b/common/tct-privilege-tizen-tests/privilege/SystemInfo_addPropertyValueChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfo_getPropertyValue.html b/common/tct-privilege-tizen-tests/privilege/SystemInfo_getPropertyValue.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemInfo_getPropertyValueArray.html b/common/tct-privilege-tizen-tests/privilege/SystemInfo_getPropertyValueArray.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/SystemSettingManager_setProperty.html b/common/tct-privilege-tizen-tests/privilege/SystemSettingManager_setProperty.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/WebSettingManager_removeAllCookies.html b/common/tct-privilege-tizen-tests/privilege/WebSettingManager_removeAllCookies.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/privilege/support/unitcommon.js b/common/tct-privilege-tizen-tests/privilege/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/resources/COPYING b/common/tct-privilege-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/resources/testharness.css b/common/tct-privilege-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/resources/testharness.js b/common/tct-privilege-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/resources/testharnessreport.js b/common/tct-privilege-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/resources/unitcommon.js b/common/tct-privilege-tizen-tests/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/suite.json b/common/tct-privilege-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/testcase.xsl b/common/tct-privilege-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/testresult.xsl b/common/tct-privilege-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/tests.css b/common/tct-privilege-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/tests.full.xml b/common/tct-privilege-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/tests.xml b/common/tct-privilege-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/webrunner/index.html b/common/tct-privilege-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-privilege-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-privilege-tizen-tests/webrunner/testrunner.js b/common/tct-privilege-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/COPYING b/common/tct-push-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/LICENSE.Apache-2.0 b/common/tct-push-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/NOTICE b/common/tct-push-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/README b/common/tct-push-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/config.xml b/common/tct-push-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/icon.png b/common/tct-push-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/inst.apk.py b/common/tct-push-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/inst.wgt.py b/common/tct-push-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/inst.xpk.py b/common/tct-push-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/manifest.json b/common/tct-push-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/pack.py b/common/tct-push-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-push-tizen-tests/pack.py +++ b/common/tct-push-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-push-tizen-tests/push/PushManagerObject_notexist.html b/common/tct-push-tizen-tests/push/PushManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_connect_errorCallback_TypeMismatch.html b/common/tct-push-tizen-tests/push/PushManager_connect_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_connect_errorCallback_invalid_cb.html b/common/tct-push-tizen-tests/push/PushManager_connect_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_connect_stateChangeCallback_TypeMismatch.html b/common/tct-push-tizen-tests/push/PushManager_connect_stateChangeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_connect_stateChangeCallback_invalid_cb.html b/common/tct-push-tizen-tests/push/PushManager_connect_stateChangeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_connect_with_errorCallback.html b/common/tct-push-tizen-tests/push/PushManager_connect_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_extend.html b/common/tct-push-tizen-tests/push/PushManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_getPushMessage_exist.html b/common/tct-push-tizen-tests/push/PushManager_getPushMessage_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_getPushMessage_extra_argument.html b/common/tct-push-tizen-tests/push/PushManager_getPushMessage_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_getRegistrationId_exist.html b/common/tct-push-tizen-tests/push/PushManager_getRegistrationId_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_getRegistrationId_extra_argument.html b/common/tct-push-tizen-tests/push/PushManager_getRegistrationId_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_getUnreadNotifications_exist.html b/common/tct-push-tizen-tests/push/PushManager_getUnreadNotifications_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_in_tizen.html b/common/tct-push-tizen-tests/push/PushManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_notexist.html b/common/tct-push-tizen-tests/push/PushManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_register_errorCallback_TypeMismatch.html b/common/tct-push-tizen-tests/push/PushManager_register_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_register_errorCallback_invalid_cb.html b/common/tct-push-tizen-tests/push/PushManager_register_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_register_exist.html b/common/tct-push-tizen-tests/push/PushManager_register_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_register_successCallback_TypeMismatch.html b/common/tct-push-tizen-tests/push/PushManager_register_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_register_successCallback_invalid_cb.html b/common/tct-push-tizen-tests/push/PushManager_register_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_unregister_errorCallback_TypeMismatch.html b/common/tct-push-tizen-tests/push/PushManager_unregister_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_unregister_errorCallback_invalid_cb.html b/common/tct-push-tizen-tests/push/PushManager_unregister_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_unregister_exist.html b/common/tct-push-tizen-tests/push/PushManager_unregister_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_unregister_successCallback_TypeMismatch.html b/common/tct-push-tizen-tests/push/PushManager_unregister_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushManager_unregister_successCallback_invalid_cb.html b/common/tct-push-tizen-tests/push/PushManager_unregister_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushMessage_notexist.html b/common/tct-push-tizen-tests/push/PushMessage_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushNotificationCallback_notexist.html b/common/tct-push-tizen-tests/push/PushNotificationCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushRegisterSuccessCallback_notexist.html b/common/tct-push-tizen-tests/push/PushRegisterSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushRegistrationStateChangeCallback_notexist.html b/common/tct-push-tizen-tests/push/PushRegistrationStateChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/PushRegistrationStateChangeCallback_onsuccess.html b/common/tct-push-tizen-tests/push/PushRegistrationStateChangeCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/support/push_common.js b/common/tct-push-tizen-tests/push/support/push_common.js old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/push/support/unitcommon.js b/common/tct-push-tizen-tests/push/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/resources/COPYING b/common/tct-push-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/resources/testharness.css b/common/tct-push-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/resources/testharness.js b/common/tct-push-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/resources/testharnessreport.js b/common/tct-push-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/suite.json b/common/tct-push-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/testcase.xsl b/common/tct-push-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/testresult.xsl b/common/tct-push-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/tests.css b/common/tct-push-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/tests.full.xml b/common/tct-push-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/tests.xml b/common/tct-push-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/webrunner/index.html b/common/tct-push-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-push-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-push-tizen-tests/webrunner/testrunner.js b/common/tct-push-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-push-w3c-tests/pack.py b/common/tct-push-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-push-w3c-tests/pack.py +++ b/common/tct-push-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-sandbox-html5-tests/pack.py b/common/tct-sandbox-html5-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-sandbox-html5-tests/pack.py +++ b/common/tct-sandbox-html5-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-screenorientation-w3c-tests/pack.py b/common/tct-screenorientation-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-screenorientation-w3c-tests/pack.py +++ b/common/tct-screenorientation-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-secureelement-tizen-tests/COPYING b/common/tct-secureelement-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/LICENSE.Apache-2.0 b/common/tct-secureelement-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/NOTICE b/common/tct-secureelement-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/README b/common/tct-secureelement-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/config.xml b/common/tct-secureelement-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/icon.png b/common/tct-secureelement-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/inst.apk.py b/common/tct-secureelement-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/inst.wgt.py b/common/tct-secureelement-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/inst.xpk.py b/common/tct-secureelement-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/manifest.json b/common/tct-secureelement-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/pack.py b/common/tct-secureelement-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-secureelement-tizen-tests/pack.py +++ b/common/tct-secureelement-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-secureelement-tizen-tests/resources/COPYING b/common/tct-secureelement-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/resources/testharness.css b/common/tct-secureelement-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/resources/testharness.js b/common/tct-secureelement-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/resources/testharnessreport.js b/common/tct-secureelement-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/ChannelSuccessCallback_notexist.html b/common/tct-secureelement-tizen-tests/secureelement/ChannelSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/ChannelSuccessCallback_onsuccess.html b/common/tct-secureelement-tizen-tests/secureelement/ChannelSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_close.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_close.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_close_exist.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_close_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_close_extra_argument.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_close_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_getSelectResponse.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_getSelectResponse.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_getSelectResponse_exist.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_getSelectResponse_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_getSelectResponse_extra_argument.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_getSelectResponse_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_isBasicChannel_attribute.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_isBasicChannel_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_notexist.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_command_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_command_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_errorCallback_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_errorCallback_invalid_cb.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_errorCallback_invoked.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_exist.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_misarg.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_successCallback_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_successCallback_invalid_cb.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_with_errorCallback.html b/common/tct-secureelement-tizen-tests/secureelement/Channel_transmit_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Makefile.am b/common/tct-secureelement-tizen-tests/secureelement/Makefile.am old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_notexist.html b/common/tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_onsuccess.html b/common/tct-secureelement-tizen-tests/secureelement/ReaderArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_closeSessions.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_closeSessions.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_closeSessions_exist.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_closeSessions_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_closeSessions_extra_argument.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_closeSessions_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_getName.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_getName.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_getName_exist.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_getName_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_getName_extra_argument.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_getName_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_isPresent_attribute.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_isPresent_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_notexist.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_errorCallback_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_errorCallback_invalid_cb.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_exist.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_misarg.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_successCallback_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_successCallback_invalid_cb.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_with_errorCallback.html b/common/tct-secureelement-tizen-tests/secureelement/Reader_openSession_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEChangeListener_notexist.html b/common/tct-secureelement-tizen-tests/secureelement/SEChangeListener_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEChangeListener_onSENotReady.html b/common/tct-secureelement-tizen-tests/secureelement/SEChangeListener_onSENotReady.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEChangeListener_onSEReady.html b/common/tct-secureelement-tizen-tests/secureelement/SEChangeListener_onSEReady.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEServiceManagerObject_notexist.html b/common/tct-secureelement-tizen-tests/secureelement/SEServiceManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_extend.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_invalid_cb.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_exist.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_missarg.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_invalid_cb.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_with_errorCallback.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_getReaders_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_in_tizen.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_notexist.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_exist.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_empty.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_empty.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_invalid_cb.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_listener_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_missarg.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_registerSEListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_shutdown.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_shutdown.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_shutdown_exist.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_shutdown_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_shutdown_extra_argument.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_shutdown_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener_exist.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener_misarg.html b/common/tct-secureelement-tizen-tests/secureelement/SEService_unregisterSEListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SessionSuccessCallback_notexist.html b/common/tct-secureelement-tizen-tests/secureelement/SessionSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/SessionSuccessCallback_onsuccess.html b/common/tct-secureelement-tizen-tests/secureelement/SessionSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_close.html b/common/tct-secureelement-tizen-tests/secureelement/Session_close.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_closeChannels.html b/common/tct-secureelement-tizen-tests/secureelement/Session_closeChannels.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_closeChannels_exist.html b/common/tct-secureelement-tizen-tests/secureelement/Session_closeChannels_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_closeChannels_extra_argument.html b/common/tct-secureelement-tizen-tests/secureelement/Session_closeChannels_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_close_exist.html b/common/tct-secureelement-tizen-tests/secureelement/Session_close_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_close_extra_argument.html b/common/tct-secureelement-tizen-tests/secureelement/Session_close_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_getATR.html b/common/tct-secureelement-tizen-tests/secureelement/Session_getATR.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_getATR_exist.html b/common/tct-secureelement-tizen-tests/secureelement/Session_getATR_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_getATR_extra_argument.html b/common/tct-secureelement-tizen-tests/secureelement/Session_getATR_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_isClosed_attribute.html b/common/tct-secureelement-tizen-tests/secureelement/Session_isClosed_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_notexist.html b/common/tct-secureelement-tizen-tests/secureelement/Session_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_aid_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_aid_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_errorCallback_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_errorCallback_invalid_cb.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_errorCallback_invoked.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_exist.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_misarg.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_successCallback_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_successCallback_invalid_cb.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_with_errorCallback.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openBasicChannel_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_aid_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_aid_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_errorCallback_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_errorCallback_invalid_cb.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_errorCallback_invoked.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_exist.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_misarg.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_successCallback_TypeMismatch.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_successCallback_invalid_cb.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_with_errorCallback.html b/common/tct-secureelement-tizen-tests/secureelement/Session_openLogicalChannel_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/Tizen_seService_exist.html b/common/tct-secureelement-tizen-tests/secureelement/Tizen_seService_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/TransmitSuccessCallback_notexist.html b/common/tct-secureelement-tizen-tests/secureelement/TransmitSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/TransmitSuccessCallback_onsuccess.html b/common/tct-secureelement-tizen-tests/secureelement/TransmitSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/secureelement/support/unitcommon.js b/common/tct-secureelement-tizen-tests/secureelement/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/suite.json b/common/tct-secureelement-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/testcase.xsl b/common/tct-secureelement-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/testresult.xsl b/common/tct-secureelement-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/tests.css b/common/tct-secureelement-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/tests.full.xml b/common/tct-secureelement-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/tests.xml b/common/tct-secureelement-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/webrunner/index.html b/common/tct-secureelement-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-secureelement-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-secureelement-tizen-tests/webrunner/testrunner.js b/common/tct-secureelement-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-security-tcs-tests/pack.py b/common/tct-security-tcs-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-security-tcs-tests/pack.py +++ b/common/tct-security-tcs-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-selectorslevel1-w3c-tests/pack.py b/common/tct-selectorslevel1-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-selectorslevel1-w3c-tests/pack.py +++ b/common/tct-selectorslevel1-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-selectorslevel2-w3c-tests/pack.py b/common/tct-selectorslevel2-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-selectorslevel2-w3c-tests/pack.py +++ b/common/tct-selectorslevel2-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-sensor-tizen-tests/COPYING b/common/tct-sensor-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/LICENSE.Apache-2.0 b/common/tct-sensor-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/NOTICE b/common/tct-sensor-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/README b/common/tct-sensor-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/config.xml b/common/tct-sensor-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/icon.png b/common/tct-sensor-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/inst.apk.py b/common/tct-sensor-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/inst.wgt.py b/common/tct-sensor-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/inst.xpk.py b/common/tct-sensor-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/manifest.json b/common/tct-sensor-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/pack.py b/common/tct-sensor-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-sensor-tizen-tests/pack.py +++ b/common/tct-sensor-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-sensor-tizen-tests/resources/COPYING b/common/tct-sensor-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/resources/testharness.css b/common/tct-sensor-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/resources/testharness.js b/common/tct-sensor-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/resources/testharnessreport.js b/common/tct-sensor-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GravitySensor_extend.html b/common/tct-sensor-tizen-tests/sensor/GravitySensor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData.html b/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_errorCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_errorCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_errorCallback_invoked.html b/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_exist.html b/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_misarg.html b/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_with_errorCallback.html b/common/tct-sensor-tizen-tests/sensor/GravitySensor_getGravitySensorData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GravitySensor_notexist.html b/common/tct-sensor-tizen-tests/sensor/GravitySensor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_extend.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_errorCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_errorCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_errorCallback_invoked.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_exist.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_misarg.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_with_errorCallback.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_getGyroscopeRotationVectorSensorData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_notexist.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeRotationVectorSensor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_extend.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_errorCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_errorCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_errorCallback_invoked.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_exist.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_misarg.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_with_errorCallback.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_getGyroscopeSensorData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_notexist.html b/common/tct-sensor-tizen-tests/sensor/GyroscopeSensor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_extend.html b/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData.html b/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_errorCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_errorCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_errorCallback_invoked.html b/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_exist.html b/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_misarg.html b/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_with_errorCallback.html b/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_getHRMRawSensorData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_notexist.html b/common/tct-sensor-tizen-tests/sensor/HRMRawSensor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LightSensor_extend.html b/common/tct-sensor-tizen-tests/sensor/LightSensor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData.html b/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_errorCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_errorCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_errorCallback_invoked.html b/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_exist.html b/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_misarg.html b/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_with_errorCallback.html b/common/tct-sensor-tizen-tests/sensor/LightSensor_getLightSensorData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LightSensor_notexist.html b/common/tct-sensor-tizen-tests/sensor/LightSensor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_extend.html b/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData.html b/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_errorCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_errorCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_errorCallback_invoked.html b/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_exist.html b/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_misarg.html b/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_with_errorCallback.html b/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_getLinearAccelerationSensorData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_notexist.html b/common/tct-sensor-tizen-tests/sensor/LinearAccelerationSensor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/MagneticSensor_extend.html b/common/tct-sensor-tizen-tests/sensor/MagneticSensor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData.html b/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_errorCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_errorCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_errorCallback_invoked.html b/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_exist.html b/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_misarg.html b/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_with_errorCallback.html b/common/tct-sensor-tizen-tests/sensor/MagneticSensor_getMagneticSensorData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/MagneticSensor_notexist.html b/common/tct-sensor-tizen-tests/sensor/MagneticSensor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/PressureSensor_extend.html b/common/tct-sensor-tizen-tests/sensor/PressureSensor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData.html b/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_errorCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_errorCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_errorCallback_invoked.html b/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_exist.html b/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_misarg.html b/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_with_errorCallback.html b/common/tct-sensor-tizen-tests/sensor/PressureSensor_getPressureSensorData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/PressureSensor_notexist.html b/common/tct-sensor-tizen-tests/sensor/PressureSensor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/ProximitySensor_extend.html b/common/tct-sensor-tizen-tests/sensor/ProximitySensor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData.html b/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_errorCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_errorCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_errorCallback_invoked.html b/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_exist.html b/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_misarg.html b/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_with_errorCallback.html b/common/tct-sensor-tizen-tests/sensor/ProximitySensor_getProximitySensorData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/ProximitySensor_notexist.html b/common/tct-sensor-tizen-tests/sensor/ProximitySensor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorDataSuccessCallback_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorDataSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorDataSuccessCallback_onsuccess.html b/common/tct-sensor-tizen-tests/sensor/SensorDataSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorData_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGravityData_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorGravityData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGravityData_x_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorGravityData_x_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGravityData_y_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorGravityData_y_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGravityData_z_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorGravityData_z_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeData_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeData_x_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeData_x_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeData_y_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeData_y_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeData_z_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeData_z_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeRotationVectorData_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeRotationVectorData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeRotationVectorData_w_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeRotationVectorData_w_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeRotationVectorData_x_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeRotationVectorData_x_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeRotationVectorData_y_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeRotationVectorData_y_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeRotationVectorData_z_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorGyroscopeRotationVectorData_z_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHRMRawData_lightIntensity_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorHRMRawData_lightIntensity_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHRMRawData_lightType_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorHRMRawData_lightType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHRMRawData_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorHRMRawData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfoSuccessCallback_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfoSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfoSuccessCallback_onsuccess.html b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfoSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_maxBatchCount_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_maxBatchCount_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_maxValue_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_maxValue_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_minInterval_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_minInterval_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_minValue_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_minValue_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_name_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_resolution_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_resolution_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_type_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_vendor_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_vendor_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorLightData_lightLevel_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorLightData_lightLevel_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorLightData_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorLightData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorLinearAccelerationData_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorLinearAccelerationData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorLinearAccelerationData_x_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorLinearAccelerationData_x_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorLinearAccelerationData_y_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorLinearAccelerationData_y_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorLinearAccelerationData_z_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorLinearAccelerationData_z_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorMagneticData_accuracy_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorMagneticData_accuracy_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorMagneticData_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorMagneticData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorMagneticData_x_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorMagneticData_x_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorMagneticData_y_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorMagneticData_y_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorMagneticData_z_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorMagneticData_z_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorPressureData_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorPressureData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorPressureData_pressure_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorPressureData_pressure_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorProximityData_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorProximityData_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorProximityData_proximityState_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorProximityData_proximityState_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorServiceManagerObject_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorServiceManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_extend.html b/common/tct-sensor-tizen-tests/sensor/SensorService_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_getAvailableSensors.html b/common/tct-sensor-tizen-tests/sensor/SensorService_getAvailableSensors.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_getAvailableSensors_exist.html b/common/tct-sensor-tizen-tests/sensor/SensorService_getAvailableSensors_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_getAvailableSensors_extra_argument.html b/common/tct-sensor-tizen-tests/sensor/SensorService_getAvailableSensors_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_exist.html b/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_misarg.html b/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_type_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_type_light.html b/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_type_light.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_type_magnetic.html b/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_type_magnetic.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_type_pressure.html b/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_type_pressure.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_type_proximity.html b/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_type_proximity.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_type_ultraviolet.html b/common/tct-sensor-tizen-tests/sensor/SensorService_getDefaultSensor_type_ultraviolet.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_in_tizen.html b/common/tct-sensor-tizen-tests/sensor/SensorService_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/SensorService_notexist.html b/common/tct-sensor-tizen-tests/sensor/SensorService_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo.html b/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_errorCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_errorCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_exist.html b/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_misarg.html b/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_with_errorCallback.html b/common/tct-sensor-tizen-tests/sensor/Sensor_getSensorHardwareInfo_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_notexist.html b/common/tct-sensor-tizen-tests/sensor/Sensor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_sensorType_attribute.html b/common/tct-sensor-tizen-tests/sensor/Sensor_sensorType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener.html b/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_exist.html b/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_misarg.html b/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_with_batchLatency.html b/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_with_batchLatency.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_with_default_interval.html b/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_with_default_interval.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_with_interval.html b/common/tct-sensor-tizen-tests/sensor/Sensor_setChangeListener_with_interval.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_start.html b/common/tct-sensor-tizen-tests/sensor/Sensor_start.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_start_errorCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/Sensor_start_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_start_errorCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/Sensor_start_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_start_exist.html b/common/tct-sensor-tizen-tests/sensor/Sensor_start_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_start_misarg.html b/common/tct-sensor-tizen-tests/sensor/Sensor_start_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_start_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/Sensor_start_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_start_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/Sensor_start_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_start_with_errorCallback.html b/common/tct-sensor-tizen-tests/sensor/Sensor_start_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_stop.html b/common/tct-sensor-tizen-tests/sensor/Sensor_stop.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_stop_exist.html b/common/tct-sensor-tizen-tests/sensor/Sensor_stop_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_stop_extra_argument.html b/common/tct-sensor-tizen-tests/sensor/Sensor_stop_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_stop_without_sensor_type.html b/common/tct-sensor-tizen-tests/sensor/Sensor_stop_without_sensor_type.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_unsetChangeListener.html b/common/tct-sensor-tizen-tests/sensor/Sensor_unsetChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_unsetChangeListener_exist.html b/common/tct-sensor-tizen-tests/sensor/Sensor_unsetChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/Sensor_unsetChangeListener_extra_argument.html b/common/tct-sensor-tizen-tests/sensor/Sensor_unsetChangeListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_extend.html b/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData.html b/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_errorCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_errorCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_errorCallback_invoked.html b/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_exist.html b/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_misarg.html b/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_successCallback_TypeMismatch.html b/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_successCallback_invalid_cb.html b/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_with_errorCallback.html b/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_getUltravioletSensorData_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_notexist.html b/common/tct-sensor-tizen-tests/sensor/UltravioletSensor_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/sensor/support/unitcommon.js b/common/tct-sensor-tizen-tests/sensor/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/suite.json b/common/tct-sensor-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/testcase.xsl b/common/tct-sensor-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/testresult.xsl b/common/tct-sensor-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/tests.css b/common/tct-sensor-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/tests.full.xml b/common/tct-sensor-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/tests.xml b/common/tct-sensor-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/webrunner/index.html b/common/tct-sensor-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-sensor-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-sensor-tizen-tests/webrunner/testrunner.js b/common/tct-sensor-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-serviceworkers-w3c-tests/pack.py b/common/tct-serviceworkers-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-serviceworkers-w3c-tests/pack.py +++ b/common/tct-serviceworkers-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-sessionhistory-html5-tests/pack.py b/common/tct-sessionhistory-html5-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-sessionhistory-html5-tests/pack.py +++ b/common/tct-sessionhistory-html5-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-sound-tizen-tests/COPYING b/common/tct-sound-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/LICENSE.Apache-2.0 b/common/tct-sound-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/README b/common/tct-sound-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/config.xml b/common/tct-sound-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/icon.png b/common/tct-sound-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/inst.apk.py b/common/tct-sound-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/inst.wgt.py b/common/tct-sound-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/inst.xpk.py b/common/tct-sound-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/manifest.json b/common/tct-sound-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/pack.py b/common/tct-sound-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-sound-tizen-tests/pack.py +++ b/common/tct-sound-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-sound-tizen-tests/resources/COPYING b/common/tct-sound-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/resources/file.txt b/common/tct-sound-tizen-tests/resources/file.txt old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/resources/my_file.txt b/common/tct-sound-tizen-tests/resources/my_file.txt old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/resources/test.zip b/common/tct-sound-tizen-tests/resources/test.zip old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/resources/testharness.css b/common/tct-sound-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/resources/testharness.js b/common/tct-sound-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/resources/testharnessreport.js b/common/tct-sound-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_device_attribute.html b/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_device_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_direction_attribute.html b/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_direction_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_id_attribute.html b/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html b/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_isActivated_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_isConnected_attribute.html b/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_isConnected_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_name_attribute.html b/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_notexist.html b/common/tct-sound-tizen-tests/sound/SoundDeviceInfo_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundDeviceStateChangeCallback_notexist.html b/common/tct-sound-tizen-tests/sound/SoundDeviceStateChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundDeviceStateChangeCallback_onChanged.html b/common/tct-sound-tizen-tests/sound/SoundDeviceStateChangeCallback_onChanged.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManagerObject_notexist.html b/common/tct-sound-tizen-tests/sound/SoundManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener.html b/common/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener_callback_TypeMismatch.html b/common/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener_callback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener_callback_invalid_cb.html b/common/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener_callback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener_exist.html b/common/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener_misarg.html b/common/tct-sound-tizen-tests/sound/SoundManager_addDeviceStateChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_extend.html b/common/tct-sound-tizen-tests/sound/SoundManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html b/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html old mode 100644 new mode 100755 index 27bf0b2e5..70338ebca --- a/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html +++ b/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList.html @@ -43,9 +43,10 @@ var t = async_test(document.title, {timeout: 5000}), changeCallback, retValue = t.step(function () { changeCallback = t.step_func(function (info) { + alert("Play music and turn off this alert"); retValue = tizen.sound.getActivatedDeviceList(); assert_type(retValue, "array", "method should return array type"); - assert_type(retValue[0], "object", "value should be object"); + assert_type(retValue[0], "object", "value should be object"); t.done(); }); diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html b/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html b/common/tct-sound-tizen-tests/sound/SoundManager_getActivatedDeviceList_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getConnectedDeviceList.html b/common/tct-sound-tizen-tests/sound/SoundManager_getConnectedDeviceList.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getConnectedDeviceList_exist.html b/common/tct-sound-tizen-tests/sound/SoundManager_getConnectedDeviceList_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getConnectedDeviceList_extra_argument.html b/common/tct-sound-tizen-tests/sound/SoundManager_getConnectedDeviceList_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getSoundMode.html b/common/tct-sound-tizen-tests/sound/SoundManager_getSoundMode.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getSoundMode_exist.html b/common/tct-sound-tizen-tests/sound/SoundManager_getSoundMode_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getSoundMode_extra_argument.html b/common/tct-sound-tizen-tests/sound/SoundManager_getSoundMode_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getVolume.html b/common/tct-sound-tizen-tests/sound/SoundManager_getVolume.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getVolume_exist.html b/common/tct-sound-tizen-tests/sound/SoundManager_getVolume_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getVolume_misarg.html b/common/tct-sound-tizen-tests/sound/SoundManager_getVolume_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_getVolume_type_TypeMismatch.html b/common/tct-sound-tizen-tests/sound/SoundManager_getVolume_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_in_tizen.html b/common/tct-sound-tizen-tests/sound/SoundManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_notexist.html b/common/tct-sound-tizen-tests/sound/SoundManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_removeDeviceStateChangeListener.html b/common/tct-sound-tizen-tests/sound/SoundManager_removeDeviceStateChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_removeDeviceStateChangeListener_exist.html b/common/tct-sound-tizen-tests/sound/SoundManager_removeDeviceStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setSoundModeChangeListener.html b/common/tct-sound-tizen-tests/sound/SoundManager_setSoundModeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setSoundModeChangeListener_callback_TypeMismatch.html b/common/tct-sound-tizen-tests/sound/SoundManager_setSoundModeChangeListener_callback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setSoundModeChangeListener_callback_invalid_cb.html b/common/tct-sound-tizen-tests/sound/SoundManager_setSoundModeChangeListener_callback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setSoundModeChangeListener_exist.html b/common/tct-sound-tizen-tests/sound/SoundManager_setSoundModeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setSoundModeChangeListener_misarg.html b/common/tct-sound-tizen-tests/sound/SoundManager_setSoundModeChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setVolume.html b/common/tct-sound-tizen-tests/sound/SoundManager_setVolume.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setVolumeChangeListener.html b/common/tct-sound-tizen-tests/sound/SoundManager_setVolumeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setVolumeChangeListener_callback_TypeMismatch.html b/common/tct-sound-tizen-tests/sound/SoundManager_setVolumeChangeListener_callback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setVolumeChangeListener_callback_invalid_cb.html b/common/tct-sound-tizen-tests/sound/SoundManager_setVolumeChangeListener_callback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setVolumeChangeListener_exist.html b/common/tct-sound-tizen-tests/sound/SoundManager_setVolumeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setVolumeChangeListener_misarg.html b/common/tct-sound-tizen-tests/sound/SoundManager_setVolumeChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setVolume_exist.html b/common/tct-sound-tizen-tests/sound/SoundManager_setVolume_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setVolume_misarg.html b/common/tct-sound-tizen-tests/sound/SoundManager_setVolume_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setVolume_noarg.html b/common/tct-sound-tizen-tests/sound/SoundManager_setVolume_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setVolume_type_TypeMismatch.html b/common/tct-sound-tizen-tests/sound/SoundManager_setVolume_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setVolume_volume_TypeMismatch.html b/common/tct-sound-tizen-tests/sound/SoundManager_setVolume_volume_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_setVolume_volume_invalid.html b/common/tct-sound-tizen-tests/sound/SoundManager_setVolume_volume_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_unsetSoundModeChangeListener.html b/common/tct-sound-tizen-tests/sound/SoundManager_unsetSoundModeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_unsetSoundModeChangeListener_exist.html b/common/tct-sound-tizen-tests/sound/SoundManager_unsetSoundModeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_unsetSoundModeChangeListener_extra_argument.html b/common/tct-sound-tizen-tests/sound/SoundManager_unsetSoundModeChangeListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_unsetVolumeChangeListener.html b/common/tct-sound-tizen-tests/sound/SoundManager_unsetVolumeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_unsetVolumeChangeListener_exist.html b/common/tct-sound-tizen-tests/sound/SoundManager_unsetVolumeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundManager_unsetVolumeChangeListener_extra_argument.html b/common/tct-sound-tizen-tests/sound/SoundManager_unsetVolumeChangeListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundModeChangeCallback_notexist.html b/common/tct-sound-tizen-tests/sound/SoundModeChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundModeChangeCallback_onsuccess.html b/common/tct-sound-tizen-tests/sound/SoundModeChangeCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundVolumeChangeCallback_notexist.html b/common/tct-sound-tizen-tests/sound/SoundVolumeChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/SoundVolumeChangeCallback_onsuccess.html b/common/tct-sound-tizen-tests/sound/SoundVolumeChangeCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/support/sound_common.js b/common/tct-sound-tizen-tests/sound/support/sound_common.js old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/sound/support/unitcommon.js b/common/tct-sound-tizen-tests/sound/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/suite.json b/common/tct-sound-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/testcase.xsl b/common/tct-sound-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/testresult.xsl b/common/tct-sound-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/tests.css b/common/tct-sound-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/tests.full.xml b/common/tct-sound-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/tests.xml b/common/tct-sound-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/webrunner/index.html b/common/tct-sound-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-sound-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-sound-tizen-tests/webrunner/testrunner.js b/common/tct-sound-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-speech-w3c-tests/pack.py b/common/tct-speech-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-speech-w3c-tests/pack.py +++ b/common/tct-speech-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-sse-w3c-tests/pack.py b/common/tct-sse-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-sse-w3c-tests/pack.py +++ b/common/tct-sse-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-svg-html5-tests/pack.py b/common/tct-svg-html5-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-svg-html5-tests/pack.py +++ b/common/tct-svg-html5-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-systeminfo-tizen-tests/pack.py b/common/tct-systeminfo-tizen-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-systeminfo-tizen-tests/pack.py +++ b/common/tct-systeminfo-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-systemsetting-tizen-tests/COPYING b/common/tct-systemsetting-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/LICENSE.Apache-2.0 b/common/tct-systemsetting-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/LICENSE.CC-BY-3.0 b/common/tct-systemsetting-tizen-tests/LICENSE.CC-BY-3.0 old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/NOTICE b/common/tct-systemsetting-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/README b/common/tct-systemsetting-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/config.xml b/common/tct-systemsetting-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/icon.png b/common/tct-systemsetting-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/inst.apk.py b/common/tct-systemsetting-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/inst.wgt.py b/common/tct-systemsetting-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/inst.xpk.py b/common/tct-systemsetting-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/manifest.json b/common/tct-systemsetting-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/pack.py b/common/tct-systemsetting-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-systemsetting-tizen-tests/pack.py +++ b/common/tct-systemsetting-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-systemsetting-tizen-tests/resources/COPYING b/common/tct-systemsetting-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/resources/testharness.css b/common/tct-systemsetting-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/resources/testharness.js b/common/tct-systemsetting-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/resources/testharnessreport.js b/common/tct-systemsetting-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/suite.json b/common/tct-systemsetting-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_extend.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_HOME_SCREEN.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_HOME_SCREEN.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_INCOMING_CALL.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_INCOMING_CALL.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_LOCK_SCREEN.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_LOCK_SCREEN.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_NOTIFICATION_EMAIL.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_NOTIFICATION_EMAIL.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_TypeMismatch.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_invalid_cb.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_exist.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_misarg.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_no_errorCallback.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_no_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_noarg.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_TypeMismatch.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_invalid_cb.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_type_TypeMismatch.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_in_tizen.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_notexist.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_HOME_SCREEN.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_HOME_SCREEN.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_INCOMING_CALL.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_INCOMING_CALL.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_LOCK_SCREEN.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_LOCK_SCREEN.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_NOTIFICATION_EMAIL.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_NOTIFICATION_EMAIL.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_TypeMismatch.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_invalid_cb.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_invoked.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_exist.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_misarg.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_no_errorCallback.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_no_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_noarg.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_noarg.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_TypeMismatch.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_invalid_cb.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_type_TypeMismatch.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingObject_notexist.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_notexist.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_onsuccess.html b/common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/support/getJsonConf.js b/common/tct-systemsetting-tizen-tests/systemsetting/support/getJsonConf.js old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/support/systemsetting_common.js b/common/tct-systemsetting-tizen-tests/systemsetting/support/systemsetting_common.js old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/systemsetting/support/unitcommon.js b/common/tct-systemsetting-tizen-tests/systemsetting/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests_audio.mp3 b/common/tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests_audio.mp3 old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests_image.jpg b/common/tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests_image.jpg old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests_image2.jpg b/common/tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests_image2.jpg old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests_video.mp4 b/common/tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests_video.mp4 old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/testcase.xsl b/common/tct-systemsetting-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/testresult.xsl b/common/tct-systemsetting-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/tests.css b/common/tct-systemsetting-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/tests.full.xml b/common/tct-systemsetting-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/tests.xml b/common/tct-systemsetting-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/webrunner/index.html b/common/tct-systemsetting-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-systemsetting-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-systemsetting-tizen-tests/webrunner/testrunner.js b/common/tct-systemsetting-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-template-w3c-tests/pack.py b/common/tct-template-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-template-w3c-tests/pack.py +++ b/common/tct-template-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-text-css3-tests/pack.py b/common/tct-text-css3-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-text-css3-tests/pack.py +++ b/common/tct-text-css3-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-time-tizen-tests/COPYING b/common/tct-time-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/LICENSE.Apache-2.0 b/common/tct-time-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/NOTICE b/common/tct-time-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/README b/common/tct-time-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/config.xml b/common/tct-time-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/icon.png b/common/tct-time-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/inst.apk.py b/common/tct-time-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/inst.wgt.py b/common/tct-time-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/inst.xpk.py b/common/tct-time-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/manifest.json b/common/tct-time-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/pack.py b/common/tct-time-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-time-tizen-tests/pack.py +++ b/common/tct-time-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-time-tizen-tests/resources/COPYING b/common/tct-time-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/resources/testharness.css b/common/tct-time-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/resources/testharness.js b/common/tct-time-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/resources/testharnessreport.js b/common/tct-time-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/suite.json b/common/tct-time-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/testcase.xsl b/common/tct-time-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/testresult.xsl b/common/tct-time-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/tests.css b/common/tct-time-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/tests.full.xml b/common/tct-time-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/tests.xml b/common/tct-time-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration.html b/common/tct-time-tizen-tests/time/TZDate_addDuration.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_duration_TypeMismatch.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_duration_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_duration_invalid_obj.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_duration_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_exist.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_invalidLength.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_invalidLength.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_missarg.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_negative.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_negative.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_one.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_one.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_week.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_week.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_year.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_year.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_moreThanOneDay.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_moreThanOneDay.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_negative.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_negative.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_complexNum.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_complexNum.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_negative.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_negative.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_complexNum.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_complexNum.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_negative.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_negative.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_complexNum.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_complexNum.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_negative.html b/common/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_negative.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_nonoptional_arguments.html b/common/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_nonoptional_arguments.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_optional_arguments.html b/common/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_optional_arguments.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_constructor_minimal_with_nonoptional_arguments.html b/common/tct-time-tizen-tests/time/TZDate_constructor_minimal_with_nonoptional_arguments.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_constructor_minimal_without_optional_arguments.html b/common/tct-time-tizen-tests/time/TZDate_constructor_minimal_without_optional_arguments.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_difference.html b/common/tct-time-tizen-tests/time/TZDate_difference.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_difference_exist.html b/common/tct-time-tizen-tests/time/TZDate_difference_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_difference_missarg.html b/common/tct-time-tizen-tests/time/TZDate_difference_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_difference_other_TypeMismatch.html b/common/tct-time-tizen-tests/time/TZDate_difference_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_difference_other_invalid_obj.html b/common/tct-time-tizen-tests/time/TZDate_difference_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_earlierThan.html b/common/tct-time-tizen-tests/time/TZDate_earlierThan.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_earlierThan_exist.html b/common/tct-time-tizen-tests/time/TZDate_earlierThan_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_earlierThan_missarg.html b/common/tct-time-tizen-tests/time/TZDate_earlierThan_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_earlierThan_other_TypeMismatch.html b/common/tct-time-tizen-tests/time/TZDate_earlierThan_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_earlierThan_other_invalid_obj.html b/common/tct-time-tizen-tests/time/TZDate_earlierThan_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_equalsTo.html b/common/tct-time-tizen-tests/time/TZDate_equalsTo.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_equalsTo_TypeMismatch.html b/common/tct-time-tizen-tests/time/TZDate_equalsTo_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_equalsTo_exist.html b/common/tct-time-tizen-tests/time/TZDate_equalsTo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_equalsTo_missarg.html b/common/tct-time-tizen-tests/time/TZDate_equalsTo_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_equalsTo_other_TypeMismatch.html b/common/tct-time-tizen-tests/time/TZDate_equalsTo_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_equalsTo_other_invalid_obj.html b/common/tct-time-tizen-tests/time/TZDate_equalsTo_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_exist.html b/common/tct-time-tizen-tests/time/TZDate_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_extend.html b/common/tct-time-tizen-tests/time/TZDate_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getDate.html b/common/tct-time-tizen-tests/time/TZDate_getDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getDate_checkEqualWithSetDate.html b/common/tct-time-tizen-tests/time/TZDate_getDate_checkEqualWithSetDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getDate_exist.html b/common/tct-time-tizen-tests/time/TZDate_getDate_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getDate_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getDate_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getDate_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getDate_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getDay.html b/common/tct-time-tizen-tests/time/TZDate_getDay.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getDay_exist.html b/common/tct-time-tizen-tests/time/TZDate_getDay_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getDay_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getDay_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getDay_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getDay_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getFullYear.html b/common/tct-time-tizen-tests/time/TZDate_getFullYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getFullYear_checkEqualWithSetFullYear.html b/common/tct-time-tizen-tests/time/TZDate_getFullYear_checkEqualWithSetFullYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getFullYear_exist.html b/common/tct-time-tizen-tests/time/TZDate_getFullYear_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getFullYear_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getFullYear_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getFullYear_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getFullYear_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getHours.html b/common/tct-time-tizen-tests/time/TZDate_getHours.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getHours_checkEqualWithSetHours.html b/common/tct-time-tizen-tests/time/TZDate_getHours_checkEqualWithSetHours.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getHours_exist.html b/common/tct-time-tizen-tests/time/TZDate_getHours_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getHours_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getHours_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getHours_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getHours_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMilliseconds.html b/common/tct-time-tizen-tests/time/TZDate_getMilliseconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMilliseconds_checkEqualWithSetMilliseconds.html b/common/tct-time-tizen-tests/time/TZDate_getMilliseconds_checkEqualWithSetMilliseconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMilliseconds_exist.html b/common/tct-time-tizen-tests/time/TZDate_getMilliseconds_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMilliseconds_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getMilliseconds_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMilliseconds_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getMilliseconds_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMinutes.html b/common/tct-time-tizen-tests/time/TZDate_getMinutes.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMinutes_checkEqualWithSetMinutes.html b/common/tct-time-tizen-tests/time/TZDate_getMinutes_checkEqualWithSetMinutes.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMinutes_exist.html b/common/tct-time-tizen-tests/time/TZDate_getMinutes_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMinutes_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getMinutes_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMinutes_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getMinutes_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMonth.html b/common/tct-time-tizen-tests/time/TZDate_getMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMonth_checkEqualWithSetMonth.html b/common/tct-time-tizen-tests/time/TZDate_getMonth_checkEqualWithSetMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMonth_exist.html b/common/tct-time-tizen-tests/time/TZDate_getMonth_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMonth_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getMonth_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getMonth_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getMonth_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getNextDSTTransition.html b/common/tct-time-tizen-tests/time/TZDate_getNextDSTTransition.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_exist.html b/common/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition.html b/common/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_exist.html b/common/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getSeconds.html b/common/tct-time-tizen-tests/time/TZDate_getSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getSeconds_checkEqualWithSetSeconds.html b/common/tct-time-tizen-tests/time/TZDate_getSeconds_checkEqualWithSetSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getSeconds_exist.html b/common/tct-time-tizen-tests/time/TZDate_getSeconds_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getSeconds_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getSeconds_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getSeconds_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getSeconds_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getTimezone.html b/common/tct-time-tizen-tests/time/TZDate_getTimezone.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation.html b/common/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_exist.html b/common/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getTimezone_exist.html b/common/tct-time-tizen-tests/time/TZDate_getTimezone_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getTimezone_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getTimezone_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getTimezone_for_specific_timezone.html b/common/tct-time-tizen-tests/time/TZDate_getTimezone_for_specific_timezone.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCDate.html b/common/tct-time-tizen-tests/time/TZDate_getUTCDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCDate_checkEqualWithSetUTCDate.html b/common/tct-time-tizen-tests/time/TZDate_getUTCDate_checkEqualWithSetUTCDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCDate_exist.html b/common/tct-time-tizen-tests/time/TZDate_getUTCDate_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCDate_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getUTCDate_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCDate_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getUTCDate_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCDay.html b/common/tct-time-tizen-tests/time/TZDate_getUTCDay.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCDay_exist.html b/common/tct-time-tizen-tests/time/TZDate_getUTCDay_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCDay_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getUTCDay_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCDay_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getUTCDay_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCFullYear.html b/common/tct-time-tizen-tests/time/TZDate_getUTCFullYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear.html b/common/tct-time-tizen-tests/time/TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCFullYear_exist.html b/common/tct-time-tizen-tests/time/TZDate_getUTCFullYear_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCFullYear_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getUTCFullYear_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCFullYear_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getUTCFullYear_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCHours.html b/common/tct-time-tizen-tests/time/TZDate_getUTCHours.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCHours_checkEqualWithSetUTCHours.html b/common/tct-time-tizen-tests/time/TZDate_getUTCHours_checkEqualWithSetUTCHours.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCHours_exist.html b/common/tct-time-tizen-tests/time/TZDate_getUTCHours_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCHours_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getUTCHours_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCHours_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getUTCHours_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_exist.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMinutes.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMinutes.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMinutes_exist.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMinutes_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMinutes_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMinutes_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMinutes_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMinutes_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMonth.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMonth_checkEqualWithSetUTCMonth.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMonth_checkEqualWithSetUTCMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMonth_exist.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMonth_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMonth_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMonth_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCMonth_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getUTCMonth_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCSeconds.html b/common/tct-time-tizen-tests/time/TZDate_getUTCSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds.html b/common/tct-time-tizen-tests/time/TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCSeconds_exist.html b/common/tct-time-tizen-tests/time/TZDate_getUTCSeconds_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCSeconds_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_getUTCSeconds_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_getUTCSeconds_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_getUTCSeconds_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_isDST.html b/common/tct-time-tizen-tests/time/TZDate_isDST.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_isDST_exist.html b/common/tct-time-tizen-tests/time/TZDate_isDST_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_isDST_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_isDST_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_isDST_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_isDST_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_laterThan.html b/common/tct-time-tizen-tests/time/TZDate_laterThan.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_laterThan_exist.html b/common/tct-time-tizen-tests/time/TZDate_laterThan_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_laterThan_missarg.html b/common/tct-time-tizen-tests/time/TZDate_laterThan_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_laterThan_other_TypeMismatch.html b/common/tct-time-tizen-tests/time/TZDate_laterThan_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_laterThan_other_invalid_obj.html b/common/tct-time-tizen-tests/time/TZDate_laterThan_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_laterThan_with_null.html b/common/tct-time-tizen-tests/time/TZDate_laterThan_with_null.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_secondsFromUTC.html b/common/tct-time-tizen-tests/time/TZDate_secondsFromUTC.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_secondsFromUTC_exist.html b/common/tct-time-tizen-tests/time/TZDate_secondsFromUTC_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_secondsFromUTC_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_secondsFromUTC_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_secondsFromUTC_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_secondsFromUTC_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setDate.html b/common/tct-time-tizen-tests/time/TZDate_setDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setDate_exist.html b/common/tct-time-tizen-tests/time/TZDate_setDate_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setDate_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_setDate_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setDate_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setDate_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setFullYear.html b/common/tct-time-tizen-tests/time/TZDate_setFullYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setFullYear_exist.html b/common/tct-time-tizen-tests/time/TZDate_setFullYear_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setFullYear_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setFullYear_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setHours.html b/common/tct-time-tizen-tests/time/TZDate_setHours.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setHours_exist.html b/common/tct-time-tizen-tests/time/TZDate_setHours_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setHours_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setHours_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setMilliseconds.html b/common/tct-time-tizen-tests/time/TZDate_setMilliseconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setMilliseconds_exist.html b/common/tct-time-tizen-tests/time/TZDate_setMilliseconds_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setMilliseconds_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setMilliseconds_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setMinutes.html b/common/tct-time-tizen-tests/time/TZDate_setMinutes.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setMinutes_exist.html b/common/tct-time-tizen-tests/time/TZDate_setMinutes_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setMinutes_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setMinutes_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setMonth.html b/common/tct-time-tizen-tests/time/TZDate_setMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setMonth_exist.html b/common/tct-time-tizen-tests/time/TZDate_setMonth_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setMonth_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setMonth_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setSeconds.html b/common/tct-time-tizen-tests/time/TZDate_setSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setSeconds_exist.html b/common/tct-time-tizen-tests/time/TZDate_setSeconds_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setSeconds_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setSeconds_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCDate.html b/common/tct-time-tizen-tests/time/TZDate_setUTCDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCDate_exist.html b/common/tct-time-tizen-tests/time/TZDate_setUTCDate_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCDate_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setUTCDate_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCFullYear.html b/common/tct-time-tizen-tests/time/TZDate_setUTCFullYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCFullYear_exist.html b/common/tct-time-tizen-tests/time/TZDate_setUTCFullYear_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCFullYear_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setUTCFullYear_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCHours.html b/common/tct-time-tizen-tests/time/TZDate_setUTCHours.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCHours_exist.html b/common/tct-time-tizen-tests/time/TZDate_setUTCHours_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCHours_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setUTCHours_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds.html b/common/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds_exist.html b/common/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCMinutes.html b/common/tct-time-tizen-tests/time/TZDate_setUTCMinutes.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCMinutes_exist.html b/common/tct-time-tizen-tests/time/TZDate_setUTCMinutes_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCMinutes_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setUTCMinutes_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCMonth.html b/common/tct-time-tizen-tests/time/TZDate_setUTCMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCMonth_exist.html b/common/tct-time-tizen-tests/time/TZDate_setUTCMonth_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCMonth_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setUTCMonth_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCSeconds.html b/common/tct-time-tizen-tests/time/TZDate_setUTCSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCSeconds_exist.html b/common/tct-time-tizen-tests/time/TZDate_setUTCSeconds_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_setUTCSeconds_invalid_argument.html b/common/tct-time-tizen-tests/time/TZDate_setUTCSeconds_invalid_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toDateString.html b/common/tct-time-tizen-tests/time/TZDate_toDateString.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toDateString_exist.html b/common/tct-time-tizen-tests/time/TZDate_toDateString_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toDateString_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_toDateString_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toDateString_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_toDateString_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocalTimezone.html b/common/tct-time-tizen-tests/time/TZDate_toLocalTimezone.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocalTimezone_exist.html b/common/tct-time-tizen-tests/time/TZDate_toLocalTimezone_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocalTimezone_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_toLocalTimezone_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocalTimezone_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_toLocalTimezone_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocaleDateString.html b/common/tct-time-tizen-tests/time/TZDate_toLocaleDateString.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocaleDateString_exist.html b/common/tct-time-tizen-tests/time/TZDate_toLocaleDateString_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocaleDateString_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_toLocaleDateString_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocaleDateString_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_toLocaleDateString_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocaleString.html b/common/tct-time-tizen-tests/time/TZDate_toLocaleString.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocaleString_exist.html b/common/tct-time-tizen-tests/time/TZDate_toLocaleString_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocaleString_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_toLocaleString_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocaleString_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_toLocaleString_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocaleTimeString.html b/common/tct-time-tizen-tests/time/TZDate_toLocaleTimeString.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_exist.html b/common/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toString.html b/common/tct-time-tizen-tests/time/TZDate_toString.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toString_exist.html b/common/tct-time-tizen-tests/time/TZDate_toString_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toString_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_toString_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toString_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_toString_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toTimeString.html b/common/tct-time-tizen-tests/time/TZDate_toTimeString.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toTimeString_exist.html b/common/tct-time-tizen-tests/time/TZDate_toTimeString_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toTimeString_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_toTimeString_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toTimeString_for_specific_date.html b/common/tct-time-tizen-tests/time/TZDate_toTimeString_for_specific_date.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toTimezone.html b/common/tct-time-tizen-tests/time/TZDate_toTimezone.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toTimezone_TypeMismatch.html b/common/tct-time-tizen-tests/time/TZDate_toTimezone_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toTimezone_exist.html b/common/tct-time-tizen-tests/time/TZDate_toTimezone_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toTimezone_misarg.html b/common/tct-time-tizen-tests/time/TZDate_toTimezone_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toUTC.html b/common/tct-time-tizen-tests/time/TZDate_toUTC.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toUTC_exist.html b/common/tct-time-tizen-tests/time/TZDate_toUTC_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TZDate_toUTC_extra_argument.html b/common/tct-time-tizen-tests/time/TZDate_toUTC_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_constructor_maximal.html b/common/tct-time-tizen-tests/time/TimeDuration_constructor_maximal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_constructor_minimal.html b/common/tct-time-tizen-tests/time/TimeDuration_constructor_minimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_difference.html b/common/tct-time-tizen-tests/time/TimeDuration_difference.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_difference_checkDurationDifference.html b/common/tct-time-tizen-tests/time/TimeDuration_difference_checkDurationDifference.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_difference_exist.html b/common/tct-time-tizen-tests/time/TimeDuration_difference_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_difference_missarg.html b/common/tct-time-tizen-tests/time/TimeDuration_difference_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_difference_other_TypeMismatch.html b/common/tct-time-tizen-tests/time/TimeDuration_difference_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_difference_other_invalid_obj.html b/common/tct-time-tizen-tests/time/TimeDuration_difference_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_DAYS.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_DAYS.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_HOURS.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_HOURS.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_MINS_HOURS.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_MINS_HOURS.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_MSECS.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_MSECS.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_MSECS_SECS.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_MSECS_SECS.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_SECS.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_SECS.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_SECS_MINS.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_SECS_MINS.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_checkDurationEqual.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_checkDurationEqual.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_exist.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_missarg.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_other_TypeMismatch.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_other_invalid_obj.html b/common/tct-time-tizen-tests/time/TimeDuration_equalsTo_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_exist.html b/common/tct-time-tizen-tests/time/TimeDuration_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_extend.html b/common/tct-time-tizen-tests/time/TimeDuration_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_greaterThan.html b/common/tct-time-tizen-tests/time/TimeDuration_greaterThan.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_greaterThan_checkDurationGreater.html b/common/tct-time-tizen-tests/time/TimeDuration_greaterThan_checkDurationGreater.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_greaterThan_exist.html b/common/tct-time-tizen-tests/time/TimeDuration_greaterThan_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_greaterThan_missarg.html b/common/tct-time-tizen-tests/time/TimeDuration_greaterThan_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_TypeMismatch.html b/common/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_invalid_obj.html b/common/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_length_attribute.html b/common/tct-time-tizen-tests/time/TimeDuration_length_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_lessThan.html b/common/tct-time-tizen-tests/time/TimeDuration_lessThan.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_lessThan_checkDurationLower.html b/common/tct-time-tizen-tests/time/TimeDuration_lessThan_checkDurationLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_lessThan_exist.html b/common/tct-time-tizen-tests/time/TimeDuration_lessThan_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_lessThan_missarg.html b/common/tct-time-tizen-tests/time/TimeDuration_lessThan_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_lessThan_other_TypeMismatch.html b/common/tct-time-tizen-tests/time/TimeDuration_lessThan_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_lessThan_other_invalid_obj.html b/common/tct-time-tizen-tests/time/TimeDuration_lessThan_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeDuration_unit_attribute.html b/common/tct-time-tizen-tests/time/TimeDuration_unit_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeManagerObject_notexist.html b/common/tct-time-tizen-tests/time/TimeManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_extend.html b/common/tct-time-tizen-tests/time/TimeUtil_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones.html b/common/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_checkEuropeBerlin.html b/common/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_checkEuropeBerlin.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_exist.html b/common/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_extra_argument.html b/common/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime.html b/common/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_exist.html b/common/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_extra_argument.html b/common/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_instanceof.html b/common/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_instanceof.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getDateFormat.html b/common/tct-time-tizen-tests/time/TimeUtil_getDateFormat.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getDateFormat_exist.html b/common/tct-time-tizen-tests/time/TimeUtil_getDateFormat_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getDateFormat_valid.html b/common/tct-time-tizen-tests/time/TimeUtil_getDateFormat_valid.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone.html b/common/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_exist.html b/common/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_extra_argument.html b/common/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getTimeFormat.html b/common/tct-time-tizen-tests/time/TimeUtil_getTimeFormat.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getTimeFormat_exist.html b/common/tct-time-tizen-tests/time/TimeUtil_getTimeFormat_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_getTimeFormat_extra_argument.html b/common/tct-time-tizen-tests/time/TimeUtil_getTimeFormat_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_isLeapYear.html b/common/tct-time-tizen-tests/time/TimeUtil_isLeapYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_isLeapYear_allZero.html b/common/tct-time-tizen-tests/time/TimeUtil_isLeapYear_allZero.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_isLeapYear_exist.html b/common/tct-time-tizen-tests/time/TimeUtil_isLeapYear_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_isLeapYear_misarg.html b/common/tct-time-tizen-tests/time/TimeUtil_isLeapYear_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_isLeapYear_negative.html b/common/tct-time-tizen-tests/time/TimeUtil_isLeapYear_negative.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_notexist.html b/common/tct-time-tizen-tests/time/TimeUtil_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_setDateTimeChangeListener.html b/common/tct-time-tizen-tests/time/TimeUtil_setDateTimeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_setDateTimeChangeListener_changeCallback_TypeMismatch.html b/common/tct-time-tizen-tests/time/TimeUtil_setDateTimeChangeListener_changeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_setDateTimeChangeListener_changeCallback_invalid_cb.html b/common/tct-time-tizen-tests/time/TimeUtil_setDateTimeChangeListener_changeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_setDateTimeChangeListener_exist.html b/common/tct-time-tizen-tests/time/TimeUtil_setDateTimeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_setDateTimeChangeListener_missarg.html b/common/tct-time-tizen-tests/time/TimeUtil_setDateTimeChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_setTimezoneChangeListener.html b/common/tct-time-tizen-tests/time/TimeUtil_setTimezoneChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_setTimezoneChangeListener_changeCallback_TypeMismatch.html b/common/tct-time-tizen-tests/time/TimeUtil_setTimezoneChangeListener_changeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_setTimezoneChangeListener_changeCallback_invalid_cb.html b/common/tct-time-tizen-tests/time/TimeUtil_setTimezoneChangeListener_changeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_setTimezoneChangeListener_exist.html b/common/tct-time-tizen-tests/time/TimeUtil_setTimezoneChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_setTimezoneChangeListener_missarg.html b/common/tct-time-tizen-tests/time/TimeUtil_setTimezoneChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_unsetTimeChangeListener.html b/common/tct-time-tizen-tests/time/TimeUtil_unsetTimeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_unsetTimeChangeListener_exist.html b/common/tct-time-tizen-tests/time/TimeUtil_unsetTimeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_unsetTimeChangeListener_extra_argument.html b/common/tct-time-tizen-tests/time/TimeUtil_unsetTimeChangeListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_unsetTimezoneChangeListener.html b/common/tct-time-tizen-tests/time/TimeUtil_unsetTimezoneChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_unsetTimezoneChangeListener_exist.html b/common/tct-time-tizen-tests/time/TimeUtil_unsetTimezoneChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/TimeUtil_unsetTimezoneChangeListener_extra_argument.html b/common/tct-time-tizen-tests/time/TimeUtil_unsetTimezoneChangeListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithCharacter.html b/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithCharacter.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithEqual.html b/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithEqual.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureDate.html b/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureHour.html b/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureHour.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureSeconds.html b/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureYear.html b/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastDate.html b/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastHour.html b/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastHour.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastSeconds.html b/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastYear.html b/common/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_character.html b/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_character.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseEqual.html b/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseEqual.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseLater.html b/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseLater.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_number.html b/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_number.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_stringTZDate.html b/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_stringTZDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_timezone.html b/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_timezone.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_true.html b/common/tct-time-tizen-tests/time/Time_TZDate_earlierThan_true.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_equalsTo_character.html b/common/tct-time-tizen-tests/time/Time_TZDate_equalsTo_character.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_equalsTo_diff.html b/common/tct-time-tizen-tests/time/Time_TZDate_equalsTo_diff.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_equalsTo_equal.html b/common/tct-time-tizen-tests/time/Time_TZDate_equalsTo_equal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_equalsTo_number.html b/common/tct-time-tizen-tests/time/Time_TZDate_equalsTo_number.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getDate.html b/common/tct-time-tizen-tests/time/Time_TZDate_getDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getDay.html b/common/tct-time-tizen-tests/time/Time_TZDate_getDay.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getFullYear.html b/common/tct-time-tizen-tests/time/Time_TZDate_getFullYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getHours.html b/common/tct-time-tizen-tests/time/Time_TZDate_getHours.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getMilliseconds.html b/common/tct-time-tizen-tests/time/Time_TZDate_getMilliseconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getMinutes.html b/common/tct-time-tizen-tests/time/Time_TZDate_getMinutes.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getMonth.html b/common/tct-time-tizen-tests/time/Time_TZDate_getMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition.html b/common/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_character.html b/common/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_character.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_number.html b/common/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_number.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition.html b/common/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_character.html b/common/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_character.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_number.html b/common/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_number.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getSeconds.html b/common/tct-time-tizen-tests/time/Time_TZDate_getSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getTimezone.html b/common/tct-time-tizen-tests/time/Time_TZDate_getTimezone.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getTimezoneAbbreviation_summerMonth.html b/common/tct-time-tizen-tests/time/Time_TZDate_getTimezoneAbbreviation_summerMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getUTCDate.html b/common/tct-time-tizen-tests/time/Time_TZDate_getUTCDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getUTCDay.html b/common/tct-time-tizen-tests/time/Time_TZDate_getUTCDay.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getUTCFullYear.html b/common/tct-time-tizen-tests/time/Time_TZDate_getUTCFullYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getUTCHours.html b/common/tct-time-tizen-tests/time/Time_TZDate_getUTCHours.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getUTCMilliseconds.html b/common/tct-time-tizen-tests/time/Time_TZDate_getUTCMilliseconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getUTCMinutes.html b/common/tct-time-tizen-tests/time/Time_TZDate_getUTCMinutes.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getUTCMonth.html b/common/tct-time-tizen-tests/time/Time_TZDate_getUTCMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_getUTCSeconds.html b/common/tct-time-tizen-tests/time/Time_TZDate_getUTCSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryLowerLimit-true.html b/common/tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryLowerLimit-true.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryUpperLimit-true.html b/common/tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryUpperLimit-true.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_isDST_false.html b/common/tct-time-tizen-tests/time/Time_TZDate_isDST_false.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_isDST_true.html b/common/tct-time-tizen-tests/time/Time_TZDate_isDST_true.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_laterThan_character.html b/common/tct-time-tizen-tests/time/Time_TZDate_laterThan_character.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEarlier.html b/common/tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEarlier.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEqual.html b/common/tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEqual.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_laterThan_number.html b/common/tct-time-tizen-tests/time/Time_TZDate_laterThan_number.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_laterThan_timezone.html b/common/tct-time-tizen-tests/time/Time_TZDate_laterThan_timezone.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_laterThan_true.html b/common/tct-time-tizen-tests/time/Time_TZDate_laterThan_true.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_secondsFromUTC.html b/common/tct-time-tizen-tests/time/Time_TZDate_secondsFromUTC.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setDate_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setDate_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLessThanLower.html b/common/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setDate_invalidDate.html b/common/tct-time-tizen-tests/time/Time_TZDate_setDate_invalidDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setDate_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setDate_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForCertainMonth.html b/common/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForCertainMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryLeapYear.html b/common/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryLeapYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryNotLeapYear.html b/common/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryNotLeapYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidCharYear.html b/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidCharYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidYear.html b/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setFullYear_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setHours_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setHours_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLessThanLower.html b/common/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setHours_invalidHours.html b/common/tct-time-tizen-tests/time/Time_TZDate_setHours_invalidHours.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setHours_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setHours_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLessThanLower.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_invalidMilliseconds.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_invalidMilliseconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMinutes_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMinutes_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLessThanLower.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMinutes_invalidMinutes.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMinutes_invalidMinutes.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMinutes_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMinutes_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLessThanLower.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_invalidMonth.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_invalidMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setMonth_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLessThanLower.html b/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_invalidSeconds.html b/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_invalidSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setSeconds_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLessThanLower.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_invalidDate.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_invalidDate.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForCertainMonth.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForCertainMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryLeapYear.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryLeapYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryNotLeapYear.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryNotLeapYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidCharYear.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidCharYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidYear.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidYear.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLessThanLower.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_invalidHours.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_invalidHours.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLessThanLower.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_invalidMilliseconds.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_invalidMilliseconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLessThanLower.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_invalidMinutes.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_invalidMinutes.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLessThanLower.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_invalidMonth.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_invalidMonth.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_abnormalDecimal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLessThanLower.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLowerLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryUpperLimit.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_invalidSeconds.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_invalidSeconds.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_normal.html b/common/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_normal.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_toDateString.html b/common/tct-time-tizen-tests/time/Time_TZDate_toDateString.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_toLocaleDateString.html b/common/tct-time-tizen-tests/time/Time_TZDate_toLocaleDateString.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_toLocaleString.html b/common/tct-time-tizen-tests/time/Time_TZDate_toLocaleString.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_toLocaleTimeString.html b/common/tct-time-tizen-tests/time/Time_TZDate_toLocaleTimeString.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_toString.html b/common/tct-time-tizen-tests/time/Time_TZDate_toString.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_toTimeString.html b/common/tct-time-tizen-tests/time/Time_TZDate_toTimeString.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_toTimezone.html b/common/tct-time-tizen-tests/time/Time_TZDate_toTimezone.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_toTimezone_invalid.html b/common/tct-time-tizen-tests/time/Time_TZDate_toTimezone_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_toTimezone_null.html b/common/tct-time-tizen-tests/time/Time_TZDate_toTimezone_null.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_TZDate_toUTC.html b/common/tct-time-tizen-tests/time/Time_TZDate_toUTC.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/Time_in_tizen.html b/common/tct-time-tizen-tests/time/Time_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/support/getJsonConf.js b/common/tct-time-tizen-tests/time/support/getJsonConf.js old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/support/time_common.js b/common/tct-time-tizen-tests/time/support/time_common.js old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/time/support/unitcommon.js b/common/tct-time-tizen-tests/time/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/webrunner/index.html b/common/tct-time-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-time-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-time-tizen-tests/webrunner/testrunner.js b/common/tct-time-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/COPYING b/common/tct-tizen-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/LICENSE.Apache-2.0 b/common/tct-tizen-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/NOTICE b/common/tct-tizen-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/README b/common/tct-tizen-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/config.xml b/common/tct-tizen-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/icon.png b/common/tct-tizen-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/inst.apk.py b/common/tct-tizen-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/inst.wgt.py b/common/tct-tizen-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/inst.xpk.py b/common/tct-tizen-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/manifest.json b/common/tct-tizen-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/pack.py b/common/tct-tizen-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-tizen-tizen-tests/pack.py +++ b/common/tct-tizen-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-tizen-tizen-tests/resources/COPYING b/common/tct-tizen-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/resources/testharness.css b/common/tct-tizen-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/resources/testharness.js b/common/tct-tizen-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/resources/testharnessreport.js b/common/tct-tizen-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/suite.json b/common/tct-tizen-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/testcase.xsl b/common/tct-tizen-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/testresult.xsl b/common/tct-tizen-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tests.css b/common/tct-tizen-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tests.full.xml b/common/tct-tizen-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tests.xml b/common/tct-tizen-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AbstractFilter_notexist.html b/common/tct-tizen-tizen-tests/tizen/AbstractFilter_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeFilter_attributeName_attribute.html b/common/tct-tizen-tizen-tests/tizen/AttributeFilter_attributeName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeFilter_constructor.html b/common/tct-tizen-tizen-tests/tizen/AttributeFilter_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeFilter_exist.html b/common/tct-tizen-tizen-tests/tizen/AttributeFilter_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeFilter_extend.html b/common/tct-tizen-tizen-tests/tizen/AttributeFilter_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeFilter_matchFlag_attribute.html b/common/tct-tizen-tizen-tests/tizen/AttributeFilter_matchFlag_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeFilter_matchValue_attribute.html b/common/tct-tizen-tizen-tests/tizen/AttributeFilter_matchValue_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_attributeName_attribute.html b/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_attributeName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_constructor_min.html b/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_constructor_min.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_constructor_successful.html b/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_constructor_successful.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_endValue_attribute.html b/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_endValue_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_exist.html b/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_extend.html b/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_initialValue_attribute.html b/common/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_initialValue_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/CompositeFilterType_enum_INTERSECTION.html b/common/tct-tizen-tizen-tests/tizen/CompositeFilterType_enum_INTERSECTION.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/CompositeFilterType_enum_UNION.html b/common/tct-tizen-tizen-tests/tizen/CompositeFilterType_enum_UNION.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/CompositeFilter_constructor.html b/common/tct-tizen-tizen-tests/tizen/CompositeFilter_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/CompositeFilter_exist.html b/common/tct-tizen-tizen-tests/tizen/CompositeFilter_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/CompositeFilter_extend.html b/common/tct-tizen-tizen-tests/tizen/CompositeFilter_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/CompositeFilter_filters_attribute.html b/common/tct-tizen-tizen-tests/tizen/CompositeFilter_filters_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/CompositeFilter_type_attribute.html b/common/tct-tizen-tizen-tests/tizen/CompositeFilter_type_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/ErrorCallback_notexist.html b/common/tct-tizen-tizen-tests/tizen/ErrorCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/ErrorCallback_onerror.html b/common/tct-tizen-tizen-tests/tizen/ErrorCallback_onerror.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_CONTAINS.html b/common/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_CONTAINS.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_ENDSWITH.html b/common/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_ENDSWITH.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_EXACTLY.html b/common/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_EXACTLY.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_FULLSTRING.html b/common/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_FULLSTRING.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_STARTSWITH.html b/common/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_STARTSWITH.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/FitlerMatchFlag_enum_EXISTS.html b/common/tct-tizen-tizen-tests/tizen/FitlerMatchFlag_enum_EXISTS.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SimpleCoordinates_constructor_successful.html b/common/tct-tizen-tizen-tests/tizen/SimpleCoordinates_constructor_successful.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SimpleCoordinates_exist.html b/common/tct-tizen-tizen-tests/tizen/SimpleCoordinates_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SimpleCoordinates_extend.html b/common/tct-tizen-tizen-tests/tizen/SimpleCoordinates_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SimpleCoordinates_latitude_attribute.html b/common/tct-tizen-tizen-tests/tizen/SimpleCoordinates_latitude_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SimpleCoordinates_longitude_attribute.html b/common/tct-tizen-tizen-tests/tizen/SimpleCoordinates_longitude_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SortModeOrder_enum_ASC.html b/common/tct-tizen-tizen-tests/tizen/SortModeOrder_enum_ASC.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SortModeOrder_enum_DESC.html b/common/tct-tizen-tizen-tests/tizen/SortModeOrder_enum_DESC.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SortMode_attributeName_attribute.html b/common/tct-tizen-tizen-tests/tizen/SortMode_attributeName_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SortMode_constructor.html b/common/tct-tizen-tizen-tests/tizen/SortMode_constructor.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SortMode_exist.html b/common/tct-tizen-tizen-tests/tizen/SortMode_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SortMode_extend.html b/common/tct-tizen-tizen-tests/tizen/SortMode_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SortMode_order_attribute.html b/common/tct-tizen-tizen-tests/tizen/SortMode_order_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/SuccessCallback_notexist.html b/common/tct-tizen-tizen-tests/tizen/SuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/TizenObject_notexist.html b/common/tct-tizen-tizen-tests/tizen/TizenObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/Tizen_extend.html b/common/tct-tizen-tizen-tests/tizen/Tizen_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/Tizen_managerobject.html b/common/tct-tizen-tizen-tests/tizen/Tizen_managerobject.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/Tizen_notexist.html b/common/tct-tizen-tizen-tests/tizen/Tizen_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIError_code_attribute.html b/common/tct-tizen-tizen-tests/tizen/WebAPIError_code_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIError_extend.html b/common/tct-tizen-tizen-tests/tizen/WebAPIError_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIError_message_attribute.html b/common/tct-tizen-tizen-tests/tizen/WebAPIError_message_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIError_name_attribute.html b/common/tct-tizen-tizen-tests/tizen/WebAPIError_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIError_notexist.html b/common/tct-tizen-tizen-tests/tizen/WebAPIError_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_code_attribute.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_code_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_ABORT_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_ABORT_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_DATA_CLONE_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_DATA_CLONE_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_DOMSTRING_SIZE_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_DOMSTRING_SIZE_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_HIERARCHY_REQUEST_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_HIERARCHY_REQUEST_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INDEX_SIZE_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INDEX_SIZE_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INUSE_ATTRIBUTE_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INUSE_ATTRIBUTE_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_ACCESS_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_ACCESS_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_CHARACTER_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_CHARACTER_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_MODIFICATION_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_MODIFICATION_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_NODE_TYPE_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_NODE_TYPE_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_STATE_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_STATE_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_NAMESPACE_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_NAMESPACE_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_NETWORK_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_NETWORK_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_NOT_FOUND_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_NOT_FOUND_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_NOT_SUPPORTED_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_NOT_SUPPORTED_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_NO_DATA_ALLOWED_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_NO_DATA_ALLOWED_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_NO_MODIFICATION_ALLOWED_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_NO_MODIFICATION_ALLOWED_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_QUOTA_EXCEEDED_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_QUOTA_EXCEEDED_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_SECURITY_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_SECURITY_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_SYNTAX_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_SYNTAX_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_TIMEOUT_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_TIMEOUT_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_TYPE_MISMATCH_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_TYPE_MISMATCH_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_URL_MISMATCH_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_URL_MISMATCH_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_VALIDATION_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_VALIDATION_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_WRONG_DOCUMENT_ERR.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_const_WRONG_DOCUMENT_ERR.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_extend.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_message_attribute.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_message_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_name_attribute.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_name_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/WebAPIException_notexist.html b/common/tct-tizen-tizen-tests/tizen/WebAPIException_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/support/tizen_common.js b/common/tct-tizen-tizen-tests/tizen/support/tizen_common.js old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/tizen/support/unitcommon.js b/common/tct-tizen-tizen-tests/tizen/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/webrunner/index.html b/common/tct-tizen-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-tizen-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-tizen-tizen-tests/webrunner/testrunner.js b/common/tct-tizen-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-touchevent-w3c-tests/pack.py b/common/tct-touchevent-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-touchevent-w3c-tests/pack.py +++ b/common/tct-touchevent-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-transitions-css3-tests/pack.py b/common/tct-transitions-css3-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-transitions-css3-tests/pack.py +++ b/common/tct-transitions-css3-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-tv-audiocontrol-tizen-tests/COPYING b/common/tct-tv-audiocontrol-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/LICENSE.Apache-2.0 b/common/tct-tv-audiocontrol-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/NOTICE b/common/tct-tv-audiocontrol-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/README b/common/tct-tv-audiocontrol-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/config.xml b/common/tct-tv-audiocontrol-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/icon.png b/common/tct-tv-audiocontrol-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/inst.apk.py b/common/tct-tv-audiocontrol-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/inst.wgt.py b/common/tct-tv-audiocontrol-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/inst.xpk.py b/common/tct-tv-audiocontrol-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/manifest.json b/common/tct-tv-audiocontrol-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/pack.py b/common/tct-tv-audiocontrol-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-tv-audiocontrol-tizen-tests/pack.py +++ b/common/tct-tv-audiocontrol-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-tv-audiocontrol-tizen-tests/resources/COPYING b/common/tct-tv-audiocontrol-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/resources/testharness.css b/common/tct-tv-audiocontrol-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/resources/testharness.js b/common/tct-tv-audiocontrol-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/resources/testharnessreport.js b/common/tct-tv-audiocontrol-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/suite.json b/common/tct-tv-audiocontrol-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/testcase.xsl b/common/tct-tv-audiocontrol-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/testresult.xsl b/common/tct-tv-audiocontrol-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tests.css b/common/tct-tv-audiocontrol-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tests.full.xml b/common/tct-tv-audiocontrol-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tests.xml b/common/tct-tv-audiocontrol-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManagerObject_notexist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_extend.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_getOutputMode.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_getOutputMode.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_getOutputMode_exist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_getOutputMode_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_getOutputMode_extra_argument.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_getOutputMode_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_getVolume.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_getVolume.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_getVolume_exist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_getVolume_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_getVolume_extra_argument.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_getVolume_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_in_tizen.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_isMute.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_isMute.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_isMute_exist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_isMute_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_isMute_extra_argument.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_isMute_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_notexist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_BACK.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_BACK.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_CANCEL.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_CANCEL.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_DOWN.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_DOWN.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_KEYPAD.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_KEYPAD.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_KEYPAD_DEL.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_KEYPAD_DEL.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_KEYPAD_ENTER.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_KEYPAD_ENTER.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_LEFT.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_LEFT.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_MOVE.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_MOVE.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_PAGE_LEFT.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_PAGE_LEFT.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_PAGE_RIGHT.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_PAGE_RIGHT.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_PREPARING.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_PREPARING.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_RIGHT.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_RIGHT.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_SELECT.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_SELECT.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_WARNING.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_WARNING.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_exist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_missarg.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_type_TypeMismatch.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_playSound_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setMute.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setMute.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setMute_exist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setMute_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setMute_false_not_change_volumeLevel.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setMute_false_not_change_volumeLevel.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setMute_false_not_trigger_VolumeChangeCallback.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setMute_false_not_trigger_VolumeChangeCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setMute_true_not_change_volumeLevel.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setMute_true_not_change_volumeLevel.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setMute_true_not_trigger_VolumeChangeCallback.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setMute_true_not_trigger_VolumeChangeCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolume.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolume.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeChangeListener.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeChangeListener_callback_TypeMismatch.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeChangeListener_callback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeChangeListener_callback_invalid_cb.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeChangeListener_callback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeChangeListener_exist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeChangeListener_missarg.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeChangeListener_overwrites_previous_one.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeChangeListener_overwrites_previous_one.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeDown.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeDown.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeDown_exist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeDown_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeDown_extra_argument.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeDown_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeDown_when_min.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeDown_when_min.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeUp.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeUp.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeUp_exist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeUp_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeUp_extra_argument.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeUp_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeUp_when_max.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolumeUp_when_max.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolume_exist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolume_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolume_invalid.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolume_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolume_misarg.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolume_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolume_out_of_range.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_setVolume_out_of_range.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_unsetVolumeChangeListener.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_unsetVolumeChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_unsetVolumeChangeListener_exist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_unsetVolumeChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_unsetVolumeChangeListener_extra_argument.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/AudioControlManager_unsetVolumeChangeListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/VolumeChangeCallback_notexist.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/VolumeChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/VolumeChangeCallback_onchanged.html b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/VolumeChangeCallback_onchanged.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/support/audiocontrol_common.js b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/support/audiocontrol_common.js old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/support/unitcommon.js b/common/tct-tv-audiocontrol-tizen-tests/tv-audiocontrol/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/webrunner/index.html b/common/tct-tv-audiocontrol-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-tv-audiocontrol-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-tv-audiocontrol-tizen-tests/webrunner/testrunner.js b/common/tct-tv-audiocontrol-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-tv-channel-tizen-tests/pack.py b/common/tct-tv-channel-tizen-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-tv-channel-tizen-tests/pack.py +++ b/common/tct-tv-channel-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-tv-displaycontrol-tizen-tests/pack.py b/common/tct-tv-displaycontrol-tizen-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-tv-displaycontrol-tizen-tests/pack.py +++ b/common/tct-tv-displaycontrol-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-tv-info-tizen-tests/pack.py b/common/tct-tv-info-tizen-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-tv-info-tizen-tests/pack.py +++ b/common/tct-tv-info-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-tv-window-tizen-tests/COPYING b/common/tct-tv-window-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/LICENSE.Apache-2.0 b/common/tct-tv-window-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/NOTICE b/common/tct-tv-window-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/README b/common/tct-tv-window-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/config.xml b/common/tct-tv-window-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/icon.png b/common/tct-tv-window-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/inst.apk.py b/common/tct-tv-window-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/inst.wgt.py b/common/tct-tv-window-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/inst.xpk.py b/common/tct-tv-window-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/manifest.json b/common/tct-tv-window-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/pack.py b/common/tct-tv-window-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-tv-window-tizen-tests/pack.py +++ b/common/tct-tv-window-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-tv-window-tizen-tests/resources/COPYING b/common/tct-tv-window-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/resources/testharness.css b/common/tct-tv-window-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/resources/testharness.js b/common/tct-tv-window-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/resources/testharnessreport.js b/common/tct-tv-window-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/suite.json b/common/tct-tv-window-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/testcase.xsl b/common/tct-tv-window-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/testresult.xsl b/common/tct-tv-window-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tests.css b/common/tct-tv-window-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tests.full.xml b/common/tct-tv-window-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tests.xml b/common/tct-tv-window-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/AvailableWindowListCallback_notexist.html b/common/tct-tv-window-tizen-tests/tv-window/AvailableWindowListCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/AvailableWindowListCallback_onsuccess.html b/common/tct-tv-window-tizen-tests/tv-window/AvailableWindowListCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/SourceChangedSuccessCallback_notexist.html b/common/tct-tv-window-tizen-tests/tv-window/SourceChangedSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/SourceChangedSuccessCallback_onsuccess.html b/common/tct-tv-window-tizen-tests/tv-window/SourceChangedSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManagerObject_notexist.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener_callback_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener_callback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener_callback_invalid_cb.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener_callback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener_exist.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener_misarg.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener_type_Invalid.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener_type_Invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener_with_type.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_addVideoResolutionChangeListener_with_type.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_extend.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_errorCallback_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_errorCallback_invalid_cb.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_exist.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_misarg.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_successCallback_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_successCallback_invalid_cb.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_with_errorCallback.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getAvailableWindows_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_errorCallback_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_errorCallback_invalid_cb.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_exist.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_misarg.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_successCallback_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_successCallback_invalid_cb.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_type_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_unit_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_unit_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_with_errorCallback.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_with_type.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_with_type.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_with_unit.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getRect_with_unit.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getSource.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getSource.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getSource_exist.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getSource_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getSource_type_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getSource_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getSource_with_type.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getSource_with_type.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getVideoResolution.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getVideoResolution.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getVideoResolution_exist.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getVideoResolution_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getVideoResolution_type_Invalid.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getVideoResolution_type_Invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getVideoResolution_with_type.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_getVideoResolution_with_type.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_errorCallback_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_errorCallback_invalid_cb.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_exist.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_misarg.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_successCallback_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_successCallback_invalid_cb.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_type_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_with_errorCallback.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_with_type.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_hide_with_type.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_in_tizen.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_notexist.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_removeVideoResolutionChangeListener.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_removeVideoResolutionChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_removeVideoResolutionChangeListener_exist.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_removeVideoResolutionChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_SystemInfoVideoSourceInfo_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_SystemInfoVideoSourceInfo_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_errorCallback_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_errorCallback_invalid_cb.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_exist.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_misarg.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_successCallback_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_successCallback_invalid_cb.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_type_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_with_errorCallback.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_with_type.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_setSource_with_type.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_errorCallback_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_errorCallback_invalid_cb.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_exist.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_misarg.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_rectangle_InvalidValuesError.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_rectangle_InvalidValuesError.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_rectangle_NotSupportedError.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_rectangle_NotSupportedError.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_rectangle_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_rectangle_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_rectangle_invalid.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_rectangle_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_successCallback_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_successCallback_invalid_cb.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_type_TypeMismatch.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_with_errorCallback.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_with_rectangle.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_with_rectangle.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_with_type.html b/common/tct-tv-window-tizen-tests/tv-window/TVWindowManager_show_with_type.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/VideoResolutionChangeCallback_notexist.html b/common/tct-tv-window-tizen-tests/tv-window/VideoResolutionChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/VideoResolutionChangeCallback_onchanged.html b/common/tct-tv-window-tizen-tests/tv-window/VideoResolutionChangeCallback_onchanged.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/WindowRectangleSuccessCallback_notexist.html b/common/tct-tv-window-tizen-tests/tv-window/WindowRectangleSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/WindowRectangleSuccessCallback_onsuccess.html b/common/tct-tv-window-tizen-tests/tv-window/WindowRectangleSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/support/unitcommon.js b/common/tct-tv-window-tizen-tests/tv-window/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/tv-window/support/window_common.js b/common/tct-tv-window-tizen-tests/tv-window/support/window_common.js old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/webrunner/index.html b/common/tct-tv-window-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-tv-window-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-tv-window-tizen-tests/webrunner/testrunner.js b/common/tct-tv-window-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-typedarrays-nonw3c-tests/pack.py b/common/tct-typedarrays-nonw3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-typedarrays-nonw3c-tests/pack.py +++ b/common/tct-typedarrays-nonw3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-ui-css3-tests/pack.py b/common/tct-ui-css3-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-ui-css3-tests/pack.py +++ b/common/tct-ui-css3-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-vibration-w3c-tests/pack.py b/common/tct-vibration-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-vibration-w3c-tests/pack.py +++ b/common/tct-vibration-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-video-html5-tests/pack.py b/common/tct-video-html5-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-video-html5-tests/pack.py +++ b/common/tct-video-html5-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-webaudio-w3c-tests/pack.py b/common/tct-webaudio-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-webaudio-w3c-tests/pack.py +++ b/common/tct-webaudio-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-webgl-nonw3c-tests/pack.py b/common/tct-webgl-nonw3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-webgl-nonw3c-tests/pack.py +++ b/common/tct-webgl-nonw3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-webmessaging-w3c-tests/pack.py b/common/tct-webmessaging-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-webmessaging-w3c-tests/pack.py +++ b/common/tct-webmessaging-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-websetting-tizen-tests/COPYING b/common/tct-websetting-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/LICENSE.Apache-2.0 b/common/tct-websetting-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/NOTICE b/common/tct-websetting-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/README b/common/tct-websetting-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/config.xml b/common/tct-websetting-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/icon.png b/common/tct-websetting-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/inst.apk.py b/common/tct-websetting-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/inst.wgt.py b/common/tct-websetting-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/inst.xpk.py b/common/tct-websetting-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/manifest.json b/common/tct-websetting-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/pack.py b/common/tct-websetting-tizen-tests/pack.py old mode 100644 new mode 100755 index e67cd36fd..e29187a0b --- a/common/tct-websetting-tizen-tests/pack.py +++ b/common/tct-websetting-tizen-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-websetting-tizen-tests/resources/COPYING b/common/tct-websetting-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/resources/testharness.css b/common/tct-websetting-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/resources/testharness.js b/common/tct-websetting-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/resources/testharnessreport.js b/common/tct-websetting-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/suite.json b/common/tct-websetting-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/testcase.xsl b/common/tct-websetting-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/testresult.xsl b/common/tct-websetting-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/tests.css b/common/tct-websetting-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/tests.full.xml b/common/tct-websetting-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/tests.full.xml~ b/common/tct-websetting-tizen-tests/tests.full.xml~ deleted file mode 100644 index fcd0324cf..000000000 --- a/common/tct-websetting-tizen-tests/tests.full.xml~ +++ /dev/null @@ -1,546 +0,0 @@ - - - - - - - MOBILE_FULL - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingObject_notexist.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_in_tizen.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_extend.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_notexist.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_exist.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_nullableargs.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_successCallback.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_invalid_cb.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_TypeMismatch.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_invalid_cb.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_errorCallback.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_TypeMismatch.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_exist.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_nullableargs.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_successCallback.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_invalid_cb.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_TypeMismatch.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_errorCallback.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_invalid_cb.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_TypeMismatch.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - - TV - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingObject_notexist.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_in_tizen.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_extend.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_notexist.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_exist.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_nullableargs.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_successCallback.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_invalid_cb.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_TypeMismatch.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_invalid_cb.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_errorCallback.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_TypeMismatch.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_exist.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_nullableargs.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_successCallback.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_invalid_cb.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_TypeMismatch.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_errorCallback.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_invalid_cb.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_TypeMismatch.html - - - - - https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html - TBD - - - - - - diff --git a/common/tct-websetting-tizen-tests/tests.xml b/common/tct-websetting-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/tests.xml~ b/common/tct-websetting-tizen-tests/tests.xml~ deleted file mode 100644 index 38ae518ef..000000000 --- a/common/tct-websetting-tizen-tests/tests.xml~ +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - MOBILE_FULL - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingObject_notexist.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_in_tizen.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_extend.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_notexist.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_exist.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_nullableargs.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_successCallback.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_invalid_cb.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_TypeMismatch.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_invalid_cb.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_errorCallback.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_TypeMismatch.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_exist.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_nullableargs.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_successCallback.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_invalid_cb.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_TypeMismatch.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_errorCallback.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_invalid_cb.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_TypeMismatch.html - - - - - - TV - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingObject_notexist.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_in_tizen.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_extend.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_notexist.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_exist.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_nullableargs.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_successCallback.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_invalid_cb.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_TypeMismatch.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_invalid_cb.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_errorCallback.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_TypeMismatch.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_exist.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_nullableargs.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_successCallback.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_invalid_cb.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_TypeMismatch.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_errorCallback.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_invalid_cb.html - - - - - /opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_TypeMismatch.html - - - - - diff --git a/common/tct-websetting-tizen-tests/webrunner/index.html b/common/tct-websetting-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-websetting-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/webrunner/testrunner.js b/common/tct-websetting-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_extend.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_in_tizen.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_notexist.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_TypeMismatch.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_invalid_cb.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_exist.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_nullableargs.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_nullableargs.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_TypeMismatch.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_invalid_cb.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_errorCallback.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_successCallback.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_TypeMismatch.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_invalid_cb.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_exist.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_nullableargs.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_nullableargs.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_TypeMismatch.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_invalid_cb.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_errorCallback.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_successCallback.html b/common/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_successCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/WebSettingObject_notexist.html b/common/tct-websetting-tizen-tests/websetting/WebSettingObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/support/unitcommon.js b/common/tct-websetting-tizen-tests/websetting/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-websetting-tizen-tests/websetting/support/websetting_common.js b/common/tct-websetting-tizen-tests/websetting/support/websetting_common.js old mode 100644 new mode 100755 diff --git a/common/tct-websocket-w3c-tests/pack.py b/common/tct-websocket-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-websocket-w3c-tests/pack.py +++ b/common/tct-websocket-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-webstorage-w3c-tests/pack.py b/common/tct-webstorage-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-webstorage-w3c-tests/pack.py +++ b/common/tct-webstorage-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-webwidget-w3c-tests/pack.py b/common/tct-webwidget-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-webwidget-w3c-tests/pack.py +++ b/common/tct-webwidget-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-wgtapi01-w3c-tests/pack.py b/common/tct-wgtapi01-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-wgtapi01-w3c-tests/pack.py +++ b/common/tct-wgtapi01-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-wgtapi02-w3c-tests/pack.py b/common/tct-wgtapi02-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-wgtapi02-w3c-tests/pack.py +++ b/common/tct-wgtapi02-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-widget01-w3c-tests/pack.py b/common/tct-widget01-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-widget01-w3c-tests/pack.py +++ b/common/tct-widget01-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-widget02-w3c-tests/pack.py b/common/tct-widget02-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-widget02-w3c-tests/pack.py +++ b/common/tct-widget02-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr28.wgt b/common/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr28.wgt old mode 100644 new mode 100755 diff --git a/common/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr44.wgt b/common/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr44.wgt old mode 100644 new mode 100755 diff --git a/common/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo23.wgt b/common/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo23.wgt old mode 100644 new mode 100755 diff --git a/common/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo26.wgt b/common/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo26.wgt old mode 100644 new mode 100755 diff --git a/common/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo27.wgt b/common/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo27.wgt old mode 100644 new mode 100755 diff --git a/common/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-000.wgt b/common/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-000.wgt old mode 100644 new mode 100755 diff --git a/common/tct-widgetpolicy-w3c-tests/pack.py b/common/tct-widgetpolicy-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-widgetpolicy-w3c-tests/pack.py +++ b/common/tct-widgetpolicy-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-widgetservice-tizen-tests/COPYING b/common/tct-widgetservice-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/LICENSE.Apache-2.0 b/common/tct-widgetservice-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/README b/common/tct-widgetservice-tizen-tests/README old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/bin/widgetarm b/common/tct-widgetservice-tizen-tests/bin/widgetarm old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/config.xml b/common/tct-widgetservice-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/icon.png b/common/tct-widgetservice-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/inst.apk.py b/common/tct-widgetservice-tizen-tests/inst.apk.py old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/inst.wgt.py b/common/tct-widgetservice-tizen-tests/inst.wgt.py old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/inst.xpk.py b/common/tct-widgetservice-tizen-tests/inst.xpk.py old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/manifest.json b/common/tct-widgetservice-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/pack.py b/common/tct-widgetservice-tizen-tests/pack.py old mode 100644 new mode 100755 index 1fb9dcad9..c20c9326d --- a/common/tct-widgetservice-tizen-tests/pack.py +++ b/common/tct-widgetservice-tizen-tests/pack.py @@ -1043,7 +1043,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-widgetservice-tizen-tests/resources/COPYING b/common/tct-widgetservice-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/resources/testharness.css b/common/tct-widgetservice-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/resources/testharness.js b/common/tct-widgetservice-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/resources/testharnessreport.js b/common/tct-widgetservice-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/shared/res/icon.png b/common/tct-widgetservice-tizen-tests/shared/res/icon.png old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/shared/res/preview.png b/common/tct-widgetservice-tizen-tests/shared/res/preview.png old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/suite.json b/common/tct-widgetservice-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/testcase.xsl b/common/tct-widgetservice-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/testresult.xsl b/common/tct-widgetservice-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/tests.css b/common/tct-widgetservice-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/tests.full.xml b/common/tct-widgetservice-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/tests.xml b/common/tct-widgetservice-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/tizen-manifest.xml b/common/tct-widgetservice-tizen-tests/tizen-manifest.xml old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/webrunner/index.html b/common/tct-widgetservice-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/webrunner/jquery-1.10.2.min.js b/common/tct-widgetservice-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/webrunner/testrunner.js b/common/tct-widgetservice-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetArraySuccessCallback_notexist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetArraySuccessCallback_onsuccess.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetChangeCallback_notexist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetChangeCallback_onchange.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetChangeCallback_onchange.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetContentCallback_notexist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetContentCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetContentCallback_onsuccess.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetContentCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_changeUpdatePeriod.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_changeUpdatePeriod.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_changeUpdatePeriod_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_changeUpdatePeriod_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_changeUpdatePeriod_seconds_invalid.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_changeUpdatePeriod_seconds_invalid.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_extend.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent_errorCallback_TypeMismatch.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent_errorCallback_invalid_cb.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent_misarg.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent_successCallback_TypeMismatch.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent_successCallback_invalid_cb.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_getContent_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_id_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_notexist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_sendContent.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_sendContent.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_sendContent_data_TypeMismatch.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_sendContent_data_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_sendContent_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_sendContent_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_sendContent_misarg.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_sendContent_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_widget_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstance_widget_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstancesCallback_notexist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstancesCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstancesCallback_onsuccess.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetInstancesCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManagerObject_notexist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_extend.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getPrimaryWidgetId.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getPrimaryWidgetId.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getPrimaryWidgetId_NotFoundError.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getPrimaryWidgetId_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getPrimaryWidgetId_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getPrimaryWidgetId_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getSize.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getSize.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getSize_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getSize_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getSize_sizeType_TypeMismatch.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getSize_sizeType_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidget.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidget.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidget_NotFoundError.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidget_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidget_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidget_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_errorCallback_TypeMismatch.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_errorCallback_invalid_cb.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_errorCallback_invoked_NotFoundError.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_errorCallback_invoked_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_misarg.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_successCallback_TypeMismatch.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_successCallback_invalid_cb.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_with_packageId.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_getWidgets_with_packageId.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_in_tizen.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_notexist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetServiceManager_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetSize_extend.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetSize_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetSize_height_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetSize_height_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetSize_notexist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetSize_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetSize_width_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetSize_width_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_extend.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_height_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_height_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_needsFrame_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_needsFrame_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_needsMouseEvents_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_needsMouseEvents_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_needsTouchEffect_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_needsTouchEffect_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_notexist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_previewImagePath_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_previewImagePath_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_sizeType_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_sizeType_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_width_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariant_width_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariantsCallback_notexist.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariantsCallback_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariantsCallback_onsuccess.html b/common/tct-widgetservice-tizen-tests/widgetservice/WidgetVariantsCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_addStateChangeListener.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_addStateChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_addStateChangeListener_callback_TypeMismatch.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_addStateChangeListener_callback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_addStateChangeListener_callback_invalid_cb.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_addStateChangeListener_callback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_addStateChangeListener_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_addStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_addStateChangeListener_misarg.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_addStateChangeListener_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_applicationId_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_applicationId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_extend.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_extend.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_errorCallback_TypeMismatch.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_errorCallback_invalid_cb.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_errorCallback_invoked_NotFoundError.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_errorCallback_invoked_NotFoundError.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_misarg.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_successCallback_TypeMismatch.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_successCallback_invalid_cb.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_with_errorCallback.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getInstances_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getName.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getName.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getName_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getName_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getName_with_locale.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getName_with_locale.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariant.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariant.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariant_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariant_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariant_sizeType_TypeMismatch.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariant_sizeType_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_errorCallback_TypeMismatch.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_errorCallback_invalid_cb.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_misarg.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_misarg.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_successCallback_TypeMismatch.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_successCallback_invalid_cb.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_with_errorCallback.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_getVariants_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_id_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_id_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_noDisplay_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_noDisplay_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_notexist.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_notexist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_packageId_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_packageId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_removeStateChangeListener.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_removeStateChangeListener.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_removeStateChangeListener_exist.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_removeStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/Widget_setupApplicationId_attribute.html b/common/tct-widgetservice-tizen-tests/widgetservice/Widget_setupApplicationId_attribute.html old mode 100644 new mode 100755 diff --git a/common/tct-widgetservice-tizen-tests/widgetservice/support/unitcommon.js b/common/tct-widgetservice-tizen-tests/widgetservice/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/common/tct-woff-w3c-tests/pack.py b/common/tct-woff-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-woff-w3c-tests/pack.py +++ b/common/tct-woff-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-workers-w3c-tests/pack.py b/common/tct-workers-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-workers-w3c-tests/pack.py +++ b/common/tct-workers-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/common/tct-xmlhttprequest-w3c-tests/pack.py b/common/tct-xmlhttprequest-w3c-tests/pack.py index e67cd36fd..e29187a0b 100755 --- a/common/tct-xmlhttprequest-w3c-tests/pack.py +++ b/common/tct-xmlhttprequest-w3c-tests/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/doc/Coding_Style_Guide_CheatSheet.md b/doc/Coding_Style_Guide_CheatSheet.md old mode 100644 new mode 100755 diff --git a/doc/Web_Test_Suite_Developer_Guide.md b/doc/Web_Test_Suite_Developer_Guide.md old mode 100644 new mode 100755 diff --git a/doc/Web_Test_Suite_Packaging_Guide.md b/doc/Web_Test_Suite_Packaging_Guide.md old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/2dtransforms/2dtransform_property_exist.html b/ivi/tct-2dtransforms-css3-tests/2dtransforms/2dtransform_property_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html b/ivi/tct-2dtransforms-css3-tests/2dtransforms/csswg/2d-transforms.html old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/2dtransforms/csswg/COPYING b/ivi/tct-2dtransforms-css3-tests/2dtransforms/csswg/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/2dtransforms/csswg/transforms.js b/ivi/tct-2dtransforms-css3-tests/2dtransforms/csswg/transforms.js old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/2dtransforms/spec.json b/ivi/tct-2dtransforms-css3-tests/2dtransforms/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/COPYING b/ivi/tct-2dtransforms-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/README b/ivi/tct-2dtransforms-css3-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/config.xml b/ivi/tct-2dtransforms-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/icon.png b/ivi/tct-2dtransforms-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/manifest.json b/ivi/tct-2dtransforms-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/resources/COPYING b/ivi/tct-2dtransforms-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/resources/testharness.css b/ivi/tct-2dtransforms-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/resources/testharness.js b/ivi/tct-2dtransforms-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/resources/testharnessreport.js b/ivi/tct-2dtransforms-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/suite.json b/ivi/tct-2dtransforms-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/testcase.xsl b/ivi/tct-2dtransforms-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/testresult.xsl b/ivi/tct-2dtransforms-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/tests.css b/ivi/tct-2dtransforms-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/tests.full.xml b/ivi/tct-2dtransforms-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/tests.xml b/ivi/tct-2dtransforms-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/webrunner/index.html b/ivi/tct-2dtransforms-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-2dtransforms-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-2dtransforms-css3-tests/webrunner/testrunner.js b/ivi/tct-2dtransforms-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_backface-visibility.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_backface-visibility.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_perspective-origin.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_perspective-origin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_perspective.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_perspective.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform-origin.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform-origin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform-style.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform-style.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/CSS33Dtransform_transform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/3d-transforms.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/COPYING b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/COPYING b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-001.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-002.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-003.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-004.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-005.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-006.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/perspective-origin-006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/ref-filled-green-100px-square.xht b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/ref-filled-green-100px-square.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-007-ref.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-007-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-007.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-008.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-008.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-009.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-009.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-010.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-011.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-011.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-012.html b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/submission/transform-origin-012.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/transforms.js b/ivi/tct-3dtransforms-css3-tests/3dtransforms/csswg/transforms.js old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/spec.json b/ivi/tct-3dtransforms-css3-tests/3dtransforms/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/support/COPYING b/ivi/tct-3dtransforms-css3-tests/3dtransforms/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/support/square-purple.png b/ivi/tct-3dtransforms-css3-tests/3dtransforms/support/square-purple.png old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/3dtransforms/support/transform.js b/ivi/tct-3dtransforms-css3-tests/3dtransforms/support/transform.js old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/COPYING b/ivi/tct-3dtransforms-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/README b/ivi/tct-3dtransforms-css3-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/config.xml b/ivi/tct-3dtransforms-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/icon.png b/ivi/tct-3dtransforms-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/manifest.json b/ivi/tct-3dtransforms-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/resources/COPYING b/ivi/tct-3dtransforms-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/resources/testharness.css b/ivi/tct-3dtransforms-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/resources/testharness.js b/ivi/tct-3dtransforms-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/resources/testharnessreport.js b/ivi/tct-3dtransforms-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/suite.json b/ivi/tct-3dtransforms-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/testcase.xsl b/ivi/tct-3dtransforms-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/testresult.xsl b/ivi/tct-3dtransforms-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/tests.css b/ivi/tct-3dtransforms-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/tests.full.xml b/ivi/tct-3dtransforms-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/tests.xml b/ivi/tct-3dtransforms-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/webrunner/index.html b/ivi/tct-3dtransforms-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-3dtransforms-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-3dtransforms-css3-tests/webrunner/testrunner.js b/ivi/tct-3dtransforms-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/COPYING b/ivi/tct-alarm-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-alarm-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/NOTICE b/ivi/tct-alarm-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_daysOfTheWeek.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_daysOfTheWeek.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_period.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_period.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_date_attribute.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_date_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_daysOfTheWeek_attribute.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_daysOfTheWeek_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_exist.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_extend.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_exist.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_extra_argument.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_return_null.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_return_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_period_attribute.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmAbsolute_period_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManagerObject_notexist.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_DAY_const.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_DAY_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_HOUR_const.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_HOUR_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_MINUTE_const.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_MINUTE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_WEEK_const.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_WEEK_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm_with_appControl.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm_with_appControl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_alarm_TypeMismatch.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_alarm_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_TypeMismatch.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid_obj.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_exist.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_missarg.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm_with_appControl.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm_with_appControl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_extend.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_get.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_get.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_getAll.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_getAll.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_exist.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_extra_argument.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_get_AlarmRelative.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_get_AlarmRelative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_get_exist.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_get_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_in_tizen.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_notexist.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_exist.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_extra_argument.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_remove_absolute_alarm.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_remove_absolute_alarm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_remove_exist.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_remove_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_remove_relative_alarm.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmManager_remove_relative_alarm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_convert.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_convert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_period.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_period.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_period_convert.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_period_convert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_delay_attribute.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_delay_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_exist.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_extend.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_exist.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_extra_argument.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_return_null.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_return_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_period_attribute.html b/ivi/tct-alarm-tizen-tests/alarm/AlarmRelative_period_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_absolute_alarm.html b/ivi/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_absolute_alarm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_relative_alarm.html b/ivi/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_relative_alarm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/Alarm_notexist.html b/ivi/tct-alarm-tizen-tests/alarm/Alarm_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/icon.png b/ivi/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/index.html b/ivi/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/manifest.json b/ivi/tct-alarm-tizen-tests/alarm/support/UnitTest-AlarmTest1/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/support/alarm_common.js b/ivi/tct-alarm-tizen-tests/alarm/support/alarm_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/alarm/support/unitcommon.js b/ivi/tct-alarm-tizen-tests/alarm/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/config.xml b/ivi/tct-alarm-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/icon.png b/ivi/tct-alarm-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/manifest.json b/ivi/tct-alarm-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/resources/COPYING b/ivi/tct-alarm-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/resources/testharness.css b/ivi/tct-alarm-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/resources/testharness.js b/ivi/tct-alarm-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/resources/testharnessreport.js b/ivi/tct-alarm-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/suite.json b/ivi/tct-alarm-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/testcase.xsl b/ivi/tct-alarm-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/testresult.xsl b/ivi/tct-alarm-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/tests.css b/ivi/tct-alarm-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/tests.full.xml b/ivi/tct-alarm-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/tests.xml b/ivi/tct-alarm-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/webrunner/index.html b/ivi/tct-alarm-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-alarm-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-alarm-tizen-tests/webrunner/testrunner.js b/ivi/tct-alarm-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/COPYING b/ivi/tct-animations-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/README b/ivi/tct-animations-css3-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-delay_exists.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-delay_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-delay_initial_value.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-delay_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_alternate-reverse.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_alternate-reverse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_exists.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_reverse.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-direction_reverse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-duration_exists.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-duration_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-duration_initial_value.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-duration_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_backwards.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_backwards.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_both.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_both.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_exist.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_forwards.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_forwards.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_initial_value.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-fill-mode_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-iteration-count_exists.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-iteration-count_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-play-state_exists.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-play-state_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_step-end.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_step-end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_step-start.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_step-start.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_end.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_number.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation_exists.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation_shorthand.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animation_shorthand.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animationend.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animationend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animationiteration.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animationiteration.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/CSS3Animations_animationstart.html b/ivi/tct-animations-css3-tests/animations/CSS3Animations_animationstart.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/COPYING b/ivi/tct-animations-css3-tests/animations/csswg/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-delay-001.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-delay-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-delay-002.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-delay-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-delay-003.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-delay-003.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-direction-001.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-direction-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-direction-002.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-direction-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-duration-001.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-duration-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-duration-002.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-duration-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-duration-003.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-duration-003.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-duration-004.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-duration-004.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-iteration-count-001.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-iteration-count-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-iteration-count-002.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-iteration-count-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-iteration-count-004.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-iteration-count-004.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-iteration-count-005.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-iteration-count-005.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-iteration-count-006.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-iteration-count-006.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-iteration-event.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-iteration-event.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-name-001.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-name-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-name-002.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-name-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-name-003.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-name-003.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-name-004.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-name-004.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-play-state-001.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-play-state-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-play-state-002.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-play-state-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function-001.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function-002.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function-003.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function-003.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function-004.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function-004.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function-005.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function-005.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function-006.htm b/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function-006.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function_steps_two_parameters_start.html b/ivi/tct-animations-css3-tests/animations/csswg/animation-timing-function_steps_two_parameters_start.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/csskeyframerule_keytext.html b/ivi/tct-animations-css3-tests/animations/csswg/csskeyframerule_keytext.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/csskeyframerule_style.html b/ivi/tct-animations-css3-tests/animations/csswg/csskeyframerule_style.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/csskeyframesrule_appendrule.html b/ivi/tct-animations-css3-tests/animations/csswg/csskeyframesrule_appendrule.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/csskeyframesrule_cssrules.html b/ivi/tct-animations-css3-tests/animations/csswg/csskeyframesrule_cssrules.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/csskeyframesrule_deleterule.html b/ivi/tct-animations-css3-tests/animations/csswg/csskeyframesrule_deleterule.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/csskeyframesrule_findrule.html b/ivi/tct-animations-css3-tests/animations/csswg/csskeyframesrule_findrule.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/csskeyframesrule_name.html b/ivi/tct-animations-css3-tests/animations/csswg/csskeyframesrule_name.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/cssrule_const_keyframe.html b/ivi/tct-animations-css3-tests/animations/csswg/cssrule_const_keyframe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/cssrule_const_keyframes.html b/ivi/tct-animations-css3-tests/animations/csswg/cssrule_const_keyframes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/csswg/pseudoElement-001.html b/ivi/tct-animations-css3-tests/animations/csswg/pseudoElement-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/spec.json b/ivi/tct-animations-css3-tests/animations/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/animations/support/support.js b/ivi/tct-animations-css3-tests/animations/support/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/config.xml b/ivi/tct-animations-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/icon.png b/ivi/tct-animations-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/manifest.json b/ivi/tct-animations-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/resources/COPYING b/ivi/tct-animations-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/resources/testharness.css b/ivi/tct-animations-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/resources/testharness.js b/ivi/tct-animations-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/resources/testharnessreport.js b/ivi/tct-animations-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/suite.json b/ivi/tct-animations-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/testcase.xsl b/ivi/tct-animations-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/testresult.xsl b/ivi/tct-animations-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/tests.css b/ivi/tct-animations-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/tests.full.xml b/ivi/tct-animations-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/tests.xml b/ivi/tct-animations-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/webrunner/index.html b/ivi/tct-animations-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-animations-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-animations-css3-tests/webrunner/testrunner.js b/ivi/tct-animations-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/COPYING b/ivi/tct-animationtiming-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/README b/ivi/tct-animationtiming-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_ignoreOptionalArgs.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_ignoreOptionalArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_multipleCalls.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_multipleCalls.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_validCallbackHandle.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_validCallbackHandle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_validTimestamp.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_Callback_FrameRequestCallback_validTimestamp.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_boolean-manual.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_boolean-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_exist.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_neg10-manual.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_neg10-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_string-manual.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_string-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_undefined-manual.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_undefined-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_validhandle-manual.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_cancelAnimationFrame_validhandle-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_AcceptInlineScript.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_AcceptInlineScript.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_NeedParameter.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_NeedParameter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_cancelAnimationFrame-manual.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_cancelAnimationFrame-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_exist.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_hidden.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_hidden.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_ignoreOptionalArgs.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_ignoreOptionalArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_invokeSecondCallback.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_invokeSecondCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_singleAnimation-manual.html b/ivi/tct-animationtiming-w3c-tests/animationtiming/AnimationTiming_WindowAnimationTiming_requestAnimationFrame_singleAnimation-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/spec.json b/ivi/tct-animationtiming-w3c-tests/animationtiming/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/animationtiming/support.js b/ivi/tct-animationtiming-w3c-tests/animationtiming/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/config.xml b/ivi/tct-animationtiming-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/icon.png b/ivi/tct-animationtiming-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/manifest.json b/ivi/tct-animationtiming-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/resources/COPYING b/ivi/tct-animationtiming-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/resources/testharness.css b/ivi/tct-animationtiming-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/resources/testharness.js b/ivi/tct-animationtiming-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/resources/testharnessreport.js b/ivi/tct-animationtiming-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/suite.json b/ivi/tct-animationtiming-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/testcase.xsl b/ivi/tct-animationtiming-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/testresult.xsl b/ivi/tct-animationtiming-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/tests.css b/ivi/tct-animationtiming-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/tests.full.xml b/ivi/tct-animationtiming-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/tests.xml b/ivi/tct-animationtiming-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/webrunner/index.html b/ivi/tct-animationtiming-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-animationtiming-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-animationtiming-w3c-tests/webrunner/testrunner.js b/ivi/tct-animationtiming-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/COPYING b/ivi/tct-appcache-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/README b/ivi/tct-appcache-html5-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_CHECKING_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_CHECKING_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_CHECKING_type.html b/ivi/tct-appcache-html5-tests/appcache/appcache_CHECKING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_CHECKING_value.html b/ivi/tct-appcache-html5-tests/appcache/appcache_CHECKING_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_type.html b/ivi/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_value.html b/ivi/tct-appcache-html5-tests/appcache/appcache_DOWNLOADING_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_IDLE_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_IDLE_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_IDLE_type.html b/ivi/tct-appcache-html5-tests/appcache/appcache_IDLE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_IDLE_value.html b/ivi/tct-appcache-html5-tests/appcache/appcache_IDLE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_type.html b/ivi/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_value.html b/ivi/tct-appcache-html5-tests/appcache/appcache_OBSOLETE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_UNCACHED_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_UNCACHED_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_UNCACHED_type.html b/ivi/tct-appcache-html5-tests/appcache/appcache_UNCACHED_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_UNCACHED_value.html b/ivi/tct-appcache-html5-tests/appcache/appcache_UNCACHED_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_type.html b/ivi/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_value.html b/ivi/tct-appcache-html5-tests/appcache/appcache_UPDATEREADY_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_abort_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_abort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_cache_in_window.html b/ivi/tct-appcache-html5-tests/appcache/appcache_cache_in_window.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_oncached_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_oncached_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_onchecking_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_onchecking_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_ondownloading_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_ondownloading_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_onerror_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_onerror_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_onnoupdate_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_onnoupdate_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_onobsolete_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_onobsolete_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_onprogress_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_onprogress_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_onupdateready_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_onupdateready_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_status_UNCACHED.html b/ivi/tct-appcache-html5-tests/appcache/appcache_status_UNCACHED.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_status_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_status_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_status_readonly.html b/ivi/tct-appcache-html5-tests/appcache/appcache_status_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_status_type.html b/ivi/tct-appcache-html5-tests/appcache/appcache_status_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_swapCache_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_swapCache_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_swapCache_newcache_execption_InvalidStateError.html b/ivi/tct-appcache-html5-tests/appcache/appcache_swapCache_newcache_execption_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_update_exist.html b/ivi/tct-appcache-html5-tests/appcache/appcache_update_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/appcache_update_nocache_execption_InvalidStateError.html b/ivi/tct-appcache-html5-tests/appcache/appcache_update_nocache_execption_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/appcache/spec.json b/ivi/tct-appcache-html5-tests/appcache/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/common/COPYING b/ivi/tct-appcache-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/common/domtestcase.js b/ivi/tct-appcache-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/common/media.js b/ivi/tct-appcache-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/config.xml b/ivi/tct-appcache-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/icon.png b/ivi/tct-appcache-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/manifest.json b/ivi/tct-appcache-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/resources/COPYING b/ivi/tct-appcache-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/resources/testharness.css b/ivi/tct-appcache-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/resources/testharness.js b/ivi/tct-appcache-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/resources/testharnessreport.js b/ivi/tct-appcache-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/suite.json b/ivi/tct-appcache-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/testcase.xsl b/ivi/tct-appcache-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/testresult.xsl b/ivi/tct-appcache-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/tests.css b/ivi/tct-appcache-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/tests.full.xml b/ivi/tct-appcache-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/tests.xml b/ivi/tct-appcache-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/webrunner/index.html b/ivi/tct-appcache-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-appcache-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcache-html5-tests/webrunner/testrunner.js b/ivi/tct-appcache-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/COPYING b/ivi/tct-appcontrol-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-appcontrol-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/LICENSE.CC-BY-3.0 b/ivi/tct-appcontrol-tizen-tests/LICENSE.CC-BY-3.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/NOTICE b/ivi/tct-appcontrol-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html b/ivi/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_sound.html b/ivi/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_sound.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_video.html b/ivi/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_video.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/appcontrol/AppControl_select_file.html b/ivi/tct-appcontrol-tizen-tests/appcontrol/AppControl_select_file.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/appcontrol/AppControl_view_image_file.html b/ivi/tct-appcontrol-tizen-tests/appcontrol/AppControl_view_image_file.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/appcontrol/support/appcontrol_common.js b/ivi/tct-appcontrol-tizen-tests/appcontrol/support/appcontrol_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/appcontrol/support/unitcommon.js b/ivi/tct-appcontrol-tizen-tests/appcontrol/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/config.xml b/ivi/tct-appcontrol-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/icon.png b/ivi/tct-appcontrol-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/manifest.json b/ivi/tct-appcontrol-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/resources/COPYING b/ivi/tct-appcontrol-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/resources/testharness.css b/ivi/tct-appcontrol-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/resources/testharness.js b/ivi/tct-appcontrol-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/resources/testharnessreport.js b/ivi/tct-appcontrol-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/resources/unitcommon.js b/ivi/tct-appcontrol-tizen-tests/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/suite.json b/ivi/tct-appcontrol-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/testcase.xsl b/ivi/tct-appcontrol-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/testresult.xsl b/ivi/tct-appcontrol-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/tests.css b/ivi/tct-appcontrol-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/tests.full.xml b/ivi/tct-appcontrol-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/tests.xml b/ivi/tct-appcontrol-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.bmp b/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.bmp old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.gif b/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.gif old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.jpeg b/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.jpeg old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.png b/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_image.png old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.aac b/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.aac old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.amr b/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.amr old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.mp3 b/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.mp3 old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.wav b/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_sound.wav old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_video.3gp b/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_video.3gp old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_video.mp4 b/ivi/tct-appcontrol-tizen-tests/webapi-tizen-appcontrol-test_video.mp4 old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webrunner/index.html b/ivi/tct-appcontrol-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-appcontrol-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-appcontrol-tizen-tests/webrunner/testrunner.js b/ivi/tct-appcontrol-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/COPYING b/ivi/tct-application-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-application-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/NOTICE b/ivi/tct-application-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/README b/ivi/tct-application-tizen-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationCertificate_extend.html b/ivi/tct-application-tizen-tests/application/ApplicationCertificate_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationCertificate_notexist.html b/ivi/tct-application-tizen-tests/application/ApplicationCertificate_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationCertificate_type_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationCertificate_type_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationCertificate_value_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationCertificate_value_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_notexist.html b/ivi/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_onsuccess.html b/ivi/tct-application-tizen-tests/application/ApplicationContextArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationContext_appId_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationContext_appId_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationContext_extend.html b/ivi/tct-application-tizen-tests/application/ApplicationContext_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationContext_id_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationContext_id_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationContext_notexist.html b/ivi/tct-application-tizen-tests/application/ApplicationContext_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_notexist.html b/ivi/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onfailure.html b/ivi/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onfailure.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onsuccess.html b/ivi/tct-application-tizen-tests/application/ApplicationControlDataArrayReplyCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControlData_constructor.html b/ivi/tct-application-tizen-tests/application/ApplicationControlData_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControlData_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationControlData_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControlData_extend.html b/ivi/tct-application-tizen-tests/application/ApplicationControlData_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControlData_key_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationControlData_key_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControlData_value_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationControlData_value_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControl_category_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationControl_category_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControl_constructor.html b/ivi/tct-application-tizen-tests/application/ApplicationControl_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControl_constructor_minargs.html b/ivi/tct-application-tizen-tests/application/ApplicationControl_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControl_data_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationControl_data_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControl_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationControl_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControl_extend.html b/ivi/tct-application-tizen-tests/application/ApplicationControl_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControl_mime_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationControl_mime_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControl_operation_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationControl_operation_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationControl_uri_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationControl_uri_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_notexist.html b/ivi/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_onsuccess.html b/ivi/tct-application-tizen-tests/application/ApplicationInformationArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformationEventCallback_notexist.html b/ivi/tct-application-tizen-tests/application/ApplicationInformationEventCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html b/ivi/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html b/ivi/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html b/ivi/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformation_categories_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationInformation_categories_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformation_extend.html b/ivi/tct-application-tizen-tests/application/ApplicationInformation_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformation_iconPath_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationInformation_iconPath_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformation_id_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationInformation_id_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformation_installDate_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationInformation_installDate_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformation_name_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationInformation_name_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformation_notexist.html b/ivi/tct-application-tizen-tests/application/ApplicationInformation_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformation_packageId_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationInformation_packageId_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformation_show_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationInformation_show_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformation_size_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationInformation_size_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationInformation_version_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationInformation_version_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManagerObject_notexist.html b/ivi/tct-application-tizen-tests/application/ApplicationManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_eventCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_missarg.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_extend.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_invalid_obj.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_appControl_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_errorCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_errorCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_missarg.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_missarg.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_successCallback_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_with_errorCallback.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_findAppControl_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppCerts.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppCerts.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_with_id.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppCerts_with_id.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppContext.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppContext.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppContext_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppContext_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppContext_with_contextId.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppContext_with_contextId.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppInfo.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppInfo.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_with_id.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppInfo_with_id.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_with_id.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppMetaData_with_id.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_with_id.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppSharedURI_with_id.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_missarg.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_with_errorCallback.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsContext_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_missarg.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_with_errorCallback.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getAppsInfo_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_extra_argument.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_getCurrentApplication_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_in_tizen.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_kill.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_kill.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_with_errorCallback.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_with_successCallback.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_kill_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_invalid_obj.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_appControl_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_missarg.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_replyCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_mime.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_mime.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri_mime.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_appControl_operation_uri_mime.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_errorCallback.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_id.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_id.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_replyCallback.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_replyCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_successCallback.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launchAppControl_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_invalid_cb.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_with_errorCallback.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_with_successCallback.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_launch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_notexist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener_exist.html b/ivi/tct-application-tizen-tests/application/ApplicationManager_removeAppInfoEventListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationMetaData_extend.html b/ivi/tct-application-tizen-tests/application/ApplicationMetaData_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationMetaData_key_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationMetaData_key_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationMetaData_notexist.html b/ivi/tct-application-tizen-tests/application/ApplicationMetaData_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/ApplicationMetaData_value_attribute.html b/ivi/tct-application-tizen-tests/application/ApplicationMetaData_value_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/Application_ContextId_attribute.html b/ivi/tct-application-tizen-tests/application/Application_ContextId_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/Application_appInfo_attribute.html b/ivi/tct-application-tizen-tests/application/Application_appInfo_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/Application_exit.html b/ivi/tct-application-tizen-tests/application/Application_exit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/Application_exit_exist.html b/ivi/tct-application-tizen-tests/application/Application_exit_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/Application_extend.html b/ivi/tct-application-tizen-tests/application/Application_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/Application_getRequestedAppControl.html b/ivi/tct-application-tizen-tests/application/Application_getRequestedAppControl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/Application_getRequestedAppControl_exist.html b/ivi/tct-application-tizen-tests/application/Application_getRequestedAppControl_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/Application_getRequestedAppControl_extra_argument.html b/ivi/tct-application-tizen-tests/application/Application_getRequestedAppControl_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/Application_hide.html b/ivi/tct-application-tizen-tests/application/Application_hide.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/Application_hide_exist.html b/ivi/tct-application-tizen-tests/application/Application_hide_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/Application_hide_extra_argument.html b/ivi/tct-application-tizen-tests/application/Application_hide_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/Application_notexist.html b/ivi/tct-application-tizen-tests/application/Application_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/FindAppControlSuccessCallback_notexist.html b/ivi/tct-application-tizen-tests/application/FindAppControlSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/FindAppControlSuccessCallback_onsuccess.html b/ivi/tct-application-tizen-tests/application/FindAppControlSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_appControl_attribute.html b/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_appControl_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_callerAppId_attribute.html b/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_callerAppId_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_extend.html b/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_notexist.html b/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure.html b/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_exist.html b/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_extra_argument.html b/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyFailure_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult.html b/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_data_TypeMismatch.html b/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_data_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_exist.html b/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_with_data.html b/ivi/tct-application-tizen-tests/application/RequestedApplicationControl_replyResult_with_data.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_exit.html b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_exit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_launch.html b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_launch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_launch_explicit.html b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_launch_explicit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_reply_failure.html b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_reply_failure.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_reply_result.html b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_reply_result.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_reply_result_with_data.html b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_reply_result_with_data.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_run_test.html b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/appcontrol_run_test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/css/style.css b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/css/style.css old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/icon.png b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/index.html b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/manifest.json b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/resources/COPYING b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/resources/testharness.css b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/resources/testharness.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/resources/testharnessreport.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/resources/unitcommon.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_getRequestedAppControl.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_getRequestedAppControl.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_getRequestedAppControl_extra_argument.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_getRequestedAppControl_extra_argument.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_hide.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_hide.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_hide_extra_argument.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/Application_hide_extra_argument.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_appControl_attribute.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_appControl_attribute.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_callerAppId_attribute.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_callerAppId_attribute.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_extend.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_extend.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_replyFailure_exist.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_replyFailure_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_replyResult_data_TypeMismatch.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_replyResult_data_TypeMismatch.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_replyResult_exist.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControl/tests/RequestedApplicationControl_replyResult_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControlMock/appcontrol_launch_explicit.html b/ivi/tct-application-tizen-tests/application/support/TCTAppControlMock/appcontrol_launch_explicit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControlMock/css/style.css b/ivi/tct-application-tizen-tests/application/support/TCTAppControlMock/css/style.css old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControlMock/icon.png b/ivi/tct-application-tizen-tests/application/support/TCTAppControlMock/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControlMock/index.html b/ivi/tct-application-tizen-tests/application/support/TCTAppControlMock/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControlMock/js/main.js b/ivi/tct-application-tizen-tests/application/support/TCTAppControlMock/js/main.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppControlMock/manifest.json b/ivi/tct-application-tizen-tests/application/support/TCTAppControlMock/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/css/style.css b/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/css/style.css old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/icon.png b/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/index.html b/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/manifest.json b/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest1/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/css/style.css b/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/css/style.css old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/icon.png b/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/index.html b/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/manifest.json b/ivi/tct-application-tizen-tests/application/support/TCTAppInfoEventTest2/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/app_common.js b/ivi/tct-application-tizen-tests/application/support/app_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/application/support/unitcommon.js b/ivi/tct-application-tizen-tests/application/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/config.xml b/ivi/tct-application-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/icon.png b/ivi/tct-application-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/manifest.json b/ivi/tct-application-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/resources/COPYING b/ivi/tct-application-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/resources/testharness.css b/ivi/tct-application-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/resources/testharness.js b/ivi/tct-application-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/resources/testharnessreport.js b/ivi/tct-application-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/suite.json b/ivi/tct-application-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/testcase.xsl b/ivi/tct-application-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/testresult.xsl b/ivi/tct-application-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/tests.bak.xml b/ivi/tct-application-tizen-tests/tests.bak.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/tests.css b/ivi/tct-application-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/tests.full.xml b/ivi/tct-application-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/tests.xml b/ivi/tct-application-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/webrunner/index.html b/ivi/tct-application-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-application-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-application-tizen-tests/webrunner/testrunner.js b/ivi/tct-application-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/COPYING b/ivi/tct-audio-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/README b/ivi/tct-audio-html5-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_buffered_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_buffered_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_buffered_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_buffered_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_buffered_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_buffered_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_currentTime_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_currentTime_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_currentTime_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_currentTime_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_defaultPlaybackRate_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_defaultPlaybackRate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_defaultPlaybackRate_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_defaultPlaybackRate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_duration_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_duration_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_duration_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_duration_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_duration_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_duration_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_ended.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_ended.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_muted_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_muted_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_muted_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_muted_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_oncanplay_event.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_oncanplay_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_oncanplaythrough_event.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_oncanplaythrough_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_onemptied_event.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_onemptied_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_onloadeddata_event.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_onloadeddata_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_onloadedmetadata_event.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_onloadedmetadata_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_onpause_event.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_onpause_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_onplay_event.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_onplay_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_onplaying_event.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_onplaying_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_onratechange_event.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_onratechange_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_onvolumechange_event.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_onvolumechange_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_onwaiting_event.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_onwaiting_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_pause_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_pause_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_pause_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_pause_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_paused_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_paused_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_paused_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_paused_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_paused_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_paused_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_play_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_play_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_play_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_play_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackRate_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackRate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackRate_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackRate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackState_ended.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackState_ended.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackState_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackState_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackState_playing.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackState_playing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackState_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackState_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackState_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackState_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackState_waiting.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_playbackState_waiting.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_played_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_played_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_played_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_played_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_played_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_played_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_seekable_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_seekable_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_seekable_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_seekable_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_seekable_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_seekable_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_unpause_base.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_unpause_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_unpause_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_unpause_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_unpause_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_unpause_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_volume_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_volume_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaController_volume_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaController_volume_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_ABORTED_constant_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_ABORTED_constant_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_ABORTED_constant_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_ABORTED_constant_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_ABORTED_constant_value.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_ABORTED_constant_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_DECODE_constant_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_DECODE_constant_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_DECODE_constant_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_DECODE_constant_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_DECODE_constant_value.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_DECODE_constant_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_NETWORK_constant_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_NETWORK_constant_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_NETWORK_constant_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_NETWORK_constant_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_NETWORK_constant_value.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_NETWORK_constant_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_value.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_code_exists.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_code_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_code_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_code_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_MediaError_code_type.html b/ivi/tct-audio-html5-tests/audio/audio_MediaError_code_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_end.html b/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_end_INDEX_SIZE_ERR.html b/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_end_INDEX_SIZE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_end_exists.html b/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_end_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_length_exists.html b/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_length_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_length_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_length_type.html b/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_start.html b/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_start.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_start_INDEX_SIZE_ERR.html b/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_start_INDEX_SIZE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_start_exists.html b/ivi/tct-audio-html5-tests/audio/audio_TimeRanges_start_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_autoplay_empty_string.html b/ivi/tct-audio-html5-tests/audio/audio_autoplay_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_autoplay_null.html b/ivi/tct-audio-html5-tests/audio/audio_autoplay_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_autoplay_onloadedmetadata.html b/ivi/tct-audio-html5-tests/audio/audio_autoplay_onloadedmetadata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_autoplay_true_autoplay_present.html b/ivi/tct-audio-html5-tests/audio/audio_autoplay_true_autoplay_present.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_buffered_end_type.html b/ivi/tct-audio-html5-tests/audio/audio_buffered_end_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_buffered_length_default_value.html b/ivi/tct-audio-html5-tests/audio/audio_buffered_length_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_buffered_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_buffered_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_buffered_start_type.html b/ivi/tct-audio-html5-tests/audio/audio_buffered_start_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_canPlayType_codecs_order.html b/ivi/tct-audio-html5-tests/audio/audio_canPlayType_codecs_order.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_canPlayType_empty_string.html b/ivi/tct-audio-html5-tests/audio/audio_canPlayType_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_canPlayType_method_type.html b/ivi/tct-audio-html5-tests/audio/audio_canPlayType_method_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_canPlayType_mp3.html b/ivi/tct-audio-html5-tests/audio/audio_canPlayType_mp3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_canPlayType_no_argument.html b/ivi/tct-audio-html5-tests/audio/audio_canPlayType_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_canPlayType_null.html b/ivi/tct-audio-html5-tests/audio/audio_canPlayType_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_canPlayType_return_maybe.html b/ivi/tct-audio-html5-tests/audio/audio_canPlayType_return_maybe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_canPlayType_return_probably.html b/ivi/tct-audio-html5-tests/audio/audio_canPlayType_return_probably.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_constructor.html b/ivi/tct-audio-html5-tests/audio/audio_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_constructor_src.html b/ivi/tct-audio-html5-tests/audio/audio_constructor_src.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_controller_MediaController.html b/ivi/tct-audio-html5-tests/audio/audio_controller_MediaController.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_controller_default_value.html b/ivi/tct-audio-html5-tests/audio/audio_controller_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_controls_empty_string.html b/ivi/tct-audio-html5-tests/audio/audio_controls_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_controls_false_controls_absent.html b/ivi/tct-audio-html5-tests/audio/audio_controls_false_controls_absent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_controls_null.html b/ivi/tct-audio-html5-tests/audio/audio_controls_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_currentSrc_default_value.html b/ivi/tct-audio-html5-tests/audio/audio_currentSrc_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_currentSrc_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_currentSrc_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_currentSrc_src_empty_string.html b/ivi/tct-audio-html5-tests/audio/audio_currentSrc_src_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_currentSrc_src_null.html b/ivi/tct-audio-html5-tests/audio/audio_currentSrc_src_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_currentTime_basic.html b/ivi/tct-audio-html5-tests/audio/audio_currentTime_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_currentTime_default_value.html b/ivi/tct-audio-html5-tests/audio/audio_currentTime_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_currentTime_exception_INVALID_STATE_ERR.html b/ivi/tct-audio-html5-tests/audio/audio_currentTime_exception_INVALID_STATE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_currentTime_value_duration.html b/ivi/tct-audio-html5-tests/audio/audio_currentTime_value_duration.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_currentTime_value_later_end.html b/ivi/tct-audio-html5-tests/audio/audio_currentTime_value_later_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_currentTime_value_null.html b/ivi/tct-audio-html5-tests/audio/audio_currentTime_value_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_defaultMuted_empty_string.html b/ivi/tct-audio-html5-tests/audio/audio_defaultMuted_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_defaultMuted_null.html b/ivi/tct-audio-html5-tests/audio/audio_defaultMuted_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_defaultPlaybackRate_basic.html b/ivi/tct-audio-html5-tests/audio/audio_defaultPlaybackRate_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_defaultPlaybackRate_default_value.html b/ivi/tct-audio-html5-tests/audio/audio_defaultPlaybackRate_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_defaultPlaybackRate_not_effect_by_controller.html b/ivi/tct-audio-html5-tests/audio/audio_defaultPlaybackRate_not_effect_by_controller.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_defaultPlaybackRate_value_null.html b/ivi/tct-audio-html5-tests/audio/audio_defaultPlaybackRate_value_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_defaultPlaybackRate_value_zero.html b/ivi/tct-audio-html5-tests/audio/audio_defaultPlaybackRate_value_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_duration_attribute_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_duration_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_duration_attribute_value_NaN.html b/ivi/tct-audio-html5-tests/audio/audio_duration_attribute_value_NaN.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_duration_attribute_value_resource.html b/ivi/tct-audio-html5-tests/audio/audio_duration_attribute_value_resource.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_element.html b/ivi/tct-audio-html5-tests/audio/audio_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_ended_attribute_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_ended_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_ended_canplaythrough.html b/ivi/tct-audio-html5-tests/audio/audio_ended_canplaythrough.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_ended_currentTime_duration.html b/ivi/tct-audio-html5-tests/audio/audio_ended_currentTime_duration.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_ended_loaddata.html b/ivi/tct-audio-html5-tests/audio/audio_ended_loaddata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_ended_playing.html b/ivi/tct-audio-html5-tests/audio/audio_ended_playing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_error_MEDIA_ERR_SRC_NOT_SUPPORTED.html b/ivi/tct-audio-html5-tests/audio/audio_error_MEDIA_ERR_SRC_NOT_SUPPORTED.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_error_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_error_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_load_method.html b/ivi/tct-audio-html5-tests/audio/audio_load_method.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_load_method_exists.html b/ivi/tct-audio-html5-tests/audio/audio_load_method_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_load_method_type.html b/ivi/tct-audio-html5-tests/audio/audio_load_method_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_loop_empty_string.html b/ivi/tct-audio-html5-tests/audio/audio_loop_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_loop_false_loop_absent.html b/ivi/tct-audio-html5-tests/audio/audio_loop_false_loop_absent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_loop_no_effect_by_controller.html b/ivi/tct-audio-html5-tests/audio/audio_loop_no_effect_by_controller.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_loop_null.html b/ivi/tct-audio-html5-tests/audio/audio_loop_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_mediaGroup_empty_string.html b/ivi/tct-audio-html5-tests/audio/audio_mediaGroup_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_mediaGroup_null.html b/ivi/tct-audio-html5-tests/audio/audio_mediaGroup_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_mediaGroup_valid_value.html b/ivi/tct-audio-html5-tests/audio/audio_mediaGroup_valid_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_muted_false_muted_absent.html b/ivi/tct-audio-html5-tests/audio/audio_muted_false_muted_absent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_networkState_NETWORK_LOADING.html b/ivi/tct-audio-html5-tests/audio/audio_networkState_NETWORK_LOADING.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_networkState_NETWORK_NO_SOURCE.html b/ivi/tct-audio-html5-tests/audio/audio_networkState_NETWORK_NO_SOURCE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_networkState_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_networkState_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_ondurationchange_event.html b/ivi/tct-audio-html5-tests/audio/audio_ondurationchange_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_onemptied_event.html b/ivi/tct-audio-html5-tests/audio/audio_onemptied_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_onended_event.html b/ivi/tct-audio-html5-tests/audio/audio_onended_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_onerror_event.html b/ivi/tct-audio-html5-tests/audio/audio_onerror_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_onpause_event.html b/ivi/tct-audio-html5-tests/audio/audio_onpause_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_onratechange_event_defaultPlaybackRate.html b/ivi/tct-audio-html5-tests/audio/audio_onratechange_event_defaultPlaybackRate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_onratechange_event_playbackRate.html b/ivi/tct-audio-html5-tests/audio/audio_onratechange_event_playbackRate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_onseeking_event.html b/ivi/tct-audio-html5-tests/audio/audio_onseeking_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_ontimeupdate_event.html b/ivi/tct-audio-html5-tests/audio/audio_ontimeupdate_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_onvolumechange_event_muted.html b/ivi/tct-audio-html5-tests/audio/audio_onvolumechange_event_muted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_onvolumechange_event_volume.html b/ivi/tct-audio-html5-tests/audio/audio_onvolumechange_event_volume.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_onwaiting_event.html b/ivi/tct-audio-html5-tests/audio/audio_onwaiting_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_pause_aac.html b/ivi/tct-audio-html5-tests/audio/audio_pause_aac.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_pause_amr.html b/ivi/tct-audio-html5-tests/audio/audio_pause_amr.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_pause_method_exists.html b/ivi/tct-audio-html5-tests/audio/audio_pause_method_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_pause_method_type.html b/ivi/tct-audio-html5-tests/audio/audio_pause_method_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_pause_mp3.html b/ivi/tct-audio-html5-tests/audio/audio_pause_mp3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_pause_mp4_aac.html b/ivi/tct-audio-html5-tests/audio/audio_pause_mp4_aac.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_pause_ogg_vorbis.html b/ivi/tct-audio-html5-tests/audio/audio_pause_ogg_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_pause_wav_pcm.html b/ivi/tct-audio-html5-tests/audio/audio_pause_wav_pcm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_pause_webm_vorbis.html b/ivi/tct-audio-html5-tests/audio/audio_pause_webm_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_paused_attribute_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_paused_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_play_aac.html b/ivi/tct-audio-html5-tests/audio/audio_play_aac.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_play_amr.html b/ivi/tct-audio-html5-tests/audio/audio_play_amr.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_play_method_exists.html b/ivi/tct-audio-html5-tests/audio/audio_play_method_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_play_method_type.html b/ivi/tct-audio-html5-tests/audio/audio_play_method_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_play_mp3.html b/ivi/tct-audio-html5-tests/audio/audio_play_mp3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_play_mp4_aac.html b/ivi/tct-audio-html5-tests/audio/audio_play_mp4_aac.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_play_ogg_vorbis.html b/ivi/tct-audio-html5-tests/audio/audio_play_ogg_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_play_wav_pcm.html b/ivi/tct-audio-html5-tests/audio/audio_play_wav_pcm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_play_webm_vorbis.html b/ivi/tct-audio-html5-tests/audio/audio_play_webm_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_playbackRate_basic.html b/ivi/tct-audio-html5-tests/audio/audio_playbackRate_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_playbackRate_default_value.html b/ivi/tct-audio-html5-tests/audio/audio_playbackRate_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_playbackRate_not_effect_by_controller.html b/ivi/tct-audio-html5-tests/audio/audio_playbackRate_not_effect_by_controller.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_playbackRate_value_null.html b/ivi/tct-audio-html5-tests/audio/audio_playbackRate_value_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_playbackRate_value_zero.html b/ivi/tct-audio-html5-tests/audio/audio_playbackRate_value_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_played_attribute_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_played_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_played_length_default_value.html b/ivi/tct-audio-html5-tests/audio/audio_played_length_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_preload_auto.html b/ivi/tct-audio-html5-tests/audio/audio_preload_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_resume_ogg_vorbis.html b/ivi/tct-audio-html5-tests/audio/audio_resume_ogg_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_resume_wav_pcm.html b/ivi/tct-audio-html5-tests/audio/audio_resume_wav_pcm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_resume_webm_vorbis.html b/ivi/tct-audio-html5-tests/audio/audio_resume_webm_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_seek_ogg_vorbis.html b/ivi/tct-audio-html5-tests/audio/audio_seek_ogg_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_seek_wav_pcm.html b/ivi/tct-audio-html5-tests/audio/audio_seek_wav_pcm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_seek_webm_vorbis.html b/ivi/tct-audio-html5-tests/audio/audio_seek_webm_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_seekable_attribute_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_seekable_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_seekable_length_default_value.html b/ivi/tct-audio-html5-tests/audio/audio_seekable_length_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_seeking_attribute_readonly.html b/ivi/tct-audio-html5-tests/audio/audio_seeking_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_seeking_value_true.html b/ivi/tct-audio-html5-tests/audio/audio_seeking_value_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_src_basic.html b/ivi/tct-audio-html5-tests/audio/audio_src_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_src_changed_trigger_loadstart.html b/ivi/tct-audio-html5-tests/audio/audio_src_changed_trigger_loadstart.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_src_default_value.html b/ivi/tct-audio-html5-tests/audio/audio_src_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_src_modify.html b/ivi/tct-audio-html5-tests/audio/audio_src_modify.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_src_null.html b/ivi/tct-audio-html5-tests/audio/audio_src_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_stop_ogg_vorbis.html b/ivi/tct-audio-html5-tests/audio/audio_stop_ogg_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_stop_wav_pcm.html b/ivi/tct-audio-html5-tests/audio/audio_stop_wav_pcm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/audio_stop_webm_vorbis.html b/ivi/tct-audio-html5-tests/audio/audio_stop_webm_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/media/AAC+_16bit_Mono_16KHz_24Kbps_60sec(0.1Mb).aac b/ivi/tct-audio-html5-tests/audio/media/AAC+_16bit_Mono_16KHz_24Kbps_60sec(0.1Mb).aac old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/media/AMR-NB_16bit_Mono_6KHz_12Kbps_10s(29Kb).AMR b/ivi/tct-audio-html5-tests/audio/media/AMR-NB_16bit_Mono_6KHz_12Kbps_10s(29Kb).AMR old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/media/COPYING b/ivi/tct-audio-html5-tests/audio/media/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/media/movie_5.mp4 b/ivi/tct-audio-html5-tests/audio/media/movie_5.mp4 old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/media/movie_5.ogv b/ivi/tct-audio-html5-tests/audio/media/movie_5.ogv old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/media/movie_5.webm b/ivi/tct-audio-html5-tests/audio/media/movie_5.webm old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/media/sound_5.mp3 b/ivi/tct-audio-html5-tests/audio/media/sound_5.mp3 old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/media/sound_5.mp4 b/ivi/tct-audio-html5-tests/audio/media/sound_5.mp4 old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/media/sound_5.oga b/ivi/tct-audio-html5-tests/audio/media/sound_5.oga old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/media/sound_5.wav b/ivi/tct-audio-html5-tests/audio/media/sound_5.wav old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/spec.json b/ivi/tct-audio-html5-tests/audio/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/support/audioelement.js b/ivi/tct-audio-html5-tests/audio/support/audioelement.js old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/support/mediaelement.js b/ivi/tct-audio-html5-tests/audio/support/mediaelement.js old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/COPYING b/ivi/tct-audio-html5-tests/audio/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_001.htm b/ivi/tct-audio-html5-tests/audio/w3c/audio_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_002.htm b/ivi/tct-audio-html5-tests/audio/w3c/audio_002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_attributes.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_content-ref.htm b/ivi/tct-audio-html5-tests/audio/w3c/audio_content-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_controls_present-manual.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_controls_present-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_controls_reflect.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_controls_reflect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_defaultMuted_reflect.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_defaultMuted_reflect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_loop_base.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_loop_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_loop_current_media_controller-manual.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_loop_current_media_controller-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_loop_reflect.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_loop_reflect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_muted_overriding_volume-manual.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_muted_overriding_volume-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_muted_present-manual.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_muted_present-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_muted_volumechange.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_muted_volumechange.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_volume_check.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_volume_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_volume_loudest-manual.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_volume_loudest-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_volume_silent-manual.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_volume_silent-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/audio_volume_volumechange.html b/ivi/tct-audio-html5-tests/audio/w3c/audio_volume_volumechange.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream.html b/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream_with_codecs_1.html b/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream_with_codecs_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream_with_codecs_2.html b/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_application_octet_stream_with_codecs_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_bogus_type.html b/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_bogus_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_method_exists.html b/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_method_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_supported_but_no_codecs_parameter_1.html b/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_supported_but_no_codecs_parameter_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_supported_but_no_codecs_parameter_2.html b/ivi/tct-audio-html5-tests/audio/w3c/canPlayType_supported_but_no_codecs_parameter_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/currentSrc.html b/ivi/tct-audio-html5-tests/audio/w3c/currentSrc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/currentSrc_property_exists.html b/ivi/tct-audio-html5-tests/audio/w3c/currentSrc_property_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/error_null.html b/ivi/tct-audio-html5-tests/audio/w3c/error_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/error_property_exists.html b/ivi/tct-audio-html5-tests/audio/w3c/error_property_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/event_canplay.html b/ivi/tct-audio-html5-tests/audio/w3c/event_canplay.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/event_canplaythrough.html b/ivi/tct-audio-html5-tests/audio/w3c/event_canplaythrough.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/event_loadeddata.html b/ivi/tct-audio-html5-tests/audio/w3c/event_loadeddata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/event_loadedmetadata.html b/ivi/tct-audio-html5-tests/audio/w3c/event_loadedmetadata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/event_loadstart.html b/ivi/tct-audio-html5-tests/audio/w3c/event_loadstart.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/event_order_canplay_canplaythrough.html b/ivi/tct-audio-html5-tests/audio/w3c/event_order_canplay_canplaythrough.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/event_order_canplay_playing.html b/ivi/tct-audio-html5-tests/audio/w3c/event_order_canplay_playing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/event_order_loadedmetadata_loadeddata.html b/ivi/tct-audio-html5-tests/audio/w3c/event_order_loadedmetadata_loadeddata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/event_order_loadstart_progress.html b/ivi/tct-audio-html5-tests/audio/w3c/event_order_loadstart_progress.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/event_play.html b/ivi/tct-audio-html5-tests/audio/w3c/event_play.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/event_playing.html b/ivi/tct-audio-html5-tests/audio/w3c/event_playing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/event_progress.html b/ivi/tct-audio-html5-tests/audio/w3c/event_progress.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/muted.html b/ivi/tct-audio-html5-tests/audio/w3c/muted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/networkState_initial.html b/ivi/tct-audio-html5-tests/audio/w3c/networkState_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/networkState_property_exists.html b/ivi/tct-audio-html5-tests/audio/w3c/networkState_property_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/paused_false_during_play.html b/ivi/tct-audio-html5-tests/audio/w3c/paused_false_during_play.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/paused_true_during_pause.html b/ivi/tct-audio-html5-tests/audio/w3c/paused_true_during_pause.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/preload_property_exists.html b/ivi/tct-audio-html5-tests/audio/w3c/preload_property_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/preload_reflects_auto_value.html b/ivi/tct-audio-html5-tests/audio/w3c/preload_reflects_auto_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/preload_reflects_metadata.html b/ivi/tct-audio-html5-tests/audio/w3c/preload_reflects_metadata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/preload_reflects_none.html b/ivi/tct-audio-html5-tests/audio/w3c/preload_reflects_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/preload_reflects_none_autoplay.html b/ivi/tct-audio-html5-tests/audio/w3c/preload_reflects_none_autoplay.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/readyState_during_canplay.html b/ivi/tct-audio-html5-tests/audio/w3c/readyState_during_canplay.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/readyState_during_canplaythrough.html b/ivi/tct-audio-html5-tests/audio/w3c/readyState_during_canplaythrough.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/readyState_during_loadeddata.html b/ivi/tct-audio-html5-tests/audio/w3c/readyState_during_loadeddata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/readyState_during_loadedmetadata.html b/ivi/tct-audio-html5-tests/audio/w3c/readyState_during_loadedmetadata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/readyState_during_playing.html b/ivi/tct-audio-html5-tests/audio/w3c/readyState_during_playing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/readyState_initial.html b/ivi/tct-audio-html5-tests/audio/w3c/readyState_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/readyState_property_exists.html b/ivi/tct-audio-html5-tests/audio/w3c/readyState_property_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/src_reflects_attribute_not_source_elements.html b/ivi/tct-audio-html5-tests/audio/w3c/src_reflects_attribute_not_source_elements.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/src_reflects_no_value.html b/ivi/tct-audio-html5-tests/audio/w3c/src_reflects_no_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/src_removal_does_not_trigger_loadstart.html b/ivi/tct-audio-html5-tests/audio/w3c/src_removal_does_not_trigger_loadstart.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/support/fail.gif b/ivi/tct-audio-html5-tests/audio/w3c/support/fail.gif old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/audio/w3c/support/media.js b/ivi/tct-audio-html5-tests/audio/w3c/support/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/common/COPYING b/ivi/tct-audio-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/common/domtestcase.js b/ivi/tct-audio-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/common/media.js b/ivi/tct-audio-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/config.xml b/ivi/tct-audio-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/icon.png b/ivi/tct-audio-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/manifest.json b/ivi/tct-audio-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/resources/COPYING b/ivi/tct-audio-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/resources/testharness.css b/ivi/tct-audio-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/resources/testharness.js b/ivi/tct-audio-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/resources/testharnessreport.js b/ivi/tct-audio-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/suite.json b/ivi/tct-audio-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/testcase.xsl b/ivi/tct-audio-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/testresult.xsl b/ivi/tct-audio-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/tests.css b/ivi/tct-audio-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/tests.full.xml b/ivi/tct-audio-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/tests.xml b/ivi/tct-audio-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/webrunner/index.html b/ivi/tct-audio-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-audio-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-audio-html5-tests/webrunner/testrunner.js b/ivi/tct-audio-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/COPYING b/ivi/tct-backgrounds-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/README b/ivi/tct-backgrounds-css3-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_no-repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-x_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-x_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_fixed_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_no-repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-x_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-x_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_local_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_no-repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-x_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-x_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-attachment_scroll_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_no-repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-x_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-x_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_border-box_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_no-repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-x_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-x_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_content-box_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_no-repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-x_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-x_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-clip_padding-box_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_hsl.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_hsl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_initial_value.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_red.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_red.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_rgb.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_rgb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_excess_values.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_excess_values.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_initial_value.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_many_url.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_many_url.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_no_enough_comma-separated_values.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_no_enough_comma-separated_values.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-image_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_no-repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-x_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-x_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_border-box_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_no-repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-x_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-x_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_content-box_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_no-repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-x_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-x_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-origin_padding-box_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-posiltion_offset_inward.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-posiltion_offset_inward.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-posiltion_offset_outward.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-posiltion_offset_outward.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_2cm_1cm-manual.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_2cm_1cm-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_bottom.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_bottom.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_center.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_center.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_center_bottom.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_center_bottom.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_center_top.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_center_top.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_initial.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left_bottom.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left_bottom.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left_center.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left_center.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left_top.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_left_top.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_only_one.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_only_one.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right_bottom.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right_bottom.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right_center.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right_center.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right_top.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-position_right_top.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_no-repeat.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_no-repeat.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat-x_left_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat-x_left_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat-x_left_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat-x_left_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat-y.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat-y.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_repeat.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_round.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_round.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_space.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-repeat_space.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_no-repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-x_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-y_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-y_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50pct_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-x_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-x_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat_none_image.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat_none_image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_50px_70px_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_no-repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_contain_repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_no-repeat_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_no-repeat_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_no-repeat_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_no-repeat_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-x_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-x_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-x_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-x_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-y_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-y_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-y_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_cover_repeat-y_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_negative.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-size_negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_default_layer.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_default_layer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_example_equivalent.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_example_equivalent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_bottom_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_bottom_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_bottom_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_bottom_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_left_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_left_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_left_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_left_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_right_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_right_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_right_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_right_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_top_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_top_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_top_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_no-repeat_top_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_bottom_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_bottom_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_bottom_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_bottom_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_left_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_left_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_left_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_left_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_right_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_right_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_right_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_right_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_top_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_top_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_top_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-x_top_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_bottom_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_bottom_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_bottom_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_bottom_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_left_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_left_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_left_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_left_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_right_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_right_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_right_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat-y_right_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_bottom_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_bottom_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_bottom_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_bottom_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_left_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_left_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_left_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_left_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_right_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_right_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_right_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_right_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_top_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_top_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_top_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background_f00_repeat_top_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_ccc_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_ccc_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_ccc_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_ccc_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_rgb_255_255_0_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_rgb_255_255_0_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_rgb_255_255_0_dotted_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_rgb_255_255_0_dotted_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_rgb_255_255_0_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-color_rgb_255_255_0_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_10px_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_10px_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_10px_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_10px_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_2em_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_2em_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_2em_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_2em_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_50pct_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_50pct_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_initial.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_length_length.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_length_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_negative_length.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_negative_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_negative_percentage.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_negative_percentage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_percentage_length.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_percentage_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_percentage_percentage.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-left-radius_percentage_percentage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_10pct_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_10pct_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_10px_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_10px_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_initial.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_length_length.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_length_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_negative_length.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_negative_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_negative_percentage.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_negative_percentage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_percentage_length.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_percentage_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_percentage_percentage.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-right-radius_percentage_percentage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_dashed.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_dotted.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_double.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_double.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_groove.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_groove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_hidden.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_hidden.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_inset.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_inset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_outset.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_outset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_ridge.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_ridge.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_solid.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-style_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_2em_dashed.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_2em_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_2em_dotted.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_2em_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_2em_solid.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_2em_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_30px_dashed.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_30px_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_30px_dotted.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_30px_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_30px_solid.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-bottom-width_30px_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_000_solid_0px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_000_solid_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_000_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_000_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_000_solid_neg5px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_000_solid_neg5px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_dashed_0px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_dashed_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_dashed_neg5px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_dashed_neg5px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_green_blue_yellow_solid_0px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_green_blue_yellow_solid_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_green_blue_yellow_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_green_blue_yellow_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_green_blue_yellow_solid_neg5px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_green_blue_yellow_solid_neg5px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_yellow_dashed_0px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_yellow_dashed_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_yellow_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_yellow_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_yellow_dashed_neg5px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_red_yellow_dashed_neg5px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_rgb_255_130_255_dashed_0px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_rgb_255_130_255_dashed_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_rgb_255_130_255_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-color_rgb_255_130_255_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_url_png_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_url_png_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_url_png_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_url_png_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_30_30_url_png_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_url_png_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_url_png_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_url_png_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_url_png_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_5_5_url_png_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_bottom_value_miss-manual.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_bottom_value_miss-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_value_miss-manual.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_value_miss-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_url_png_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_url_png_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_url_png_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_url_png_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_neg50_neg50_url_png_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_negative_not_allowed.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_negative_not_allowed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_url_png_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_url_png_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_url_png_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_url_png_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_no-repeat_url_png_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-x_url_png_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_url_png_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_url_png_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_url_png_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_url_png_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat-y_url_png_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_url_png_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_url_png_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_url_png_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_url_png_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-repeat_repeat_url_png_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_url_png_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_url_png_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_url_png_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_url_png_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50pct_50pct_url_png_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_url_png_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_url_png_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_url_png_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_url_png_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_50px_40px_url_png_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_url_png_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_url_png_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_url_png_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_url_png_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_fill_url_png_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_bottom_value_miss-manual.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_bottom_value_miss-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_value_miss-manual.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_value_miss-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_negative_interpreted_100pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_negative_interpreted_100pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50pct_50pct_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50pct_50pct_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50pct_50pct_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50pct_50pct_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50pct_50pct_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50pct_50pct_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50px_40px_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50px_40px_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50px_40px_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50px_40px_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50px_40px_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_50px_40px_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_fill_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_fill_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_fill_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_fill_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_fill_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_none_fill_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50pct_50pct_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50pct_50pct_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50pct_50pct_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50pct_50pct_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50pct_50pct_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50pct_50pct_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50px_40px_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50px_40px_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50px_40px_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50px_40px_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50px_40px_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_50px_40px_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_fill_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_fill_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_fill_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_fill_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_fill_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-source_url_png_fill_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50pct_50pct_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50pct_50pct_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50pct_50pct_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50pct_50pct_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50px_40px_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50px_40px_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50px_40px_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_50px_40px_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_fill_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_fill_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_fill_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_20pct_fill_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50pct_50pct_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50pct_50pct_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50pct_50pct_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50pct_50pct_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50px_40px_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50px_40px_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50px_40px_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_50px_40px_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_fill_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_fill_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_fill_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_500px_fill_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50pct_50pct_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50pct_50pct_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50pct_50pct_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50pct_50pct_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50px_40px_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50px_40px_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50px_40px_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_50px_40px_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_fill_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_fill_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_fill_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_50px_fill_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50pct_50pct_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50pct_50pct_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50pct_50pct_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50pct_50pct_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50px_40px_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50px_40px_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50px_40px_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_50px_40px_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_fill_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_fill_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_fill_url_png.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_auto_fill_url_png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_bottom_value_miss-manual.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_bottom_value_miss-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_value_miss-manual.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_value_miss-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_negative_not_allowed.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_negative_not_allowed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_url_png_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_url_png_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_url_png_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_url_png_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50pct_50pct_url_png_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_url_png_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_url_png_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_url_png_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_url_png_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_url_png_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_50px_40px_url_png_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_fill_none_20pct.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_fill_none_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_fill_none_50px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_fill_none_50px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_fill_none_auto.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image_fill_none_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_ccc_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_ccc_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_ccc_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_ccc_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_f00_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_f00_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_rgb_255_255_0_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_rgb_255_255_0_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_rgb_255_255_0_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-color_rgb_255_255_0_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_dashed.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_dotted.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_double.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_double.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_groove.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_groove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_hidden.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_hidden.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_inset.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_inset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_outset.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_outset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_ridge.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_ridge.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_solid.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-style_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_2em_dashed.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_2em_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_2em_dotted.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_2em_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_2em_solid.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_2em_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_30px_dashed.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_30px_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_30px_dotted.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_30px_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_30px_solid.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-left-width_30px_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_dashed_ccc_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_dashed_ccc_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_dashed_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_dashed_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_solid_ccc_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_solid_ccc_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_solid_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_0px_solid_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_dashed_ccc_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_dashed_ccc_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_dashed_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_dashed_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_solid_ccc_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_solid_ccc_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_solid_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_2px_3px_4px_5px_solid_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50pct_dashed_ccc_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50pct_dashed_ccc_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50pct_dashed_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50pct_dashed_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50pct_solid_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50pct_solid_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_dashed_ccc_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_dashed_ccc_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_dashed_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_dashed_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_solid_ccc_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_solid_ccc_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_solid_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_50px_solid_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_dashed_ccc_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_dashed_ccc_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_dashed_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_dashed_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_solid_ccc_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_solid_ccc_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_solid_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_5px_solid_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_bottomleft_omitted.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_bottomleft_omitted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_bottomright_bottomleft_omitted.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-radius_bottomright_bottomleft_omitted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_ccc_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_ccc_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_ccc_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_ccc_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_rgb_0_255_0_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_rgb_0_255_0_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_rgb_255_255_0_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_rgb_255_255_0_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_rgb_255_255_0_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-color_rgb_255_255_0_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_dashed.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_dotted.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_double.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_double.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_groove.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_groove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_hidden.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_hidden.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_inset.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_inset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_outset.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_outset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_ridge.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_ridge.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_solid.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-style_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_2em_dashed.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_2em_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_2em_dotted.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_2em_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_2em_solid.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_2em_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_30px_dashed.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_30px_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_30px_dotted.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_30px_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_30px_solid.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-right-width_30px_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_double_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_double_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_double_f00_neg5px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_double_f00_neg5px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_groove_f00_0px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_groove_f00_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_groove_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_groove_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_groove_f00_neg5px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_groove_f00_neg5px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_hidden_f00_0px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_hidden_f00_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_hidden_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_hidden_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_hidden_f00_neg5px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_hidden_f00_neg5px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inherit_f00_0px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inherit_f00_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inherit_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inherit_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inherit_f00_neg5px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inherit_f00_neg5px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inset_f00_0px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inset_f00_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inset_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_inset_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_outset_f00_0px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_outset_f00_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_outset_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_outset_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_outset_f00_neg5px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_outset_f00_neg5px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_ridge_f00_0px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_ridge_f00_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_ridge_f00_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_ridge_f00_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_ridge_f00_neg5px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_ridge_f00_neg5px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_solid_f00_0px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-style_solid_f00_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_ccc_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_ccc_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_ccc_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_ccc_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_f00_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_f00_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_f00_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_f00_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_rgb_255_255_0_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-color_rgb_255_255_0_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10pct_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10pct_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10pct_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10pct_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10px_dashed_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10px_dashed_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10px_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_10px_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_initial.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_length_length.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_length_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_negative_length.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_negative_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_negative_percentage.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_negative_percentage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_percentage_length.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_percentage_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_percentage_percentage.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-left-radius_percentage_percentage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_10px_solid_2px.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_10px_solid_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_initial.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_length_length.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_length_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_negative.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_negative_percentage.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_negative_percentage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_percentage_length.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_percentage_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_percentage_percentage.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-right-radius_percentage_percentage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_dashed.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_dotted.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_double.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_double.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_groove.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_groove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_hidden.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_hidden.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_inset.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_inset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_none.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_outset.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_outset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_ridge.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_ridge.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_solid.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-style_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_100px_dashed_000.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_100px_dashed_000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_100px_solid_000.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_100px_solid_000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_30px_dashed_000.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_30px_dashed_000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_30px_solid_000.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_30px_solid_000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_neg5px_dashed_000.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_neg5px_dashed_000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_neg5px_solid_000.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-top-width_neg5px_solid_000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_dashed_ccc.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_dashed_ccc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_dashed_f00.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_dashed_f00.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_solid_ccc.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_solid_ccc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_solid_f00.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_0px_solid_f00.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_dashed_ccc.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_dashed_ccc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_dashed_f00.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_dashed_f00.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_solid_ccc.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_solid_ccc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_solid_f00.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_20px_solid_f00.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_dashed_ccc.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_dashed_ccc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_dashed_f00.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_dashed_f00.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_solid_ccc.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_solid_ccc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_solid_f00.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_50px_solid_f00.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_dashed_ccc.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_dashed_ccc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_dashed_f00.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_dashed_f00.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_solid_ccc.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_solid_ccc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_solid_f00.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_neg5px_solid_f00.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_dashed_ccc.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_dashed_ccc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_dashed_f00.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_dashed_f00.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_solid_ccc.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_solid_ccc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_solid_f00.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-width_none_solid_f00.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_10px_ridge_000.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_10px_ridge_000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_20pct_dotted_000.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_20pct_dotted_000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_20px_double_000.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_20px_double_000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_20px_groove_000.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_20px_groove_000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_10px_10px_50px_20px_pink_inset.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_10px_10px_50px_20px_pink_inset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_10px_10px_black.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_10px_10px_black.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_20px_20px_50px_20px_pink.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_20px_20px_50px_20px_pink.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_40px_40px_50px_20px_pink.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_40px_40px_50px_20px_pink.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_10px_black.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_10px_black.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_20px_black.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_20px_black.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_10px_black.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_10px_black.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_black.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_black.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_blue.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_blue.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_pink.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_pink.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_red.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_20px_red.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_5px_black.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_5px_black.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_black.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_50px_black.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_5px_black.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_5px_black.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_black.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_black.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_inset_black.html b/ivi/tct-backgrounds-css3-tests/backgrounds/CSS3BG_box-shadow_50px_50px_inset_black.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/COPYING b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-001-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-001.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-002-manual.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-002-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-006-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-006-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-006.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-006.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-007.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-007.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-008.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-008.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-009.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-009.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-010.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-010.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-011-manual.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-011-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-012-manual.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-012-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-013-manual.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-013-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-014.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-014.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-015-manual.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-015-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-016.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-016.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-017.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-017.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-018.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-018.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-019-manual.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-019-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-020.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-020.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-021.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-021.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-022.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-022.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-023-manual.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-023-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-024.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-024.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-025.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-025.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-002.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-003.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-004.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-005.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-006.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-008.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-clip-008.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-image-first-letter.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-image-first-letter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-intrinsic-001.htm b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-intrinsic-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-intrinsic-ref.xht b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-intrinsic-ref.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-002.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-003.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-004.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-005.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-006.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-007.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-008.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-origin-008.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-paint-order-001.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-paint-order-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-002.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-005.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-006.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-007.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-008.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-008.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-009.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-009.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-010.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-011.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-011.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-012.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-012.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-013.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-013.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-014.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-014.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-015.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-015.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-016.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-016.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-017.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-017.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-018.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-018.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-019.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-019.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-020.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-020.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-021.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-021.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-024-manual.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-024-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-026.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-026.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-028.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-028.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-030.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-030.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-032-manual.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-032-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-033-manual.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-033-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-034.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-034.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-contain-001.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-contain-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-contain-002.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-contain-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-cover-001.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-cover-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-cover-002.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-cover-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-clip-002-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-clip-002-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-clip-004-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-clip-004-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-clip-005-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-clip-005-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-image-first-letter-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-image-first-letter-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-origin-002-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-origin-002-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-origin-004-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-origin-004-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-origin-005-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-origin-005-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-origin-006-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-origin-006-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-origin-007-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-origin-007-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-origin-008-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-origin-008-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-paint-order-001-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-paint-order-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-002-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-002-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-006-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-006-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-007-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-007-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-009-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-009-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-021-ref.html b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-021-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-026-ref.xht b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-026-ref.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-028-ref.xht b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/background-size-028-ref.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/ref-filled-green-100px-square.xht b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/ref-filled-green-100px-square.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/ref-if-there-is-no-red.xht b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/ref-if-there-is-no-red.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/ref-nothing-below.xht b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/reference/ref-nothing-below.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/100x100-blue-and-orange.png b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/100x100-blue-and-orange.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/1x1-green.png b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/1x1-green.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/40px-wide-20px-tall-green-rect.png b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/40px-wide-20px-tall-green-rect.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/50x50-green.png b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/50x50-green.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/60x60-green.png b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/60x60-green.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/60x60-red.png b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/60x60-red.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/COPYING b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/blue-orange-rectangle.png b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/blue-orange-rectangle.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/blue96x96.png b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/blue96x96.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/cat.png b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/cat.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/green-intrinsic-none.svg b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/green-intrinsic-none.svg old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/green_box.png b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/green_box.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/red-intrinsic-none.svg b/ivi/tct-backgrounds-css3-tests/backgrounds/csswg/support/red-intrinsic-none.svg old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/spec.json b/ivi/tct-backgrounds-css3-tests/backgrounds/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/support/COPYING b/ivi/tct-backgrounds-css3-tests/backgrounds/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/support/background_border_test.js b/ivi/tct-backgrounds-css3-tests/backgrounds/support/background_border_test.js old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/support/support.js b/ivi/tct-backgrounds-css3-tests/backgrounds/support/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/support/swatch-orange.png b/ivi/tct-backgrounds-css3-tests/backgrounds/support/swatch-orange.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/webkit/COPYING b/ivi/tct-backgrounds-css3-tests/backgrounds/webkit/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/webkit/resources/diamond.png b/ivi/tct-backgrounds-css3-tests/backgrounds/webkit/resources/diamond.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/backgrounds/webkit/resources/ring.png b/ivi/tct-backgrounds-css3-tests/backgrounds/webkit/resources/ring.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/config.xml b/ivi/tct-backgrounds-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/icon.png b/ivi/tct-backgrounds-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/manifest.json b/ivi/tct-backgrounds-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/resources/COPYING b/ivi/tct-backgrounds-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/resources/testharness.css b/ivi/tct-backgrounds-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/resources/testharness.js b/ivi/tct-backgrounds-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/resources/testharnessreport.js b/ivi/tct-backgrounds-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/suite.json b/ivi/tct-backgrounds-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/testcase.xsl b/ivi/tct-backgrounds-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/testresult.xsl b/ivi/tct-backgrounds-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/tests.css b/ivi/tct-backgrounds-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/tests.full.xml b/ivi/tct-backgrounds-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/tests.xml b/ivi/tct-backgrounds-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/webrunner/index.html b/ivi/tct-backgrounds-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-backgrounds-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-backgrounds-css3-tests/webrunner/testrunner.js b/ivi/tct-backgrounds-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/COPYING b/ivi/tct-bluetooth-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-bluetooth-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/NOTICE b/ivi/tct-bluetooth-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/README b/ivi/tct-bluetooth-tizen-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onnamechanged.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onnamechanged.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onstatechanged.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onstatechanged.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onvisibilitychanged.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onvisibilitychanged.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_address_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_address_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_bondingDevice.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_bondingDevice.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_callback_onerror.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_callback_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_deviceaddress_correct.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_deviceaddress_correct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_devicebonded.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_devicebonded.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_devicename_correct.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_devicename_correct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_deviceuuid_correct.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_deviceuuid_correct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_missarg.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_error_null_and_success_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_error_null_and_success_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_callback_onerror.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_callback_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_successCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_TypeMismatch_and_error_null.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_TypeMismatch_and_error_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_null_and_error_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_null_and_error_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_onerror.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_successful.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_successful.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_invalid_callback_name.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_invalid_callback_name.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_missarg.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfinish_successful.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfinish_successful.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_deviceaddress.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_deviceaddress.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_devicename.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_devicename.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_successful.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_successful.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_extend.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_function_type_check.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_function_type_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_callback_onerror.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_callback_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_missarg.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_success_TypeMismatch_and_error_null.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_success_TypeMismatch_and_error_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_onerror.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_successful.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_successful.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_check_types.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_check_types.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_missarg.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_success_TypeMismatch_error_null.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_success_TypeMismatch_error_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_name_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_name_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_powered_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_powered_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_missarg.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onconnect_successful.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onconnect_successful.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onerror.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_success_TypeMismatch_and_error_null.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_success_TypeMismatch_and_error_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_listener_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_listener_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_listener_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_missarg.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_callback_error.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_callback_error.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_longname.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_longname.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_successCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_success_TypeMismatch_and_error_null.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_success_TypeMismatch_and_error_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_success_null_and_error_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_success_null_and_error_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPower_off.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPower_off.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_with_successCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_callback_onerror.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_callback_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_successCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_timeout.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_timeout.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_callback_onerror.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_callback_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_successCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener_extra_argument.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_visible_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_visible_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_AUDIO_VIDEO_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_AUDIO_VIDEO_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_COMPUTER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_COMPUTER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_HEALTH_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_HEALTH_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_IMAGING_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_IMAGING_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_MISC_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_MISC_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_NETWORK_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_NETWORK_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_PERIPHERAL_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_PERIPHERAL_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_PHONE_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_PHONE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_TOY_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_TOY_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_UNCATEGORIZED_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_UNCATEGORIZED_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_WEARABLE_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_WEARABLE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_extend.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_CAMCORDER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_CAMCORDER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_CAR_AUDIO_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_CAR_AUDIO_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_GAMING_TOY_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_GAMING_TOY_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HANDSFREE_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HANDSFREE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HEADPHONES_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HEADPHONES_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HIFI_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HIFI_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_LOUDSPEAKER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_LOUDSPEAKER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_MICROPHONE_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_MICROPHONE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_MONITOR_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_MONITOR_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_SETTOP_BOX_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_SETTOP_BOX_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_UNRECOGNIZED_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_UNRECOGNIZED_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VCR_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VCR_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VIDEO_CAMERA_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VIDEO_CAMERA_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_DESKTOP_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_DESKTOP_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_LAPTOP_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_LAPTOP_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_SERVER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_SERVER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_WEARABLE_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_WEARABLE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_THERMOMETER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_THERMOMETER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_UNDEFINED_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_UNDEFINED_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_CAMERA_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_CAMERA_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_DISPLAY_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_DISPLAY_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_PRINTER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_PRINTER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_SCANNER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_SCANNER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_CELLULAR_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_CELLULAR_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_CORDLESS_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_CORDLESS_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_ISDN_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_ISDN_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_SMARTPHONE_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_SMARTPHONE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_CONTROLLER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_CONTROLLER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_DOLL_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_DOLL_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_GAME_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_GAME_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_ROBOT_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_ROBOT_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_VEHICLE_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_VEHICLE_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_GLASSES_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_GLASSES_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_HELMET_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_HELMET_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_JACKET_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_JACKET_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_PAGER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_PAGER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_extend.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_AUDIO_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_AUDIO_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_CAPTURING_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_CAPTURING_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_INFORMATION_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_INFORMATION_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_LIMITED_DISCOVERABILITY_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_LIMITED_DISCOVERABILITY_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_NETWORKING_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_NETWORKING_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_OBJECT_TRANSFER_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_OBJECT_TRANSFER_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_POSITIONING_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_POSITIONING_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_RENDERING_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_RENDERING_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_TELEPHONY_const.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_TELEPHONY_const.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_extend.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass_hasService.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass_hasService.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_onsuccess.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceSuccessCallback_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID_onerror.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_ondevicedisappeared.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_ondevicedisappeared.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_ondevicefound.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_ondevicefound.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onfinished.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onfinished.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onstarted.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onstarted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_onsuccess.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_dataType_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_dataType_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_extend.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_name_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_name_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_onconnect_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_onconnect_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_callback_onerror.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_callback_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_successCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelChangeCallback_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelSuccessCallback_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_missarg.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_extend.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_callback_error.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_callback_error.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_missarg.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManagerObject_bluetooth_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManagerObject_bluetooth_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManagerObject_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceMajor_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceMajor_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceMinor_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceMinor_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceService_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceService_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_extend.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter_extra_argument.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_in_tizen.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_extend.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_profileType_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_profileType_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_extend.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_isConnected_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_isConnected_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_name_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_name_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_onconnect_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_onconnect_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_exist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_TypeMismatch.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_invalid_cb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_unregisterServiceRecord.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_unregisterServiceRecord.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_errorCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_successCallback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_uuid_attribute.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_uuid_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_onsuccess.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocketState_open_enum.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocketState_open_enum.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocketSuccessCallback_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocketSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_close.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_close.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_notexist.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_onclose_callback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_onclose_callback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_onmessage_callback.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_onmessage_callback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_readData.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_readData.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_writeData.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_writeData.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/Bluetooth_discoverDevices_successCallback_invalidcb.html b/ivi/tct-bluetooth-tizen-tests/bluetooth/Bluetooth_discoverDevices_successCallback_invalidcb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/support/bluetooth_common.js b/ivi/tct-bluetooth-tizen-tests/bluetooth/support/bluetooth_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/support/getJsonConf.js b/ivi/tct-bluetooth-tizen-tests/bluetooth/support/getJsonConf.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/bluetooth/support/unitcommon.js b/ivi/tct-bluetooth-tizen-tests/bluetooth/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/config.xml b/ivi/tct-bluetooth-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/icon.png b/ivi/tct-bluetooth-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/manifest.json b/ivi/tct-bluetooth-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/resources/COPYING b/ivi/tct-bluetooth-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/resources/testharness.css b/ivi/tct-bluetooth-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/resources/testharness.js b/ivi/tct-bluetooth-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/resources/testharnessreport.js b/ivi/tct-bluetooth-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/suite.json b/ivi/tct-bluetooth-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/config.xml b/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/css/style.css b/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/css/style.css old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/icon.png b/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/images/tizen_32.png b/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/images/tizen_32.png old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/index.html b/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/js/main.js b/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/js/main.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/manifest.json b/ivi/tct-bluetooth-tizen-tests/tct-bt-helper/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/testcase.xsl b/ivi/tct-bluetooth-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/testresult.xsl b/ivi/tct-bluetooth-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/tests.css b/ivi/tct-bluetooth-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/tests.full.xml b/ivi/tct-bluetooth-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/tests.xml b/ivi/tct-bluetooth-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/webrunner/index.html b/ivi/tct-bluetooth-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-bluetooth-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bluetooth-tizen-tests/webrunner/testrunner.js b/ivi/tct-bluetooth-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/COPYING b/ivi/tct-bookmark-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-bookmark-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/NOTICE b/ivi/tct-bookmark-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_constructor.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_exist.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_extend.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_parent_attribute.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_parent_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_title_attribute.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkFolder_title_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkItem_constructor.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkItem_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkItem_exist.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkItem_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkItem_extend.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkItem_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkItem_parent_attribute.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkItem_parent_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkItem_title_attribute.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkItem_title_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkItem_url_attribute.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkItem_url_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManagerObject_notexist.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_bookmark_TypeMismatch.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_bookmark_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_exist.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_invalid.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_missarg.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_TypeMismatch.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_invalid_obj.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_parentFolder_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_with_parentFolder.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_with_parentFolder.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_extend.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_exist.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_NotFound.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_NotFound.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_TypeMismatch.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_invalid_obj.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_parentFolder_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_parentFolder.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_parentFolder.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_recursive.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_get_with_recursive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_in_tizen.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_notexist.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmarkFolder.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmarkFolder.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmark_TypeMismatch.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_bookmark_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_exist.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_with_bookmark.html b/ivi/tct-bookmark-tizen-tests/bookmark/BookmarkManager_remove_with_bookmark.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/Tizen_bookmark_exist.html b/ivi/tct-bookmark-tizen-tests/bookmark/Tizen_bookmark_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/support/bookmark_common.js b/ivi/tct-bookmark-tizen-tests/bookmark/support/bookmark_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/bookmark/support/unitcommon.js b/ivi/tct-bookmark-tizen-tests/bookmark/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/config.xml b/ivi/tct-bookmark-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/icon.png b/ivi/tct-bookmark-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/manifest.json b/ivi/tct-bookmark-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/resources/COPYING b/ivi/tct-bookmark-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/resources/testharness.css b/ivi/tct-bookmark-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/resources/testharness.js b/ivi/tct-bookmark-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/resources/testharnessreport.js b/ivi/tct-bookmark-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/suite.json b/ivi/tct-bookmark-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/testcase.xsl b/ivi/tct-bookmark-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/testresult.xsl b/ivi/tct-bookmark-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/tests.css b/ivi/tct-bookmark-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/tests.full.xml b/ivi/tct-bookmark-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/tests.xml b/ivi/tct-bookmark-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/webrunner/index.html b/ivi/tct-bookmark-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-bookmark-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-bookmark-tizen-tests/webrunner/testrunner.js b/ivi/tct-bookmark-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/COPYING b/ivi/tct-browserstate-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/README b/ivi/tct-browserstate-html5-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/browserstate/navigator_onLine_exists.html b/ivi/tct-browserstate-html5-tests/browserstate/navigator_onLine_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/browserstate/navigator_onLine_readonly.html b/ivi/tct-browserstate-html5-tests/browserstate/navigator_onLine_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/browserstate/navigator_onLine_type.html b/ivi/tct-browserstate-html5-tests/browserstate/navigator_onLine_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/browserstate/spec.json b/ivi/tct-browserstate-html5-tests/browserstate/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/common/COPYING b/ivi/tct-browserstate-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/common/domtestcase.js b/ivi/tct-browserstate-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/common/media.js b/ivi/tct-browserstate-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/config.xml b/ivi/tct-browserstate-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/icon.png b/ivi/tct-browserstate-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/manifest.json b/ivi/tct-browserstate-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/resources/COPYING b/ivi/tct-browserstate-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/resources/testharness.css b/ivi/tct-browserstate-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/resources/testharness.js b/ivi/tct-browserstate-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/resources/testharnessreport.js b/ivi/tct-browserstate-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/suite.json b/ivi/tct-browserstate-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/testcase.xsl b/ivi/tct-browserstate-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/testresult.xsl b/ivi/tct-browserstate-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/tests.css b/ivi/tct-browserstate-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/tests.full.xml b/ivi/tct-browserstate-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/tests.xml b/ivi/tct-browserstate-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/webrunner/index.html b/ivi/tct-browserstate-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-browserstate-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-browserstate-html5-tests/webrunner/testrunner.js b/ivi/tct-browserstate-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/COPYING b/ivi/tct-canvas-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/README b/ivi/tct-canvas-html5-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_arcTo_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_arcTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_arc_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_arc_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_beginPath_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_beginPath_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_bezierCurveTo_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_bezierCurveTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_canvas_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_canvas_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_clearRect_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_clearRect_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_clip_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_clip_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_closePath_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_closePath_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_createLinearGradient_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_createLinearGradient_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_createPattern_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_createPattern_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_createRadialGradient_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_createRadialGradient_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_drawImage_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_drawImage_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_fillRect_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_fillRect_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_fillStyle_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_fillStyle_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_fillText_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_fillText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_fill_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_fill_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_font_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_font_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_getImageData_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_getImageData_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_globalAlpha_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_globalAlpha_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_globalCompositeOperation_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_globalCompositeOperation_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_globalCompositeOperation_invalid_value.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_globalCompositeOperation_invalid_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_isPointInPath_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_isPointInPath_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_lineCap_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_lineCap_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_lineJoin_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_lineJoin_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_lineTo_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_lineTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_lineWidth_default_value.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_lineWidth_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_lineWidth_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_lineWidth_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_measureText_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_measureText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_miterLimit_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_miterLimit_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_moveTo_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_moveTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_putImageData_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_putImageData_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_quadraticCurveTo_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_quadraticCurveTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_rect_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_rect_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_restore_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_restore_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_rotate_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_rotate_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_save_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_save_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_scale_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_scale_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_setTransform_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_setTransform_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_shadowBlur_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_shadowBlur_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_shadowColor_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_shadowColor_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_shadowOffsetX_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_shadowOffsetX_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_shadowOffsetY_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_shadowOffsetY_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_strokeRect_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_strokeRect_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_strokeStyle_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_strokeStyle_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_strokeText_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_strokeText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_stroke_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_stroke_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_textAlign_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_textAlign_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_textBaseline_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_textBaseline_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_transform_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_transform_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_translate_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas2d_translate_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_attributes.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_getContext_type.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_getContext_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_globalCompositeOperation_modes.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_globalCompositeOperation_modes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_height_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_height_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_height_new_value.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_height_new_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_height_reflect_value.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_height_reflect_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_height_type.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_height_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_toDataURL_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_toDataURL_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_toDataURL_jpeg.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_toDataURL_jpeg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_toDataURL_type.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_toDataURL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_width_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_width_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_width_new_value.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_width_new_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_width_reflect_value.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_width_reflect_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvas_width_type.html b/ivi/tct-canvas-html5-tests/canvas-py/canvas_width_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvasgradient_addColorStop_INDEX_SIZE_ERR.html b/ivi/tct-canvas-html5-tests/canvas-py/canvasgradient_addColorStop_INDEX_SIZE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/canvasgradient_addColorStop_exsit.html b/ivi/tct-canvas-html5-tests/canvas-py/canvasgradient_addColorStop_exsit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/imagedata_data_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/imagedata_data_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/imagedata_height_100px.html b/ivi/tct-canvas-html5-tests/canvas-py/imagedata_height_100px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/imagedata_height_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/imagedata_height_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/imagedata_width_200px.html b/ivi/tct-canvas-html5-tests/canvas-py/imagedata_width_200px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/imagedata_width_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/imagedata_width_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/spec.json b/ivi/tct-canvas-html5-tests/canvas-py/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/support/canvas.js b/ivi/tct-canvas-html5-tests/canvas-py/support/canvas.js old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/textmetrics_width_exist.html b/ivi/tct-canvas-html5-tests/canvas-py/textmetrics_width_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/textmetrics_width_readonly.html b/ivi/tct-canvas-html5-tests/canvas-py/textmetrics_width_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/textmetrics_width_type.html b/ivi/tct-canvas-html5-tests/canvas-py/textmetrics_width_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.canvas.readonly.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.canvas.readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.canvas.reference.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.canvas.reference.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.clip.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.globalalpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.globalalpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.globalcomposite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.globalcomposite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.negative.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.path.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.shadow.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.shadow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.transform.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.transform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.zero.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.clearRect.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.copy.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.copy.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-out.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-over.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-over.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.destination-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.lighter.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.lighter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.lighter.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.lighter.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-atop.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-out.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-over.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-over.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.source-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.xor.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.xor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.xor.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.canvas.xor.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.copy.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.destination-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.destination-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.destination-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.destination-over.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.destination-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.lighter.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.lighter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.source-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.source-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.source-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.source-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.source-over.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.source-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.xor.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.clip.xor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.canvas.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.canvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.canvaspattern.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.canvaspattern.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.default.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.fill.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.fill.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.image.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.imagepattern.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.imagepattern.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.invalid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.range.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.globalAlpha.range.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.copy.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.copy.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-out.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-over.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-over.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.destination-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.lighter.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.lighter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.lighter.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.lighter.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-atop.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-out.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-over.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-over.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.source-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.xor.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.xor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.xor.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.image.xor.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.casesensitive.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.casesensitive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.default.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.get.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.get.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.highlight.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.highlight.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.nullsuffix.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.nullsuffix.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.over.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.unrecognised.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.operation.unrecognised.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.copy.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.copy.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-out.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-over.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-over.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.destination-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.lighter.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.lighter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.lighter.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.lighter.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-atop.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-out.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-over.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-over.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.source-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.xor.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.xor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.xor.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.solid.xor.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.copy.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.copy.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-out.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-over.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-over.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.destination-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.lighter.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.lighter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.lighter.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.lighter.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-atop.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-out.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-over.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-over.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.source-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.xor.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.xor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.xor.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.transparent.xor.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.copy.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.copy.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.destination-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.destination-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.source-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.source-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.source-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.source-out.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.fill.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.copy.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.copy.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.destination-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.destination-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.source-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.source-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.source-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.source-out.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.image.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.copy.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.copy.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.destination-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.destination-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.source-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.source-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.source-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.source-out.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.nocontext.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.copy.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.copy.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.destination-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.destination-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.source-in.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.source-in.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.source-out.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.source-out.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.composite.uncovered.pattern.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.coordinatespace-manual.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.coordinatespace-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.coordinatespace.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.coordinatespace.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.3arg.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.3arg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.5arg.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.5arg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.9arg.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.9arg.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.9arg.destpos.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.9arg.destpos.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.9arg.destsize.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.9arg.destsize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.9arg.sourcepos.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.9arg.sourcepos.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.9arg.sourcesize.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.9arg.sourcesize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.alpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.animated.apng.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.animated.apng.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.animated.gif.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.animated.gif.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.animated.poster.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.animated.poster.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.broken.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.broken.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.canvas.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.canvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.clip.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.composite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.composite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.floatsource.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.floatsource.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.image.incomplete.empty.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.image.incomplete.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.image.incomplete.omitted.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.image.incomplete.omitted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.incomplete.emptysrc.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.incomplete.emptysrc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.incomplete.nosrc.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.incomplete.nosrc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.incomplete.reload.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.incomplete.reload.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.incomplete.removedsrc.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.incomplete.removedsrc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.negativedest.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.negativedest.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.negativedir.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.negativedir.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.negativesource.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.negativesource.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.nowrap.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.nowrap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.path.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.self.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.self.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.self.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.self.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.transform.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.transform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.wrongtype.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.wrongtype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.zerocanvas.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.zerocanvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.zerosource.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.drawImage.zerosource.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.clip.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.negative.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.path.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.shadow.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.shadow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.transform.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.transform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.zero.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillRect.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.default.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.get.semitransparent.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.get.semitransparent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.get.solid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.get.solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.get.transparent.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.get.transparent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.invalidstring.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.invalidstring.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.invalidtype.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.invalidtype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.current.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.current.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.current.changed.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.current.changed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.current.removed.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.current.removed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.current.removed.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.current.removed.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hex3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hex3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hex3.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hex3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hex6.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hex6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hex6.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hex6.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-1.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-2.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-3.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-4.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-5.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-5.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-6.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-6.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-6.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-1.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-2.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-3.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-4.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsl-clamp-4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-1.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-2.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-1.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-2.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-3.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-4.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-5.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-5.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-6.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-6.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.hsla-clamp-6.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.html4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.html4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.html4.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.html4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex6.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex7.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex7.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex8.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hex8.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsl-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsl-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsl-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsl-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsl-3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsl-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsl-4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsl-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsl-5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsl-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsl-6.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsl-6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsla-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsla-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsla-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.hsla-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.name-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.name-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.name-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.name-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.name-3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.name-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.name-4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.name-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.name-5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.name-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-6.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-7.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgb-7.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-6.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-7.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.invalid.rgba-7.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-1.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-2.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-3.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-4.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-5.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-clamp-5.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-num.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-num.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-num.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-num.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-percent.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-percent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-percent.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgb-percent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-clamp-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-clamp-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-clamp-1.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-clamp-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-clamp-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-clamp-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-clamp-2.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-clamp-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-num-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-num-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-num-1.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-num-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-num-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-num-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-num-2.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-num-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-percent.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-percent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-percent.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-percent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-1.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-2.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-3.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-4.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.rgba-solid-4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.svg-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.svg-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.svg-1.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.svg-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.svg-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.svg-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.svg-2.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.svg-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.system.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.system.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.transparent-1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.transparent-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.transparent-1.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.transparent-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.transparent-2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.transparent-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.transparent-2.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.fillStyle.parse.transparent-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.getcontext.exists.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.getcontext.exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.getcontext.extraargs.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.getcontext.extraargs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.getcontext.shared.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.getcontext.shared.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.getcontext.unique.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.getcontext.unique.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.empty.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.alpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.alpha.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.colour.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.colour.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.colour.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.colour.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.colouralpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.colouralpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.colouralpha.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.colouralpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.multiple.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.multiple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.multiple.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.multiple.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.outside.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.overlap.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.overlap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.overlap.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.overlap.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.overlap2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.overlap2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.solid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.vertical.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.vertical.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.vertical.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.vertical.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.zerosize.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.interpolate.zerosize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.linear.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.linear.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.linear.transform.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.linear.transform.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.linear.transform.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.linear.transform.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.linear.transform.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.linear.transform.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.compare.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.compare.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.crosscanvas.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.crosscanvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.current.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.current.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.current.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.current.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.invalidcolour.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.invalidcolour.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.invalidoffset.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.invalidoffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.return.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.return.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.type.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.update.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.object.update.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.behind.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.behind.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.beside.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.beside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.bottom.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.bottom.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.cylinder.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.cylinder.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.front.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.front.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.shape1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.shape1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.shape2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.shape2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.top.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.cone.top.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.equal.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.equal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.inside1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.inside1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.inside2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.inside2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.inside3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.inside3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.negative.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.outside1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.outside1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.outside2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.outside2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.outside3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.outside3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.touch1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.touch1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.touch2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.touch2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.touch3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.touch3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.transform.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.transform.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.transform.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.transform.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.transform.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.gradient.radial.transform.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create1.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create1.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create1.initial.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create1.initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create1.type.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create1.type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.initial.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.large.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.large.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.negative.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.round.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.round.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.tiny.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.tiny.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.type.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.zero.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.create2.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.clamp.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.clamp.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.length.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.nonpremul.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.nonpremul.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.order.alpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.order.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.order.cols.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.order.cols.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.order.rgb.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.order.rgb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.order.rows.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.order.rows.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.range.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.range.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.source.negative.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.source.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.source.outside.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.source.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.source.size.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.source.size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.tiny.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.tiny.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.type.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.unaffected.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.zero.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.get.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.clamp.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.clamp.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.ctor.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.ctor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.nan.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.nan.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.properties.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.properties.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.readonly.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.round.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.round.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.set.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.string.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.undefined.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.object.undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.alpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.alpha.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.clip.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.created.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.cross.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.cross.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.dirty.negative.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.dirty.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.dirty.outside.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.dirty.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.dirty.rect1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.dirty.rect1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.dirty.rect2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.dirty.rect2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.dirty.zero.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.dirty.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.modified.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.modified.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.path.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.unaffected.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.unchanged.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.imageData.put.unchanged.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.butt.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.butt.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.closed.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.closed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.invalid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.open.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.open.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.round.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.round.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.square.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.square.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.valid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cap.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cross.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.cross.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.defaults.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.defaults.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.bevel.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.bevel.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.closed.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.closed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.invalid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.miter.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.miter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.open.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.open.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.parallel.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.parallel.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.round.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.round.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.valid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.join.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.acute.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.acute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.exceeded.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.exceeded.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.invalid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.lineedge.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.lineedge.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.obtuse.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.obtuse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.rightangle.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.rightangle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.valid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.within.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.miter.within.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.union.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.union.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.width.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.width.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.width.invalid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.width.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.width.scaledefault.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.width.scaledefault.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.width.transformed.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.width.transformed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.width.valid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.line.width.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.angle.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.angle.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.angle.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.angle.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.angle.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.angle.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.angle.4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.angle.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.angle.5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.angle.5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.angle.6.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.angle.6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.default.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.empty.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.end.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.negative.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.nonempty.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.nonempty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.scale.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.scale.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.scale.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.scale.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.selfintersect.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.selfintersect.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.selfintersect.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.selfintersect.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.shape.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.shape.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.shape.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.shape.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.shape.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.shape.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.shape.4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.shape.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.shape.5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.shape.5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.twopie.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.twopie.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.twopie.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.twopie.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.twopie.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.twopie.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.twopie.4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.twopie.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.zero.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.zero.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.zero.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.zero.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.zeroradius.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arc.zeroradius.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.coincide.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.coincide.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.coincide.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.coincide.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.collinear.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.collinear.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.collinear.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.collinear.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.collinear.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.collinear.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.ensuresubpath.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.ensuresubpath.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.ensuresubpath.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.ensuresubpath.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.negative.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.scale.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.scale.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.shape.curve1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.shape.curve1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.shape.curve2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.shape.curve2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.shape.end.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.shape.end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.shape.start.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.shape.start.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.transformation.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.transformation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.zero.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.zero.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.zero.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.arcTo.zero.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.beginPath.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.beginPath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.bezierCurveTo.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.bezierCurveTo.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.bezierCurveTo.ensuresubpath.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.bezierCurveTo.ensuresubpath.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.bezierCurveTo.ensuresubpath.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.bezierCurveTo.ensuresubpath.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.bezierCurveTo.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.bezierCurveTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.bezierCurveTo.scaled.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.bezierCurveTo.scaled.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.bezierCurveTo.shape.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.bezierCurveTo.shape.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.basic.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.basic.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.basic.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.basic.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.empty.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.intersect.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.intersect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.unaffected.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.winding.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.winding.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.winding.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.clip.winding.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.closePath.empty.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.closePath.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.closePath.newline.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.closePath.newline.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.closePath.nextpoint.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.closePath.nextpoint.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.closed.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.closed.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.closed.unaffected.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.closed.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.overlap.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.overlap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.overlap.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.overlap.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.winding.add.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.winding.add.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.winding.subtract.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.winding.subtract.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.winding.subtract.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.winding.subtract.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.winding.subtract.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.fill.winding.subtract.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.initial.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.arc.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.arc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.basic.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.basic.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.basic.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.basic.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.bezier.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.bezier.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.bigarc.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.bigarc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.edge.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.edge.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.empty.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.outside.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.subpath.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.subpath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.transform.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.transform.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.transform.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.transform.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.transform.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.transform.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.transform.4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.transform.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.unclosed.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.unclosed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.winding.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.isPointInPath.winding.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.lineTo.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.lineTo.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.lineTo.ensuresubpath.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.lineTo.ensuresubpath.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.lineTo.ensuresubpath.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.lineTo.ensuresubpath.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.lineTo.nextpoint.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.lineTo.nextpoint.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.lineTo.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.lineTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.moveTo.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.moveTo.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.moveTo.multiple.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.moveTo.multiple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.moveTo.newsubpath.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.moveTo.newsubpath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.moveTo.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.moveTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.quadraticCurveTo.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.quadraticCurveTo.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.quadraticCurveTo.ensuresubpath.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.quadraticCurveTo.ensuresubpath.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.quadraticCurveTo.ensuresubpath.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.quadraticCurveTo.ensuresubpath.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.quadraticCurveTo.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.quadraticCurveTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.quadraticCurveTo.scaled.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.quadraticCurveTo.scaled.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.quadraticCurveTo.shape.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.quadraticCurveTo.shape.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.closed.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.closed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.end.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.end.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.end.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.end.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.negative.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.newsubpath.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.newsubpath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.selfintersect.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.selfintersect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.winding.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.winding.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.zero.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.zero.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.zero.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.zero.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.zero.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.zero.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.zero.4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.zero.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.zero.5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.zero.5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.zero.6.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.rect.zero.6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.empty.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.overlap.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.overlap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.overlap.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.overlap.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.prune.arc.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.prune.arc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.prune.closed.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.prune.closed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.prune.corner.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.prune.corner.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.prune.curve.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.prune.curve.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.prune.line.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.prune.line.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.prune.rect.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.prune.rect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.scale1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.scale1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.scale2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.scale2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.skew.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.skew.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.unaffected.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.union.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.stroke.union.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.transformation.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.transformation.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.transformation.changing.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.transformation.changing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.transformation.multiple.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.path.transformation.multiple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.animated.gif.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.animated.gif.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.basic.canvas.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.basic.canvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.basic.image.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.basic.image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.basic.nocontext.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.basic.nocontext.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.basic.type.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.basic.type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.basic.zerocanvas.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.basic.zerocanvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.crosscanvas.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.crosscanvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.image.string.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.image.string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.image.undefined.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.image.undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.modify.canvas1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.modify.canvas1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.modify.canvas2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.modify.canvas2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.modify.image1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.modify.image1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.modify.image2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.modify.image2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.norepeat.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.norepeat.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.norepeat.coord1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.norepeat.coord1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.norepeat.coord2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.norepeat.coord2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.norepeat.coord3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.norepeat.coord3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.norepeat.outside.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.norepeat.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.orientation.canvas.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.orientation.canvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.orientation.image.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.orientation.image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeat.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeat.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeat.coord1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeat.coord1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeat.coord2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeat.coord2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeat.coord3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeat.coord3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeat.outside.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeat.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeatx.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeatx.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeatx.coord1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeatx.coord1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeatx.outside.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeatx.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeaty.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeaty.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeaty.coord1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeaty.coord1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeaty.outside.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.paint.repeaty.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.repeat.case.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.repeat.case.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.repeat.empty.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.repeat.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.repeat.null.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.repeat.null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.repeat.undefined.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.repeat.undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.repeat.unrecognised.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.pattern.repeat.unrecognised.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.scaled-manual.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.scaled-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.scaled-manual.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.scaled-manual.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.2.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.3.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.4.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.5.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.alpha.5.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowBlur.initial.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowBlur.initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowBlur.invalid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowBlur.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowBlur.valid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowBlur.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowColor.initial.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowColor.initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowColor.invalid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowColor.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowColor.valid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowColor.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowOffset.initial.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowOffset.initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowOffset.invalid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowOffset.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowOffset.valid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.attributes.shadowOffset.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.blur.high-manual.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.blur.high-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.blur.high.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.blur.high.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.canvas.alpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.canvas.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.canvas.alpha.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.canvas.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.canvas.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.canvas.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.canvas.transparent.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.canvas.transparent.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.canvas.transparent.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.canvas.transparent.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.clip.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.clip.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.clip.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.clip.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.clip.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.clip.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.composite.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.composite.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.composite.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.composite.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.composite.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.composite.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.enable.blur.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.enable.blur.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.enable.off.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.enable.off.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.enable.off.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.enable.off.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.enable.x.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.enable.x.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.enable.y.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.enable.y.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.gradient.alpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.gradient.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.gradient.alpha.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.gradient.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.gradient.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.gradient.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.gradient.transparent.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.gradient.transparent.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.gradient.transparent.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.gradient.transparent.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.alpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.alpha.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.scale.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.scale.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.section.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.section.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.transparent.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.transparent.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.transparent.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.image.transparent.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.offset.negativeX.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.offset.negativeX.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.offset.negativeY.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.offset.negativeY.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.offset.positiveX.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.offset.positiveX.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.offset.positiveY.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.offset.positiveY.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.outside.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.pattern.alpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.pattern.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.pattern.alpha.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.pattern.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.pattern.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.pattern.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.pattern.transparent.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.pattern.transparent.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.pattern.transparent.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.pattern.transparent.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.stroke.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.stroke.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.stroke.cap.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.stroke.cap.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.stroke.cap.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.stroke.cap.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.stroke.join.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.stroke.join.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.stroke.join.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.stroke.join.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.stroke.join.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.stroke.join.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.transform.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.transform.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.transform.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.shadow.transform.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.bitmap.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.bitmap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.clip.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.fillStyle.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.fillStyle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.font.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.font.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.globalAlpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.globalAlpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.globalCompositeOperation.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.globalCompositeOperation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.lineCap.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.lineCap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.lineJoin.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.lineJoin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.lineWidth.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.lineWidth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.miterLimit.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.miterLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.path.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.shadowBlur.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.shadowBlur.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.shadowColor.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.shadowColor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.shadowOffsetX.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.shadowOffsetX.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.shadowOffsetY.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.shadowOffsetY.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.stack.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.stack.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.stackdepth.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.stackdepth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.strokeStyle.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.strokeStyle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.textAlign.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.textAlign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.textBaseline.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.textBaseline.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.transformation.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.transformation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.underflow.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.state.saverestore.underflow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.clip.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.globalalpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.globalalpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.globalcomposite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.globalcomposite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.negative.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.path.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.shadow.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.shadow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.transform.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.transform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.zero.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.zero.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.zero.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.zero.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.zero.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.zero.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.zero.4.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.zero.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.zero.5.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeRect.zero.5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeStyle.default.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.strokeStyle.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.align.default.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.align.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.align.invalid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.align.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.align.valid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.align.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.baseline.default.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.baseline.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.baseline.invalid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.baseline.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.baseline.valid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.baseline.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.center.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.center.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.end.ltr.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.end.ltr.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.end.rtl.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.end.rtl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.left.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.left.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.right.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.right.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.start.ltr.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.start.ltr.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.start.rtl.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.align.start.rtl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.baseline.alphabetic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.baseline.alphabetic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.basic-manual.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.basic-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.basic.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.basic.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.maxWidth.bound.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.maxWidth.bound.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.maxWidth.fontface.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.maxWidth.fontface.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.maxWidth.large-manual.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.maxWidth.large-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.maxWidth.large.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.maxWidth.large.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.maxWidth.small-manual.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.maxWidth.small-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.maxWidth.zero-manual.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.maxWidth.zero-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.rtl-manual.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.rtl-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.rtl.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.rtl.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.unaffected.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fill.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fontface.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fontface.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fontface.repeat.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.fontface.repeat.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.kern.consistent-manual.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.kern.consistent-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.space.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.space.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.space.collapse.nonspace.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.space.collapse.nonspace.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.stroke.basic-manual.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.stroke.basic-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.stroke.basic.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.stroke.basic.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.stroke.unaffected.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.draw.stroke.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.default.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.parse.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.parse.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.parse.complex.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.parse.complex.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.parse.invalid.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.parse.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.parse.size.percentage.default.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.parse.size.percentage.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.parse.size.percentage.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.parse.size.percentage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.parse.system.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.font.parse.system.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.measure.width.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.measure.width.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.measure.width.empty.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.text.measure.width.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.order.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.order.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.rotate.direction.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.rotate.direction.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.rotate.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.rotate.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.rotate.radians.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.rotate.radians.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.rotate.wrap.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.rotate.wrap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.rotate.wrapnegative.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.rotate.wrapnegative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.rotate.zero.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.rotate.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.scale.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.scale.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.scale.large.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.scale.large.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.scale.multiple.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.scale.multiple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.scale.negative.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.scale.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.scale.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.scale.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.scale.zero.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.scale.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.setTransform.multiple.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.setTransform.multiple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.setTransform.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.setTransform.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.setTransform.skewed.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.setTransform.skewed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.transform.identity.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.transform.identity.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.transform.multiply.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.transform.multiply.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.transform.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.transform.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.transform.skewed.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.transform.skewed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.translate.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.translate.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.translate.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.transformation.translate.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.type.exists.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.type.exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.type.extend.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.type.extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.type.replace.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.type.replace.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.voidreturn.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/2d.voidreturn.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/COPYING b/ivi/tct-canvas-html5-tests/canvas-py/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_colorsandstyles_createlineargradient_001-manual.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_colorsandstyles_createlineargradient_001-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_complexshapes_arcto_001-ref.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_complexshapes_arcto_001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_complexshapes_arcto_001.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_complexshapes_arcto_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_complexshapes_beziercurveto_001-ref.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_complexshapes_beziercurveto_001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_complexshapes_beziercurveto_001.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_complexshapes_beziercurveto_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_complexshapes_ispointInpath_001.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_complexshapes_ispointInpath_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_compositing_globalcompositeoperation_001-ref.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_compositing_globalcompositeoperation_001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_compositing_globalcompositeoperation_001.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_compositing_globalcompositeoperation_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_linestyles_linecap_001-ref.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_linestyles_linecap_001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_linestyles_linecap_001.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_linestyles_linecap_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_shadows_001-manual.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_shadows_001-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_state_restore_001-ref.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_state_restore_001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_state_restore_001.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_state_restore_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_text_font_001-manual.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_text_font_001-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_transformations_scale_001-ref.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_transformations_scale_001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_transformations_scale_001.htm b/ivi/tct-canvas-html5-tests/canvas-py/w3c/canvas_transformations_scale_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/clear-100x50.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/clear-100x50.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/common/COPYING b/ivi/tct-canvas-html5-tests/canvas-py/w3c/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/common/canvas-tests.css b/ivi/tct-canvas-html5-tests/canvas-py/w3c/common/canvas-tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/common/canvas-tests.js b/ivi/tct-canvas-html5-tests/canvas-py/w3c/common/canvas-tests.js old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/context.casesensitive.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/context.casesensitive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/context.emptystring.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/context.emptystring.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/context.unrecognised.badname.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/context.unrecognised.badname.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/context.unrecognised.badsuffix.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/context.unrecognised.badsuffix.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/context.unrecognised.nullsuffix.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/context.unrecognised.nullsuffix.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/context.unrecognised.unicode.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/context.unrecognised.unicode.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/fallback.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/fallback.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/fallback.multiple.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/fallback.multiple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/fallback.nested.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/fallback.nested.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/fonts/COPYING b/ivi/tct-canvas-html5-tests/canvas-py/w3c/fonts/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/fonts/CanvasTest.ttf b/ivi/tct-canvas-html5-tests/canvas-py/w3c/fonts/CanvasTest.ttf old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/COPYING b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/anim-gr.gif b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/anim-gr.gif old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/anim-gr.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/anim-gr.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/anim-poster-gr.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/anim-poster-gr.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/background.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/background.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/black-rectangle.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/black-rectangle.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/broken.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/broken.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/clear-100x50.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/clear-100x50.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/ggrr-256x256.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/ggrr-256x256.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/green-100x50.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/green-100x50.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/green-16x16.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/green-16x16.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/green-1x1.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/green-1x1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/green.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/green.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/red-16x16.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/red-16x16.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/red.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/red.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/redtransparent.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/redtransparent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/rgrg-256x256.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/rgrg-256x256.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/rrgg-256x256.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/rrgg-256x256.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/smiley.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/smiley.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/threecolors.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/threecolors.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/transparent.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/transparent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/transparent50.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/transparent50.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/yellow.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/yellow.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/yellow75.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/images/yellow75.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.colour.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.colour.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.colour.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.colour.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.2dstate.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.2dstate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.clip.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.different.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.different.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.different.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.different.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.gradient.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.gradient.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.path.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.path.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.path.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.pattern.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.pattern.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.same.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.same.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.same.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.same.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.transform.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/initial.reset.transform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.dataURI.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.dataURI.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.drawImage.canvas.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.drawImage.canvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.drawImage.image.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.drawImage.image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.canvas.fillStyle.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.canvas.fillStyle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.canvas.strokeStyle.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.canvas.strokeStyle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.canvas.timing.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.canvas.timing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.create.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.create.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.cross.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.cross.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.image.fillStyle.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.image.fillStyle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.image.strokeStyle.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.pattern.image.strokeStyle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.reset.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/security.reset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.default.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.default.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.default.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.get.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.get.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.get.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.get.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.idl.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.idl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.idl.set.zero.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.idl.set.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.decimal.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.decimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.decimal.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.decimal.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.em.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.em.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.em.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.em.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.empty.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.empty.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.empty.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.exp.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.exp.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.exp.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.exp.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.hex.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.hex.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.junk.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.junk.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.junk.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.junk.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.minus.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.minus.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.minus.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.minus.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.octal.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.octal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.octal.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.octal.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.onlyspace.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.onlyspace.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.onlyspace.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.onlyspace.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.percent.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.percent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.percent.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.percent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.plus.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.plus.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.plus.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.plus.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.space.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.space.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.space.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.space.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.trailingjunk.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.trailingjunk.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.trailingjunk.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.trailingjunk.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.whitespace.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.whitespace.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.whitespace.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.whitespace.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.zero.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.parse.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.reflect.setcontent.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.reflect.setcontent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.reflect.setcontent.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.reflect.setcontent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.reflect.setidl.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.reflect.setidl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.reflect.setidl.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.reflect.setidl.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.reflect.setidlzero.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.reflect.setidlzero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.removed.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.removed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.removed.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.removed.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.decimal.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.decimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.decimal.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.decimal.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.em.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.em.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.em.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.em.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.empty.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.empty.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.empty.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.exp.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.exp.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.exp.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.exp.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.hex.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.hex.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.junk.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.junk.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.junk.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.junk.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.minus.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.minus.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.minus.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.minus.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.octal.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.octal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.octal.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.octal.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.percent.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.percent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.percent.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.percent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.plus.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.plus.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.plus.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.plus.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.space.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.space.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.space.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.space.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.trailingjunk.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.trailingjunk.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.trailingjunk.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.trailingjunk.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.whitespace.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.whitespace.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.whitespace.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.whitespace.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.zero.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.setAttribute.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.style.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.style.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.style.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/size.attributes.style.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.arguments.1.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.arguments.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.arguments.2.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.arguments.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.arguments.3.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.arguments.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.bogustype.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.bogustype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.default.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.alpha.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.alpha.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.primarycolours.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.primarycolours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.primarycolours.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.primarycolours.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.quality.basic.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.quality.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.quality.basic.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.quality.basic.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.quality.notnumber.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.quality.notnumber.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.quality.outsiderange.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.jpeg.quality.outsiderange.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.lowercase.ascii.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.lowercase.ascii.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.lowercase.unicode.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.lowercase.unicode.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.nocontext.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.nocontext.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.png.complexcolours.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.png.complexcolours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.png.complexcolours.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.png.complexcolours.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.png.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.png.primarycolours.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.png.primarycolours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.png.primarycolours.png b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.png.primarycolours.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.unrecognised.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.unrecognised.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.zerosize.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/toDataURL.zerosize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/type.exists.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/type.exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/type.extend.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/type.extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/type.name.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/type.name.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas-py/w3c/type.replace.html b/ivi/tct-canvas-html5-tests/canvas-py/w3c/type.replace.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_arcTo_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_arcTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_arc_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_arc_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_beginPath_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_beginPath_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_bezierCurveTo_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_bezierCurveTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_canvas_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_canvas_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_clearRect_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_clearRect_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_clip_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_clip_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_closePath_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_closePath_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_createLinearGradient_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_createLinearGradient_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_createPattern_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_createPattern_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_createRadialGradient_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_createRadialGradient_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_drawImage_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_drawImage_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_fillRect_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_fillRect_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_fillStyle_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_fillStyle_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_fillText_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_fillText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_fill_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_fill_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_font_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_font_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_getImageData_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_getImageData_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_globalAlpha_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_globalAlpha_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_globalCompositeOperation_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_globalCompositeOperation_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_globalCompositeOperation_invalid_value.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_globalCompositeOperation_invalid_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_isPointInPath_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_isPointInPath_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_lineCap_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_lineCap_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_lineJoin_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_lineJoin_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_lineTo_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_lineTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_lineWidth_default_value.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_lineWidth_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_lineWidth_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_lineWidth_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_measureText_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_measureText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_miterLimit_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_miterLimit_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_moveTo_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_moveTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_putImageData_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_putImageData_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_quadraticCurveTo_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_quadraticCurveTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_rect_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_rect_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_restore_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_restore_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_rotate_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_rotate_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_save_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_save_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_scale_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_scale_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_setTransform_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_setTransform_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_shadowBlur_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_shadowBlur_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_shadowColor_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_shadowColor_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_shadowOffsetX_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_shadowOffsetX_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_shadowOffsetY_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_shadowOffsetY_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_strokeRect_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_strokeRect_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_strokeStyle_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_strokeStyle_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_strokeText_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_strokeText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_stroke_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_stroke_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_textAlign_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_textAlign_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_textBaseline_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_textBaseline_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_transform_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_transform_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas2d_translate_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas2d_translate_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_attributes.html b/ivi/tct-canvas-html5-tests/canvas/canvas_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_getContext_type.html b/ivi/tct-canvas-html5-tests/canvas/canvas_getContext_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_globalCompositeOperation_modes.html b/ivi/tct-canvas-html5-tests/canvas/canvas_globalCompositeOperation_modes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_height_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas_height_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_height_new_value.html b/ivi/tct-canvas-html5-tests/canvas/canvas_height_new_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_height_reflect_value.html b/ivi/tct-canvas-html5-tests/canvas/canvas_height_reflect_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_height_type.html b/ivi/tct-canvas-html5-tests/canvas/canvas_height_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_toDataURL_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas_toDataURL_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_toDataURL_jpeg.html b/ivi/tct-canvas-html5-tests/canvas/canvas_toDataURL_jpeg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_toDataURL_type.html b/ivi/tct-canvas-html5-tests/canvas/canvas_toDataURL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_width_exist.html b/ivi/tct-canvas-html5-tests/canvas/canvas_width_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_width_new_value.html b/ivi/tct-canvas-html5-tests/canvas/canvas_width_new_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_width_reflect_value.html b/ivi/tct-canvas-html5-tests/canvas/canvas_width_reflect_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvas_width_type.html b/ivi/tct-canvas-html5-tests/canvas/canvas_width_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvasgradient_addColorStop_INDEX_SIZE_ERR.html b/ivi/tct-canvas-html5-tests/canvas/canvasgradient_addColorStop_INDEX_SIZE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/canvasgradient_addColorStop_exsit.html b/ivi/tct-canvas-html5-tests/canvas/canvasgradient_addColorStop_exsit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/imagedata_data_exist.html b/ivi/tct-canvas-html5-tests/canvas/imagedata_data_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/imagedata_height_100px.html b/ivi/tct-canvas-html5-tests/canvas/imagedata_height_100px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/imagedata_height_exist.html b/ivi/tct-canvas-html5-tests/canvas/imagedata_height_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/imagedata_width_200px.html b/ivi/tct-canvas-html5-tests/canvas/imagedata_width_200px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/imagedata_width_exist.html b/ivi/tct-canvas-html5-tests/canvas/imagedata_width_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/support/canvas.js b/ivi/tct-canvas-html5-tests/canvas/support/canvas.js old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/textmetrics_width_exist.html b/ivi/tct-canvas-html5-tests/canvas/textmetrics_width_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/textmetrics_width_readonly.html b/ivi/tct-canvas-html5-tests/canvas/textmetrics_width_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/textmetrics_width_type.html b/ivi/tct-canvas-html5-tests/canvas/textmetrics_width_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.canvas.readonly.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.canvas.readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.canvas.reference.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.canvas.reference.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.clip.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.globalalpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.globalalpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.globalcomposite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.globalcomposite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.negative.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.path.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.shadow.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.shadow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.transform.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.transform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.zero.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.clearRect.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.copy.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.copy.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-out.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-over.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-over.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.destination-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.lighter.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.lighter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.lighter.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.lighter.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-atop.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-out.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-over.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-over.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.source-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.xor.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.xor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.xor.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.canvas.xor.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.copy.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-over.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.destination-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.lighter.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.lighter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-over.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.source-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.xor.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.clip.xor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.canvas.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.canvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.canvaspattern.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.canvaspattern.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.default.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.fill.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.fill.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.image.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.imagepattern.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.imagepattern.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.invalid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.range.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.globalAlpha.range.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.copy.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.copy.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-out.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-over.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-over.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.destination-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.lighter.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.lighter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.lighter.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.lighter.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-atop.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-out.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-over.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-over.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.source-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.xor.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.xor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.xor.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.image.xor.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.casesensitive.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.casesensitive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.default.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.get.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.get.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.highlight.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.highlight.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.nullsuffix.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.nullsuffix.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.over.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.unrecognised.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.operation.unrecognised.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.copy.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.copy.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-out.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-over.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-over.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.destination-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.lighter.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.lighter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.lighter.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.lighter.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-atop.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-out.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-over.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-over.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.source-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.xor.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.xor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.xor.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.solid.xor.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.copy.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.copy.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-out.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-over.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-over.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.destination-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.lighter.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.lighter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.lighter.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.lighter.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-atop.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-out.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-over.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-over.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-over.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.source-over.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.xor.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.xor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.xor.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.transparent.xor.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.copy.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.copy.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-out.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.fill.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.copy.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.copy.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-out.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.image.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.copy.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.copy.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-out.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.nocontext.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.copy.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.copy.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.copy.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-atop.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-atop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-atop.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-atop.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.destination-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-in.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-in.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-in.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-in.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-out.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-out.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-out.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.composite.uncovered.pattern.source-out.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.coordinatespace-manual.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.coordinatespace-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.coordinatespace.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.coordinatespace.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.3arg.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.3arg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.5arg.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.5arg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.destpos.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.destpos.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.destsize.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.destsize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.sourcepos.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.sourcepos.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.sourcesize.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.9arg.sourcesize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.alpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.animated.apng.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.animated.apng.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.animated.gif.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.animated.gif.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.animated.poster.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.animated.poster.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.broken.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.broken.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.canvas.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.canvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.clip.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.composite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.composite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.floatsource.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.floatsource.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.image.incomplete.empty.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.image.incomplete.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.image.incomplete.omitted.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.image.incomplete.omitted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.emptysrc.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.emptysrc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.nosrc.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.nosrc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.reload.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.reload.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.removedsrc.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.incomplete.removedsrc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativedest.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativedest.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativedir.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativedir.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativesource.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.negativesource.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.nowrap.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.nowrap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.path.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.self.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.self.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.self.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.self.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.transform.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.transform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.wrongtype.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.wrongtype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.zerocanvas.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.zerocanvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.zerosource.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.drawImage.zerosource.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.clip.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.negative.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.path.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.shadow.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.shadow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.transform.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.transform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.zero.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillRect.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.default.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.get.semitransparent.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.get.semitransparent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.get.solid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.get.solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.get.transparent.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.get.transparent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.invalidstring.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.invalidstring.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.invalidtype.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.invalidtype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.changed.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.changed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.removed.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.removed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.removed.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.current.removed.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex3.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex6.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex6.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hex6.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-1.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-2.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-3.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-4.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-5.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-5.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-6.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-6.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-6.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-1.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-2.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-3.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-4.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsl-clamp-4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-1.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-2.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-1.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-2.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-3.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-4.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-5.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-5.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-6.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-6.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.hsla-clamp-6.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.html4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.html4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.html4.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.html4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex6.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex7.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex7.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex8.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hex8.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-6.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsl-6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsla-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsla-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsla-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.hsla-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.name-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-6.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-7.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgb-7.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-6.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-7.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.invalid.rgba-7.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-1.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-2.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-3.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-4.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-5.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-clamp-5.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-num.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-num.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-num.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-num.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-percent.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-percent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-percent.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgb-percent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-1.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-2.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-clamp-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-1.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-2.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-num-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-percent.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-percent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-percent.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-percent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-1.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-2.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-3.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-4.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.rgba-solid-4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-1.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-2.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.svg-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.system.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.system.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-1.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-2.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.fillStyle.parse.transparent-2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.exists.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.extraargs.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.extraargs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.shared.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.shared.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.unique.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.getcontext.unique.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.empty.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.alpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.alpha.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.colour.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.colour.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.colour.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.colour.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.colouralpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.colouralpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.colouralpha.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.colouralpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.multiple.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.multiple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.multiple.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.multiple.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.outside.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.overlap.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.overlap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.overlap.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.overlap.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.overlap2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.overlap2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.solid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.vertical.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.vertical.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.vertical.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.vertical.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.interpolate.zerosize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.transform.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.transform.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.transform.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.transform.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.transform.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.linear.transform.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.compare.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.compare.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.crosscanvas.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.crosscanvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.current.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.current.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.current.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.current.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.invalidcolour.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.invalidcolour.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.invalidoffset.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.invalidoffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.return.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.return.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.type.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.update.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.object.update.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.behind.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.behind.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.beside.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.beside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.bottom.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.bottom.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.cylinder.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.cylinder.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.front.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.front.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.shape1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.shape1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.shape2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.shape2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.top.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.cone.top.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.equal.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.equal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.inside1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.inside1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.inside2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.inside2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.inside3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.inside3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.negative.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.outside1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.outside1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.outside2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.outside2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.outside3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.outside3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.touch1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.touch1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.touch2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.touch2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.touch3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.touch3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.transform.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.transform.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.transform.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.transform.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.transform.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.gradient.radial.transform.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.initial.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.type.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create1.type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.initial.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.large.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.large.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.negative.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.round.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.round.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.tiny.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.tiny.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.type.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.zero.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.create2.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.clamp.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.clamp.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.length.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.nonpremul.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.nonpremul.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.alpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.cols.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.cols.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.rgb.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.rgb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.rows.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.order.rows.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.range.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.range.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.negative.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.outside.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.size.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.source.size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.tiny.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.tiny.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.type.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.unaffected.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.zero.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.get.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.clamp.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.clamp.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.ctor.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.ctor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.nan.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.nan.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.properties.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.properties.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.readonly.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.round.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.round.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.set.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.string.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.undefined.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.object.undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.alpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.alpha.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.clip.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.created.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.cross.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.cross.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.negative.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.outside.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.rect1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.rect1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.rect2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.rect2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.zero.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.dirty.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.modified.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.modified.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.path.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.unaffected.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.unchanged.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.imageData.put.unchanged.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.butt.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.butt.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.closed.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.closed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.invalid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.open.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.open.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.round.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.round.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.square.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.square.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.valid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cap.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cross.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.cross.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.defaults.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.defaults.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.bevel.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.bevel.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.closed.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.closed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.invalid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.miter.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.miter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.open.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.open.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.parallel.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.parallel.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.round.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.round.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.valid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.join.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.acute.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.acute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.exceeded.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.exceeded.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.invalid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.lineedge.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.lineedge.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.obtuse.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.obtuse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.rightangle.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.rightangle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.valid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.within.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.miter.within.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.union.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.union.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.width.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.width.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.width.invalid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.width.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.width.scaledefault.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.width.scaledefault.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.width.transformed.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.width.transformed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.width.valid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.line.width.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.6.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.angle.6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.default.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.empty.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.end.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.negative.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.nonempty.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.nonempty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.scale.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.scale.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.scale.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.scale.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.selfintersect.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.selfintersect.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.selfintersect.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.selfintersect.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.shape.5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.twopie.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.zero.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.zero.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.zero.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.zero.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.zeroradius.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arc.zeroradius.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.coincide.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.coincide.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.coincide.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.coincide.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.collinear.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.collinear.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.collinear.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.collinear.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.collinear.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.collinear.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.ensuresubpath.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.ensuresubpath.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.ensuresubpath.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.ensuresubpath.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.negative.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.scale.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.scale.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.curve1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.curve1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.curve2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.curve2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.end.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.start.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.shape.start.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.transformation.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.transformation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.zero.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.zero.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.zero.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.arcTo.zero.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.beginPath.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.beginPath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.ensuresubpath.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.ensuresubpath.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.ensuresubpath.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.ensuresubpath.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.scaled.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.scaled.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.shape.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.bezierCurveTo.shape.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.basic.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.basic.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.basic.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.basic.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.empty.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.intersect.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.intersect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.unaffected.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.winding.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.winding.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.winding.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.clip.winding.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.closePath.empty.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.closePath.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.closePath.newline.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.closePath.newline.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.closePath.nextpoint.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.closePath.nextpoint.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.closed.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.closed.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.closed.unaffected.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.closed.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.overlap.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.overlap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.overlap.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.overlap.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.add.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.add.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.subtract.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.subtract.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.subtract.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.subtract.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.subtract.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.fill.winding.subtract.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.initial.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.arc.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.arc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.basic.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.basic.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.basic.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.basic.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.bezier.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.bezier.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.bigarc.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.bigarc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.edge.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.edge.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.empty.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.outside.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.subpath.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.subpath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.transform.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.unclosed.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.unclosed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.winding.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.isPointInPath.winding.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.ensuresubpath.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.ensuresubpath.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.ensuresubpath.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.ensuresubpath.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.nextpoint.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.nextpoint.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.lineTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.multiple.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.multiple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.newsubpath.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.newsubpath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.moveTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.ensuresubpath.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.ensuresubpath.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.ensuresubpath.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.ensuresubpath.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.scaled.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.scaled.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.shape.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.quadraticCurveTo.shape.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.closed.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.closed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.end.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.end.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.end.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.end.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.negative.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.newsubpath.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.newsubpath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.selfintersect.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.selfintersect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.winding.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.winding.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.6.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.rect.zero.6.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.empty.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.overlap.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.overlap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.overlap.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.overlap.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.arc.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.arc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.closed.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.closed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.corner.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.corner.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.curve.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.curve.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.line.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.line.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.rect.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.prune.rect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.scale1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.scale1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.scale2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.scale2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.skew.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.skew.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.unaffected.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.union.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.stroke.union.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.transformation.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.transformation.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.transformation.changing.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.transformation.changing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.transformation.multiple.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.path.transformation.multiple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.animated.gif.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.animated.gif.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.canvas.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.canvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.image.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.nocontext.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.nocontext.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.type.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.zerocanvas.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.basic.zerocanvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.crosscanvas.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.crosscanvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.string.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.undefined.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.image.undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.canvas1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.canvas1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.canvas2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.canvas2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.image1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.image1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.image2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.modify.image2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.coord1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.coord1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.coord2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.coord2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.coord3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.coord3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.outside.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.norepeat.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.orientation.canvas.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.orientation.canvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.orientation.image.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.orientation.image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.coord1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.coord1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.coord2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.coord2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.coord3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.coord3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.outside.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeat.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeatx.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeatx.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeatx.coord1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeatx.coord1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeatx.outside.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeatx.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeaty.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeaty.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeaty.coord1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeaty.coord1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeaty.outside.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.paint.repeaty.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.case.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.case.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.empty.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.null.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.undefined.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.unrecognised.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.pattern.repeat.unrecognised.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.scaled-manual.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.scaled-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.scaled-manual.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.scaled-manual.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.2.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.2.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.3.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.3.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.4.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.4.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.5.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.alpha.5.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowBlur.initial.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowBlur.initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowBlur.invalid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowBlur.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowBlur.valid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowBlur.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowColor.initial.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowColor.initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowColor.invalid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowColor.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowColor.valid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowColor.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowOffset.initial.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowOffset.initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowOffset.invalid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowOffset.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowOffset.valid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.attributes.shadowOffset.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.blur.high-manual.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.blur.high-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.blur.high.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.blur.high.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.alpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.alpha.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.transparent.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.transparent.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.transparent.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.canvas.transparent.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.clip.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.clip.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.clip.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.clip.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.clip.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.clip.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.composite.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.composite.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.composite.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.composite.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.composite.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.composite.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.blur.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.blur.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.off.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.off.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.off.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.off.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.x.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.x.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.y.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.enable.y.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.alpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.alpha.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.transparent.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.transparent.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.transparent.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.gradient.transparent.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.alpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.alpha.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.scale.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.scale.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.section.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.section.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.transparent.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.transparent.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.transparent.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.image.transparent.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.negativeX.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.negativeX.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.negativeY.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.negativeY.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.positiveX.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.positiveX.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.positiveY.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.offset.positiveY.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.outside.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.outside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.alpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.alpha.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.transparent.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.transparent.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.transparent.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.pattern.transparent.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.cap.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.cap.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.cap.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.cap.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.join.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.join.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.join.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.join.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.join.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.stroke.join.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.transform.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.transform.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.transform.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.shadow.transform.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.bitmap.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.bitmap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.clip.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.fillStyle.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.fillStyle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.font.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.font.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.globalAlpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.globalAlpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.globalCompositeOperation.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.globalCompositeOperation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.lineCap.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.lineCap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.lineJoin.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.lineJoin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.lineWidth.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.lineWidth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.miterLimit.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.miterLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.path.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowBlur.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowBlur.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowColor.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowColor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowOffsetX.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowOffsetX.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowOffsetY.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.shadowOffsetY.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.stack.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.stack.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.stackdepth.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.stackdepth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.strokeStyle.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.strokeStyle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.textAlign.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.textAlign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.textBaseline.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.textBaseline.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.transformation.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.transformation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.underflow.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.state.saverestore.underflow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.clip.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.globalalpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.globalalpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.globalcomposite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.globalcomposite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.negative.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.path.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.shadow.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.shadow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.transform.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.transform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.4.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.5.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeRect.zero.5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeStyle.default.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.strokeStyle.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.align.default.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.align.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.align.invalid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.align.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.align.valid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.align.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.baseline.default.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.baseline.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.baseline.invalid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.baseline.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.baseline.valid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.baseline.valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.center.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.center.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.end.ltr.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.end.ltr.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.end.rtl.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.end.rtl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.left.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.left.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.right.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.right.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.start.ltr.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.start.ltr.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.start.rtl.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.align.start.rtl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.baseline.alphabetic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.baseline.alphabetic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.basic-manual.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.basic-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.basic.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.basic.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.bound.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.bound.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.fontface.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.fontface.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.large-manual.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.large-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.large.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.large.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.small-manual.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.small-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.zero-manual.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.maxWidth.zero-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.rtl-manual.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.rtl-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.rtl.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.rtl.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.unaffected.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fill.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fontface.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fontface.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fontface.repeat.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.fontface.repeat.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.kern.consistent-manual.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.kern.consistent-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.space.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.space.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.space.collapse.nonspace.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.space.collapse.nonspace.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.basic-manual.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.basic-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.basic.png b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.basic.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.unaffected.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.draw.stroke.unaffected.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.default.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.complex.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.complex.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.invalid.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.size.percentage.default.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.size.percentage.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.size.percentage.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.size.percentage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.system.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.font.parse.system.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.measure.width.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.measure.width.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.measure.width.empty.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.text.measure.width.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.order.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.order.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.direction.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.direction.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.radians.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.radians.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.wrap.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.wrap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.wrapnegative.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.wrapnegative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.zero.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.rotate.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.large.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.large.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.multiple.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.multiple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.negative.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.zero.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.scale.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.setTransform.multiple.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.setTransform.multiple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.setTransform.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.setTransform.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.setTransform.skewed.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.setTransform.skewed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.identity.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.identity.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.multiply.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.multiply.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.skewed.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.transform.skewed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.translate.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.translate.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.translate.nonfinite.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.transformation.translate.nonfinite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.type.exists.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.type.exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.type.extend.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.type.extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.type.replace.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.type.replace.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/2d.voidreturn.html b/ivi/tct-canvas-html5-tests/canvas/w3c/2d.voidreturn.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/COPYING b/ivi/tct-canvas-html5-tests/canvas/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_colorsandstyles_createlineargradient_001-manual.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_colorsandstyles_createlineargradient_001-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_arcto_001-ref.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_arcto_001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_arcto_001.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_arcto_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_beziercurveto_001-ref.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_beziercurveto_001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_beziercurveto_001.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_beziercurveto_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_ispointInpath_001.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_complexshapes_ispointInpath_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_compositing_globalcompositeoperation_001-ref.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_compositing_globalcompositeoperation_001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_compositing_globalcompositeoperation_001.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_compositing_globalcompositeoperation_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_linestyles_linecap_001-ref.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_linestyles_linecap_001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_linestyles_linecap_001.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_linestyles_linecap_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_shadows_001-manual.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_shadows_001-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_state_restore_001-ref.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_state_restore_001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_state_restore_001.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_state_restore_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_text_font_001-manual.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_text_font_001-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_transformations_scale_001-ref.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_transformations_scale_001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_transformations_scale_001.htm b/ivi/tct-canvas-html5-tests/canvas/w3c/canvas_transformations_scale_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/clear-100x50.png b/ivi/tct-canvas-html5-tests/canvas/w3c/clear-100x50.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/common/canvas-tests.css b/ivi/tct-canvas-html5-tests/canvas/w3c/common/canvas-tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/common/canvas-tests.js b/ivi/tct-canvas-html5-tests/canvas/w3c/common/canvas-tests.js old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/context.casesensitive.html b/ivi/tct-canvas-html5-tests/canvas/w3c/context.casesensitive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/context.emptystring.html b/ivi/tct-canvas-html5-tests/canvas/w3c/context.emptystring.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.badname.html b/ivi/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.badname.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.badsuffix.html b/ivi/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.badsuffix.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.nullsuffix.html b/ivi/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.nullsuffix.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.unicode.html b/ivi/tct-canvas-html5-tests/canvas/w3c/context.unrecognised.unicode.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/fallback.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/fallback.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/fallback.multiple.html b/ivi/tct-canvas-html5-tests/canvas/w3c/fallback.multiple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/fallback.nested.html b/ivi/tct-canvas-html5-tests/canvas/w3c/fallback.nested.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/fonts/CanvasTest.ttf b/ivi/tct-canvas-html5-tests/canvas/w3c/fonts/CanvasTest.ttf old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/anim-gr.gif b/ivi/tct-canvas-html5-tests/canvas/w3c/images/anim-gr.gif old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/anim-gr.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/anim-gr.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/anim-poster-gr.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/anim-poster-gr.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/background.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/background.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/black-rectangle.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/black-rectangle.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/broken.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/broken.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/canvas-line.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/canvas-line.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/clear-100x50.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/clear-100x50.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/ggrr-256x256.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/ggrr-256x256.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/green-100x50.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/green-100x50.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/green-16x16.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/green-16x16.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/green-1x1.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/green-1x1.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/green.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/green.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/red-16x16.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/red-16x16.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/red.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/red.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/redtransparent.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/redtransparent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/rgrg-256x256.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/rgrg-256x256.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/rrgg-256x256.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/rrgg-256x256.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/smiley.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/smiley.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/threecolors.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/threecolors.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/transparent.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/transparent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/transparent50.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/transparent50.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/yellow.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/yellow.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/images/yellow75.png b/ivi/tct-canvas-html5-tests/canvas/w3c/images/yellow75.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.colour.html b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.colour.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.colour.png b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.colour.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.2dstate.html b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.2dstate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.clip.html b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.clip.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.different.html b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.different.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.different.png b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.different.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.gradient.html b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.gradient.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.path.html b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.path.png b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.path.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.pattern.html b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.pattern.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.same.html b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.same.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.same.png b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.same.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.transform.html b/ivi/tct-canvas-html5-tests/canvas/w3c/initial.reset.transform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/security.dataURI.html b/ivi/tct-canvas-html5-tests/canvas/w3c/security.dataURI.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/security.drawImage.canvas.html b/ivi/tct-canvas-html5-tests/canvas/w3c/security.drawImage.canvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/security.drawImage.image.html b/ivi/tct-canvas-html5-tests/canvas/w3c/security.drawImage.image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.canvas.fillStyle.html b/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.canvas.fillStyle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.canvas.strokeStyle.html b/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.canvas.strokeStyle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.canvas.timing.html b/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.canvas.timing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.create.html b/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.create.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.cross.html b/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.cross.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.image.fillStyle.html b/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.image.fillStyle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.image.strokeStyle.html b/ivi/tct-canvas-html5-tests/canvas/w3c/security.pattern.image.strokeStyle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/security.reset.html b/ivi/tct-canvas-html5-tests/canvas/w3c/security.reset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.default.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.default.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.default.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.get.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.get.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.get.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.get.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.idl.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.idl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.idl.set.zero.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.idl.set.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.decimal.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.decimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.decimal.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.decimal.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.em.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.em.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.em.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.em.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.empty.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.empty.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.empty.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.exp.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.exp.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.exp.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.exp.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.hex.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.hex.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.junk.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.junk.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.junk.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.junk.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.minus.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.minus.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.minus.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.minus.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.octal.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.octal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.octal.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.octal.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.onlyspace.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.onlyspace.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.onlyspace.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.onlyspace.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.percent.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.percent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.percent.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.percent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.plus.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.plus.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.plus.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.plus.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.space.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.space.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.space.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.space.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.trailingjunk.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.trailingjunk.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.trailingjunk.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.trailingjunk.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.whitespace.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.whitespace.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.whitespace.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.whitespace.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.zero.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.parse.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setcontent.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setcontent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setcontent.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setcontent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setidl.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setidl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setidl.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setidl.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setidlzero.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.reflect.setidlzero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.removed.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.removed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.removed.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.removed.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.decimal.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.decimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.decimal.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.decimal.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.em.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.em.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.em.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.em.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.empty.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.empty.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.empty.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.exp.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.exp.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.exp.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.exp.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.hex.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.hex.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.junk.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.junk.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.junk.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.junk.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.minus.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.minus.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.minus.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.minus.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.octal.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.octal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.octal.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.octal.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.percent.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.percent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.percent.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.percent.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.plus.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.plus.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.plus.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.plus.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.space.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.space.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.space.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.space.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.trailingjunk.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.trailingjunk.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.trailingjunk.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.trailingjunk.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.whitespace.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.whitespace.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.whitespace.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.whitespace.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.zero.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.setAttribute.zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.style.html b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.style.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.style.png b/ivi/tct-canvas-html5-tests/canvas/w3c/size.attributes.style.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.arguments.1.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.arguments.1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.arguments.2.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.arguments.2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.arguments.3.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.arguments.3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.bogustype.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.bogustype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.default.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.alpha.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.alpha.png b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.alpha.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.primarycolours.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.primarycolours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.primarycolours.png b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.primarycolours.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.basic.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.basic.png b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.basic.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.notnumber.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.notnumber.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.outsiderange.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.jpeg.quality.outsiderange.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.lowercase.ascii.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.lowercase.ascii.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.lowercase.unicode.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.lowercase.unicode.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.nocontext.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.nocontext.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.complexcolours.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.complexcolours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.complexcolours.png b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.complexcolours.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.primarycolours.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.primarycolours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.primarycolours.png b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.png.primarycolours.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.unrecognised.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.unrecognised.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.zerosize.html b/ivi/tct-canvas-html5-tests/canvas/w3c/toDataURL.zerosize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/type.exists.html b/ivi/tct-canvas-html5-tests/canvas/w3c/type.exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/type.extend.html b/ivi/tct-canvas-html5-tests/canvas/w3c/type.extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/type.name.html b/ivi/tct-canvas-html5-tests/canvas/w3c/type.name.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/canvas/w3c/type.replace.html b/ivi/tct-canvas-html5-tests/canvas/w3c/type.replace.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/common/COPYING b/ivi/tct-canvas-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/common/domtestcase.js b/ivi/tct-canvas-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/common/media.js b/ivi/tct-canvas-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/config.xml b/ivi/tct-canvas-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/icon.png b/ivi/tct-canvas-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/manifest.json b/ivi/tct-canvas-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/resources/COPYING b/ivi/tct-canvas-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/resources/testharness.css b/ivi/tct-canvas-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/resources/testharness.js b/ivi/tct-canvas-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/resources/testharnessreport.js b/ivi/tct-canvas-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/suite.json b/ivi/tct-canvas-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/testcase.xsl b/ivi/tct-canvas-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/testresult.xsl b/ivi/tct-canvas-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/tests.css b/ivi/tct-canvas-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/tests.full.xml b/ivi/tct-canvas-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/tests.xml b/ivi/tct-canvas-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/webrunner/index.html b/ivi/tct-canvas-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-canvas-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-canvas-html5-tests/webrunner/testrunner.js b/ivi/tct-canvas-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/COPYING b/ivi/tct-capability-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/README b/ivi/tct-capability-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/caps_displayresolution.html b/ivi/tct-capability-tests/capability/caps_displayresolution.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/caps_inputKeyboard.html b/ivi/tct-capability-tests/capability/caps_inputKeyboard.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/caps_memorystorage.html b/ivi/tct-capability-tests/capability/caps_memorystorage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/caps_multiTouchCount.html b/ivi/tct-capability-tests/capability/caps_multiTouchCount.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/caps_networking.html b/ivi/tct-capability-tests/capability/caps_networking.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/caps_screenSizeNormal.html b/ivi/tct-capability-tests/capability/caps_screenSizeNormal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/caps_usbHost.html b/ivi/tct-capability-tests/capability/caps_usbHost.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/optional_api_calendar.html b/ivi/tct-capability-tests/capability/optional_api_calendar.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/optional_api_callhistory.html b/ivi/tct-capability-tests/capability/optional_api_callhistory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/optional_api_contact.html b/ivi/tct-capability-tests/capability/optional_api_contact.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/optional_api_datacontrol.html b/ivi/tct-capability-tests/capability/optional_api_datacontrol.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/optional_api_datasync.html b/ivi/tct-capability-tests/capability/optional_api_datasync.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/optional_api_messaging.html b/ivi/tct-capability-tests/capability/optional_api_messaging.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/optional_api_networkbearerselection.html b/ivi/tct-capability-tests/capability/optional_api_networkbearerselection.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/optional_api_nfc.html b/ivi/tct-capability-tests/capability/optional_api_nfc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/optional_api_push.html b/ivi/tct-capability-tests/capability/optional_api_push.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/optional_api_secureelement.html b/ivi/tct-capability-tests/capability/optional_api_secureelement.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/optional_api_time.html b/ivi/tct-capability-tests/capability/optional_api_time.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/optional_api_websetting.html b/ivi/tct-capability-tests/capability/optional_api_websetting.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/capability/support/caps.js b/ivi/tct-capability-tests/capability/support/caps.js old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/icon.png b/ivi/tct-capability-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/manifest.json b/ivi/tct-capability-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/resources/COPYING b/ivi/tct-capability-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/resources/testharness.css b/ivi/tct-capability-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/resources/testharness.js b/ivi/tct-capability-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/resources/testharnessreport.js b/ivi/tct-capability-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/suite.json b/ivi/tct-capability-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/testcase.xsl b/ivi/tct-capability-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/testresult.xsl b/ivi/tct-capability-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/tests.css b/ivi/tct-capability-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/tests.full.xml b/ivi/tct-capability-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/tests.xml b/ivi/tct-capability-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/webrunner/index.html b/ivi/tct-capability-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-capability-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-capability-tests/webrunner/testrunner.js b/ivi/tct-capability-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/COPYING b/ivi/tct-clipboard-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/README b/ivi/tct-clipboard-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/clipboard/ClipboardEvent_tests.html b/ivi/tct-clipboard-w3c-tests/clipboard/ClipboardEvent_tests.html old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/clipboard/spec.json b/ivi/tct-clipboard-w3c-tests/clipboard/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/config.xml b/ivi/tct-clipboard-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/icon.png b/ivi/tct-clipboard-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/manifest.json b/ivi/tct-clipboard-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/resources/COPYING b/ivi/tct-clipboard-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/resources/testharness.css b/ivi/tct-clipboard-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/resources/testharness.js b/ivi/tct-clipboard-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/resources/testharnessreport.js b/ivi/tct-clipboard-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/suite.json b/ivi/tct-clipboard-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/testcase.xsl b/ivi/tct-clipboard-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/testresult.xsl b/ivi/tct-clipboard-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/tests.css b/ivi/tct-clipboard-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/tests.full.xml b/ivi/tct-clipboard-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/tests.xml b/ivi/tct-clipboard-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/webrunner/index.html b/ivi/tct-clipboard-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-clipboard-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-clipboard-w3c-tests/webrunner/testrunner.js b/ivi/tct-clipboard-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/COPYING b/ivi/tct-colors-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/README b/ivi/tct-colors-css3-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_000.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_000000.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_000000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_0000FF.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_0000FF.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_00FF00.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_00FF00.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_00FFFF_2.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_00FFFF_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_00F_2.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_00F_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_00f_1.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_00f_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_00ffff_1.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_00ffff_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_0F0_2.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_0F0_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_0FF_2.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_0FF_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_0f0_1.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_0f0_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_0ff_1.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_0ff_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_C30_2.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_C30_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_CCCC33_2.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_CCCC33_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_CCFF00_2.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_CCFF00_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_CF0_2.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_CF0_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_F00_2.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_F00_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_F0C_2.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_F0C_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_FF0000_2.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_FF0000_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_FF00CC_2.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_FF00CC_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_black.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_black.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_blue.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_blue.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_c30_1.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_c30_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_cccc33_1.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_cccc33_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_ccff00_1.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_ccff00_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_cf0_1.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_cf0_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_f00_1.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_f00_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_f0c_1.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_f0c_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_ff0000_1.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_ff0000_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_ff00cc_1.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_ff00cc_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_hus_only_number-ref.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_hus_only_number-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_hus_only_number.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_hus_only_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_value_with_space-ref.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_value_with_space-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_value_with_space.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_hsl_value_with_space.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_pseudo-classes-manual.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_pseudo-classes-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_red.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_red.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_0_0.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_0_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_0_255.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_0_255.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_255_0.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_255_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_255_255.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0_255_255.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_0pct_100pct.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_0pct_100pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_100pct_0pct.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_100pct_0pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_100pct_100pct.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_0pct_100pct_100pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_100pct_0pct_0pct.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_100pct_0pct_0pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_100pct_0pct_80pct.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_100pct_0pct_80pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_204_204_51.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_204_204_51.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_204_255_0.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_204_255_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_255_0_0.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_255_0_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_255_0_204.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_255_0_204.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_80pct_100pct_0pct.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_80pct_100pct_0pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_80pct_80pct_20pct.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_rgb_80pct_80pct_20pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_transprent_rgba_0_0_0_0-ref.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_transprent_rgba_0_0_0_0-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_transprent_rgba_0_0_0_0.html b/ivi/tct-colors-css3-tests/colors/CSS3Colors_color_transprent_rgba_0_0_0_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/COPYING b/ivi/tct-colors-css3-tests/colors/csswg/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/reference/t32-opacity-offscreen-multiple-boxes-1-c-ref.html b/ivi/tct-colors-css3-tests/colors/csswg/reference/t32-opacity-offscreen-multiple-boxes-1-c-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/reference/t32-opacity-offscreen-multiple-boxes-2-c-ref.html b/ivi/tct-colors-css3-tests/colors/csswg/reference/t32-opacity-offscreen-multiple-boxes-2-c-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/reference/t422-rgba-clamping-a0.0-b-ref.html b/ivi/tct-colors-css3-tests/colors/csswg/reference/t422-rgba-clamping-a0.0-b-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/reference/t422-rgba-func-int-a-ref.html b/ivi/tct-colors-css3-tests/colors/csswg/reference/t422-rgba-func-int-a-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/reference/t422-rgba-func-no-mixed-f-ref.html b/ivi/tct-colors-css3-tests/colors/csswg/reference/t422-rgba-func-no-mixed-f-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/reference/t422-rgba-func-whitespace-b-ref.html b/ivi/tct-colors-css3-tests/colors/csswg/reference/t422-rgba-func-whitespace-b-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/reference/t423-transparent-2-a-ref.html b/ivi/tct-colors-css3-tests/colors/csswg/reference/t423-transparent-2-a-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/reference/t424-hsl-h-rotating-b-ref.html b/ivi/tct-colors-css3-tests/colors/csswg/reference/t424-hsl-h-rotating-b-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/reference/t425-hsl-h-rotating-b-ref.html b/ivi/tct-colors-css3-tests/colors/csswg/reference/t425-hsl-h-rotating-b-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/reference/t44-currentcolor-background-b-ref.html b/ivi/tct-colors-css3-tests/colors/csswg/reference/t44-currentcolor-background-b-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/reference/t44-currentcolor-border-b-ref.html b/ivi/tct-colors-css3-tests/colors/csswg/reference/t44-currentcolor-border-b-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t31-color-currentColor-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t31-color-currentColor-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t31-color-text-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t31-color-text-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-basic-0.0-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-basic-0.0-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-basic-0.6-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-basic-0.6-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-basic-1.0-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-basic-1.0-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-clamping-0.0-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-clamping-0.0-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-clamping-1.0-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-clamping-1.0-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-1-c.htm b/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-1-c.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-2-c.htm b/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-multiple-boxes-2-c.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-with-alpha-c.htm b/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-offscreen-with-alpha-c.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-zorder-c.htm b/ivi/tct-colors-css3-tests/colors/csswg/t32-opacity-zorder-c.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t41-html4-keywords-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t41-html4-keywords-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-clip-outside-gamut-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-clip-outside-gamut-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-func-int-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-func-int-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-func-no-mixed-f.htm b/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-func-no-mixed-f.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-func-pct-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-func-pct-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-func-whitespace-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-func-whitespace-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-hex-parsing-f.htm b/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-hex-parsing-f.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-hex3-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-hex3-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-hex3-expand-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-hex3-expand-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-hex6-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-hex6-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-values-meaning-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t421-rgb-values-meaning-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-a0.0-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-a0.0-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-a0.6-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-a0.6-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-a1.0-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-a1.0-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a0.0-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a0.0-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a1.0-b-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-clamping-a1.0-b-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-clip-outside-device-gamut-b-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-clip-outside-device-gamut-b-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-func-int-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-func-int-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-func-no-mixed-f.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-func-no-mixed-f.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-func-pct-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-func-pct-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-func-whitespace-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-func-whitespace-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-b-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-b-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-multiple-boxes-c-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-onscreen-multiple-boxes-c-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-values-meaning-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t422-rgba-values-meaning-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t423-transparent-1-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t423-transparent-1-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t423-transparent-2-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t423-transparent-2-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t424-hsl-basic-a-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t424-hsl-basic-a-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t424-hsl-clip-outside-gamut-b-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t424-hsl-clip-outside-gamut-b-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t424-hsl-h-rotating-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t424-hsl-h-rotating-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t424-hsl-parsing-f-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t424-hsl-parsing-f-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t424-hsl-values-b-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t424-hsl-values-b-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-basic-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-basic-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-clip-outside-device-gamut-b-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-clip-outside-device-gamut-b-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-h-rotating-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-h-rotating-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-onscreen-b-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-onscreen-b-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-onscreen-multiple-boxes-c-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-onscreen-multiple-boxes-c-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-parsing-f-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-parsing-f-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-values-b-manual.htm b/ivi/tct-colors-css3-tests/colors/csswg/t425-hsla-values-b-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t43-svg-keywords-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t43-svg-keywords-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t44-currentcolor-background-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t44-currentcolor-background-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t44-currentcolor-border-b.htm b/ivi/tct-colors-css3-tests/colors/csswg/t44-currentcolor-border-b.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/csswg/t451-system-colors-a.htm b/ivi/tct-colors-css3-tests/colors/csswg/t451-system-colors-a.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/spec.json b/ivi/tct-colors-css3-tests/colors/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/colors/support/support.js b/ivi/tct-colors-css3-tests/colors/support/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/config.xml b/ivi/tct-colors-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/icon.png b/ivi/tct-colors-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/manifest.json b/ivi/tct-colors-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/resources/COPYING b/ivi/tct-colors-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/resources/testharness.css b/ivi/tct-colors-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/resources/testharness.js b/ivi/tct-colors-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/resources/testharnessreport.js b/ivi/tct-colors-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/suite.json b/ivi/tct-colors-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/testcase.xsl b/ivi/tct-colors-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/testresult.xsl b/ivi/tct-colors-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/tests.css b/ivi/tct-colors-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/tests.full.xml b/ivi/tct-colors-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/tests.xml b/ivi/tct-colors-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/webrunner/index.html b/ivi/tct-colors-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-colors-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-colors-css3-tests/webrunner/testrunner.js b/ivi/tct-colors-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/COPYING b/ivi/tct-content-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-content-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/LICENSE.CC-BY-3.0 b/ivi/tct-content-tizen-tests/LICENSE.CC-BY-3.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/NOTICE b/ivi/tct-content-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/config.xml b/ivi/tct-content-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContentLyrics_extend.html b/ivi/tct-content-tizen-tests/content/AudioContentLyrics_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContentLyrics_notexist.html b/ivi/tct-content-tizen-tests/content/AudioContentLyrics_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContentLyrics_texts_attribute.html b/ivi/tct-content-tizen-tests/content/AudioContentLyrics_texts_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContentLyrics_timestamps_attribute.html b/ivi/tct-content-tizen-tests/content/AudioContentLyrics_timestamps_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContentLyrics_type_attribute.html b/ivi/tct-content-tizen-tests/content/AudioContentLyrics_type_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContent_album_attribute.html b/ivi/tct-content-tizen-tests/content/AudioContent_album_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContent_artists_attribute.html b/ivi/tct-content-tizen-tests/content/AudioContent_artists_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContent_bitrate_attribute.html b/ivi/tct-content-tizen-tests/content/AudioContent_bitrate_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContent_composers_attribute.html b/ivi/tct-content-tizen-tests/content/AudioContent_composers_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContent_copyright_attribute.html b/ivi/tct-content-tizen-tests/content/AudioContent_copyright_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContent_duration_attribute.html b/ivi/tct-content-tizen-tests/content/AudioContent_duration_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContent_extend.html b/ivi/tct-content-tizen-tests/content/AudioContent_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContent_genres_attribute.html b/ivi/tct-content-tizen-tests/content/AudioContent_genres_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContent_lyrics_attribute.html b/ivi/tct-content-tizen-tests/content/AudioContent_lyrics_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContent_notexist.html b/ivi/tct-content-tizen-tests/content/AudioContent_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/AudioContent_trackNumber_attribute.html b/ivi/tct-content-tizen-tests/content/AudioContent_trackNumber_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentArraySuccessCallback_notexist.html b/ivi/tct-content-tizen-tests/content/ContentArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentArraySuccessCallback_onsuccess.html b/ivi/tct-content-tizen-tests/content/ContentArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentChangeCallback_notexist.html b/ivi/tct-content-tizen-tests/content/ContentChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentChangeCallback_oncontentadded.html b/ivi/tct-content-tizen-tests/content/ContentChangeCallback_oncontentadded.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentChangeCallback_oncontentremoved.html b/ivi/tct-content-tizen-tests/content/ContentChangeCallback_oncontentremoved.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentChangeCallback_oncontentupdated.html b/ivi/tct-content-tizen-tests/content/ContentChangeCallback_oncontentupdated.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentDirectoryArraySuccessCallback_notexist.html b/ivi/tct-content-tizen-tests/content/ContentDirectoryArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentDirectoryArraySuccessCallback_onsuccess.html b/ivi/tct-content-tizen-tests/content/ContentDirectoryArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentDirectory_directoryURI_attribute.html b/ivi/tct-content-tizen-tests/content/ContentDirectory_directoryURI_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentDirectory_extend.html b/ivi/tct-content-tizen-tests/content/ContentDirectory_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentDirectory_id_attribute.html b/ivi/tct-content-tizen-tests/content/ContentDirectory_id_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentDirectory_modifiedDate_attribute.html b/ivi/tct-content-tizen-tests/content/ContentDirectory_modifiedDate_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentDirectory_notexist.html b/ivi/tct-content-tizen-tests/content/ContentDirectory_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentDirectory_storageType_attribute.html b/ivi/tct-content-tizen-tests/content/ContentDirectory_storageType_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentDirectory_title_attribute.html b/ivi/tct-content-tizen-tests/content/ContentDirectory_title_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManagerObject_content_exist.html b/ivi/tct-content-tizen-tests/content/ContentManagerObject_content_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManagerObject_notexist.html b/ivi/tct-content-tizen-tests/content/ContentManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_extend.html b/ivi/tct-content-tizen-tests/content/ContentManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find.html b/ivi/tct-content-tizen-tests/content/ContentManager_find.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_errorCallback_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_errorCallback_invalid_cb.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_exist.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_filter_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_missarg.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_nullableArgs.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_nullableArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_sortMode_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_sortMode_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_sortMode_invalid_obj.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_sortMode_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_successCallback_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_successCallback_invalid_cb.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_with_count.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_with_count.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_with_directoryId.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_with_directoryId.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_with_errorCallback.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_with_filter.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_with_filter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_with_offset.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_with_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_find_with_sortMode.html b/ivi/tct-content-tizen-tests/content/ContentManager_find_with_sortMode.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories.html b/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_errorCallback_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_errorCallback_invalid_cb.html b/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_exist.html b/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_missarg.html b/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_successCallback_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_successCallback_invalid_cb.html b/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_with_errorCallback.html b/ivi/tct-content-tizen-tests/content/ContentManager_getDirectories_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_notexist.html b/ivi/tct-content-tizen-tests/content/ContentManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_scanFile.html b/ivi/tct-content-tizen-tests/content/ContentManager_scanFile.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_errorCallback_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_errorCallback_invalid_cb.html b/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_exist.html b/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_successCallback_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_successCallback_invalid_cb.html b/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_with_errorCallback.html b/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_with_successCallback.html b/ivi/tct-content-tizen-tests/content/ContentManager_scanFile_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_setChangeListener.html b/ivi/tct-content-tizen-tests/content/ContentManager_setChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_setChangeListener_changeCallback_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_setChangeListener_changeCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_setChangeListener_changeCallback_invalid_cb.html b/ivi/tct-content-tizen-tests/content/ContentManager_setChangeListener_changeCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_setChangeListener_exist.html b/ivi/tct-content-tizen-tests/content/ContentManager_setChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_setChangeListener_missarg.html b/ivi/tct-content-tizen-tests/content/ContentManager_setChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_unsetChangeListener.html b/ivi/tct-content-tizen-tests/content/ContentManager_unsetChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_unsetChangeListener_exist.html b/ivi/tct-content-tizen-tests/content/ContentManager_unsetChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_unsetChangeListener_extra_argument.html b/ivi/tct-content-tizen-tests/content/ContentManager_unsetChangeListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_update.html b/ivi/tct-content-tizen-tests/content/ContentManager_update.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_contents_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_contents_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_description.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_description.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_invalid_cb.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_exist.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_image_geolocation.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_image_geolocation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_image_orientation.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_image_orientation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_missarg.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_name.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_name.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_successCallback_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_successCallback_invalid_cb.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_video_geolocation.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_video_geolocation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_with_errorCallback.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_with_successCallback.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_without_callback.html b/ivi/tct-content-tizen-tests/content/ContentManager_updateBatch_without_callback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_update_content_TypeMismatch.html b/ivi/tct-content-tizen-tests/content/ContentManager_update_content_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_update_description.html b/ivi/tct-content-tizen-tests/content/ContentManager_update_description.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_update_exist.html b/ivi/tct-content-tizen-tests/content/ContentManager_update_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_update_image_geolocation.html b/ivi/tct-content-tizen-tests/content/ContentManager_update_image_geolocation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_update_image_orientation.html b/ivi/tct-content-tizen-tests/content/ContentManager_update_image_orientation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_update_missarg.html b/ivi/tct-content-tizen-tests/content/ContentManager_update_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_update_name.html b/ivi/tct-content-tizen-tests/content/ContentManager_update_name.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentManager_update_video_geolocation.html b/ivi/tct-content-tizen-tests/content/ContentManager_update_video_geolocation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentScanSuccessCallback_notexist.html b/ivi/tct-content-tizen-tests/content/ContentScanSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ContentScanSuccessCallback_onsuccess.html b/ivi/tct-content-tizen-tests/content/ContentScanSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_contentURI_attribute.html b/ivi/tct-content-tizen-tests/content/Content_contentURI_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_description_attribute.html b/ivi/tct-content-tizen-tests/content/Content_description_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_editableAttributes_attribute.html b/ivi/tct-content-tizen-tests/content/Content_editableAttributes_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_extend.html b/ivi/tct-content-tizen-tests/content/Content_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_id_attribute.html b/ivi/tct-content-tizen-tests/content/Content_id_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_mimeType_attribute.html b/ivi/tct-content-tizen-tests/content/Content_mimeType_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_modifiedDate_attribute.html b/ivi/tct-content-tizen-tests/content/Content_modifiedDate_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_name_attribute.html b/ivi/tct-content-tizen-tests/content/Content_name_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_notexist.html b/ivi/tct-content-tizen-tests/content/Content_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_rating_attribute.html b/ivi/tct-content-tizen-tests/content/Content_rating_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_releaseDate_attribute.html b/ivi/tct-content-tizen-tests/content/Content_releaseDate_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_size_attribute.html b/ivi/tct-content-tizen-tests/content/Content_size_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_thumbnailURIs_attribute.html b/ivi/tct-content-tizen-tests/content/Content_thumbnailURIs_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_title_attribute.html b/ivi/tct-content-tizen-tests/content/Content_title_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_type_AUDIO.html b/ivi/tct-content-tizen-tests/content/Content_type_AUDIO.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_type_IMAGE.html b/ivi/tct-content-tizen-tests/content/Content_type_IMAGE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_type_VIDEO.html b/ivi/tct-content-tizen-tests/content/Content_type_VIDEO.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/Content_type_attribute.html b/ivi/tct-content-tizen-tests/content/Content_type_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ImageContent_extend.html b/ivi/tct-content-tizen-tests/content/ImageContent_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ImageContent_geolocation_attribute.html b/ivi/tct-content-tizen-tests/content/ImageContent_geolocation_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ImageContent_height_attribute.html b/ivi/tct-content-tizen-tests/content/ImageContent_height_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ImageContent_notexist.html b/ivi/tct-content-tizen-tests/content/ImageContent_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ImageContent_orientation_attribute.html b/ivi/tct-content-tizen-tests/content/ImageContent_orientation_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/ImageContent_width_attribute.html b/ivi/tct-content-tizen-tests/content/ImageContent_width_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/VideoContent_album_attribute.html b/ivi/tct-content-tizen-tests/content/VideoContent_album_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/VideoContent_artists_attribute.html b/ivi/tct-content-tizen-tests/content/VideoContent_artists_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/VideoContent_duration_attribute.html b/ivi/tct-content-tizen-tests/content/VideoContent_duration_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/VideoContent_extend.html b/ivi/tct-content-tizen-tests/content/VideoContent_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/VideoContent_geolocation_attribute.html b/ivi/tct-content-tizen-tests/content/VideoContent_geolocation_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/VideoContent_height_attribute.html b/ivi/tct-content-tizen-tests/content/VideoContent_height_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/VideoContent_notexist.html b/ivi/tct-content-tizen-tests/content/VideoContent_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/VideoContent_width_attribute.html b/ivi/tct-content-tizen-tests/content/VideoContent_width_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/support/content_common.js b/ivi/tct-content-tizen-tests/content/support/content_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/content/support/unitcommon.js b/ivi/tct-content-tizen-tests/content/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/icon.png b/ivi/tct-content-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/manifest.json b/ivi/tct-content-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_audio_default.mp3 b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_audio_default.mp3 old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_audio_lyrics.mp3 b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_audio_lyrics.mp3 old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_audio_no_tag.mp3 b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_audio_no_tag.mp3 old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_default.jpg b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_default.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_geolocation.jpg b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_geolocation.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_1.jpg b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_1.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_2.jpg b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_2.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_3.jpg b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_3.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_4.jpg b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_4.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_5.jpg b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_5.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_6.jpg b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_6.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_7.jpg b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_7.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_8.jpg b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_image_orientation_8.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_video.mp4 b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_video.mp4 old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_video_tagged.mp4 b/ivi/tct-content-tizen-tests/media/tct-content-tizen-tests_video_tagged.mp4 old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/resources/COPYING b/ivi/tct-content-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/resources/testharness.css b/ivi/tct-content-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/resources/testharness.js b/ivi/tct-content-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/resources/testharnessreport.js b/ivi/tct-content-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/suite.json b/ivi/tct-content-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/testcase.xsl b/ivi/tct-content-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/testresult.xsl b/ivi/tct-content-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/tests.css b/ivi/tct-content-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/tests.full.xml b/ivi/tct-content-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/tests.xml b/ivi/tct-content-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/webrunner/index.html b/ivi/tct-content-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-content-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-content-tizen-tests/webrunner/testrunner.js b/ivi/tct-content-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/COPYING b/ivi/tct-cors-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/README b/ivi/tct-cors-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/config.xml b/ivi/tct-cors-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_add_max_age.html b/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_add_max_age.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_allow_credentials_true.html b/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_allow_credentials_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_base.html b/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_credentials_false_origin.html b/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_credentials_false_origin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_get.html b/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_get.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_getResponseHeader_not_null.html b/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_getResponseHeader_not_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_getResponseHeader_null.html b/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_getResponseHeader_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_get_true.html b/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_get_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_post.html b/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_post.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_post_true.html b/ivi/tct-cors-w3c-tests/cors-py/cors_XMLHttpRequest_post_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/spec.json b/ivi/tct-cors-w3c-tests/cors-py/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/support/COPYING b/ivi/tct-cors-w3c-tests/cors-py/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/support/cors_allow_origin_asterisk.py b/ivi/tct-cors-w3c-tests/cors-py/support/cors_allow_origin_asterisk.py old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/support/cors_credential_false.py b/ivi/tct-cors-w3c-tests/cors-py/support/cors_credential_false.py old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/support/cors_credential_true.py b/ivi/tct-cors-w3c-tests/cors-py/support/cors_credential_true.py old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/support/cors_echo.py b/ivi/tct-cors-w3c-tests/cors-py/support/cors_echo.py old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors-py/support/poster.png b/ivi/tct-cors-w3c-tests/cors-py/support/poster.png old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_add_max_age.html b/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_add_max_age.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_allow_credentials_true.html b/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_allow_credentials_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_base.html b/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_credentials_false_origin.html b/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_credentials_false_origin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_get.html b/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_get.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_getResponseHeader_not_null.html b/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_getResponseHeader_not_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_getResponseHeader_null.html b/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_getResponseHeader_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_get_true.html b/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_get_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_post.html b/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_post.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_post_true.html b/ivi/tct-cors-w3c-tests/cors/cors_XMLHttpRequest_post_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/support/COPYING b/ivi/tct-cors-w3c-tests/cors/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/support/cors_allow_origin_asterisk.php b/ivi/tct-cors-w3c-tests/cors/support/cors_allow_origin_asterisk.php old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/support/cors_credential_false.php b/ivi/tct-cors-w3c-tests/cors/support/cors_credential_false.php old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/support/cors_credential_true.php b/ivi/tct-cors-w3c-tests/cors/support/cors_credential_true.php old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/support/cors_echo.php b/ivi/tct-cors-w3c-tests/cors/support/cors_echo.php old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/support/path.js b/ivi/tct-cors-w3c-tests/cors/support/path.js old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/cors/support/poster.png b/ivi/tct-cors-w3c-tests/cors/support/poster.png old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/icon.png b/ivi/tct-cors-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/manifest.json b/ivi/tct-cors-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/resources/COPYING b/ivi/tct-cors-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/resources/testharness.css b/ivi/tct-cors-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/resources/testharness.js b/ivi/tct-cors-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/resources/testharnessreport.js b/ivi/tct-cors-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/suite.json b/ivi/tct-cors-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/testcase.xsl b/ivi/tct-cors-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/testresult.xsl b/ivi/tct-cors-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/tests.css b/ivi/tct-cors-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/tests.full.xml b/ivi/tct-cors-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/tests.xml b/ivi/tct-cors-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/webrunner/index.html b/ivi/tct-cors-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-cors-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-cors-w3c-tests/webrunner/testrunner.js b/ivi/tct-cors-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/COPYING b/ivi/tct-csp-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/README b/ivi/tct-csp-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/config.xml b/ivi/tct-csp-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/csp_html_meta_element.html b/ivi/tct-csp-w3c-tests/csp-py/csp_html_meta_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/csp_referrer_always-manual.html b/ivi/tct-csp-w3c-tests/csp-py/csp_referrer_always-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/csp_referrer_default-manual.html b/ivi/tct-csp-w3c-tests/csp-py/csp_referrer_default-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/csp_referrer_never-manual.html b/ivi/tct-csp-w3c-tests/csp-py/csp_referrer_never-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/csp_referrer_origin-manual.html b/ivi/tct-csp-w3c-tests/csp-py/csp_referrer_origin-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/spec.json b/ivi/tct-csp-w3c-tests/csp-py/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/COPYING b/ivi/tct-csp-w3c-tests/csp-py/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/a-green.css b/ivi/tct-csp-w3c-tests/csp-py/support/a-green.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/blue-100x100.css b/ivi/tct-csp-w3c-tests/csp-py/support/blue-100x100.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/blue-100x100.jpg b/ivi/tct-csp-w3c-tests/csp-py/support/blue-100x100.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/blue-100x100.png b/ivi/tct-csp-w3c-tests/csp-py/support/blue-100x100.png old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/canvas-index.css b/ivi/tct-csp-w3c-tests/csp-py/support/canvas-index.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/csp.js b/ivi/tct-csp-w3c-tests/csp-py/support/csp.js old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/green-100x100.png b/ivi/tct-csp-w3c-tests/csp-py/support/green-100x100.png old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/khronos/COPYING b/ivi/tct-csp-w3c-tests/csp-py/support/khronos/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/khronos/red-green.theora.ogv b/ivi/tct-csp-w3c-tests/csp-py/support/khronos/red-green.theora.ogv old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/red-100x100.png b/ivi/tct-csp-w3c-tests/csp-py/support/red-100x100.png old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/test.css b/ivi/tct-csp-w3c-tests/csp-py/support/test.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/test.js b/ivi/tct-csp-w3c-tests/csp-py/support/test.js old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/test81.js b/ivi/tct-csp-w3c-tests/csp-py/support/test81.js old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/test83.js b/ivi/tct-csp-w3c-tests/csp-py/support/test83.js old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/w3c/COPYING b/ivi/tct-csp-w3c-tests/csp-py/support/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/w3c/CanvasTest.ttf b/ivi/tct-csp-w3c-tests/csp-py/support/w3c/CanvasTest.ttf old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/w3c/a-green.css b/ivi/tct-csp-w3c-tests/csp-py/support/w3c/a-green.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/w3c/canvas-index.css b/ivi/tct-csp-w3c-tests/csp-py/support/w3c/canvas-index.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/support/w3c/csstest-basic-bold.ttf b/ivi/tct-csp-w3c-tests/csp-py/support/w3c/csstest-basic-bold.ttf old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp-py/w3c/COPYING b/ivi/tct-csp-w3c-tests/csp-py/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/csp_html_meta_element.html b/ivi/tct-csp-w3c-tests/csp/csp_html_meta_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/csp_referrer_always.html b/ivi/tct-csp-w3c-tests/csp/csp_referrer_always.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/csp_referrer_default.html b/ivi/tct-csp-w3c-tests/csp/csp_referrer_default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/csp_referrer_never.html b/ivi/tct-csp-w3c-tests/csp/csp_referrer_never.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/csp_referrer_origin.html b/ivi/tct-csp-w3c-tests/csp/csp_referrer_origin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_base-uri_asterisk-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_base-uri_asterisk-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_base-uri_cross-origin_block-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_base-uri_cross-origin_block-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_child-src_asterisk-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_child-src_asterisk-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_child-src_cross-origin_blocked-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_child-src_cross-origin_blocked-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_default-src-inline-blocked-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_default-src-inline-blocked-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_default-src_cross-origin_multi_font_allowed_one-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_default-src_cross-origin_multi_font_allowed_one-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_default-src_none_font_blocked_ext-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_default-src_none_font_blocked_ext-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_default-src_none_font_blocked_int-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_default-src_none_font_blocked_int-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_default-src_self_font_allowed-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_default-src_self_font_allowed-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_default-src_self_img_blocked-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_default-src_self_img_blocked-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_font-src_cross-origin_multi_allowed_two-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_font-src_cross-origin_multi_allowed_two-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_font-src_cross-origin_multi_blocked-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_font-src_cross-origin_multi_blocked-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_frame-ancestors_none-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_frame-ancestors_none-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_frame-src_asterisk_allowed_ext-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_frame-src_asterisk_allowed_ext-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_frame-src_cross-origin_multi_blocked-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_frame-src_cross-origin_multi_blocked-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_img-src_cross-origin_blocked_int-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_img-src_cross-origin_blocked_int-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_plugin-types_blocked-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_plugin-types_blocked-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_referrer_always-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_referrer_always-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_referrer_never-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_referrer_never-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_referrer_origin-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_referrer_origin-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_ro_frame-src_self_allowed_ext-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_ro_frame-src_self_allowed_ext-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_ro_frame-src_self_allowed_int-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_ro_frame-src_self_allowed_int-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_sandbox_empty_event-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_sandbox_empty_event-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_script-src_cross-origin-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_script-src_cross-origin-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_script-src_cross-origin_block_inline-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_script-src_cross-origin_block_inline-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_script-src_none-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_script-src_none-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_script-src_unsafe-inline_allowed_event-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_script-src_unsafe-inline_allowed_event-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/reference/csp_script-src_unsafe-inline_blocked_ext-ref.html b/ivi/tct-csp-w3c-tests/csp/reference/csp_script-src_unsafe-inline_blocked_ext-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/COPYING b/ivi/tct-csp-w3c-tests/csp/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/a-green.css b/ivi/tct-csp-w3c-tests/csp/support/a-green.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/blue-100x100.css b/ivi/tct-csp-w3c-tests/csp/support/blue-100x100.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/blue-100x100.png b/ivi/tct-csp-w3c-tests/csp/support/blue-100x100.png old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/canvas-index.css b/ivi/tct-csp-w3c-tests/csp/support/canvas-index.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/csp.js b/ivi/tct-csp-w3c-tests/csp/support/csp.js old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/green-100x100.png b/ivi/tct-csp-w3c-tests/csp/support/green-100x100.png old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/khronos/COPYING b/ivi/tct-csp-w3c-tests/csp/support/khronos/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/khronos/red-green.theora.ogv b/ivi/tct-csp-w3c-tests/csp/support/khronos/red-green.theora.ogv old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/red-100x100.png b/ivi/tct-csp-w3c-tests/csp/support/red-100x100.png old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/test.css b/ivi/tct-csp-w3c-tests/csp/support/test.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/test.js b/ivi/tct-csp-w3c-tests/csp/support/test.js old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/test81.js b/ivi/tct-csp-w3c-tests/csp/support/test81.js old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/test83.js b/ivi/tct-csp-w3c-tests/csp/support/test83.js old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/w3c/COPYING b/ivi/tct-csp-w3c-tests/csp/support/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/w3c/CanvasTest.ttf b/ivi/tct-csp-w3c-tests/csp/support/w3c/CanvasTest.ttf old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/w3c/a-green.css b/ivi/tct-csp-w3c-tests/csp/support/w3c/a-green.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/w3c/canvas-index.css b/ivi/tct-csp-w3c-tests/csp/support/w3c/canvas-index.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/support/w3c/csstest-basic-bold.ttf b/ivi/tct-csp-w3c-tests/csp/support/w3c/csstest-basic-bold.ttf old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/csp/w3c/COPYING b/ivi/tct-csp-w3c-tests/csp/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/icon.png b/ivi/tct-csp-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/manifest.json b/ivi/tct-csp-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/resources/COPYING b/ivi/tct-csp-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/resources/testharness.css b/ivi/tct-csp-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/resources/testharness.js b/ivi/tct-csp-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/resources/testharnessreport.js b/ivi/tct-csp-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/suite.json b/ivi/tct-csp-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/testcase.xsl b/ivi/tct-csp-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/testresult.xsl b/ivi/tct-csp-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/tests.css b/ivi/tct-csp-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/tests.full.xml b/ivi/tct-csp-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/tests.xml b/ivi/tct-csp-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/webrunner/index.html b/ivi/tct-csp-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-csp-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-csp-w3c-tests/webrunner/testrunner.js b/ivi/tct-csp-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/COPYING b/ivi/tct-dnd-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/README b/ivi/tct-dnd-html5-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/common/COPYING b/ivi/tct-dnd-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/common/domtestcase.js b/ivi/tct-dnd-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/common/media.js b/ivi/tct-dnd-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/config.xml b/ivi/tct-dnd-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/dnd/dragdrop_dropzone.html b/ivi/tct-dnd-html5-tests/dnd/dragdrop_dropzone.html old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/dnd/images/COPYING b/ivi/tct-dnd-html5-tests/dnd/images/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/dnd/images/blue.png b/ivi/tct-dnd-html5-tests/dnd/images/blue.png old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/dnd/spec.json b/ivi/tct-dnd-html5-tests/dnd/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/dnd/w3c/009.html b/ivi/tct-dnd-html5-tests/dnd/w3c/009.html old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/dnd/w3c/COPYING b/ivi/tct-dnd-html5-tests/dnd/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/dnd/w3c/dragdrop_004.htm b/ivi/tct-dnd-html5-tests/dnd/w3c/dragdrop_004.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/dnd/w3c/dragdrop_005.htm b/ivi/tct-dnd-html5-tests/dnd/w3c/dragdrop_005.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/dnd/w3c/dragdrop_006.htm b/ivi/tct-dnd-html5-tests/dnd/w3c/dragdrop_006.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/dnd/w3c/dragdrop_007.htm b/ivi/tct-dnd-html5-tests/dnd/w3c/dragdrop_007.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/dnd/w3c/dragdrop_008.htm b/ivi/tct-dnd-html5-tests/dnd/w3c/dragdrop_008.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/dnd/w3c/dragdrop_support.js b/ivi/tct-dnd-html5-tests/dnd/w3c/dragdrop_support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/icon.png b/ivi/tct-dnd-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/manifest.json b/ivi/tct-dnd-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/resources/COPYING b/ivi/tct-dnd-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/resources/testharness.css b/ivi/tct-dnd-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/resources/testharness.js b/ivi/tct-dnd-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/resources/testharnessreport.js b/ivi/tct-dnd-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/suite.json b/ivi/tct-dnd-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/testcase.xsl b/ivi/tct-dnd-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/testresult.xsl b/ivi/tct-dnd-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/tests.css b/ivi/tct-dnd-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/tests.full.xml b/ivi/tct-dnd-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/tests.xml b/ivi/tct-dnd-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/webrunner/index.html b/ivi/tct-dnd-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-dnd-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-dnd-html5-tests/webrunner/testrunner.js b/ivi/tct-dnd-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/COPYING b/ivi/tct-download-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-download-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/NOTICE b/ivi/tct-download-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/README b/ivi/tct-download-tizen-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/config.xml b/ivi/tct-download-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadCallback_notexist.html b/ivi/tct-download-tizen-tests/download/DownloadCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadCallback_oncanceled.html b/ivi/tct-download-tizen-tests/download/DownloadCallback_oncanceled.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadCallback_oncompleted.html b/ivi/tct-download-tizen-tests/download/DownloadCallback_oncompleted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadCallback_onfailed.html b/ivi/tct-download-tizen-tests/download/DownloadCallback_onfailed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadCallback_onpaused.html b/ivi/tct-download-tizen-tests/download/DownloadCallback_onpaused.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadCallback_onprogress.html b/ivi/tct-download-tizen-tests/download/DownloadCallback_onprogress.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManagerObject_download_exists.html b/ivi/tct-download-tizen-tests/download/DownloadManagerObject_download_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManagerObject_notexist.html b/ivi/tct-download-tizen-tests/download/DownloadManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_cancel.html b/ivi/tct-download-tizen-tests/download/DownloadManager_cancel.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_cancel_exist.html b/ivi/tct-download-tizen-tests/download/DownloadManager_cancel_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_extend.html b/ivi/tct-download-tizen-tests/download/DownloadManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest.html b/ivi/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest_exist.html b/ivi/tct-download-tizen-tests/download/DownloadManager_getDownloadRequest_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_getMIMEType.html b/ivi/tct-download-tizen-tests/download/DownloadManager_getMIMEType.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_getMIMEType_exist.html b/ivi/tct-download-tizen-tests/download/DownloadManager_getMIMEType_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_getState.html b/ivi/tct-download-tizen-tests/download/DownloadManager_getState.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_getState_exist.html b/ivi/tct-download-tizen-tests/download/DownloadManager_getState_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_getState_using.html b/ivi/tct-download-tizen-tests/download/DownloadManager_getState_using.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_in_tizen.html b/ivi/tct-download-tizen-tests/download/DownloadManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_notexist.html b/ivi/tct-download-tizen-tests/download/DownloadManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_pause.html b/ivi/tct-download-tizen-tests/download/DownloadManager_pause.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_pause_exist.html b/ivi/tct-download-tizen-tests/download/DownloadManager_pause_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_resume.html b/ivi/tct-download-tizen-tests/download/DownloadManager_resume.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_resume_exist.html b/ivi/tct-download-tizen-tests/download/DownloadManager_resume_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_setListener.html b/ivi/tct-download-tizen-tests/download/DownloadManager_setListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_setListener_downloadCallback_TypeMismatch.html b/ivi/tct-download-tizen-tests/download/DownloadManager_setListener_downloadCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_setListener_downloadCallback_invalid_cb.html b/ivi/tct-download-tizen-tests/download/DownloadManager_setListener_downloadCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_setListener_exist.html b/ivi/tct-download-tizen-tests/download/DownloadManager_setListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_setListener_missarg.html b/ivi/tct-download-tizen-tests/download/DownloadManager_setListener_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_setListener_null.html b/ivi/tct-download-tizen-tests/download/DownloadManager_setListener_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_start.html b/ivi/tct-download-tizen-tests/download/DownloadManager_start.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_start_downloadCallback_TypeMismatch.html b/ivi/tct-download-tizen-tests/download/DownloadManager_start_downloadCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_start_downloadCallback_invalid_cb.html b/ivi/tct-download-tizen-tests/download/DownloadManager_start_downloadCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_start_downloadRequest_TypeMismatch.html b/ivi/tct-download-tizen-tests/download/DownloadManager_start_downloadRequest_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_start_downloadRequest_invalid_obj.html b/ivi/tct-download-tizen-tests/download/DownloadManager_start_downloadRequest_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_start_exist.html b/ivi/tct-download-tizen-tests/download/DownloadManager_start_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_start_missarg.html b/ivi/tct-download-tizen-tests/download/DownloadManager_start_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_start_with_downloadCallback.html b/ivi/tct-download-tizen-tests/download/DownloadManager_start_with_downloadCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadManager_start_with_extra_argument.html b/ivi/tct-download-tizen-tests/download/DownloadManager_start_with_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadRequest_constructor.html b/ivi/tct-download-tizen-tests/download/DownloadRequest_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadRequest_destination_attribute.html b/ivi/tct-download-tizen-tests/download/DownloadRequest_destination_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadRequest_exist.html b/ivi/tct-download-tizen-tests/download/DownloadRequest_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadRequest_extend.html b/ivi/tct-download-tizen-tests/download/DownloadRequest_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadRequest_fileName_attribute.html b/ivi/tct-download-tizen-tests/download/DownloadRequest_fileName_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadRequest_httpHeader_attribute.html b/ivi/tct-download-tizen-tests/download/DownloadRequest_httpHeader_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadRequest_networkType_attribute.html b/ivi/tct-download-tizen-tests/download/DownloadRequest_networkType_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/DownloadRequest_url_attribute.html b/ivi/tct-download-tizen-tests/download/DownloadRequest_url_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/support/download_common.js b/ivi/tct-download-tizen-tests/download/support/download_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/download/support/unitcommon.js b/ivi/tct-download-tizen-tests/download/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/icon.png b/ivi/tct-download-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/manifest.json b/ivi/tct-download-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/resources/COPYING b/ivi/tct-download-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/resources/testharness.css b/ivi/tct-download-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/resources/testharness.js b/ivi/tct-download-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/resources/testharnessreport.js b/ivi/tct-download-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/suite.json b/ivi/tct-download-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/testcase.xsl b/ivi/tct-download-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/testresult.xsl b/ivi/tct-download-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/tests.css b/ivi/tct-download-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/tests.full.xml b/ivi/tct-download-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/tests.xml b/ivi/tct-download-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/webrunner/index.html b/ivi/tct-download-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-download-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-download-tizen-tests/webrunner/testrunner.js b/ivi/tct-download-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/COPYING b/ivi/tct-extra-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/README b/ivi/tct-extra-html5-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/attributes/w3c/COPYING b/ivi/tct-extra-html5-tests/attributes/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/attributes/w3c/anchor_href-manual.htm b/ivi/tct-extra-html5-tests/attributes/w3c/anchor_href-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/base64/w3c/COPYING b/ivi/tct-extra-html5-tests/base64/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/base64/w3c/base64.html b/ivi/tct-extra-html5-tests/base64/w3c/base64.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/browsers/history/the-history-interface/history_supported.html b/ivi/tct-extra-html5-tests/browsers/history/the-history-interface/history_supported.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_basic.html b/ivi/tct-extra-html5-tests/browsers/the-window-object/the-window-object/window_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/common/COPYING b/ivi/tct-extra-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/common/domtestcase.js b/ivi/tct-extra-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/common/media.js b/ivi/tct-extra-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/config.xml b/ivi/tct-extra-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dataset/fixture_dataset_alpha.html b/ivi/tct-extra-html5-tests/dataset/fixture_dataset_alpha.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dataset/fixture_dataset_enumerable.html b/ivi/tct-extra-html5-tests/dataset/fixture_dataset_enumerable.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dataset/fixture_dataset_length.html b/ivi/tct-extra-html5-tests/dataset/fixture_dataset_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dataset/fixture_getAttribute.html b/ivi/tct-extra-html5-tests/dataset/fixture_getAttribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dataset/w3c/COPYING b/ivi/tct-extra-html5-tests/dataset/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dataset/w3c/dataset-delete.html b/ivi/tct-extra-html5-tests/dataset/w3c/dataset-delete.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dataset/w3c/dataset-enumeration.html b/ivi/tct-extra-html5-tests/dataset/w3c/dataset-enumeration.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dataset/w3c/dataset-get.html b/ivi/tct-extra-html5-tests/dataset/w3c/dataset-get.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dataset/w3c/dataset-instanceof.html b/ivi/tct-extra-html5-tests/dataset/w3c/dataset-instanceof.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dataset/w3c/dataset-set.html b/ivi/tct-extra-html5-tests/dataset/w3c/dataset-set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html b/ivi/tct-extra-html5-tests/dom/documents/the-document-object/document_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dom/documents/the-document-object/document_oninvalid_event.html b/ivi/tct-extra-html5-tests/dom/documents/the-document-object/document_oninvalid_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dom/documents/the-document-object/oninvalid_event_exist.html b/ivi/tct-extra-html5-tests/dom/documents/the-document-object/oninvalid_event_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/dom/mutationobserver/mutationobserver.html b/ivi/tct-extra-html5-tests/dom/mutationobserver/mutationobserver.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/foreigncontent/w3c/COPYING b/ivi/tct-extra-html5-tests/foreigncontent/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html b/ivi/tct-extra-html5-tests/foreigncontent/w3c/math-parse01.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/icon.png b/ivi/tct-extra-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/manifest.json b/ivi/tct-extra-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/rendering/bindings/the-keygen-element-0/htmlkeygenelement_attributes.html b/ivi/tct-extra-html5-tests/rendering/bindings/the-keygen-element-0/htmlkeygenelement_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/resources/COPYING b/ivi/tct-extra-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/resources/WebIDLParser.js b/ivi/tct-extra-html5-tests/resources/WebIDLParser.js old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/resources/idlharness.js b/ivi/tct-extra-html5-tests/resources/idlharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/resources/testharness.css b/ivi/tct-extra-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/resources/testharness.js b/ivi/tct-extra-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/resources/testharnessreport.js b/ivi/tct-extra-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/embedded-content-0/the-iframe-element/iframe_supported.html b/ivi/tct-extra-html5-tests/semantics/embedded-content-0/the-iframe-element/iframe_supported.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html b/ivi/tct-extra-html5-tests/semantics/embedded-content-0/the-track-element/track_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/embedded-content-0/the-video-element/video_node_create.html b/ivi/tct-extra-html5-tests/semantics/embedded-content-0/the-video-element/video_node_create.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-datalist-element/datalist_idlharness.html b/ivi/tct-extra-html5-tests/semantics/forms/the-datalist-element/datalist_idlharness.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-fieldset-element/fieldset_elements_check.html b/ivi/tct-extra-html5-tests/semantics/forms/the-fieldset-element/fieldset_elements_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-fieldset-element/fieldset_idlharness.html b/ivi/tct-extra-html5-tests/semantics/forms/the-fieldset-element/fieldset_idlharness.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html b/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_elements.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_email_invalid.html b/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_email_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_image.html b/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_number.html b/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_pattern.html b/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_pattern.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_range.html b/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_range.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_required.html b/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_required.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html b/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_type_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_url_invalid.html b/ivi/tct-extra-html5-tests/semantics/forms/the-input-element/input_url_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-meter-element/meter_idlharness.html b/ivi/tct-extra-html5-tests/semantics/forms/the-meter-element/meter_idlharness.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-output-element/output_idlharness.html b/ivi/tct-extra-html5-tests/semantics/forms/the-output-element/output_idlharness.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-output-element/output_node_created.html b/ivi/tct-extra-html5-tests/semantics/forms/the-output-element/output_node_created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-progress-element/progress_idlharness.html b/ivi/tct-extra-html5-tests/semantics/forms/the-progress-element/progress_idlharness.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_attribute.html b/ivi/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_inrange.html b/ivi/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_inrange.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_readonlyorwrite.html b/ivi/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_readonlyorwrite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_required_check.html b/ivi/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_required_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_validorinvalid.html b/ivi/tct-extra-html5-tests/semantics/forms/the-select-element/select_element_validorinvalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_element_attribute.html b/ivi/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_element_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_element_maxLength-manual.html b/ivi/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_element_maxLength-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_wrap.html b/ivi/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_wrap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/grouping-content/the-figcaption-element/figcaption_element-manual.html b/ivi/tct-extra-html5-tests/semantics/grouping-content/the-figcaption-element/figcaption_element-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/grouping-content/the-figcaption-element/figcaption_node_created.html b/ivi/tct-extra-html5-tests/semantics/grouping-content/the-figcaption-element/figcaption_node_created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/grouping-content/the-figure-element/figure_element-manual.html b/ivi/tct-extra-html5-tests/semantics/grouping-content/the-figure-element/figure_element-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/grouping-content/the-figure-element/figure_node_created.html b/ivi/tct-extra-html5-tests/semantics/grouping-content/the-figure-element/figure_node_created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/grouping-content/the-main-element/grouping-main.html b/ivi/tct-extra-html5-tests/semantics/grouping-content/the-main-element/grouping-main.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_attributes.html b/ivi/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_created.html b/ivi/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_open_check.html b/ivi/tct-extra-html5-tests/semantics/interactive-elements/the-details-element/details_open_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/headings-and-sections/heading_sections_check.html b/ivi/tct-extra-html5-tests/semantics/sections/headings-and-sections/heading_sections_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/headings-and-sections/section_node_created.html b/ivi/tct-extra-html5-tests/semantics/sections/headings-and-sections/section_node_created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/the-article-element/article_element.html b/ivi/tct-extra-html5-tests/semantics/sections/the-article-element/article_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/the-article-element/article_node_created.html b/ivi/tct-extra-html5-tests/semantics/sections/the-article-element/article_node_created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/the-aside-element/aside_element.html b/ivi/tct-extra-html5-tests/semantics/sections/the-aside-element/aside_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/the-aside-element/aside_node_created.html b/ivi/tct-extra-html5-tests/semantics/sections/the-aside-element/aside_node_created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/the-body-element/body_element_attribute.html b/ivi/tct-extra-html5-tests/semantics/sections/the-body-element/body_element_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/the-body-element/body_onhashchange_check.html b/ivi/tct-extra-html5-tests/semantics/sections/the-body-element/body_onhashchange_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/the-footer-element/footer_element.html b/ivi/tct-extra-html5-tests/semantics/sections/the-footer-element/footer_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/the-footer-element/footer_node_created.html b/ivi/tct-extra-html5-tests/semantics/sections/the-footer-element/footer_node_created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/the-header-element/header_element.html b/ivi/tct-extra-html5-tests/semantics/sections/the-header-element/header_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/the-header-element/header_node_created.html b/ivi/tct-extra-html5-tests/semantics/sections/the-header-element/header_node_created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/the-nav-element/nav_element.html b/ivi/tct-extra-html5-tests/semantics/sections/the-nav-element/nav_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/sections/the-nav-element/nav_node_created.html b/ivi/tct-extra-html5-tests/semantics/sections/the-nav-element/nav_node_created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-a-element/grouping-a.html b/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-a-element/grouping-a.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-abbr-element/abbr_element_exist.html b/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-abbr-element/abbr_element_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-abbr-element/abbr_node_created.html b/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-abbr-element/abbr_node_created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_element_base_usage-manual.html b/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_element_base_usage-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_element_exist.html b/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_element_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_node_created.html b/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-mark-element/mark_node_created.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-rp-element/rp_element.html b/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-rp-element/rp_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-wbr-element/grouping-wbr.html b/ivi/tct-extra-html5-tests/semantics/text-level-semantics/the-wbr-element/grouping-wbr.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/spec.json b/ivi/tct-extra-html5-tests/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/suite.json b/ivi/tct-extra-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/testcase.xsl b/ivi/tct-extra-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/testresult.xsl b/ivi/tct-extra-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/tests.css b/ivi/tct-extra-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/tests.full.xml b/ivi/tct-extra-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/tests.xml b/ivi/tct-extra-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/COPYING b/ivi/tct-extra-html5-tests/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/collections/.gitkeep b/ivi/tct-extra-html5-tests/w3c/collections/.gitkeep old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/collections/htmlallcollection.html b/ivi/tct-extra-html5-tests/w3c/collections/htmlallcollection.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/collections/htmlformcontrolscollection.html b/ivi/tct-extra-html5-tests/w3c/collections/htmlformcontrolscollection.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/collections/htmloptionscollection.html b/ivi/tct-extra-html5-tests/w3c/collections/htmloptionscollection.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/collections/radionodelist.html b/ivi/tct-extra-html5-tests/w3c/collections/radionodelist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/dom/documents/resource-metadata-management/document-compatmode-01.html b/ivi/tct-extra-html5-tests/w3c/dom/documents/resource-metadata-management/document-compatmode-01.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html b/ivi/tct-extra-html5-tests/w3c/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/editing/editing-0/making-entire-documents-editable-the-designmode-idl-attribute/user-interaction-editing-designMode.html b/ivi/tct-extra-html5-tests/w3c/editing/editing-0/making-entire-documents-editable-the-designmode-idl-attribute/user-interaction-editing-designMode.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html b/ivi/tct-extra-html5-tests/w3c/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/editing/the-hidden-attribute/hidden-1a-manual.html b/ivi/tct-extra-html5-tests/w3c/editing/the-hidden-attribute/hidden-1a-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html b/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime-local.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html b/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/datetime.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/month.html b/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/month.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html b/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/range.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/search_input.html b/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/search_input.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/telephone.html b/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/telephone.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html b/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/time.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/valueMode.html b/ivi/tct-extra-html5-tests/w3c/semantics/forms/the-input-element/valueMode.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/semantics/grouping-content/the-figcaption-element/grouping-figcaption.html b/ivi/tct-extra-html5-tests/w3c/semantics/grouping-content/the-figcaption-element/grouping-figcaption.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/semantics/grouping-content/the-figure-element/grouping-figure.html b/ivi/tct-extra-html5-tests/w3c/semantics/grouping-content/the-figure-element/grouping-figure.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/semantics/grouping-content/the-ol-element/reversed-1a-manual.html b/ivi/tct-extra-html5-tests/w3c/semantics/grouping-content/the-ol-element/reversed-1a-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/semantics/interfaces.html b/ivi/tct-extra-html5-tests/w3c/semantics/interfaces.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/w3c/syntax/serializing-html-fragments/outerHTML.html b/ivi/tct-extra-html5-tests/w3c/syntax/serializing-html-fragments/outerHTML.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/webrunner/index.html b/ivi/tct-extra-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-extra-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/webrunner/testrunner.js b/ivi/tct-extra-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/xhtml5/images/COPYING b/ivi/tct-extra-html5-tests/xhtml5/images/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/xhtml5/images/blue.png b/ivi/tct-extra-html5-tests/xhtml5/images/blue.png old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/xhtml5/w3c/COPYING b/ivi/tct-extra-html5-tests/xhtml5/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/xhtml5/w3c/body_link-manual.xhtml b/ivi/tct-extra-html5-tests/xhtml5/w3c/body_link-manual.xhtml old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/xhtml5/w3c/body_text_00ffff-manual.xhtml b/ivi/tct-extra-html5-tests/xhtml5/w3c/body_text_00ffff-manual.xhtml old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/xhtml5/w3c/html_style_in_comment-manual.xhtml b/ivi/tct-extra-html5-tests/xhtml5/w3c/html_style_in_comment-manual.xhtml old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/xhtml5/w3c/img_border_percent-manual.xhtml b/ivi/tct-extra-html5-tests/xhtml5/w3c/img_border_percent-manual.xhtml old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/xhtml5/w3c/object_border_perc-manual.xhtml b/ivi/tct-extra-html5-tests/xhtml5/w3c/object_border_perc-manual.xhtml old mode 100644 new mode 100755 diff --git a/ivi/tct-extra-html5-tests/xhtml5/w3c/object_border_pixel-manual.xhtml b/ivi/tct-extra-html5-tests/xhtml5/w3c/object_border_pixel-manual.xhtml old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/COPYING b/ivi/tct-fileapi-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/README b/ivi/tct-fileapi-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/config.xml b/ivi/tct-fileapi-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/Blob_size_normal.html b/ivi/tct-fileapi-w3c-tests/fileapi/Blob_size_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/Blob_size_type-manual.html b/ivi/tct-fileapi-w3c-tests/fileapi/Blob_size_type-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/Blob_slice_overflow.html b/ivi/tct-fileapi-w3c-tests/fileapi/Blob_slice_overflow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/Blob_type_normal-manual.html b/ivi/tct-fileapi-w3c-tests/fileapi/Blob_type_normal-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/Blob_type_type-manual.html b/ivi/tct-fileapi-w3c-tests/fileapi/Blob_type_type-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileList_item_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileList_item_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileList_length_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileList_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileList_length_zero.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileList_length_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_Blob_invalid.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_Blob_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_Blob_invalid.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_Blob_invalid.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_base.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_empty_string.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_empty_string.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_empty_string.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_exist.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_no_argument.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_no_argument.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_no_argument.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_return_arraybuffer.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_return_arraybuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_return_arraybuffer.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_return_arraybuffer.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_return_type.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_return_type.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_return_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_set_null.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_set_null.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsArrayBuffer_set_null.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_Blob_invalid.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_Blob_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_Blob_invalid.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_Blob_invalid.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_base.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_empty_string.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_empty_string.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_empty_string.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_no_argument.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_no_argument.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_no_argument.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_return_string.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_return_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_return_string.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_return_string.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_return_type.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_return_type.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_return_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_set_null.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_set_null.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsBinaryString_set_null.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_Blob_invalid.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_Blob_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_Blob_invalid.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_Blob_invalid.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_base.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_empty_string.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_empty_string.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_empty_string.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_exist.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_no_argument.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_no_argument.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_no_argument.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_return_string.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_return_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_return_string.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_return_string.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_return_type.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_return_type.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_return_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_set_null.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_set_null.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsDataURL_set_null.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_Blob_invalid.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_Blob_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_Blob_invalid.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_Blob_invalid.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_base.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_empty_string.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_empty_string.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_empty_string.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_exist.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_no_argument.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_no_argument.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_no_argument.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_return_string.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_return_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_return_string.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_return_string.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_return_type.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_return_type.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_return_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_set_null.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_set_null.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReaderSync_readAsText_set_null.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_type.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_value.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_DONE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_type.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_value.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_EMPTY_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_type.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_value.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_LOADING_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_abort_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_abort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_abort_when_readyState_EMPTY.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_abort_when_readyState_EMPTY.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_construct.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_construct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_base.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_in_worker.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_in_worker.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_in_worker.js b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_constructor_in_worker.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_error_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_error_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_error_readonly.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_error_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_onabort_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_onabort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_onerror_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_onerror_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_onload_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_onload_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_onloadend_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_onloadend_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_onloadstart_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_onloadstart_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_onprogress_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_onprogress_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_Blob_invalid.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_Blob_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_empty_string.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_no_argument.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_set_null.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsArrayBuffer_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsBinaryString_Blob_invalid.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsBinaryString_Blob_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsBinaryString_empty_string.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsBinaryString_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsBinaryString_no_argument.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsBinaryString_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsBinaryString_set_blob_null.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsBinaryString_set_blob_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_Blob_invalid.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_Blob_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_empty_string.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_no_argument.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_set_blob_null.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsDataURL_set_blob_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_Blob_invalid.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_Blob_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_empty_string.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_no_argument.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_set_blob_null.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_set_blob_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_set_blob_null_optional.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readAsText_set_blob_null_optional.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_readonly.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_type.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_readyState_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_result_default_value.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_result_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_result_readonly.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_result_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_result_when_readyState_zero.html b/ivi/tct-fileapi-w3c-tests/fileapi/FileReader_result_when_readyState_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/URL_createObjectURL_blob_invalid.html b/ivi/tct-fileapi-w3c-tests/fileapi/URL_createObjectURL_blob_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/URL_createObjectURL_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/URL_createObjectURL_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/URL_createObjectURL_no_argument.html b/ivi/tct-fileapi-w3c-tests/fileapi/URL_createObjectURL_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/URL_in_webworker.html b/ivi/tct-fileapi-w3c-tests/fileapi/URL_in_webworker.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/URL_in_webworker.js b/ivi/tct-fileapi-w3c-tests/fileapi/URL_in_webworker.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/URL_revokeObjectURL_exist.html b/ivi/tct-fileapi-w3c-tests/fileapi/URL_revokeObjectURL_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/URL_revokeObjectURL_no_argument.html b/ivi/tct-fileapi-w3c-tests/fileapi/URL_revokeObjectURL_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/URL_revokeObjectURL_url_invalid.html b/ivi/tct-fileapi-w3c-tests/fileapi/URL_revokeObjectURL_url_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/filereader_sync.js b/ivi/tct-fileapi-w3c-tests/fileapi/filereader_sync.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/filesupport.js b/ivi/tct-fileapi-w3c-tests/fileapi/filesupport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/spec.json b/ivi/tct-fileapi-w3c-tests/fileapi/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/support/sample.html b/ivi/tct-fileapi-w3c-tests/fileapi/support/sample.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html b/ivi/tct-fileapi-w3c-tests/fileapi/w3c/Blob-constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/w3c/Blob-slice.html b/ivi/tct-fileapi-w3c-tests/fileapi/w3c/Blob-slice.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/w3c/COPYING b/ivi/tct-fileapi-w3c-tests/fileapi/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html b/ivi/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_multiple_selected_files-manual.html b/ivi/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_multiple_selected_files-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_selected_file-manual.html b/ivi/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/filelist_selected_file-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/support/upload.doc b/ivi/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/support/upload.doc old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/support/upload.txt b/ivi/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/support/upload.txt old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/support/upload.zip b/ivi/tct-fileapi-w3c-tests/fileapi/w3c/filelist-section/support/upload.zip old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/fileapi/w3c/support/Blob.js b/ivi/tct-fileapi-w3c-tests/fileapi/w3c/support/Blob.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/icon.png b/ivi/tct-fileapi-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/manifest.json b/ivi/tct-fileapi-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/resources/COPYING b/ivi/tct-fileapi-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/resources/testharness.css b/ivi/tct-fileapi-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/resources/testharness.js b/ivi/tct-fileapi-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/resources/testharnessreport.js b/ivi/tct-fileapi-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/suite.json b/ivi/tct-fileapi-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/testcase.xsl b/ivi/tct-fileapi-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/testresult.xsl b/ivi/tct-fileapi-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/tests.css b/ivi/tct-fileapi-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/tests.full.xml b/ivi/tct-fileapi-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/tests.xml b/ivi/tct-fileapi-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/webrunner/index.html b/ivi/tct-fileapi-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-fileapi-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fileapi-w3c-tests/webrunner/testrunner.js b/ivi/tct-fileapi-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/COPYING b/ivi/tct-filesystem-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-filesystem-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/NOTICE b/ivi/tct-filesystem-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/config.xml b/ivi/tct-filesystem-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_notexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_onsuccess.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_notexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_onsuccess.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStreamSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_bytesAvailable_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_bytesAvailable_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_close.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_close.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_close_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_close_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_close_extra_argument.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_close_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_eof_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_eof_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_extend.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_notexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_position_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_position_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_read.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_read.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_without_r_permission.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_without_r_permission.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_writeFile.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBase64_writeFile.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_without_r_permission.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_without_r_permission.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_writeFile.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_readBytes_writeFile.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_read_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_read_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_read_without_r_permission.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_read_without_r_permission.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_read_writeFile.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_read_writeFile.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_write.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_write.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_without_w_permission.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBase64_without_w_permission.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_byteData_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_byteData_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_missarg.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_with_additional_null_parameter.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_with_additional_null_parameter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_without_w_permission.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_writeBytes_without_w_permission.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_write_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_write_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_write_without_w_permission.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStream_write_without_w_permission.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_notexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_onsuccess.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileStringSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_notexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_onsuccess.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManagerObject_notexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_missarg.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_without_arguments.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_addStorageStateChangeListener_without_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_extend.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_missarg.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_nonexist_label.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_nonexist_label.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_onerror.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_getStorage_with_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_in_tizen.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_missarg.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_storages_retrieve.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_storages_retrieve.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_invalid_error_callbacks.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_invalid_error_callbacks.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_onerror.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_with_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_without_arguments.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_without_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_works_correctly.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_listStorages_works_correctly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_maxPathLength_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_maxPathLength_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_notexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_with_para_invalid.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_with_para_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_works_correctly.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_removeStorageStateChangeListener_works_correctly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_documents.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_documents.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_downloads.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_downloads.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_error_invoked.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_error_invoked.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_images.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_images.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_missarg.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_a.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_a.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_null.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_r.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_r.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_w.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_mode_w.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_music.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_music.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_a.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_a.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_rw.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_rw.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_w.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_ringtones_invalid_mode_w.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_videos.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_videos.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_a.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_a.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_rw.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_rw.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_w.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt-package_invalid_mode_w.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_package.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_package.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private_tmp.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_wgt_private_tmp.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_mode.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_mode.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_onerror.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_with_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_works_correctly.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemManager_resolve_works_correctly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_notexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_onsuccess.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorageArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_notexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_onsuccess.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorageSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_extend.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_label_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_label_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_notexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_state_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_state_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_type_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/FileSystemStorage_type_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_false.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_true.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_overwrite_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_false.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_true.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_dir_samedir_samename_overwrite_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_false.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_true.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_overwrite_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_false.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_true.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_file_samedir_samename_overwrite_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_file_handle.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_file_handle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_null_success_and_error_callbacks.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_null_success_and_error_callbacks.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onerror.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onsuccess.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_with_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_newName.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_newName.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_overwrite_false.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_overwrite_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_subdir.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_copyTo_writeFile_subdir.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_createDirectory.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_createDirectory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_createDirectory_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_createDirectory_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_createDirectory_level2.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_createDirectory_level2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_createFile.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_createFile.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_createFile_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_createFile_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_createFile_existing_file.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_createFile_existing_file.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_created_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_created_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_documents.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_documents.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_downloads.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_downloads.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_images.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_images.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_music.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_music.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_videos.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_createDir_videos.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_empty_path.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_empty_path.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_file_handle.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_file_handle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_null_callbacks.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_null_callbacks.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onerror.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onsuccess.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteDirectory_with_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_downloads.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_downloads.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_images.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_images.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_music.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_music.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_videos.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_copyFile_videos.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_createFile.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_createFile.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDocumentsFiles.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDocumentsFiles.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDownloadsFiles.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listDownloadsFiles.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listImagsFiles.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listImagsFiles.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listMusicFiles.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listMusicFiles.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listVideosfiles.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_listVideosfiles.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_dir_handle.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_dir_handle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_nonexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_nonexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onerror.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onsuccess.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_vaild_callbacks.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_vaild_callbacks.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_valid_filePath.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_deleteFile_with_valid_filePath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_extend.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_fileSize_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_fileSize_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_fullPath_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_fullPath_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_isDirectory_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_isDirectory_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_isFile_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_isFile_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_length_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_length_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_createFiles.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_createFiles.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_empty.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_filter_empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_missarg.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_file_handle.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_file_handle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_filter.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_filter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_onerror.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_valid_successCallback.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_listFiles_with_valid_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_modified_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_modified_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_false.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_true.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_dir_samedir_samename_overwrite_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_empty_destination_source_and_destination_paths.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_empty_destination_source_and_destination_paths.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_false.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_true.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_file_samedir_samename_overwrite_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_additional_null_parameter.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_additional_null_parameter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_file_handle.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_file_handle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onerror.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onsuccess.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_path_invalid.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_with_path_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_newName.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_newName.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_overwrite_false.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_overwrite_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_subdir.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_moveTo_writeFile_subdir.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_name_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_name_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_notexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_encoding_invalid.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_encoding_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_missarg.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_a.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_a.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_r.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_r.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_rw.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_rw.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_w.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_mode_w.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_with_encoding.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_with_nonexist_file.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_with_nonexist_file.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_with_onerror.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_openStream_with_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_parent_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_parent_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_parent_attribute_notnull_using_resolve.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_parent_attribute_notnull_using_resolve.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_path_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_path_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_encoding_invalid.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_encoding_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDocumentsFiles.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDocumentsFiles.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDownloadsFiles.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_listDownloadsFiles.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_listImagesFiles.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_listImagesFiles.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_listMusicFiles.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_listMusicFiles.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_listVideosFiles.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_listVideosFiles.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_missarg.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_onerror_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_TypeMismatch.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_invalid_cb.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_onsuccess_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_encoding.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_onerror.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readAsText_with_onerror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_readOnly_attribute.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_readOnly_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_resolve.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_resolve.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_resolve_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_resolve_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_resolve_with_nonexist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_resolve_with_nonexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_toURI.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_toURI.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_toURI_exist.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_toURI_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_toURI_extra_argument.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_toURI_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/File_toURI_with_nonexist_file.html b/ivi/tct-filesystem-tizen-tests/filesystem/File_toURI_with_nonexist_file.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/filesystem_FileStreamSuccessCallback_onsuccess.html b/ivi/tct-filesystem-tizen-tests/filesystem/filesystem_FileStreamSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/filesystem_File_copyTo.html b/ivi/tct-filesystem-tizen-tests/filesystem/filesystem_File_copyTo.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/filesystem_File_readAsText.html b/ivi/tct-filesystem-tizen-tests/filesystem/filesystem_File_readAsText.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/filesystem_File_resolve.html b/ivi/tct-filesystem-tizen-tests/filesystem/filesystem_File_resolve.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/support/filesystem_common.js b/ivi/tct-filesystem-tizen-tests/filesystem/support/filesystem_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/filesystem/support/unitcommon.js b/ivi/tct-filesystem-tizen-tests/filesystem/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/icon.png b/ivi/tct-filesystem-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/manifest.json b/ivi/tct-filesystem-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/resources/COPYING b/ivi/tct-filesystem-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/resources/testharness.css b/ivi/tct-filesystem-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/resources/testharness.js b/ivi/tct-filesystem-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/resources/testharnessreport.js b/ivi/tct-filesystem-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/suite.json b/ivi/tct-filesystem-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/testcase.xsl b/ivi/tct-filesystem-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/testresult.xsl b/ivi/tct-filesystem-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/tests.css b/ivi/tct-filesystem-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/tests.full.xml b/ivi/tct-filesystem-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/tests.xml b/ivi/tct-filesystem-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/webrunner/index.html b/ivi/tct-filesystem-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-filesystem-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystem-tizen-tests/webrunner/testrunner.js b/ivi/tct-filesystem-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/COPYING b/ivi/tct-filesystemapi-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/README b/ivi/tct-filesystemapi-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/config.xml b/ivi/tct-filesystemapi-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_createReader_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_createReader_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_createReader_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_createReader_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_createReader_return_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_createReader_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_Flags_both_true.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_Flags_both_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_Flags_create_false_path_is_file.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_Flags_create_false_path_is_file.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_Flags_create_false_path_notexist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_Flags_create_false_path_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_Flags_create_true_path_notexist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_Flags_create_true_path_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_no_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getDirectory_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_Flags_both_true.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_Flags_both_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_Flags_create_false_path_is_directory.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_Flags_create_false_path_is_directory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_Flags_create_false_path_notexist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_Flags_create_false_path_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_Flags_create_true_path_is_illegalcharacter.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_Flags_create_true_path_is_illegalcharacter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_Flags_create_true_path_notexist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_Flags_create_true_path_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_no_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_path_empty_string.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_path_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_path_null.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_getFile_path_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_removeRecursively_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_removeRecursively_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_removeRecursively_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_removeRecursively_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_removeRecursively_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_removeRecursively_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_removeRecursively_fail_root_directory_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_removeRecursively_fail_root_directory_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_removeRecursively_no_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_removeRecursively_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_removeRecursively_not_empty_directory.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryEntry_removeRecursively_not_empty_directory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_all_entries.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_all_entries.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_arguments_null.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_arguments_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_arguments_string.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_arguments_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_entries_no_itselfandparent.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_entries_no_itselfandparent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_no_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/DirectoryReader_readEntries_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/EntriesCallback_handleEvent_entries_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/EntriesCallback_handleEvent_entries_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/EntriesCallback_handleEvent_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/EntriesCallback_handleEvent_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/EntryCallback_handleEvent_entry_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/EntryCallback_handleEvent_entry_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/EntryCallback_handleEvent_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/EntryCallback_handleEvent_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_itself.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_itself.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_no_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_parent_noexist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_parent_noexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_parent_not_provide.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_parent_not_provide.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_parent_null.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_parent_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_success_file_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_copyTo_success_file_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_filesystem_create.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_filesystem_create.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_filesystem_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_filesystem_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_filesystem_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_filesystem_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_filesystem_readonly.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_filesystem_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_filesystem_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_filesystem_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_fullPath_directory_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_fullPath_directory_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_fullPath_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_fullPath_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_fullPath_file_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_fullPath_file_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_fullPath_readonly.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_fullPath_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_fullPath_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_fullPath_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getMetadata_arguments_null.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getMetadata_arguments_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getMetadata_arguments_string.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getMetadata_arguments_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getMetadata_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getMetadata_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getMetadata_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getMetadata_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getMetadata_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getMetadata_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getMetadata_no_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getMetadata_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getParent_arguments_string.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getParent_arguments_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getParent_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getParent_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getParent_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getParent_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getParent_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getParent_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getParent_root_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_getParent_root_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isDirectory_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isDirectory_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isDirectory_false.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isDirectory_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isDirectory_readonly.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isDirectory_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isDirectory_true.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isDirectory_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isDirectory_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isDirectory_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isFile_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isFile_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isFile_false.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isFile_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isFile_readonly.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isFile_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isFile_true.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isFile_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isFile_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_isFile_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_directory_occupied_by_file.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_directory_occupied_by_file.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_file_occupied_by_directory.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_file_occupied_by_directory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_itself.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_itself.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_newName_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_newName_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_no_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_occupied_by_notempty_directory.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_occupied_by_notempty_directory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_parent_noexist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_parent_noexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_parent_not_provide.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_parent_not_provide.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_parent_null.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_parent_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_success_directory_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_success_directory_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_success_file_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_moveTo_success_file_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_name_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_name_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_name_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_name_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_name_readonly.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_name_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_name_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_name_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_arguments_null.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_arguments_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_arguments_string.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_arguments_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_errorCallback.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_fail_not_empty_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_fail_not_empty_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_fail_root_directory_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_fail_root_directory_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_no_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_remove_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_toURL_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_toURL_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_toURL_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_toURL_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_toURL_mimeType_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_toURL_mimeType_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_toURL_return_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Entry_toURL_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/ErrorCallback_handleEvent_err_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/ErrorCallback_handleEvent_err_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/ErrorCallback_handleEvent_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/ErrorCallback_handleEvent_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_ENCODING_ERR_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_ENCODING_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_ENCODING_ERR_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_ENCODING_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_ENCODING_ERR_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_ENCODING_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_MODIFICATION_ERR_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_MODIFICATION_ERR_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_MODIFICATION_ERR_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_MODIFICATION_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_MODIFICATION_ERR_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_MODIFICATION_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_MODIFICATION_ERR_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_MODIFICATION_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_STATE_ERR_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_STATE_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_STATE_ERR_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_STATE_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_STATE_ERR_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_INVALID_STATE_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_FOUND_ERR_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_FOUND_ERR_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_FOUND_ERR_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_FOUND_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_FOUND_ERR_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_FOUND_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_FOUND_ERR_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_FOUND_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_READABLE_ERR_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_READABLE_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_READABLE_ERR_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_READABLE_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_READABLE_ERR_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NOT_READABLE_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NO_MODIFICATION_ALLOWED_ERR_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NO_MODIFICATION_ALLOWED_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NO_MODIFICATION_ALLOWED_ERR_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NO_MODIFICATION_ALLOWED_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NO_MODIFICATION_ALLOWED_ERR_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_NO_MODIFICATION_ALLOWED_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_PATH_EXISTS_ERR_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_PATH_EXISTS_ERR_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_PATH_EXISTS_ERR_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_PATH_EXISTS_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_PATH_EXISTS_ERR_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_PATH_EXISTS_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_PATH_EXISTS_ERR_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_PATH_EXISTS_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_QUOTA_EXCEEDED_ERR_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_QUOTA_EXCEEDED_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_QUOTA_EXCEEDED_ERR_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_QUOTA_EXCEEDED_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_QUOTA_EXCEEDED_ERR_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_QUOTA_EXCEEDED_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_SECURITY_ERR_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_SECURITY_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_SECURITY_ERR_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_SECURITY_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_SECURITY_ERR_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_SECURITY_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_SYNTAX_ERR_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_SYNTAX_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_SYNTAX_ERR_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_SYNTAX_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_SYNTAX_ERR_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_SYNTAX_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_TYPE_MISMATCH_ERR_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_TYPE_MISMATCH_ERR_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_TYPE_MISMATCH_ERR_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_TYPE_MISMATCH_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_TYPE_MISMATCH_ERR_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_TYPE_MISMATCH_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_TYPE_MISMATCH_ERR_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FS_FileError_TYPE_MISMATCH_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileCallback_handleEvent_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileCallback_handleEvent_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileCallback_handleEvent_file_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileCallback_handleEvent_file_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_createWriter_arguments_null.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_createWriter_arguments_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_createWriter_arguments_string.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_createWriter_arguments_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_createWriter_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_createWriter_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_createWriter_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_createWriter_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_createWriter_length_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_createWriter_length_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_createWriter_no_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_createWriter_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_file_arguments_null.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_file_arguments_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_file_arguments_string.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_file_arguments_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_file_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_file_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_file_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_file_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_file_no_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileEntry_file_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystemCallback_handleEvent_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystemCallback_handleEvent_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystemCallback_handleEvent_filesystem_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystemCallback_handleEvent_filesystem_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_defined_name_fail_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_defined_name_fail_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_defined_name_success_entry.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_defined_name_success_entry.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_name_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_name_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_name_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_name_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_name_readonly.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_name_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_name_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_name_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_root_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_root_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_root_readonly.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_root_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_root_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileSystem_root_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileWriterCallback_handleEvent_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileWriterCallback_handleEvent_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileWriterCallback_handleEvent_fileWriter_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/FileWriterCallback_handleEvent_fileWriter_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Flags_create_false.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Flags_create_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Flags_create_true.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Flags_create_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Flags_exclusive_false.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Flags_exclusive_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Flags_exclusive_true.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Flags_exclusive_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/MetadataCallback_handleEvent_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/MetadataCallback_handleEvent_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/MetadataCallback_handleEvent_metadata_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/MetadataCallback_handleEvent_metadata_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Metadata_modificationTime.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Metadata_modificationTime.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Metadata_modificationTime_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Metadata_modificationTime_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Metadata_modificationTime_readonly.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Metadata_modificationTime_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Metadata_modificationTime_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Metadata_modificationTime_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Metadata_size.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/Metadata_size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/VoidCallback_handleEvent_exists.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/VoidCallback_handleEvent_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/spec.json b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/support/support.js b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/support/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_PERSISTENT_Type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_PERSISTENT_Type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_PERSISTENT_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_PERSISTENT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_PERSISTENT_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_PERSISTENT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_TEMPORARY_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_TEMPORARY_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_TEMPORARY_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_TEMPORARY_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_TEMPORARY_value.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_TEMPORARY_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_requestFileSystem_arguments_err_type.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_requestFileSystem_arguments_err_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_requestFileSystem_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_requestFileSystem_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_requestFileSystem_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_requestFileSystem_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_requestFileSystem_no_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_requestFileSystem_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_requestFileSystem_one_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_requestFileSystem_one_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_requestFileSystem_two_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_requestFileSystem_two_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_resolveLocalFileSystemURL_base.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_resolveLocalFileSystemURL_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_resolveLocalFileSystemURL_exist.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_resolveLocalFileSystemURL_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_resolveLocalFileSystemURL_no_arguments.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_resolveLocalFileSystemURL_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_resolveLocalFileSystemURL_successCallback_null.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_resolveLocalFileSystemURL_successCallback_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_resolveLocalFileSystemURL_url_null.html b/ivi/tct-filesystemapi-w3c-tests/filesystemapi/window_LocalFileSystem_resolveLocalFileSystemURL_url_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/icon.png b/ivi/tct-filesystemapi-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/manifest.json b/ivi/tct-filesystemapi-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/resources/COPYING b/ivi/tct-filesystemapi-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/resources/testharness.css b/ivi/tct-filesystemapi-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/resources/testharness.js b/ivi/tct-filesystemapi-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/resources/testharnessreport.js b/ivi/tct-filesystemapi-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/suite.json b/ivi/tct-filesystemapi-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/testcase.xsl b/ivi/tct-filesystemapi-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/testresult.xsl b/ivi/tct-filesystemapi-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/tests.css b/ivi/tct-filesystemapi-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/tests.full.xml b/ivi/tct-filesystemapi-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/tests.xml b/ivi/tct-filesystemapi-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/webrunner/index.html b/ivi/tct-filesystemapi-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-filesystemapi-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filesystemapi-w3c-tests/webrunner/testrunner.js b/ivi/tct-filesystemapi-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/COPYING b/ivi/tct-filewriterapi-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/README b/ivi/tct-filewriterapi-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/config.xml b/ivi/tct-filewriterapi-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_ArrayBuffer_size.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_ArrayBuffer_size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_data_ArrayBuffer_no_element.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_data_ArrayBuffer_no_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_data_ArrayBuffer_null.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_data_ArrayBuffer_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_data_empty_string.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_data_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_data_empty_string_native.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_data_empty_string_native.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_data_empty_string_transparent.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_data_empty_string_transparent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_no_argument.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_null_native_size.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_null_native_size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_null_null_size.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_null_null_size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_null_size.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_null_size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_null_transparent_size.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_null_transparent_size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_string_native_size.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_string_native_size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_string_transparent_size.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_append_string_transparent_size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_constructor_base.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_constructor_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_constructor_visible_in_WorkerUtils.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_constructor_visible_in_WorkerUtils.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_constructor_visible_in_WorkerUtils.js b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_constructor_visible_in_WorkerUtils.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_getBlob_contentType_empty_string.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_getBlob_contentType_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_getBlob_no_argument_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_getBlob_no_argument_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_getBlob_null_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_getBlob_null_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_getBlob_return_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/BlobBuilder_getBlob_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/Blob_append_blob_size.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/Blob_append_blob_size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/Blob_constructor_visible_in_window.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/Blob_constructor_visible_in_window.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/Blob_getBlob_string_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/Blob_getBlob_string_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_code_readonly.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_code_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_code_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_code_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_ABORT_ERR.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_ABORT_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_ABORT_ERR_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_ABORT_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_ENCODING_ERR.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_ENCODING_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_ENCODING_ERR_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_ENCODING_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_INVALID_STATE_ERR.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_INVALID_STATE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_INVALID_STATE_ERR_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_INVALID_STATE_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_NOT_FOUND_ERR.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_NOT_FOUND_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_NOT_FOUND_ERR_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_NOT_FOUND_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_NOT_READABLE_ERR.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_NOT_READABLE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_NOT_READABLE_ERR_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_NOT_READABLE_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_NO_MODIFICATION_ALLOWED_ERR.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_NO_MODIFICATION_ALLOWED_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_NO_MODIFICATION_ALLOWED_ERR_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_NO_MODIFICATION_ALLOWED_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_SECURITY_ERR.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_SECURITY_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_SECURITY_ERR_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_SECURITY_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_SYNTAX_ERR.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_SYNTAX_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_SYNTAX_ERR_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_const_SYNTAX_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_directory_not_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_directory_not_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_exception_NOT_FOUND_ERR.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FW_FileError_exception_NOT_FOUND_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_DONE_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_DONE_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_INIT_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_INIT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_WRITING_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_WRITING_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_abort_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_abort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_const_DONE_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_const_DONE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_const_INIT_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_const_INIT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_const_WRITING_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_const_WRITING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_error_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_error_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_error_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_error_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onabort_event_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onabort_event_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onabort_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onabort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onerror_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onerror_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onprogress_event_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onprogress_event_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onprogress_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onprogress_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onwrite_event_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onwrite_event_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onwrite_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onwrite_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onwriteend_event_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onwriteend_event_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onwriteend_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onwriteend_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onwritestart_event_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onwritestart_event_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onwritestart_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_onwritestart_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_readyState_exist.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileSaver_readyState_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriterSync_length_normal.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriterSync_length_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriterSync_position_normal.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriterSync_position_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriterSync_seek_normal.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriterSync_seek_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriterSync_truncate_normal.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriterSync_truncate_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriterSync_write_normal.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriterSync_write_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_abort_normal.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_abort_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_abort_onabort.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_abort_onabort.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_abort_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_abort_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_length_normal.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_length_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_length_readonly.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_length_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_position_normal.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_position_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_position_readonly.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_position_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_position_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_position_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_position_zero.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_position_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_0point5_position.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_0point5_position.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_empty_string_position.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_empty_string_position.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_exception_INVALID_STATE_ERR.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_exception_INVALID_STATE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_neg1_position.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_neg1_position.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_normal.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_null_position.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_null_position.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_offset_greater_length.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_offset_greater_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_offset_less_zero.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_offset_less_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_position_zero.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_position_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_seek_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_0ponit5_length.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_0ponit5_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_empty_string_length.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_empty_string_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_exception_INVALID_STATE_ERR.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_exception_INVALID_STATE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_length_equal_size.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_length_equal_size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_no_argument.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_normal.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_null_length.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_null_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_position_less_size.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_position_less_size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_string_length.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_string_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_truncate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_write_exception_INVALID_STATE_ERR.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_write_exception_INVALID_STATE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_write_no_argument_exception.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_write_no_argument_exception.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_write_normal.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_write_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_write_notfound.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_write_notfound.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_write_null_exception.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_write_null_exception.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_write_type.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/FileWriter_write_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/Filewriter_example_write_text_file.html b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/Filewriter_example_write_text_file.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/filewriter_sync.js b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/filewriter_sync.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/spec.json b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/filewriterapi/support/support.js b/ivi/tct-filewriterapi-w3c-tests/filewriterapi/support/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/icon.png b/ivi/tct-filewriterapi-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/manifest.json b/ivi/tct-filewriterapi-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/resources/COPYING b/ivi/tct-filewriterapi-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/resources/testharness.css b/ivi/tct-filewriterapi-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/resources/testharness.js b/ivi/tct-filewriterapi-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/resources/testharnessreport.js b/ivi/tct-filewriterapi-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/suite.json b/ivi/tct-filewriterapi-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/testcase.xsl b/ivi/tct-filewriterapi-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/testresult.xsl b/ivi/tct-filewriterapi-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/tests.css b/ivi/tct-filewriterapi-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/tests.full.xml b/ivi/tct-filewriterapi-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/tests.xml b/ivi/tct-filewriterapi-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/webrunner/index.html b/ivi/tct-filewriterapi-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-filewriterapi-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-filewriterapi-w3c-tests/webrunner/testrunner.js b/ivi/tct-filewriterapi-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/COPYING b/ivi/tct-flexiblebox-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/README b/ivi/tct-flexiblebox-css3-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/config.xml b/ivi/tct-flexiblebox-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-content.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-content.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-items.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-items.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-self.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_align-self.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-basis.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-basis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-direction.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-direction.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-flow.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-flow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-grow.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-grow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-shrink.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-shrink.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-wrap.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex-wrap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_flex.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_initial_value.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_justify-content.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_justify-content.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_min-height.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_min-height.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_min-width.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_min-width.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_order.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_order.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/COPYING b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-001.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-002.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-003.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-003.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-004-manual.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-004-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-005.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-005.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-006.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-content-006.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-001.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-002.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-003.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-003.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-004-manual.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-004-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-005.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/align-items-005.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-ref.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-reverse-wrap-reverse.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-reverse-wrap-reverse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-reverse-wrap.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-reverse-wrap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-reverse.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-reverse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-wrap-reverse.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-wrap-reverse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-wrap.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row-wrap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/css-flexbox-row.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/display-flex-001.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/display-flex-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-001.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-002.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-003.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-003.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-004.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flex-004.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-column-reverse.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-column-reverse.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-column.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-column.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-default.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-default.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-row-reverse.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-row-reverse.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-row.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-direction-row.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-default.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-default.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-nowrap.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-nowrap.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-wrap-reverse.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-wrap-reverse.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-wrap.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/flexbox-flex-wrap-wrap.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-001.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-002.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-003.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-003.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-004.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-004.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-005.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/justify-content-005.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-column-reverse-ref.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-column-reverse-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-column-reverse.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-column-reverse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-row-reverse-ref.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-row-reverse-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-row-reverse.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-reverse-row-reverse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-column-reverse-ref.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-column-reverse-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-column-reverse.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-column-reverse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-row-reverse-ref.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-row-reverse-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-row-reverse.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/multi-line-wrap-with-row-reverse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-column-reverse-ref.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-column-reverse-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-column-reverse.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-column-reverse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-row-reverse-ref.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-row-reverse-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-row-reverse.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/order-with-row-reverse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/align-content-001-ref.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/align-content-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flexbox-flex-direction-ref.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flexbox-flex-direction-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flexbox-flex-wrap-nowrap-ref.htm b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/flexbox-flex-wrap-nowrap-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/justify-content-001-ref.html b/ivi/tct-flexiblebox-css3-tests/flexiblebox/csswg/reference/justify-content-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/spec.json b/ivi/tct-flexiblebox-css3-tests/flexiblebox/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/flexiblebox/support/flexiblebox.js b/ivi/tct-flexiblebox-css3-tests/flexiblebox/support/flexiblebox.js old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/icon.png b/ivi/tct-flexiblebox-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/manifest.json b/ivi/tct-flexiblebox-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/resources/COPYING b/ivi/tct-flexiblebox-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/resources/testharness.css b/ivi/tct-flexiblebox-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/resources/testharness.js b/ivi/tct-flexiblebox-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/resources/testharnessreport.js b/ivi/tct-flexiblebox-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/suite.json b/ivi/tct-flexiblebox-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/testcase.xsl b/ivi/tct-flexiblebox-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/testresult.xsl b/ivi/tct-flexiblebox-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/tests.css b/ivi/tct-flexiblebox-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/tests.full.xml b/ivi/tct-flexiblebox-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/tests.xml b/ivi/tct-flexiblebox-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/webrunner/index.html b/ivi/tct-flexiblebox-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-flexiblebox-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-flexiblebox-css3-tests/webrunner/testrunner.js b/ivi/tct-flexiblebox-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/COPYING b/ivi/tct-fonts-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/README b/ivi/tct-fonts-css3-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/config.xml b/ivi/tct-fonts-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/CSS3DF_font-family.html b/ivi/tct-fonts-css3-tests/fonts/CSS3DF_font-family.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_auto.html b/ivi/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_none.html b/ivi/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_normal.html b/ivi/tct-fonts-css3-tests/fonts/CSS3DF_font-kerning_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/CSS3DF_font-variant-ligatures_normal.html b/ivi/tct-fonts-css3-tests/fonts/CSS3DF_font-variant-ligatures_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/CSS3DF_font-variant_normal.html b/ivi/tct-fonts-css3-tests/fonts/CSS3DF_font-variant_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/CSS3DF_initial_value.html b/ivi/tct-fonts-css3-tests/fonts/CSS3DF_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/COPYING b/ivi/tct-fonts-css3-tests/fonts/csswg/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/c522-font-family-000.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/c522-font-family-000.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-002-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-002-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-003.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-003.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-004.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-004.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-006-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-006-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-007-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-007-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-008-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-008-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-009-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-009-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-010-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-010-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-011-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-011-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-012-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-012-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-013-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-013-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-014-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-014-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-015-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-015-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-016-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-016-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-017.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/font-017.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-018-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-018-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-020.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/font-020.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-022-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-022-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-023-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-023-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-024-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-024-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-025-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-025-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-026-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-026-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-027-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-027-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-028-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-028-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-029-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-029-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-030-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-030-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-031-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-031-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-032-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-032-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-033.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-033.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-034.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-034.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-035.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-035.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-036.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-036.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-037.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-037.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-038.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-038.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-043-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-043-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-044-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-044-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001-ref.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-002-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-002-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-003-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-003-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-004-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-004-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-005-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-005-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-006-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-006-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-007.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-007.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-008.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-008.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-009-ref.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-009-ref.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-009.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-009.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001-ref.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001-ref.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-012.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-012.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-002.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-003-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-003-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-004.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-004.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-005.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-005.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-006.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-006.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-007.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-007.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-089.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-089.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-090.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-090.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-091-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-091-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-092.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-092.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-093.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-093.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-094.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-094.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-095.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-095.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-100.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-100.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-101.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-101.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-102.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-102.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-112.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-112.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-116-manual.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-116-manual.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-120-ref.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-120-ref.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-120.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-120.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-rule-004-manual.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/font-size-rule-004-manual.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-001-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-001-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-002-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-002-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-003-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-003-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-004-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-004-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-002-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-002-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-003-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-003-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-008-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-008-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-010-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-010-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-011-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-011-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-012-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-012-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-013-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-013-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-014-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-014-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-015-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-015-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002-manual.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.htm b/ivi/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/fonts-010-ref.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/fonts-010-ref.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/fonts-010.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/fonts-010.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/fonts-011-ref.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/fonts-011-ref.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/fonts-011.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/fonts-011.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-001-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-003-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-003-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-004-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-004-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-017-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-017-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-020-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-020-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-033-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-033-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-044-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-044-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-applies-to-001-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-applies-to-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-007-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-007-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-008-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-008-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-applies-to-001-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-applies-to-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-invalid-characters-001-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-invalid-characters-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-invalid-characters-002-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-invalid-characters-002-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-rule-001-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-rule-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-valid-characters-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-family-valid-characters-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-matching-rule-012-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-matching-rule-012-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-size-001-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-size-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-size-006-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-size-006-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-size-112-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-size-112-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-size-applies-to-001-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-size-applies-to-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-size-rule-004-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-size-rule-004-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-style-001-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-style-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-style-applies-to-001-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-style-applies-to-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-systemfont-rule-004-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-systemfont-rule-004-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-variant-001-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-variant-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-variant-002-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-variant-002-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-variant-applies-to-001-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-variant-applies-to-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-weight-001-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-weight-001-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-weight-bold-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-weight-bold-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-weight-normal-ref.html b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/font-weight-normal-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/reference/ref-if-there-is-no-red.xht b/ivi/tct-fonts-css3-tests/fonts/csswg/reference/ref-if-there-is-no-red.xht old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/support/1x1-lime.png b/ivi/tct-fonts-css3-tests/fonts/csswg/support/1x1-lime.png old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/support/AHEM____.TTF b/ivi/tct-fonts-css3-tests/fonts/csswg/support/AHEM____.TTF old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/support/COPYING b/ivi/tct-fonts-css3-tests/fonts/csswg/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/support/black96x96.png b/ivi/tct-fonts-css3-tests/fonts/csswg/support/black96x96.png old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/support/swatch-blue.png b/ivi/tct-fonts-css3-tests/fonts/csswg/support/swatch-blue.png old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/csswg/support/swatch-white.png b/ivi/tct-fonts-css3-tests/fonts/csswg/support/swatch-white.png old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/spec.json b/ivi/tct-fonts-css3-tests/fonts/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/fonts/support/downloadable.js b/ivi/tct-fonts-css3-tests/fonts/support/downloadable.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/icon.png b/ivi/tct-fonts-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/manifest.json b/ivi/tct-fonts-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/resources/COPYING b/ivi/tct-fonts-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/resources/testharness.css b/ivi/tct-fonts-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/resources/testharness.js b/ivi/tct-fonts-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/resources/testharnessreport.js b/ivi/tct-fonts-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/suite.json b/ivi/tct-fonts-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/testcase.xsl b/ivi/tct-fonts-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/testresult.xsl b/ivi/tct-fonts-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/tests.css b/ivi/tct-fonts-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/tests.full.xml b/ivi/tct-fonts-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/tests.xml b/ivi/tct-fonts-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/webrunner/index.html b/ivi/tct-fonts-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-fonts-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fonts-css3-tests/webrunner/testrunner.js b/ivi/tct-fonts-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/COPYING b/ivi/tct-forms-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/README b/ivi/tct-forms-html5-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/common/COPYING b/ivi/tct-forms-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/common/domtestcase.js b/ivi/tct-forms-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/common/media.js b/ivi/tct-forms-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/config.xml b/ivi/tct-forms-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_checkValidity_method_check.html b/ivi/tct-forms-html5-tests/forms/fieldset_checkValidity_method_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_disabled_attribute_check.html b/ivi/tct-forms-html5-tests/forms/fieldset_disabled_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_disabled_default_value.html b/ivi/tct-forms-html5-tests/forms/fieldset_disabled_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_disabled_value_empty_string.html b/ivi/tct-forms-html5-tests/forms/fieldset_disabled_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_elements_attribute_check.html b/ivi/tct-forms-html5-tests/forms/fieldset_elements_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_elements_no_elements.html b/ivi/tct-forms-html5-tests/forms/fieldset_elements_no_elements.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_form_attribute_check.html b/ivi/tct-forms-html5-tests/forms/fieldset_form_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_form_default_value.html b/ivi/tct-forms-html5-tests/forms/fieldset_form_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_form_return_HTMLFormElement.html b/ivi/tct-forms-html5-tests/forms/fieldset_form_return_HTMLFormElement.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_name_attribute_check.html b/ivi/tct-forms-html5-tests/forms/fieldset_name_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_name_default_value.html b/ivi/tct-forms-html5-tests/forms/fieldset_name_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_name_value_empty_string.html b/ivi/tct-forms-html5-tests/forms/fieldset_name_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_name_value_string.html b/ivi/tct-forms-html5-tests/forms/fieldset_name_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_setCustomValidity_input_argument_empty_string.html b/ivi/tct-forms-html5-tests/forms/fieldset_setCustomValidity_input_argument_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_setCustomValidity_method_check.html b/ivi/tct-forms-html5-tests/forms/fieldset_setCustomValidity_method_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_type_attribute_check.html b/ivi/tct-forms-html5-tests/forms/fieldset_type_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_type_default_value.html b/ivi/tct-forms-html5-tests/forms/fieldset_type_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_type_value_string.html b/ivi/tct-forms-html5-tests/forms/fieldset_type_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_validationMessage_attribute_check.html b/ivi/tct-forms-html5-tests/forms/fieldset_validationMessage_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_validity_attribute_check.html b/ivi/tct-forms-html5-tests/forms/fieldset_validity_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/fieldset_willValidate_attribute_check.html b/ivi/tct-forms-html5-tests/forms/fieldset_willValidate_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_acceptCharset_attribute_check.html b/ivi/tct-forms-html5-tests/forms/form_acceptCharset_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_acceptCharset_attribute_type.html b/ivi/tct-forms-html5-tests/forms/form_acceptCharset_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_acceptCharset_default_value.html b/ivi/tct-forms-html5-tests/forms/form_acceptCharset_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_acceptCharset_value_empty_string.html b/ivi/tct-forms-html5-tests/forms/form_acceptCharset_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_acceptCharset_value_string.html b/ivi/tct-forms-html5-tests/forms/form_acceptCharset_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_action_attribute_check.html b/ivi/tct-forms-html5-tests/forms/form_action_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_action_attribute_missing.html b/ivi/tct-forms-html5-tests/forms/form_action_attribute_missing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_action_attribute_type.html b/ivi/tct-forms-html5-tests/forms/form_action_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_action_value_empty_string.html b/ivi/tct-forms-html5-tests/forms/form_action_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_action_value_string.html b/ivi/tct-forms-html5-tests/forms/form_action_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_autocomplete_attribute_check.html b/ivi/tct-forms-html5-tests/forms/form_autocomplete_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_autocomplete_default_value.html b/ivi/tct-forms-html5-tests/forms/form_autocomplete_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_autocomplete_value_empty_string.html b/ivi/tct-forms-html5-tests/forms/form_autocomplete_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_autocomplete_value_off.html b/ivi/tct-forms-html5-tests/forms/form_autocomplete_value_off.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_autocomplete_value_on.html b/ivi/tct-forms-html5-tests/forms/form_autocomplete_value_on.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_autocomplete_value_string.html b/ivi/tct-forms-html5-tests/forms/form_autocomplete_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_checkValidity_customError_invalid.html b/ivi/tct-forms-html5-tests/forms/form_checkValidity_customError_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_checkValidity_method_check.html b/ivi/tct-forms-html5-tests/forms/form_checkValidity_method_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_elements_attribute_check.html b/ivi/tct-forms-html5-tests/forms/form_elements_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_elements_attribute_return_htmlcollection.html b/ivi/tct-forms-html5-tests/forms/form_elements_attribute_return_htmlcollection.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_elements_attribute_type.html b/ivi/tct-forms-html5-tests/forms/form_elements_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_elements_basic.html b/ivi/tct-forms-html5-tests/forms/form_elements_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_elements_no_elements.html b/ivi/tct-forms-html5-tests/forms/form_elements_no_elements.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_encoding_attribute_check.html b/ivi/tct-forms-html5-tests/forms/form_encoding_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_encoding_attribute_type.html b/ivi/tct-forms-html5-tests/forms/form_encoding_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_encoding_default_value.html b/ivi/tct-forms-html5-tests/forms/form_encoding_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_encoding_value_empty_string.html b/ivi/tct-forms-html5-tests/forms/form_encoding_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_encoding_value_multipart.html b/ivi/tct-forms-html5-tests/forms/form_encoding_value_multipart.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_enctype_attribute_check.html b/ivi/tct-forms-html5-tests/forms/form_enctype_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_enctype_default_value.html b/ivi/tct-forms-html5-tests/forms/form_enctype_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_enctype_value_empty_string.html b/ivi/tct-forms-html5-tests/forms/form_enctype_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_enctype_value_multipart.html b/ivi/tct-forms-html5-tests/forms/form_enctype_value_multipart.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_enctype_value_string.html b/ivi/tct-forms-html5-tests/forms/form_enctype_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_enctype_value_text_plain.html b/ivi/tct-forms-html5-tests/forms/form_enctype_value_text_plain.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_getter_index_check.html b/ivi/tct-forms-html5-tests/forms/form_getter_index_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_getter_name_check.html b/ivi/tct-forms-html5-tests/forms/form_getter_name_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_length_attribute_check.html b/ivi/tct-forms-html5-tests/forms/form_length_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_length_attribute_readonly.html b/ivi/tct-forms-html5-tests/forms/form_length_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_length_attribute_type.html b/ivi/tct-forms-html5-tests/forms/form_length_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_length_value_basic.html b/ivi/tct-forms-html5-tests/forms/form_length_value_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_length_value_zero.html b/ivi/tct-forms-html5-tests/forms/form_length_value_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_method_attribute_check.html b/ivi/tct-forms-html5-tests/forms/form_method_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_method_default_value.html b/ivi/tct-forms-html5-tests/forms/form_method_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_method_empty_string.html b/ivi/tct-forms-html5-tests/forms/form_method_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_method_value_get.html b/ivi/tct-forms-html5-tests/forms/form_method_value_get.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_method_value_post.html b/ivi/tct-forms-html5-tests/forms/form_method_value_post.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_name_attribute_check.html b/ivi/tct-forms-html5-tests/forms/form_name_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_name_attribute_type.html b/ivi/tct-forms-html5-tests/forms/form_name_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_name_default_value.html b/ivi/tct-forms-html5-tests/forms/form_name_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_name_value_string.html b/ivi/tct-forms-html5-tests/forms/form_name_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_noValidate_attribute_check.html b/ivi/tct-forms-html5-tests/forms/form_noValidate_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_noValidate_submit.html b/ivi/tct-forms-html5-tests/forms/form_noValidate_submit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_noValidate_value_false.html b/ivi/tct-forms-html5-tests/forms/form_noValidate_value_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_noValidate_value_true.html b/ivi/tct-forms-html5-tests/forms/form_noValidate_value_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_reset_method_check.html b/ivi/tct-forms-html5-tests/forms/form_reset_method_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_submit_method_check.html b/ivi/tct-forms-html5-tests/forms/form_submit_method_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_submit_method_type.html b/ivi/tct-forms-html5-tests/forms/form_submit_method_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_submit_onsubmit.html b/ivi/tct-forms-html5-tests/forms/form_submit_onsubmit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_target_attribute_check.html b/ivi/tct-forms-html5-tests/forms/form_target_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_target_default_value.html b/ivi/tct-forms-html5-tests/forms/form_target_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_target_value_blank.html b/ivi/tct-forms-html5-tests/forms/form_target_value_blank.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_target_value_empty_string.html b/ivi/tct-forms-html5-tests/forms/form_target_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_target_value_iframe.html b/ivi/tct-forms-html5-tests/forms/form_target_value_iframe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_target_value_parent.html b/ivi/tct-forms-html5-tests/forms/form_target_value_parent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_target_value_self.html b/ivi/tct-forms-html5-tests/forms/form_target_value_self.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_target_value_string.html b/ivi/tct-forms-html5-tests/forms/form_target_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/form_target_value_top.html b/ivi/tct-forms-html5-tests/forms/form_target_value_top.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/label_control_attribute_check.html b/ivi/tct-forms-html5-tests/forms/label_control_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/label_form_attribute_check.html b/ivi/tct-forms-html5-tests/forms/label_form_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/label_form_attribute_return_htmlformelement.html b/ivi/tct-forms-html5-tests/forms/label_form_attribute_return_htmlformelement.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/label_form_attribute_type.html b/ivi/tct-forms-html5-tests/forms/label_form_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/label_htmlFor_attribute_check.html b/ivi/tct-forms-html5-tests/forms/label_htmlFor_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/label_htmlFor_attribute_type.html b/ivi/tct-forms-html5-tests/forms/label_htmlFor_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/label_htmlFor_default_value.html b/ivi/tct-forms-html5-tests/forms/label_htmlFor_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/label_htmlFor_value_empty_string.html b/ivi/tct-forms-html5-tests/forms/label_htmlFor_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/label_htmlFor_value_input.html b/ivi/tct-forms-html5-tests/forms/label_htmlFor_value_input.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/label_htmlFor_value_string.html b/ivi/tct-forms-html5-tests/forms/label_htmlFor_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/legend_form_attribute_check.html b/ivi/tct-forms-html5-tests/forms/legend_form_attribute_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/legend_form_attribute_type.html b/ivi/tct-forms-html5-tests/forms/legend_form_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/legend_form_no_fieldset.html b/ivi/tct-forms-html5-tests/forms/legend_form_no_fieldset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/legend_form_owner.html b/ivi/tct-forms-html5-tests/forms/legend_form_owner.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/legend_form_return_htmlformelement.html b/ivi/tct-forms-html5-tests/forms/legend_form_return_htmlformelement.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/legend_form_value_null.html b/ivi/tct-forms-html5-tests/forms/legend_form_value_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/spec.json b/ivi/tct-forms-html5-tests/forms/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/COPYING b/ivi/tct-forms-html5-tests/forms/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/form-elements-interfaces-01.html b/ivi/tct-forms-html5-tests/forms/w3c/form-elements-interfaces-01.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/form-elements-matches.html b/ivi/tct-forms-html5-tests/forms/w3c/form-elements-matches.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-01.html b/ivi/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-01.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-02.html b/ivi/tct-forms-html5-tests/forms/w3c/form-elements-nameditem-02.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/resetting-a-form/reset-form.html b/ivi/tct-forms-html5-tests/forms/w3c/resetting-a-form/reset-form.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-checkValidity.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-checkValidity.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-reportValidity.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-reportValidity.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validate.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-customError.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-customError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-patternMismatch.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-patternMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-rangeOverflow.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-rangeOverflow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-rangeUnderflow.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-rangeUnderflow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-stepMismatch.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-stepMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-tooLong.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-tooLong.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-tooShort.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-tooShort.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-typeMismatch.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-typeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-valid.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-valueMissing.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-validity-valueMissing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-willValidate.html b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/form-validation-willValidate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/support/validator.js b/ivi/tct-forms-html5-tests/forms/w3c/submission/constraints/support/validator.js old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/the-fieldset-element/HTMLFieldSetElement.html b/ivi/tct-forms-html5-tests/forms/w3c/the-fieldset-element/HTMLFieldSetElement.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/the-label-element/label-attributes.html b/ivi/tct-forms-html5-tests/forms/w3c/the-label-element/label-attributes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/forms/w3c/the-label-element/labelable-elements.html b/ivi/tct-forms-html5-tests/forms/w3c/the-label-element/labelable-elements.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/icon.png b/ivi/tct-forms-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/manifest.json b/ivi/tct-forms-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/resources/COPYING b/ivi/tct-forms-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/resources/testharness.css b/ivi/tct-forms-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/resources/testharness.js b/ivi/tct-forms-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/resources/testharnessreport.js b/ivi/tct-forms-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/suite.json b/ivi/tct-forms-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/testcase.xsl b/ivi/tct-forms-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/testresult.xsl b/ivi/tct-forms-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/tests.css b/ivi/tct-forms-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/tests.full.xml b/ivi/tct-forms-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/tests.xml b/ivi/tct-forms-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/webrunner/index.html b/ivi/tct-forms-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-forms-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-forms-html5-tests/webrunner/testrunner.js b/ivi/tct-forms-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/COPYING b/ivi/tct-fullscreen-nonw3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/README b/ivi/tct-fullscreen-nonw3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/config.xml b/ivi/tct-fullscreen-nonw3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_cancelFullScreen_exists.html b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_cancelFullScreen_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenEnabled_exists.html b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenEnabled_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenEnabled_readonly.html b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenEnabled_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenEnabled_type.html b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenEnabled_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenKeyboardInputAllowed_exists.html b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenKeyboardInputAllowed_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenKeyboardInputAllowed_readonly.html b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenKeyboardInputAllowed_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenKeyboardInputAllowed_type.html b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreenKeyboardInputAllowed_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreen_type.html b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullScreen_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullscreen_exists.html b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullscreen_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullscreen_readonly.html b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_fullscreen_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_onfullscreenchange_exists.html b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_onfullscreenchange_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_requestFullScreen_exists.html b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/FullScreen_requestFullScreen_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/fullscreen_common.js b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/fullscreen_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/fullscreen/spec.json b/ivi/tct-fullscreen-nonw3c-tests/fullscreen/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/icon.png b/ivi/tct-fullscreen-nonw3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/manifest.json b/ivi/tct-fullscreen-nonw3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/resources/COPYING b/ivi/tct-fullscreen-nonw3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/resources/testharness.css b/ivi/tct-fullscreen-nonw3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/resources/testharness.js b/ivi/tct-fullscreen-nonw3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/resources/testharnessreport.js b/ivi/tct-fullscreen-nonw3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/suite.json b/ivi/tct-fullscreen-nonw3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/testcase.xsl b/ivi/tct-fullscreen-nonw3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/testresult.xsl b/ivi/tct-fullscreen-nonw3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/tests.css b/ivi/tct-fullscreen-nonw3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/tests.full.xml b/ivi/tct-fullscreen-nonw3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/tests.xml b/ivi/tct-fullscreen-nonw3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/webrunner/index.html b/ivi/tct-fullscreen-nonw3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-fullscreen-nonw3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-fullscreen-nonw3c-tests/webrunner/testrunner.js b/ivi/tct-fullscreen-nonw3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/COPYING b/ivi/tct-geoallow-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/README b/ivi/tct-geoallow-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/config.xml b/ivi/tct-geoallow-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_readonly.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_value_default.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_accuracy_attribute_value_default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_readonly.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitudeAccuracy_attribute_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_readonly.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_altitude_attribute_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_0.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_100.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_100.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_60000.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_attribute_timeout_60000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_readonly.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_heading_attribute_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_readonly.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_latitude_attribute_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_readonly.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_attribute_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_return_type.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_longitude_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_speed.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_speed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_readonly.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Coordinates_speed_attribute_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_PERMISSION_DENIED_constExist.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_PERMISSION_DENIED_constExist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_POSITION_UNAVAILABLE_constExist.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_POSITION_UNAVAILABLE_constExist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_TIMEOUT_constExist.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_PositionError_TIMEOUT_constExist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_empty.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_no_argument.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_zero.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_set_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_number.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_clearWatch_watchId_with_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_Position_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_Position_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_cached_position.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_cached_position.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null_options_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_errorCallback_null_options_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_example_one_short.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_example_one_short.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_maximumAge_0_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_maximumAge_0_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_maximumAge_0_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_maximumAge_0_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_method_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_method_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_operation_completed.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_operation_completed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_timeout_Neg.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_timeout_Neg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_timeout_Neg_maximumAge_0.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_options_timeout_Neg_maximumAge_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_maximumAge_700000_timeout_zero.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_maximumAge_700000_timeout_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_maximumAge_Infinity_timeout_zero.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_maximumAge_Infinity_timeout_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_null_options_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_null_options_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_2000.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_2000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_200000.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_200000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_600000.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_600000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_700000.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_700000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_Infinity.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_Infinity.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_Neg.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_Neg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_number.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_set_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_zero.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_maximumAge_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_2000.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_2000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_set_number.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_set_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_set_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_timeout_set_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_with_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_with_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_with_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_options_with_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_no_argument.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_return_type.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_position_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_set_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_set_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_timeout_zero.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_timeout_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_no_argument.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_errorCallback_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_number.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_successCallback_with_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_timeout_60000_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_timeout_60000_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_timer_timeout.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_getCurrentPosition_timer_timeout.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_60000_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_PositionOptions_timeout_60000_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_Position_options_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_Position_options_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_Position_options_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_Position_options_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_Position_options_timeout_60000.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_Position_options_timeout_60000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_cached_position.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_cached_position.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_error_return_type.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_error_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_maximumAge_0_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_maximumAge_0_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_maximumAge_0_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_maximumAge_0_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_maximumAge_2000_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_maximumAge_2000_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null_options_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_null_options_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_options_timeout_0.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_errorCallback_options_timeout_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_example_repeated_position.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_example_repeated_position.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_0_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_0_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_0_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_0_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_500_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_500_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_500_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_maximumAge_500_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_return_type.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_method_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_operation_completed.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_operation_completed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_maximumAge_2000.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_maximumAge_2000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_maximumAge_Neg.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_maximumAge_Neg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_timeout_Neg.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_options_timeout_Neg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_maximumAge_2000_timeout_60000.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_maximumAge_2000_timeout_60000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_null_options_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_null_options_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_number.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_set_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_set_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_no_argument.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_errorCallback_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_first_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_first_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_successCallback_with_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_timer_timeout.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_timer_timeout.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_before_callbacks.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_before_callbacks.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_type.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_number.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_watchId_set_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_with_timeout_0_maximumAge_0.html b/ivi/tct-geoallow-w3c-tests/geoallow/Geolocation_watchPosition_with_timeout_0_maximumAge_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_Default_value.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_Default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_type.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_PERMISSION_DENIED_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_Default_value.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_Default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_type.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_POSITION_UNAVAILABLE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_Default_value.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_Default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_type.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_TIMEOUT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_code_TIMEOUT.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_code_TIMEOUT.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_readonly.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_code_attribute_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_readonly.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_attribute_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_Err.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_Err.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0Age0.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0Age0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0AgeNeg.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOut0AgeNeg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOutNegAge0.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_getCurrentPosition_timeOutNegAge0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_return_type.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_Err.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_Err.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0Age0.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0Age0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0AgeNeg.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOut0AgeNeg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOutNegAge0.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_watchPosition_timeOutNegAge0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_with_getCurrentPosition_timeOut0Age0.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionError_message_with_getCurrentPosition_timeOut0Age0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_false.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_number.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_set_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_true.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_number.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_enableHighAccuracy_with_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_0.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_1000.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_0_maximumAge_1000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_60000.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_getCurrentPosition_timeout_60000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_0.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_1000.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_0_maximumAge_1000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_60000.html b/ivi/tct-geoallow-w3c-tests/geoallow/PositionOptions_timeout_watchPosition_timeout_60000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Position_coords.html b/ivi/tct-geoallow-w3c-tests/geoallow/Position_coords.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_readonly.html b/ivi/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Position_coords_attribute_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Position_coords_return_type.html b/ivi/tct-geoallow-w3c-tests/geoallow/Position_coords_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_exists.html b/ivi/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_readonly.html b/ivi/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/Position_timestamp_attribute_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_0.html b/ivi/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_100.html b/ivi/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_100.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_60000.html b/ivi/tct-geoallow-w3c-tests/geoallow/Position_timestamp_timeout_60000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/navigator_geolocation.html b/ivi/tct-geoallow-w3c-tests/geoallow/navigator_geolocation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_empty_string.html b/ivi/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_readonly.html b/ivi/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_set_null.html b/ivi/tct-geoallow-w3c-tests/geoallow/navigator_geolocation_attribute_set_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/spec.json b/ivi/tct-geoallow-w3c-tests/geoallow/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/testinterface.js b/ivi/tct-geoallow-w3c-tests/geoallow/testinterface.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/w3c/COPYING b/ivi/tct-geoallow-w3c-tests/geoallow/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/w3c/common.js b/ivi/tct-geoallow-w3c-tests/geoallow/w3c/common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/w3c/style.css b/ivi/tct-geoallow-w3c-tests/geoallow/w3c/style.css old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/w3c/t-manual.html b/ivi/tct-geoallow-w3c-tests/geoallow/w3c/t-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/w3c/t.html b/ivi/tct-geoallow-w3c-tests/geoallow/w3c/t.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/w3c/t00002.js b/ivi/tct-geoallow-w3c-tests/geoallow/w3c/t00002.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/w3c/t00031.js b/ivi/tct-geoallow-w3c-tests/geoallow/w3c/t00031.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/geoallow/w3c/t00062.js b/ivi/tct-geoallow-w3c-tests/geoallow/w3c/t00062.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/icon.png b/ivi/tct-geoallow-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/manifest.json b/ivi/tct-geoallow-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/resources/COPYING b/ivi/tct-geoallow-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/resources/testharness.css b/ivi/tct-geoallow-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/resources/testharness.js b/ivi/tct-geoallow-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/resources/testharnessreport.js b/ivi/tct-geoallow-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/suite.json b/ivi/tct-geoallow-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/testcase.xsl b/ivi/tct-geoallow-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/testresult.xsl b/ivi/tct-geoallow-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/tests.css b/ivi/tct-geoallow-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/tests.full.xml b/ivi/tct-geoallow-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/tests.xml b/ivi/tct-geoallow-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/webrunner/index.html b/ivi/tct-geoallow-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-geoallow-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geoallow-w3c-tests/webrunner/testrunner.js b/ivi/tct-geoallow-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/COPYING b/ivi/tct-geodeny-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/README b/ivi/tct-geodeny-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/config.xml b/ivi/tct-geodeny-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/geodeny/Geolocation_getCurrentPosition_operation_failed-manual.html b/ivi/tct-geodeny-w3c-tests/geodeny/Geolocation_getCurrentPosition_operation_failed-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/geodeny/Geolocation_getCurrentPosition_operation_failed.html b/ivi/tct-geodeny-w3c-tests/geodeny/Geolocation_getCurrentPosition_operation_failed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/geodeny/Geolocation_watchPosition_operation_failed-manual.html b/ivi/tct-geodeny-w3c-tests/geodeny/Geolocation_watchPosition_operation_failed-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/geodeny/Geolocation_watchPosition_operation_failed.html b/ivi/tct-geodeny-w3c-tests/geodeny/Geolocation_watchPosition_operation_failed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/geodeny/spec.json b/ivi/tct-geodeny-w3c-tests/geodeny/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/geodeny/w3c/COPYING b/ivi/tct-geodeny-w3c-tests/geodeny/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/geodeny/w3c/common.js b/ivi/tct-geodeny-w3c-tests/geodeny/w3c/common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/geodeny/w3c/style.css b/ivi/tct-geodeny-w3c-tests/geodeny/w3c/style.css old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/geodeny/w3c/t-manual.html b/ivi/tct-geodeny-w3c-tests/geodeny/w3c/t-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/geodeny/w3c/t.html b/ivi/tct-geodeny-w3c-tests/geodeny/w3c/t.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/geodeny/w3c/t00001.js b/ivi/tct-geodeny-w3c-tests/geodeny/w3c/t00001.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/icon.png b/ivi/tct-geodeny-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/manifest.json b/ivi/tct-geodeny-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/resources/COPYING b/ivi/tct-geodeny-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/resources/testharness.css b/ivi/tct-geodeny-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/resources/testharness.js b/ivi/tct-geodeny-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/resources/testharnessreport.js b/ivi/tct-geodeny-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/suite.json b/ivi/tct-geodeny-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/testcase.xsl b/ivi/tct-geodeny-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/testresult.xsl b/ivi/tct-geodeny-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/tests.css b/ivi/tct-geodeny-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/tests.full.xml b/ivi/tct-geodeny-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/tests.xml b/ivi/tct-geodeny-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/webrunner/index.html b/ivi/tct-geodeny-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-geodeny-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-geodeny-w3c-tests/webrunner/testrunner.js b/ivi/tct-geodeny-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-getcapabilities/config.xml b/ivi/tct-getcapabilities/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-getcapabilities/icon.png b/ivi/tct-getcapabilities/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-getcapabilities/index.html b/ivi/tct-getcapabilities/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-getcapabilities/js/main.js b/ivi/tct-getcapabilities/js/main.js old mode 100644 new mode 100755 diff --git a/ivi/tct-getcapabilities/manifest.json b/ivi/tct-getcapabilities/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-getcapabilities/suite.json b/ivi/tct-getcapabilities/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/COPYING b/ivi/tct-gumallow-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/README b/ivi/tct-gumallow-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/config.xml b/ivi/tct-gumallow-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/navigator_audio_getting_datastream.html b/ivi/tct-gumallow-w3c-tests/gumallow/navigator_audio_getting_datastream.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/navigator_audio_not_getting_datastream.html b/ivi/tct-gumallow-w3c-tests/gumallow/navigator_audio_not_getting_datastream.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/navigator_audio_video_getting_datastream.html b/ivi/tct-gumallow-w3c-tests/gumallow/navigator_audio_video_getting_datastream.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/navigator_getusermedia_supported.html b/ivi/tct-gumallow-w3c-tests/gumallow/navigator_getusermedia_supported.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/navigator_video_getting_datastream.html b/ivi/tct-gumallow-w3c-tests/gumallow/navigator_video_getting_datastream.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/navigator_video_not_getting_datastream.html b/ivi/tct-gumallow-w3c-tests/gumallow/navigator_video_not_getting_datastream.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/spec.json b/ivi/tct-gumallow-w3c-tests/gumallow/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/support/common_support.js b/ivi/tct-gumallow-w3c-tests/gumallow/support/common_support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/COPYING b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/mediastreams-as-media-elements/video-assignment-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/mediastreams-as-media-elements/video-assignment-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/api-present.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/api-present.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/empty-option-param.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/empty-option-param.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-impossible-constraint.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-impossible-constraint.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-optional-constraint.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-optional-constraint.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-trivial-constraint.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-trivial-constraint.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/unknownkey-option-param.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/obtaining-local-multimedia-content/navigatorusermedia/unknownkey-option-param.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/introduction/disabled-audio-silence-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/introduction/disabled-audio-silence-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/introduction/disabled-video-black-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/introduction/disabled-video-black-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/audio-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/audio-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-addtrack-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-addtrack-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-finished-add-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-finished-add-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-gettrackid-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-gettrackid-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-id-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-id-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-idl-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-idl-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-removetrack-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/mediastream-removetrack-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/stream-ended-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/stream-ended-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/video-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastream/video-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastreamtrack/mediastreamtrack-end-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastreamtrack/mediastreamtrack-end-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastreamtrack/mediastreamtrack-id-manual.html b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/stream-api/mediastreamtrack/mediastreamtrack-id-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/gumallow/w3c/vendor-prefix.js b/ivi/tct-gumallow-w3c-tests/gumallow/w3c/vendor-prefix.js old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/icon.png b/ivi/tct-gumallow-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/manifest.json b/ivi/tct-gumallow-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/resources/COPYING b/ivi/tct-gumallow-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/resources/testharness.css b/ivi/tct-gumallow-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/resources/testharness.js b/ivi/tct-gumallow-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/resources/testharnessreport.js b/ivi/tct-gumallow-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/suite.json b/ivi/tct-gumallow-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/testcase.xsl b/ivi/tct-gumallow-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/testresult.xsl b/ivi/tct-gumallow-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/tests.css b/ivi/tct-gumallow-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/tests.full.xml b/ivi/tct-gumallow-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/tests.xml b/ivi/tct-gumallow-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/webrunner/index.html b/ivi/tct-gumallow-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-gumallow-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-gumallow-w3c-tests/webrunner/testrunner.js b/ivi/tct-gumallow-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/COPYING b/ivi/tct-indexeddb-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/README b/ivi/tct-indexeddb-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/config.xml b/ivi/tct-indexeddb-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/icon.png b/ivi/tct-indexeddb-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursorWithValue_value_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursorWithValue_value_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursorWithValue_value_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursorWithValue_value_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursorWithValue_value_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursorWithValue_value_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_advance_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_advance_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_advance_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_advance_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_advance_exception_TransactionInactiveError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_advance_exception_TransactionInactiveError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_advance_exception_TypeError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_advance_exception_TypeError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_advance_exists.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_advance_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_continue_cursor_direction_nextunique.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_continue_cursor_direction_nextunique.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_continue_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_continue_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_continue_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_continue_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_continue_exception_TransactionInactiveError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_continue_exception_TransactionInactiveError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_delete_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_delete_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_delete_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_delete_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_direction_exists.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_direction_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_direction_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_direction_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_key_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_key_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_key_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_key_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_key_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_key_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_key_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_key_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_primaryKey_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_primaryKey_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_primaryKey_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_primaryKey_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_primaryKey_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_primaryKey_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_primaryKey_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_primaryKey_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_source_exists.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_source_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_source_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_source_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_source_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_source_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_update_exception_DataCloneError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_update_exception_DataCloneError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_update_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBCursor_update_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_close_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_close_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_close_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_close_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_keyPath_Array_invalid.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_keyPath_Array_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_keyPath_empty_string.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_keyPath_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_mandatory.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_mandatory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_optionalparameters_null.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_createObjectStore_optionalparameters_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_deleteObjectStore_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_deleteObjectStore_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_deleteObjectStore_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_deleteObjectStore_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_name_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_name_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_name_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_name_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_name_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_name_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_name_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_name_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_objectStoreNames_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_objectStoreNames_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_objectStoreNames_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_objectStoreNames_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_objectStoreNames_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_objectStoreNames_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onabort_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onabort_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onabort_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onabort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onerror_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onerror_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onerror_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onerror_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onversionchange_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onversionchange_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onversionchange_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_onversionchange_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_transaction_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_transaction_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_transaction_exception_InvalidAccessError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_transaction_exception_InvalidAccessError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_transaction_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_transaction_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_transaction_mandatory.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_transaction_mandatory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_transaction_return_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_transaction_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_version_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_version_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_version_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_version_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_version_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBDatabase_version_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBEnvironment_indexedDB_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBEnvironment_indexedDB_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBEnvironment_indexedDB_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBEnvironment_indexedDB_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBEnvironment_indexedDB_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBEnvironment_indexedDB_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_cmp_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_cmp_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_cmp_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_cmp_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_cmp_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_cmp_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_deleteDatabase_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_deleteDatabase_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_open_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_open_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_open_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_open_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_open_return_event_type_success.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_open_return_event_type_success.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_open_source_null.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBFactory_open_source_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_count_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_count_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_count_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_count_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_count_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_count_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_count_no_argument.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_count_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_getKey_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_getKey_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_getKey_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_getKey_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_getKey_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_getKey_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_getKey_exception_TransactionInactiveError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_getKey_exception_TransactionInactiveError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_get_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_get_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_get_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_get_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_get_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_get_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_get_exception_TransactionInactiveError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_get_exception_TransactionInactiveError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_keyPath_exists.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_keyPath_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_keyPath_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_keyPath_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_keyPath_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_keyPath_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_keyPath_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_keyPath_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_multiEntry_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_multiEntry_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_multiEntry_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_multiEntry_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_multiEntry_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_multiEntry_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_name_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_name_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_name_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_name_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_name_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_name_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_name_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_name_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_objectStore_exists.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_objectStore_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_objectStore_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_objectStore_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_objectStore_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_objectStore_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_exception_TransactionInactiveError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_exception_TransactionInactiveError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_exists.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_no_argument.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openCursor_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_exception_TransactionInactiveError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_exception_TransactionInactiveError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_no_argument.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_openKeyCursor_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_unique_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_unique_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_unique_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_unique_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_unique_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBIndex_unique_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_lowerOpen_default_false.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_lowerOpen_default_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_lower_invalid.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_lower_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_lower_larger_than_upper.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_lower_larger_than_upper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_mandatory.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_mandatory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_return_lowerOpen_lowerOpen.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_return_lowerOpen_lowerOpen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_return_lower_lower.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_return_lower_lower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_return_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_return_upperOpen_upperOpen.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_return_upperOpen_upperOpen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_return_upper_upper.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_return_upper_upper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_three_arguments.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_three_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_upperOpen_default_false.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_upperOpen_default_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_upper_invalid.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_bound_upper_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lower.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_mandatory.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_mandatory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_return_lowerOpen_open.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_return_lowerOpen_open.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_return_lower_lower.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_return_lower_lower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_return_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_return_upperOpen_true.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_return_upperOpen_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_return_upper_undefined.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerBound_return_upper_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerOpen_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerOpen_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerOpen_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerOpen_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerOpen_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerOpen_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerOpen_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lowerOpen_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lower_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lower_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lower_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_lower_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_return_lowerOpen_false.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_return_lowerOpen_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_return_lower_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_return_lower_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_return_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_return_upperOpen_false.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_return_upperOpen_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_return_upper_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_only_return_upper_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_mandatory.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_mandatory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_return_lowerOpen_true.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_return_lowerOpen_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_return_lower_undefined.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_return_lower_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_return_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_return_upperOpen_open.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_return_upperOpen_open.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_return_upper_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperBound_return_upper_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperOpen_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperOpen_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperOpen_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperOpen_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperOpen_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperOpen_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperOpen_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upperOpen_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upper_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upper_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upper_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upper_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upper_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBKeyRange_upper_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_exception_DataCloneError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_exception_DataCloneError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_exception_ReadOnlyError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_exception_ReadOnlyError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_exception_TransactionInactiveError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_exception_TransactionInactiveError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_mandatory.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_add_mandatory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_clear_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_clear_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_clear_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_clear_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_clear_exception_ReadOnlyError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_clear_exception_ReadOnlyError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_clear_exception_TransactionInactiveError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_clear_exception_TransactionInactiveError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_clear_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_clear_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_count_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_count_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_count_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_count_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_count_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_count_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_count_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_count_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_count_no_argument.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_count_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_exception_ConstraintError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_exception_ConstraintError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_exception_NotSupportedError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_exception_NotSupportedError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_keyPath_string_invalid.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_keyPath_string_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_mandatory.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_mandatory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_optionalParameters_null.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_createIndex_optionalParameters_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_deleteIndex_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_deleteIndex_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_deleteIndex_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_deleteIndex_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_delete_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_delete_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_delete_exception_ReadOnlyError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_delete_exception_ReadOnlyError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_delete_exception_TransactionInactiveError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_delete_exception_TransactionInactiveError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_delete_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_delete_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_get_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_get_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_get_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_get_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_get_exception_TransactionInactiveError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_get_exception_TransactionInactiveError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_get_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_get_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_indexNames_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_indexNames_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_indexNames_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_indexNames_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_indexNames_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_indexNames_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_indexNames_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_indexNames_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_index_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_index_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_index_exception_NotFoundError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_index_exception_NotFoundError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_index_exits.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_index_exits.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_keyPath_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_keyPath_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_keyPath_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_keyPath_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_keyPath_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_keyPath_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_keyPath_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_keyPath_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_name_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_name_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_name_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_name_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_name_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_name_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_name_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_name_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_openCursor_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_openCursor_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_openCursor_exception_DataError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_openCursor_exception_DataError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_openCursor_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_openCursor_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_openCursor_exception_TransactionInactiveError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_openCursor_exception_TransactionInactiveError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_openCursor_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_openCursor_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_exception_DataCloneError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_exception_DataCloneError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_exception_ReadOnlyError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_exception_ReadOnlyError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_exception_TransactionInactiveError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_exception_TransactionInactiveError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_mandatory.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_put_mandatory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_transaction_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_transaction_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_transaction_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_transaction_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_transaction_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_transaction_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_transaction_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBObjectStore_transaction_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBOpenDBRequest_onblocked_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBOpenDBRequest_onblocked_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBOpenDBRequest_onupgradeneeded_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBOpenDBRequest_onupgradeneeded_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBOpenDBRequest_onupgradeneeded_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBOpenDBRequest_onupgradeneeded_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_error_default_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_error_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_error_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_error_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_error_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_error_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_error_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_error_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_error_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_error_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_onerror_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_onerror_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_onerror_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_onerror_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_onsuccess_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_onsuccess_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_onsuccess_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_onsuccess_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_readyState_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_readyState_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_readyState_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_readyState_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_result_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_result_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_result_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_result_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_result_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_result_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_result_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_result_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_source_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_source_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_source_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_source_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_source_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_source_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_transaction_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_transaction_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_transaction_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_transaction_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_transaction_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBRequest_transaction_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_READ_ONLY.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_READ_ONLY.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_READ_WRITE.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_READ_WRITE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_VERSION_CHANGE.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_VERSION_CHANGE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_abort_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_abort_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_abort_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_abort_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_abort_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_abort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_db_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_db_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_db_normal_value.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_db_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_db_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_db_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_db_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_db_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_mode_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_mode_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_mode_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_mode_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_objectStore_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_objectStore_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_objectStore_exception_InvalidStateError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_objectStore_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_objectStore_exception_NotFoundError.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_objectStore_exception_NotFoundError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_objectStore_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_objectStore_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_onabort_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_onabort_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_onabort_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_onabort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_oncomplete_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_oncomplete_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_oncomplete_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_oncomplete_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_onerror_base.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_onerror_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_onerror_exist.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBTransaction_onerror_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBVersionChangeEvent_newVersion_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBVersionChangeEvent_newVersion_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBVersionChangeEvent_newVersion_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBVersionChangeEvent_newVersion_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBVersionChangeEvent_oldVersion_readonly.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBVersionChangeEvent_oldVersion_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBVersionChangeEvent_oldVersion_type.html b/ivi/tct-indexeddb-w3c-tests/indexeddb/IDBVersionChangeEvent_oldVersion_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/spec.json b/ivi/tct-indexeddb-w3c-tests/indexeddb/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/support/util.js b/ivi/tct-indexeddb-w3c-tests/indexeddb/support/util.js old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/COPYING b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idb_webworkers.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idb_webworkers.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_advance_index.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_advance_index.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_advance_objectstore.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_advance_objectstore.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_index.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_index.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_index2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_index2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_index3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_index3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_index4.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_index4.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_objectstore.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_objectstore.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_objectstore2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_objectstore2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_objectstore3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_objectstore3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_objectstore4.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_continue_objectstore4.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_index.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_index.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_index2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_index2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_index3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_index3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_objectstore.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_objectstore.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_objectstore2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_objectstore2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_objectstore3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_delete_objectstore3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_index.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_index.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_index2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_index2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_index3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_index3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_objectstore.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_objectstore.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_objectstore2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_objectstore2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_objectstore3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbcursor_update_objectstore3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_close.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_close.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_close2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_close2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore4.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore4.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore5.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore5.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore6.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_createObjectStore6.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_deleteObjectStore.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_deleteObjectStore.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_deleteObjectStore2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_deleteObjectStore2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_deleteObjectStore3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_deleteObjectStore3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_transaction.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_transaction.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_transaction2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_transaction2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_transaction3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbdatabase_transaction3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_cmp.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_cmp.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_deleteDatabase.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_deleteDatabase.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open4.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open4.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open5.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open5.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open6.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open6.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open7.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open7.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open8.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open8.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open9.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbfactory_open9.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_count.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_count.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_count2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_count2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_get.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_get.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_get2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_get2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_get3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_get3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_get4.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_get4.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_getKey.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_getKey.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_getKey2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_getKey2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_getKey3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_getKey3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_getKey4.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbindex_getKey4.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbkeyrange.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbkeyrange.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add10.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add10.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add11.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add11.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add12.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add12.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add13.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add13.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add14.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add14.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add4.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add4.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add5.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add5.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add6.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add6.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add7.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add7.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add8.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add8.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add9.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_add9.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_clear.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_clear.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_clear2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_clear2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_count.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_count.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_count2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_count2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_createIndex.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_createIndex.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_createIndex2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_createIndex2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete4.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete4.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete5.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_delete5.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_deleteIndex.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_deleteIndex.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get4.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get4.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get5.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_get5.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_index.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_index.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put10.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put10.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put11.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put11.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put12.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put12.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put13.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put13.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put14.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put14.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put2.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put3.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put4.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put4.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put5.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put5.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put6.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put6.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put7.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put7.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put8.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put8.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put9.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbobjectstore_put9.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbworker.js b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/idbworker.js old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/index_sort_order.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/index_sort_order.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/objectstore_keyorder.htm b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/objectstore_keyorder.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/support.js b/ivi/tct-indexeddb-w3c-tests/indexeddb/w3c/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/manifest.json b/ivi/tct-indexeddb-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/resources/COPYING b/ivi/tct-indexeddb-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/resources/testharness.css b/ivi/tct-indexeddb-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/resources/testharness.js b/ivi/tct-indexeddb-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/resources/testharnessreport.js b/ivi/tct-indexeddb-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/suite.json b/ivi/tct-indexeddb-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/testcase.xsl b/ivi/tct-indexeddb-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/testresult.xsl b/ivi/tct-indexeddb-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/tests.css b/ivi/tct-indexeddb-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/tests.full.xml b/ivi/tct-indexeddb-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/tests.xml b/ivi/tct-indexeddb-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/webrunner/index.html b/ivi/tct-indexeddb-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-indexeddb-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-indexeddb-w3c-tests/webrunner/testrunner.js b/ivi/tct-indexeddb-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/COPYING b/ivi/tct-jsenhance-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/README b/ivi/tct-jsenhance-html5-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/common/COPYING b/ivi/tct-jsenhance-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/common/domtestcase.js b/ivi/tct-jsenhance-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/common/media.js b/ivi/tct-jsenhance-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/config.xml b/ivi/tct-jsenhance-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/icon.png b/ivi/tct-jsenhance-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/document_getElementsByClassName_exists.html b/ivi/tct-jsenhance-html5-tests/jsenhance/document_getElementsByClassName_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_add.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_add.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_add_case_sensitive.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_add_case_sensitive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_add_empty_string.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_add_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_add_exists.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_add_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_add_space_characters.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_add_space_characters.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_add_type.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_add_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains_case_sensitive.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains_case_sensitive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains_empty_string.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains_exists.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains_return_type.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains_space_characters.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains_space_characters.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains_type.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_contains_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_exists.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_item.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_item.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_item_exists.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_item_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_item_lower.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_item_lower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_item_return_type.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_item_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_item_type.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_item_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_item_upper.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_item_upper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_length.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_length_exists.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_length_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_length_readonly.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_length_type.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_remove.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_remove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_remove_empty_string.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_remove_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_remove_exists.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_remove_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_remove_space_characters.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_remove_space_characters.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_remove_type.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_remove_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_stringifier.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_stringifier.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_toggle.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_toggle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_toggle_case_sensitive.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_toggle_case_sensitive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_toggle_empty_string.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_toggle_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_toggle_exists.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_toggle_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_toggle_space_characters.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_toggle_space_characters.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_toggle_type.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_classList_toggle_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/element_matchesSelector_exists.html b/ivi/tct-jsenhance-html5-tests/jsenhance/element_matchesSelector_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/script_async_exists.html b/ivi/tct-jsenhance-html5-tests/jsenhance/script_async_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/script_defer_exists.html b/ivi/tct-jsenhance-html5-tests/jsenhance/script_defer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/spec.json b/ivi/tct-jsenhance-html5-tests/jsenhance/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/w3c/Document.getElementsByClassName-null-undef.html b/ivi/tct-jsenhance-html5-tests/jsenhance/w3c/Document.getElementsByClassName-null-undef.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_event_exists.html b/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_event_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_initHashChangeEvent_type.html b/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_initHashChangeEvent_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_newURL.html b/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_newURL.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_newURL_readonly.html b/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_newURL_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_newURL_type.html b/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_newURL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_oldURL.html b/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_oldURL.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_oldURL_readonly.html b/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_oldURL_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_oldURL_type.html b/ivi/tct-jsenhance-html5-tests/jsenhance/window_hashchange_oldURL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/manifest.json b/ivi/tct-jsenhance-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/resources/COPYING b/ivi/tct-jsenhance-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/resources/testharness.css b/ivi/tct-jsenhance-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/resources/testharness.js b/ivi/tct-jsenhance-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/resources/testharnessreport.js b/ivi/tct-jsenhance-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/suite.json b/ivi/tct-jsenhance-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/testcase.xsl b/ivi/tct-jsenhance-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/testresult.xsl b/ivi/tct-jsenhance-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/tests.css b/ivi/tct-jsenhance-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/tests.full.xml b/ivi/tct-jsenhance-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/tests.xml b/ivi/tct-jsenhance-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/webrunner/index.html b/ivi/tct-jsenhance-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-jsenhance-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-jsenhance-html5-tests/webrunner/testrunner.js b/ivi/tct-jsenhance-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/COPYING b/ivi/tct-mediaqueries-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/README b/ivi/tct-mediaqueries-css3-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/config.xml b/ivi/tct-mediaqueries-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/icon.png b/ivi/tct-mediaqueries-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/manifest.json b/ivi/tct-mediaqueries-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_Mediaqueries_at_import.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_Mediaqueries_at_import.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_Mediaqueries_at_media.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_Mediaqueries_at_media.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_Mediaqueries_import-rule.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_Mediaqueries_import-rule.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_max_value_1virgule0.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_max_value_1virgule0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_max_value_1virgule1.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_max_value_1virgule1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_min_59virgule79.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_min_59virgule79.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_min_value_0virgule1.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_min_value_0virgule1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_value_59virgule80.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_aspect-ratio_value_59virgule80.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_max_0.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_max_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_max_255.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_max_255.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_max_neg_1.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_max_neg_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_min_2.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_min_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_min_neg_0.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_min_neg_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_min_neg_1.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_color_min_neg_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_max_value_1281virgule1024.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_max_value_1281virgule1024.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_max_value_1virgule0.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_max_value_1virgule0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_min_1280virgule1024.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_min_1280virgule1024.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_min_value_0virgule1.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_min_value_0virgule1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_value_1280virgule1024.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-aspect-ratio_value_1280virgule1024.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_max_vaule_1300px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_max_vaule_1300px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_max_vaule_neg_1300px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_max_vaule_neg_1300px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_min_neg_0.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_min_neg_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_value_1024px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_value_1024px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_value_between_900px_and_1200px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-height_value_between_900px_and_1200px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_max_positive.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_max_positive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_min_neg_0.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_min_neg_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_value_1280px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_value_1280px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_value_between_900px_and_1200px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_device-width_value_between_900px_and_1200px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_min_neg_0.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_min_neg_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_800px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_800px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_between_900px_and_1200px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_between_900px_and_1200px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_max_1300px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_max_1300px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_max_neg_1300px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_max_neg_1300px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_neg_800px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_height_value_neg_800px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_aspect_ratio.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_aspect_ratio.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_color.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_color.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_device_aspect_ratio.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_device_aspect_ratio.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_device_height.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_device_height.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_device_width.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_device_width.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_height.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_height.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_orientation.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_media_orientation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_all_landscape.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_all_landscape.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_all_portrait.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_all_portrait.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_screen_landscape.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_screen_landscape.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_screen_portrait.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_orientation_value_screen_portrait.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_min-width_positive_max-width_positive.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_min-width_positive_max-width_positive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_min_neg_0.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_min_neg_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_screen_positive.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_screen_positive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_between_900px_and_1200px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_between_900px_and_1200px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_max_1300px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_max_1300px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_max_neg_1300px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_max_neg_1300px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_neg_800px.html b/ivi/tct-mediaqueries-css3-tests/mediaqueries/CSS3MQ_width_value_neg_800px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/MediaQueries.js b/ivi/tct-mediaqueries-css3-tests/mediaqueries/MediaQueries.js old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/color.css b/ivi/tct-mediaqueries-css3-tests/mediaqueries/color.css old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/mediaqueries/spec.json b/ivi/tct-mediaqueries-css3-tests/mediaqueries/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/resources/COPYING b/ivi/tct-mediaqueries-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/resources/testharness.css b/ivi/tct-mediaqueries-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/resources/testharness.js b/ivi/tct-mediaqueries-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/resources/testharnessreport.js b/ivi/tct-mediaqueries-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/suite.json b/ivi/tct-mediaqueries-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/testcase.xsl b/ivi/tct-mediaqueries-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/testresult.xsl b/ivi/tct-mediaqueries-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/tests.css b/ivi/tct-mediaqueries-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/tests.full.xml b/ivi/tct-mediaqueries-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/tests.xml b/ivi/tct-mediaqueries-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/webrunner/index.html b/ivi/tct-mediaqueries-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-mediaqueries-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-mediaqueries-css3-tests/webrunner/testrunner.js b/ivi/tct-mediaqueries-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/COPYING b/ivi/tct-messageport-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-messageport-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/NOTICE b/ivi/tct-messageport-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/config.xml b/ivi/tct-messageport-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/icon.png b/ivi/tct-messageport-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/manifest.json b/ivi/tct-messageport-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener.html b/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_exist.html b/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_TypeMismatch.html b/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_invalid_cb.html b/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_missarg.html b/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_extend.html b/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_isTrusted_attribute.html b/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_isTrusted_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_messagePortName_attribute.html b/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_messagePortName_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_notexist.html b/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener.html b/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener_exist.html b/ivi/tct-messageport-tizen-tests/messageport/LocalMessagePort_removeMessagePortListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortCallback_notexist.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortCallback_onreceived.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortCallback_onreceived.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortCallback_onreceived_all.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortCallback_onreceived_all.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortManagerObject_notexist.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_extend.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_in_tizen.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_notexist.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort_exist.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestLocalMessagePort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort_exist.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestRemoteMessagePort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort_exist.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedLocalMessagePort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort_exist.html b/ivi/tct-messageport-tizen-tests/messageport/MessagePortManager_requestTrustedRemoteMessagePort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_appId_attribute.html b/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_appId_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_extend.html b/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_isTrusted_attribute.html b/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_isTrusted_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_messagePortName_attribute.html b/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_messagePortName_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_notexist.html b/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage.html b/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_TypeMismatch.html b/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_exist.html b/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_ivi.html b/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_ivi.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch.html b/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_missarg.html b/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_with_localMessagePort.html b/ivi/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_with_localMessagePort.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/support/messageport_test.wgt b/ivi/tct-messageport-tizen-tests/messageport/support/messageport_test.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/messageport/support/unitcommon.js b/ivi/tct-messageport-tizen-tests/messageport/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/resources/COPYING b/ivi/tct-messageport-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/resources/testharness.css b/ivi/tct-messageport-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/resources/testharness.js b/ivi/tct-messageport-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/resources/testharnessreport.js b/ivi/tct-messageport-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/resources/unitcommon.js b/ivi/tct-messageport-tizen-tests/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/suite.json b/ivi/tct-messageport-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/testcase.xsl b/ivi/tct-messageport-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/testresult.xsl b/ivi/tct-messageport-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/tests.css b/ivi/tct-messageport-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/tests.full.xml b/ivi/tct-messageport-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/tests.xml b/ivi/tct-messageport-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/webrunner/index.html b/ivi/tct-messageport-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-messageport-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-messageport-tizen-tests/webrunner/testrunner.js b/ivi/tct-messageport-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/COPYING b/ivi/tct-multicolumn-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/README b/ivi/tct-multicolumn-css3-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/config.xml b/ivi/tct-multicolumn-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/icon.png b/ivi/tct-multicolumn-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/manifest.json b/ivi/tct-multicolumn-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_always.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_always.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_auto.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_avoid.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_avoid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_initial_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_invalid.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-after_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_always.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_always.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_auto.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_avoid.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_avoid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_initial_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_invalid.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-before_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_auto.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_avoid.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_avoid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_illegal_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_illegal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_initial_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_break-inside_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_0.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_3.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_3_p.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_3_p.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_auto.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_initial.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_initial_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_max-height_overflow_visible-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_max-height_overflow_visible-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_maximum_columns-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_maximum_columns-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_neg3.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-count_neg3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_0px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_15px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_15px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_15px_p.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_15px_p.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_1cm.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_1cm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_1em.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_1em.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_image_custom_png_clipped-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_image_custom_png_clipped-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_initial_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_neg15px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_neg15px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_normal.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_width_same-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-gap_width_same-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_100pct_0pct_0pct.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_100pct_0pct_0pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_110pct_0_0.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_110pct_0_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_120_0_0.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_120_0_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_200pct_0pct_0pct.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_200pct_0pct_0pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_255_0_0.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_255_0_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_500_0_0.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_500_0_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_500_0_0_p.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_500_0_0_p.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_60pct_0pct_0pct.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_60pct_0pct_0pct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_f00.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_f00.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_ff0000.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_ff0000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_initial_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_red.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-color_rgb_red.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_dashed.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_dotted.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_dotted_p.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_dotted_p.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_double.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_double.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_groove.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_groove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_hidden.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_hidden.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_initial_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_inset.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_inset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_none.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_outset.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_outset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_ridge.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_ridge.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_solid.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_undefined.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-style_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0point4cm.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0point4cm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0point5em.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0point5em.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0px_hidden.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0px_hidden.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0px_none.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_0px_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_5px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_5px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_5px_p.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_5px_p.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_initial_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_medium.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_medium.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_neg5px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_neg5px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_thick.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_thick.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_thin.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule-width_thin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_2px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_4px_dashed.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_4px_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_6px_green_solid.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_6px_green_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_6px_green_solid_p.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_6px_green_solid_p.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_8px_red.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_8px_red.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_dashed.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_dotted.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_double.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_double.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_green_inset.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_green_inset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_green_outset.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_green_outset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_green_solid.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_green_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_groove.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_groove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_image_left_empty-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_image_left_empty-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_initial.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_initial_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_invalid.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_medium_dotted.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_medium_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_medium_green_solid.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_medium_green_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_medium_outset.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_medium_outset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_none.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_pink_ridge.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_pink_ridge.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_same-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_same-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_shorthand.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_shorthand.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_solid.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_solid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thick_pink_dashed.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thick_pink_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thick_pink_double.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thick_pink_double.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thin_pink_dashed.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thin_pink_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thin_pink_ridge.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_thin_pink_ridge.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_wider_than_gap-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-rule_wider_than_gap-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_all.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_all.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_all_background_silver-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_all_background_silver-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_all_pre.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_all_pre.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_illegal_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_illegal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_initial_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_none.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_none_background_silver-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-span_none_background_silver-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_100px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_100px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_100px_p.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_100px_p.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_10cm.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_10cm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_10em.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_10em.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_auto.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_image_custom_png-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_image_custom_png-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_image_custom_png_float_right-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_image_custom_png_float_right-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_initial.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_initial_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_more_available_space-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_more_available_space-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_neg10cm.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_neg10cm.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_neg10em.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_neg10em.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_neg10px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_neg10px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_no_available_space-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_no_available_space-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_same-manual.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_column-width_same-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_20px_4.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_20px_4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_20px_4_p.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_20px_4_p.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2_40.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2_40.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2point2.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2point2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2px_30px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_2px_30px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_30point2px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_30point2px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_30px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_30px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_40px_auto.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_40px_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_4_20px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_4_20px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_4_auto.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_4_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_5_30px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_5_30px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto_20px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto_20px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto_4.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto_4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto_auto.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_auto_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_initial.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_initial_value.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_invalid.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_neg3.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_neg3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_neg30px.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_neg30px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_shorthand.html b/ivi/tct-multicolumn-css3-tests/multicolumn/CSS3Multicolumn_columns_shorthand.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/csswg/COPYING b/ivi/tct-multicolumn-css3-tests/multicolumn/csswg/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/csswg/multicol-basic-001.html b/ivi/tct-multicolumn-css3-tests/multicolumn/csswg/multicol-basic-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/csswg/multicol-basic-002.html b/ivi/tct-multicolumn-css3-tests/multicolumn/csswg/multicol-basic-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/csswg/multicol-basic-003.html b/ivi/tct-multicolumn-css3-tests/multicolumn/csswg/multicol-basic-003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/csswg/multicol-basic-004.html b/ivi/tct-multicolumn-css3-tests/multicolumn/csswg/multicol-basic-004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/csswg/reference/multicol-basic-ref.html b/ivi/tct-multicolumn-css3-tests/multicolumn/csswg/reference/multicol-basic-ref.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/spec.json b/ivi/tct-multicolumn-css3-tests/multicolumn/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/support/AHEM____.TTF b/ivi/tct-multicolumn-css3-tests/multicolumn/support/AHEM____.TTF old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/support/COPYING b/ivi/tct-multicolumn-css3-tests/multicolumn/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/support/cat.png b/ivi/tct-multicolumn-css3-tests/multicolumn/support/cat.png old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/multicolumn/support/support.js b/ivi/tct-multicolumn-css3-tests/multicolumn/support/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/resources/COPYING b/ivi/tct-multicolumn-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/resources/testharness.css b/ivi/tct-multicolumn-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/resources/testharness.js b/ivi/tct-multicolumn-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/resources/testharnessreport.js b/ivi/tct-multicolumn-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/suite.json b/ivi/tct-multicolumn-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/testcase.xsl b/ivi/tct-multicolumn-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/testresult.xsl b/ivi/tct-multicolumn-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/tests.css b/ivi/tct-multicolumn-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/tests.full.xml b/ivi/tct-multicolumn-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/tests.xml b/ivi/tct-multicolumn-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/webrunner/index.html b/ivi/tct-multicolumn-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-multicolumn-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-multicolumn-css3-tests/webrunner/testrunner.js b/ivi/tct-multicolumn-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/COPYING b/ivi/tct-namespace-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-namespace-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/NOTICE b/ivi/tct-namespace-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/config.xml b/ivi/tct-namespace-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/icon.png b/ivi/tct-namespace-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/manifest.json b/ivi/tct-namespace-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/Alarm_AlarmManagerObject.html b/ivi/tct-namespace-tizen-tests/namespace/Alarm_AlarmManagerObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/Application_ApplicationManagerObject.html b/ivi/tct-namespace-tizen-tests/namespace/Application_ApplicationManagerObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/Bluetooth_BluetoothManagerObject.html b/ivi/tct-namespace-tizen-tests/namespace/Bluetooth_BluetoothManagerObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/Bookmark_BookmarkManagerObject.html b/ivi/tct-namespace-tizen-tests/namespace/Bookmark_BookmarkManagerObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/Content_ContentManagerObject.html b/ivi/tct-namespace-tizen-tests/namespace/Content_ContentManagerObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/Download_DownloadManagerObject.html b/ivi/tct-namespace-tizen-tests/namespace/Download_DownloadManagerObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/Filesystem_FileSystemManagerObject.html b/ivi/tct-namespace-tizen-tests/namespace/Filesystem_FileSystemManagerObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/MessagePort_MessagePortManagerObject.html b/ivi/tct-namespace-tizen-tests/namespace/MessagePort_MessagePortManagerObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/Notification_NotificationObject.html b/ivi/tct-namespace-tizen-tests/namespace/Notification_NotificationObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/Package_PackageManagerObject.html b/ivi/tct-namespace-tizen-tests/namespace/Package_PackageManagerObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/Power_PowerManagerObject.html b/ivi/tct-namespace-tizen-tests/namespace/Power_PowerManagerObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/SystemInfo_SystemInfoObject.html b/ivi/tct-namespace-tizen-tests/namespace/SystemInfo_SystemInfoObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/SystemSetting_SystemSettingObject.html b/ivi/tct-namespace-tizen-tests/namespace/SystemSetting_SystemSettingObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/Tizen_TizenObject.html b/ivi/tct-namespace-tizen-tests/namespace/Tizen_TizenObject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/namespace/support/unitcommon.js b/ivi/tct-namespace-tizen-tests/namespace/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/resources/COPYING b/ivi/tct-namespace-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/resources/testharness.css b/ivi/tct-namespace-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/resources/testharness.js b/ivi/tct-namespace-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/resources/testharnessreport.js b/ivi/tct-namespace-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/resources/unitcommon.js b/ivi/tct-namespace-tizen-tests/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/suite.json b/ivi/tct-namespace-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/testcase.xsl b/ivi/tct-namespace-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/testresult.xsl b/ivi/tct-namespace-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/tests.css b/ivi/tct-namespace-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/tests.full.xml b/ivi/tct-namespace-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/tests.xml b/ivi/tct-namespace-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/webrunner/index.html b/ivi/tct-namespace-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-namespace-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-namespace-tizen-tests/webrunner/testrunner.js b/ivi/tct-namespace-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/COPYING b/ivi/tct-navigationtiming-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/README b/ivi/tct-navigationtiming-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/config.xml b/ivi/tct-navigationtiming-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/icon.png b/ivi/tct-navigationtiming-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/manifest.json b/ivi/tct-navigationtiming-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/spec.json b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/support/navigationtimingtype.js b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/support/navigationtimingtype.js old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/test_navigationtiming_attributes_type.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/test_navigationtiming_attributes_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/COPYING b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/COPYING b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/blank_page_green.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/blank_page_green.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/blank_page_green_with_onunload.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/blank_page_green_with_onunload.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/blank_page_meta_redirect.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/blank_page_meta_redirect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/blank_page_unload.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/blank_page_unload.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/blank_page_yellow.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/blank_page_yellow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/blank_page_yellow_with_onunload.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/blank_page_yellow_with_onunload.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/redirect.py b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/redirect.py old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/webperftestharness.js b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/resources/webperftestharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_document_open.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_document_open.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_document_readiness_exist.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_document_readiness_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_navigate_within_document.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_navigate_within_document.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_navigation_attributes_exist.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_navigation_attributes_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_navigation_redirectCount_none.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_navigation_redirectCount_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_navigation_type_backforward.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_navigation_type_backforward.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_navigation_type_enums.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_navigation_type_enums.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_navigation_type_reload.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_navigation_type_reload.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_no_previous_document.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_no_previous_document.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_performance_attributes_exist.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_performance_attributes_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_performance_attributes_exist_in_object.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_performance_attributes_exist_in_object.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_readwrite.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_readwrite.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_timing_attributes_exist.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_timing_attributes_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_timing_attributes_order.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_timing_attributes_order.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_timing_client_redirect.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_timing_client_redirect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_timing_reload.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_timing_reload.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_timing_server_redirect.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_timing_server_redirect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_unique_performance_objects.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming-py/w3c/test_unique_performance_objects.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/support/navigationtimingtype.js b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/support/navigationtimingtype.js old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/test_navigationtiming_attributes_type.html b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/test_navigationtiming_attributes_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/COPYING b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/COPYING b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/WebIDLParser.js b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/WebIDLParser.js old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/blank_page_green.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/blank_page_green.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/blank_page_green_with_onunload.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/blank_page_green_with_onunload.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/blank_page_meta_redirect.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/blank_page_meta_redirect.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/blank_page_unload.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/blank_page_unload.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/blank_page_yellow.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/blank_page_yellow.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/blank_page_yellow_with_onunload.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/blank_page_yellow_with_onunload.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/generate_resource.php b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/generate_resource.php old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/idlharness.js b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/idlharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/redirect.php b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/redirect.php old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/webperftestharness.js b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/support/webperftestharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_document_open.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_document_open.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_document_readiness_exist.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_document_readiness_exist.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_navigate_within_document.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_navigate_within_document.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_navigation_attributes_exist.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_navigation_attributes_exist.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_navigation_redirectCount_none.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_navigation_redirectCount_none.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_navigation_type_backforward.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_navigation_type_backforward.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_navigation_type_enums.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_navigation_type_enums.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_navigation_type_reload.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_navigation_type_reload.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_no_previous_document.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_no_previous_document.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_performance_attributes_exist.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_performance_attributes_exist.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_performance_attributes_exist_in_object.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_performance_attributes_exist_in_object.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_readwrite.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_readwrite.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_timing_attributes_exist.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_timing_attributes_exist.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_timing_attributes_order.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_timing_attributes_order.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_timing_client_redirect.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_timing_client_redirect.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_timing_reload.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_timing_reload.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_timing_server_redirect.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_timing_server_redirect.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_unique_performance_objects.htm b/ivi/tct-navigationtiming-w3c-tests/navigationtiming/w3c/test_unique_performance_objects.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/resources/COPYING b/ivi/tct-navigationtiming-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/resources/testharness.css b/ivi/tct-navigationtiming-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/resources/testharness.js b/ivi/tct-navigationtiming-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/resources/testharnessreport.js b/ivi/tct-navigationtiming-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/suite.json b/ivi/tct-navigationtiming-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/testcase.xsl b/ivi/tct-navigationtiming-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/testresult.xsl b/ivi/tct-navigationtiming-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/tests.css b/ivi/tct-navigationtiming-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/tests.full.xml b/ivi/tct-navigationtiming-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/tests.xml b/ivi/tct-navigationtiming-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/webrunner/index.html b/ivi/tct-navigationtiming-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-navigationtiming-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-navigationtiming-w3c-tests/webrunner/testrunner.js b/ivi/tct-navigationtiming-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/COPYING b/ivi/tct-notification-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-notification-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/LICENSE.CC-BY-3.0 b/ivi/tct-notification-tizen-tests/LICENSE.CC-BY-3.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/NOTICE b/ivi/tct-notification-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/config.xml b/ivi/tct-notification-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/icon.png b/ivi/tct-notification-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/manifest.json b/ivi/tct-notification-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor.html b/ivi/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor_minargs.html b/ivi/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationDetailInfo_exist.html b/ivi/tct-notification-tizen-tests/notification/NotificationDetailInfo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationDetailInfo_extend.html b/ivi/tct-notification-tizen-tests/notification/NotificationDetailInfo_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationDetailInfo_mainText_attribute.html b/ivi/tct-notification-tizen-tests/notification/NotificationDetailInfo_mainText_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationDetailInfo_subText_attribute.html b/ivi/tct-notification-tizen-tests/notification/NotificationDetailInfo_subText_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_extend.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_get.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_get.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_getAll.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_getAll.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_getAll_exist.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_getAll_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_getAll_extra_argument.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_getAll_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_get_exist.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_get_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_in_tizen.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_notexist.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_THUMBNAIL.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_THUMBNAIL.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_exist.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_misarg.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_misarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_notification_TypeMismatch.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_post_notification_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_remove.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_remove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_removeAll.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_removeAll.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_removeAll_exist.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_removeAll_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_removeAll_extra_argument.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_removeAll_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_remove_exist.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_remove_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_update.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_update.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_update_exist.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_update_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_update_misarg.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_update_misarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_update_notification_TypeMismatch.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_update_notification_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationManager_update_notposted.html b/ivi/tct-notification-tizen-tests/notification/NotificationManager_update_notposted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/NotificationObject_notexist.html b/ivi/tct-notification-tizen-tests/notification/NotificationObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/Notification_content_attribute.html b/ivi/tct-notification-tizen-tests/notification/Notification_content_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/Notification_extend.html b/ivi/tct-notification-tizen-tests/notification/Notification_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/Notification_id_attribute.html b/ivi/tct-notification-tizen-tests/notification/Notification_id_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/Notification_notexist.html b/ivi/tct-notification-tizen-tests/notification/Notification_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html b/ivi/tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/Notification_title_attribute.html b/ivi/tct-notification-tizen-tests/notification/Notification_title_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/Notification_type_attribute.html b/ivi/tct-notification-tizen-tests/notification/Notification_type_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_backgroundImagePath.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_backgroundImagePath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_iconPath.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_iconPath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_soundPath.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_soundPath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_subIconPath.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_subIconPath.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_thumbnails.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_thumbnails.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_max.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_max.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_min.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_min.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_exist.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_extend.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html b/ivi/tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/support/notification_common.js b/ivi/tct-notification-tizen-tests/notification/support/notification_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/notification/support/unitcommon.js b/ivi/tct-notification-tizen-tests/notification/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/resources/COPYING b/ivi/tct-notification-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/resources/testharness.css b/ivi/tct-notification-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/resources/testharness.js b/ivi/tct-notification-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/resources/testharnessreport.js b/ivi/tct-notification-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/suite.json b/ivi/tct-notification-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/testcase.xsl b/ivi/tct-notification-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/testresult.xsl b/ivi/tct-notification-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/tests.css b/ivi/tct-notification-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/tests.full.xml b/ivi/tct-notification-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/tests.xml b/ivi/tct-notification-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_background1.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_background1.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_background2.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_background2.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_image1.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_image1.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_image2.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_image2.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_noise1.mp3 b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_noise1.mp3 old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_noise2.mp3 b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_noise2.mp3 old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_subIcon1.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_subIcon1.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_subIcon2.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_subIcon2.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail1.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail1.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail10.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail10.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail2.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail2.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail3.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail3.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail4.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail4.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail5.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail5.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail6.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail6.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail7.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail7.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail8.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail8.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail9.jpg b/ivi/tct-notification-tizen-tests/webapi-tizen-notification-test_thumbnail9.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webrunner/index.html b/ivi/tct-notification-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-notification-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-tizen-tests/webrunner/testrunner.js b/ivi/tct-notification-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/COPYING b/ivi/tct-notification-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/README b/ivi/tct-notification-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/config.xml b/ivi/tct-notification-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/icon.png b/ivi/tct-notification-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/manifest.json b/ivi/tct-notification-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/notification/notification_attribute.html b/ivi/tct-notification-w3c-tests/notification/notification_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/notification/notification_body-manual.html b/ivi/tct-notification-w3c-tests/notification/notification_body-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/notification/notification_bodyDir-manual.html b/ivi/tct-notification-w3c-tests/notification/notification_bodyDir-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/notification/notification_constructor.html b/ivi/tct-notification-w3c-tests/notification/notification_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/notification/notification_requestPermission.html b/ivi/tct-notification-w3c-tests/notification/notification_requestPermission.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/notification/notification_tag-manual.html b/ivi/tct-notification-w3c-tests/notification/notification_tag-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/notification/notification_titleDir-manual.html b/ivi/tct-notification-w3c-tests/notification/notification_titleDir-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/notification/onshow_using.html b/ivi/tct-notification-w3c-tests/notification/onshow_using.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/notification/spec.json b/ivi/tct-notification-w3c-tests/notification/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/notification/support/COPYING b/ivi/tct-notification-w3c-tests/notification/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/notification/support/cat.png b/ivi/tct-notification-w3c-tests/notification/support/cat.png old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/notification/support/notifications.js b/ivi/tct-notification-w3c-tests/notification/support/notifications.js old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/resources/COPYING b/ivi/tct-notification-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/resources/testharness.css b/ivi/tct-notification-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/resources/testharness.js b/ivi/tct-notification-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/resources/testharnessreport.js b/ivi/tct-notification-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/suite.json b/ivi/tct-notification-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/testcase.xsl b/ivi/tct-notification-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/testresult.xsl b/ivi/tct-notification-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/tests.css b/ivi/tct-notification-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/tests.full.xml b/ivi/tct-notification-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/tests.xml b/ivi/tct-notification-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/webrunner/index.html b/ivi/tct-notification-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-notification-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-notification-w3c-tests/webrunner/testrunner.js b/ivi/tct-notification-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/COPYING b/ivi/tct-package-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-package-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/NOTICE b/ivi/tct-package-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/config.xml b/ivi/tct-package-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/icon.png b/ivi/tct-package-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/manifest.json b/ivi/tct-package-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformationArraySuccessCallback_notexist.html b/ivi/tct-package-tizen-tests/package/PackageInformationArraySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformationArraySuccessCallback_onsuccess.html b/ivi/tct-package-tizen-tests/package/PackageInformationArraySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformationEventCallback_notexist.html b/ivi/tct-package-tizen-tests/package/PackageInformationEventCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformationEventCallback_oninstalled.html b/ivi/tct-package-tizen-tests/package/PackageInformationEventCallback_oninstalled.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformationEventCallback_onuninstalled.html b/ivi/tct-package-tizen-tests/package/PackageInformationEventCallback_onuninstalled.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformationEventCallback_onupdated.html b/ivi/tct-package-tizen-tests/package/PackageInformationEventCallback_onupdated.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformation_appIds_attribute.html b/ivi/tct-package-tizen-tests/package/PackageInformation_appIds_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformation_author_attribute.html b/ivi/tct-package-tizen-tests/package/PackageInformation_author_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformation_dataSize_attribute.html b/ivi/tct-package-tizen-tests/package/PackageInformation_dataSize_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformation_description_attribute.html b/ivi/tct-package-tizen-tests/package/PackageInformation_description_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformation_extend.html b/ivi/tct-package-tizen-tests/package/PackageInformation_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformation_iconPath_attribute.html b/ivi/tct-package-tizen-tests/package/PackageInformation_iconPath_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformation_id_attribute.html b/ivi/tct-package-tizen-tests/package/PackageInformation_id_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformation_lastModified_attribute.html b/ivi/tct-package-tizen-tests/package/PackageInformation_lastModified_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformation_name_attribute.html b/ivi/tct-package-tizen-tests/package/PackageInformation_name_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformation_notexist.html b/ivi/tct-package-tizen-tests/package/PackageInformation_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformation_totalSize_attribute.html b/ivi/tct-package-tizen-tests/package/PackageInformation_totalSize_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageInformation_version_attribute.html b/ivi/tct-package-tizen-tests/package/PackageInformation_version_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManagerObject_notexist.html b/ivi/tct-package-tizen-tests/package/PackageManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_extend.html b/ivi/tct-package-tizen-tests/package/PackageManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_getPackageInfo.html b/ivi/tct-package-tizen-tests/package/PackageManager_getPackageInfo.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_getPackageInfo_exist.html b/ivi/tct-package-tizen-tests/package/PackageManager_getPackageInfo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_getPackageInfo_with_id.html b/ivi/tct-package-tizen-tests/package/PackageManager_getPackageInfo_with_id.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo.html b/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_errorCallback_TypeMismatch.html b/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_errorCallback_invalid_cb.html b/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_exist.html b/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_missarg.html b/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_successCallback_TypeMismatch.html b/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_successCallback_invalid_cb.html b/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_with_errorCallback.html b/ivi/tct-package-tizen-tests/package/PackageManager_getPackagesInfo_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_in_tizen.html b/ivi/tct-package-tizen-tests/package/PackageManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_install.html b/ivi/tct-package-tizen-tests/package/PackageManager_install.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_install_errorCallback_TypeMismatch.html b/ivi/tct-package-tizen-tests/package/PackageManager_install_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_install_errorCallback_invalid_cb.html b/ivi/tct-package-tizen-tests/package/PackageManager_install_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_install_errorCallback_invoked.html b/ivi/tct-package-tizen-tests/package/PackageManager_install_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_install_exist.html b/ivi/tct-package-tizen-tests/package/PackageManager_install_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_install_missarg.html b/ivi/tct-package-tizen-tests/package/PackageManager_install_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_install_progressCallback_TypeMismatch.html b/ivi/tct-package-tizen-tests/package/PackageManager_install_progressCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_install_progressCallback_invalid_cb.html b/ivi/tct-package-tizen-tests/package/PackageManager_install_progressCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_install_without_errorCallback.html b/ivi/tct-package-tizen-tests/package/PackageManager_install_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_notexist.html b/ivi/tct-package-tizen-tests/package/PackageManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener.html b/ivi/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_eventCallback_TypeMismatch.html b/ivi/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_eventCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_eventCallback_invalid_cb.html b/ivi/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_eventCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_exist.html b/ivi/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_misarg.html b/ivi/tct-package-tizen-tests/package/PackageManager_setPackageInfoEventListener_misarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_uninstall.html b/ivi/tct-package-tizen-tests/package/PackageManager_uninstall.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_errorCallback_TypeMismatch.html b/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_errorCallback_invalid_cb.html b/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_errorCallback_invoked.html b/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_errorCallback_invoked.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_exist.html b/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_missarg.html b/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_progressCallback_TypeMismatch.html b/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_progressCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_progressCallback_invalid_cb.html b/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_progressCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_without_errorCallback.html b/ivi/tct-package-tizen-tests/package/PackageManager_uninstall_without_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener.html b/ivi/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener_exist.html b/ivi/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener_extra_argument.html b/ivi/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageProgressCallback_notexist.html b/ivi/tct-package-tizen-tests/package/PackageProgressCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_install.html b/ivi/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_install.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_uninstall.html b/ivi/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_uninstall.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_install.html b/ivi/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_install.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_uninstall.html b/ivi/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_uninstall.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/TCTPackageInfoTest/css/style.css b/ivi/tct-package-tizen-tests/package/support/TCTPackageInfoTest/css/style.css old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/TCTPackageInfoTest/icon.png b/ivi/tct-package-tizen-tests/package/support/TCTPackageInfoTest/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/TCTPackageInfoTest/index.html b/ivi/tct-package-tizen-tests/package/support/TCTPackageInfoTest/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/TCTPackageInfoTest/manifest.json b/ivi/tct-package-tizen-tests/package/support/TCTPackageInfoTest/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/css/style.css b/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/css/style.css old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/icon.png b/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/index.html b/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/manifest.json b/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest1.1.1/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/css/style.css b/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/css/style.css old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/icon.png b/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/index.html b/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/manifest.json b/ivi/tct-package-tizen-tests/package/support/TCTPackageManagerTest2.2.2/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/package_common.js b/ivi/tct-package-tizen-tests/package/support/package_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/package/support/unitcommon.js b/ivi/tct-package-tizen-tests/package/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/resources/COPYING b/ivi/tct-package-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/resources/testharness.css b/ivi/tct-package-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/resources/testharness.js b/ivi/tct-package-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/resources/testharnessreport.js b/ivi/tct-package-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/suite.json b/ivi/tct-package-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/testcase.xsl b/ivi/tct-package-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/testresult.xsl b/ivi/tct-package-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/tests.css b/ivi/tct-package-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/tests.full.xml b/ivi/tct-package-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/tests.xml b/ivi/tct-package-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/webrunner/index.html b/ivi/tct-package-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-package-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-package-tizen-tests/webrunner/testrunner.js b/ivi/tct-package-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/COPYING b/ivi/tct-pagevisibility-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/README b/ivi/tct-pagevisibility-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/config.xml b/ivi/tct-pagevisibility-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/icon.png b/ivi/tct-pagevisibility-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/manifest.json b/ivi/tct-pagevisibility-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_lockScreen-manual.html b/ivi/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_lockScreen-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_minimize-manual.html b/ivi/tct-pagevisibility-w3c-tests/pagevisibility/pagevisibility_DocumentVisibility_hidden_minimize-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/pagevisibility/spec.json b/ivi/tct-pagevisibility-w3c-tests/pagevisibility/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/COPYING b/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/idlharness.html b/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/idlharness.html old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/resources/blank_page_green.html b/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/resources/blank_page_green.html old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/resources/pagevistestharness.js b/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/resources/pagevistestharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_attributes_exist.html b/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_attributes_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html b/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_child_document.html old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_default_view.html b/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_default_view.html old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_read_only.html b/ivi/tct-pagevisibility-w3c-tests/pagevisibility/w3c/test_read_only.html old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/resources/COPYING b/ivi/tct-pagevisibility-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/resources/testharness.css b/ivi/tct-pagevisibility-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/resources/testharness.js b/ivi/tct-pagevisibility-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/resources/testharnessreport.js b/ivi/tct-pagevisibility-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/suite.json b/ivi/tct-pagevisibility-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/testcase.xsl b/ivi/tct-pagevisibility-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/testresult.xsl b/ivi/tct-pagevisibility-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/tests.css b/ivi/tct-pagevisibility-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/tests.full.xml b/ivi/tct-pagevisibility-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/tests.xml b/ivi/tct-pagevisibility-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/webrunner/index.html b/ivi/tct-pagevisibility-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-pagevisibility-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-pagevisibility-w3c-tests/webrunner/testrunner.js b/ivi/tct-pagevisibility-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/COPYING b/ivi/tct-power-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-power-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/NOTICE b/ivi/tct-power-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/README b/ivi/tct-power-tizen-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/config.xml b/ivi/tct-power-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/icon.png b/ivi/tct-power-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/manifest.json b/ivi/tct-power-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManagerObject_notexist.html b/ivi/tct-power-tizen-tests/power/PowerManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_extend.html b/ivi/tct-power-tizen-tests/power/PowerManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_getScreenBrightness.html b/ivi/tct-power-tizen-tests/power/PowerManager_getScreenBrightness.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_check_change.html b/ivi/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_check_change.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_exist.html b/ivi/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_extra_argument.html b/ivi/tct-power-tizen-tests/power/PowerManager_getScreenBrightness_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_in_tizen.html b/ivi/tct-power-tizen-tests/power/PowerManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_isScreenOn.html b/ivi/tct-power-tizen-tests/power/PowerManager_isScreenOn.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_isScreenOn_check_change.html b/ivi/tct-power-tizen-tests/power/PowerManager_isScreenOn_check_change.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_isScreenOn_exist.html b/ivi/tct-power-tizen-tests/power/PowerManager_isScreenOn_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_isScreenOn_extra_argument.html b/ivi/tct-power-tizen-tests/power/PowerManager_isScreenOn_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_notexist.html b/ivi/tct-power-tizen-tests/power/PowerManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_release.html b/ivi/tct-power-tizen-tests/power/PowerManager_release.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_release_correct_check.html b/ivi/tct-power-tizen-tests/power/PowerManager_release_correct_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_release_exist.html b/ivi/tct-power-tizen-tests/power/PowerManager_release_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_release_missarg.html b/ivi/tct-power-tizen-tests/power/PowerManager_release_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_release_resource_TypeMismatch.html b/ivi/tct-power-tizen-tests/power/PowerManager_release_resource_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_request.html b/ivi/tct-power-tizen-tests/power/PowerManager_request.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_request_CPU_AWAKE.html b/ivi/tct-power-tizen-tests/power/PowerManager_request_CPU_AWAKE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_request_SCREEN_DIM.html b/ivi/tct-power-tizen-tests/power/PowerManager_request_SCREEN_DIM.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_request_SCREEN_NORMAL.html b/ivi/tct-power-tizen-tests/power/PowerManager_request_SCREEN_NORMAL.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_request_exist.html b/ivi/tct-power-tizen-tests/power/PowerManager_request_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_request_missarg.html b/ivi/tct-power-tizen-tests/power/PowerManager_request_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_request_resource_TypeMismatch.html b/ivi/tct-power-tizen-tests/power/PowerManager_request_resource_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_request_state_TypeMismatch.html b/ivi/tct-power-tizen-tests/power/PowerManager_request_state_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness.html b/ivi/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_check_effect.html b/ivi/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_check_effect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_exist.html b/ivi/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_extra_argument.html b/ivi/tct-power-tizen-tests/power/PowerManager_restoreScreenBrightness_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_setScreenBrightness.html b/ivi/tct-power-tizen-tests/power/PowerManager_setScreenBrightness.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_TypeMismatch.html b/ivi/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_invalid_val.html b/ivi/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_brightness_invalid_val.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_exist.html b/ivi/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_missarg.html b/ivi/tct-power-tizen-tests/power/PowerManager_setScreenBrightness_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener.html b/ivi/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_exist.html b/ivi/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_TypeMismatch.html b/ivi/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_invalid_cb.html b/ivi/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_listener_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_missarg.html b/ivi/tct-power-tizen-tests/power/PowerManager_setScreenStateChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOff.html b/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOff.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOff_exist.html b/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOff_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOff_extra_argument.html b/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOff_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOff_successful.html b/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOff_successful.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOn.html b/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOn.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOn_exist.html b/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOn_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOn_extra_argument.html b/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOn_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOn_method_exists.html b/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOn_method_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOn_successful.html b/ivi/tct-power-tizen-tests/power/PowerManager_turnScreenOn_successful.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener.html b/ivi/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_exist.html b/ivi/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_extra_argument.html b/ivi/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_successful.html b/ivi/tct-power-tizen-tests/power/PowerManager_unsetScreenStateChangeListener_successful.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/ScreenStateChangeCallback_notexist.html b/ivi/tct-power-tizen-tests/power/ScreenStateChangeCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/ScreenStateChangeCallback_onchanged.html b/ivi/tct-power-tizen-tests/power/ScreenStateChangeCallback_onchanged.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/support/power_common.js b/ivi/tct-power-tizen-tests/power/support/power_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/power/support/unitcommon.js b/ivi/tct-power-tizen-tests/power/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/resources/COPYING b/ivi/tct-power-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/resources/testharness.css b/ivi/tct-power-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/resources/testharness.js b/ivi/tct-power-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/resources/testharnessreport.js b/ivi/tct-power-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/suite.json b/ivi/tct-power-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/testcase.xsl b/ivi/tct-power-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/testresult.xsl b/ivi/tct-power-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/tests.css b/ivi/tct-power-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/tests.full.xml b/ivi/tct-power-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/tests.xml b/ivi/tct-power-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/webrunner/index.html b/ivi/tct-power-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-power-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-power-tizen-tests/webrunner/testrunner.js b/ivi/tct-power-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-privilege-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/NOTICE b/ivi/tct-privilege-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/config.xml b/ivi/tct-privilege-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/icon.png b/ivi/tct-privilege-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/manifest.json b/ivi/tct-privilege-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/AlarmManager_add.html b/ivi/tct-privilege-tizen-tests/privilege/AlarmManager_add.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/AlarmManager_remove.html b/ivi/tct-privilege-tizen-tests/privilege/AlarmManager_remove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/AlarmManager_removeAll.html b/ivi/tct-privilege-tizen-tests/privilege/AlarmManager_removeAll.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/ApplicationInformation_size_attribute.html b/ivi/tct-privilege-tizen-tests/privilege/ApplicationInformation_size_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/ApplicationManager_getAppCerts.html b/ivi/tct-privilege-tizen-tests/privilege/ApplicationManager_getAppCerts.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/ApplicationManager_getAppMetaData.html b/ivi/tct-privilege-tizen-tests/privilege/ApplicationManager_getAppMetaData.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/ApplicationManager_kill.html b/ivi/tct-privilege-tizen-tests/privilege/ApplicationManager_kill.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/ApplicationManager_launch.html b/ivi/tct-privilege-tizen-tests/privilege/ApplicationManager_launch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/ApplicationManager_launchAppControl.html b/ivi/tct-privilege-tizen-tests/privilege/ApplicationManager_launchAppControl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/BluetoothManager_getDefaultAdapter.html b/ivi/tct-privilege-tizen-tests/privilege/BluetoothManager_getDefaultAdapter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/BookmarkManager_add.html b/ivi/tct-privilege-tizen-tests/privilege/BookmarkManager_add.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/BookmarkManager_get.html b/ivi/tct-privilege-tizen-tests/privilege/BookmarkManager_get.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/BookmarkManager_remove.html b/ivi/tct-privilege-tizen-tests/privilege/BookmarkManager_remove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/ContentManager_find.html b/ivi/tct-privilege-tizen-tests/privilege/ContentManager_find.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/ContentManager_scanFile.html b/ivi/tct-privilege-tizen-tests/privilege/ContentManager_scanFile.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/ContentManager_setChangeListener.html b/ivi/tct-privilege-tizen-tests/privilege/ContentManager_setChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/ContentManager_unsetChangeListener.html b/ivi/tct-privilege-tizen-tests/privilege/ContentManager_unsetChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/ContentManager_update.html b/ivi/tct-privilege-tizen-tests/privilege/ContentManager_update.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/ContentManager_updateBatch.html b/ivi/tct-privilege-tizen-tests/privilege/ContentManager_updateBatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/DownloadManager_start.html b/ivi/tct-privilege-tizen-tests/privilege/DownloadManager_start.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/FileSystemManager_addStorageStateChangeListener.html b/ivi/tct-privilege-tizen-tests/privilege/FileSystemManager_addStorageStateChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/FileSystemManager_getStorage.html b/ivi/tct-privilege-tizen-tests/privilege/FileSystemManager_getStorage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/FileSystemManager_listStorages.html b/ivi/tct-privilege-tizen-tests/privilege/FileSystemManager_listStorages.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/FileSystemManager_removeStorageStateChangeListener.html b/ivi/tct-privilege-tizen-tests/privilege/FileSystemManager_removeStorageStateChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/FileSystemManager_resolve.html b/ivi/tct-privilege-tizen-tests/privilege/FileSystemManager_resolve.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/NotificationManager_post.html b/ivi/tct-privilege-tizen-tests/privilege/NotificationManager_post.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/NotificationManager_remove.html b/ivi/tct-privilege-tizen-tests/privilege/NotificationManager_remove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/NotificationManager_removeAll.html b/ivi/tct-privilege-tizen-tests/privilege/NotificationManager_removeAll.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/NotificationManager_update.html b/ivi/tct-privilege-tizen-tests/privilege/NotificationManager_update.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/PackageManager_getPackageInfo.html b/ivi/tct-privilege-tizen-tests/privilege/PackageManager_getPackageInfo.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/PackageManager_getPackagesInfo.html b/ivi/tct-privilege-tizen-tests/privilege/PackageManager_getPackagesInfo.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/PackageManager_install.html b/ivi/tct-privilege-tizen-tests/privilege/PackageManager_install.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/PackageManager_setPackageInfoEventListener.html b/ivi/tct-privilege-tizen-tests/privilege/PackageManager_setPackageInfoEventListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/PackageManager_uninstall.html b/ivi/tct-privilege-tizen-tests/privilege/PackageManager_uninstall.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/PackageManager_unsetPackageInfoEventListener.html b/ivi/tct-privilege-tizen-tests/privilege/PackageManager_unsetPackageInfoEventListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/PowerManager_request.html b/ivi/tct-privilege-tizen-tests/privilege/PowerManager_request.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/PowerManager_setScreenBrightness.html b/ivi/tct-privilege-tizen-tests/privilege/PowerManager_setScreenBrightness.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/PowerManager_turnScreenOff.html b/ivi/tct-privilege-tizen-tests/privilege/PowerManager_turnScreenOff.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/PowerManager_turnScreenOn.html b/ivi/tct-privilege-tizen-tests/privilege/PowerManager_turnScreenOn.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/SystemInfoCellularNetwork_imei.html b/ivi/tct-privilege-tizen-tests/privilege/SystemInfoCellularNetwork_imei.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/SystemInfoDeviceCapability_nativeApiVersion.html b/ivi/tct-privilege-tizen-tests/privilege/SystemInfoDeviceCapability_nativeApiVersion.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/SystemInfoDeviceCapability_platformVersion.html b/ivi/tct-privilege-tizen-tests/privilege/SystemInfoDeviceCapability_platformVersion.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/SystemInfoDeviceCapability_webApiVersion.html b/ivi/tct-privilege-tizen-tests/privilege/SystemInfoDeviceCapability_webApiVersion.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/SystemSettingManager_setProperty.html b/ivi/tct-privilege-tizen-tests/privilege/SystemSettingManager_setProperty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/privilege/support/unitcommon.js b/ivi/tct-privilege-tizen-tests/privilege/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/resources/COPYING b/ivi/tct-privilege-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/resources/testharness.css b/ivi/tct-privilege-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/resources/testharness.js b/ivi/tct-privilege-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/resources/testharnessreport.js b/ivi/tct-privilege-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/resources/unitcommon.js b/ivi/tct-privilege-tizen-tests/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/suite.json b/ivi/tct-privilege-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/testcase.xsl b/ivi/tct-privilege-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/testresult.xsl b/ivi/tct-privilege-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/tests.css b/ivi/tct-privilege-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/tests.full.xml b/ivi/tct-privilege-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/tests.xml b/ivi/tct-privilege-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/webrunner/index.html b/ivi/tct-privilege-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-privilege-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-privilege-tizen-tests/webrunner/testrunner.js b/ivi/tct-privilege-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/COPYING b/ivi/tct-sandbox-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/README b/ivi/tct-sandbox-html5-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/common/COPYING b/ivi/tct-sandbox-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/common/domtestcase.js b/ivi/tct-sandbox-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/common/media.js b/ivi/tct-sandbox-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/config.xml b/ivi/tct-sandbox-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/icon.png b/ivi/tct-sandbox-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/manifest.json b/ivi/tct-sandbox-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/resources/COPYING b/ivi/tct-sandbox-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/resources/testharness.css b/ivi/tct-sandbox-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/resources/testharness.js b/ivi/tct-sandbox-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/resources/testharnessreport.js b/ivi/tct-sandbox-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentDocument_attribute_exsits.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentDocument_attribute_exsits.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentDocument_attribute_type.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentDocument_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentDocument_return_document.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentDocument_return_document.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentWindow_attribute_exists.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentWindow_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentWindow_attribute_type.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentWindow_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentWindow_document_value.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentWindow_document_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentWindow_return_window.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_contentWindow_return_window.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_attribute_exists.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_attribute_not_readonly.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_attribute_not_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_attribute_type.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_basic.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_value_empty_string.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_value_float.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_value_float.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_value_negative.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_height_value_negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_name_attribute_exists.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_name_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_name_attribute_not_readonly.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_name_attribute_not_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_name_attribute_type.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_name_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_name_default_value.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_name_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_name_value_empty_string.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_name_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_name_value_string.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_name_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_sandbox_allow-same-origin.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_sandbox_allow-same-origin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_sandbox_attribute_exists.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_sandbox_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_sandbox_example_allow-same-origin_allow-forms_allow-scripts.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_sandbox_example_allow-same-origin_allow-forms_allow-scripts.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_sandbox_example_default_value.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_sandbox_example_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_sandbox_value_allow_scripts.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_sandbox_value_allow_scripts.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_sandbox_value_allow_top_navigation.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_sandbox_value_allow_top_navigation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_seamless_attribute_exists.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_seamless_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_seamless_attribute_not_readonly.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_seamless_attribute_not_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_seamless_attribute_type.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_seamless_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_seamless_default_value.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_seamless_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_seamless_value_true.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_seamless_value_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_src_attribute_exists.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_src_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_src_attribute_not_readonly.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_src_attribute_not_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_src_attribute_present.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_src_attribute_present.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_src_attribute_type.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_src_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_src_value_string.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_src_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_attribute_exists.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_attribute_not_readonly.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_attribute_not_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_attribute_type.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_default_value.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_quotes_escaped.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_quotes_escaped.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_src_bind.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_src_bind.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_value_empty_string.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_value_string.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_srcdoc_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_attribute_exists.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_attribute_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_attribute_not_readonly.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_attribute_not_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_attribute_type.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_attribute_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_value_default.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_value_default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_value_empty_string.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_value_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_value_float.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_value_float.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_value_negative.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_value_negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_value_string.html b/ivi/tct-sandbox-html5-tests/sandbox/iframe_width_value_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/spec.json b/ivi/tct-sandbox-html5-tests/sandbox/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/COPYING b/ivi/tct-sandbox-html5-tests/sandbox/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_001.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_005.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_005.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_007-manual.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_007-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_012.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_012.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_013.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_013.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_014.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_014.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_015.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_015.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_016.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_016.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_017.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_017.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_018.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_018.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_019.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_019.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_023.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_023.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_024.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_024.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_025.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_025.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_026.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_026.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_029.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_029.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_030.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_030.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_031.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_031.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_032.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/sandbox_032.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_001.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_001.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_007.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_007.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_012.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_012.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_023.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_023.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_024.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_024.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_026.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_026.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_029.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_029.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_031.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_031.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_032.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/iframe_sandbox_032.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/standalone-iframe-content.htm b/ivi/tct-sandbox-html5-tests/sandbox/w3c/support/standalone-iframe-content.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/suite.json b/ivi/tct-sandbox-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/testcase.xsl b/ivi/tct-sandbox-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/testresult.xsl b/ivi/tct-sandbox-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/tests.css b/ivi/tct-sandbox-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/tests.full.xml b/ivi/tct-sandbox-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/tests.xml b/ivi/tct-sandbox-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/webrunner/index.html b/ivi/tct-sandbox-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-sandbox-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sandbox-html5-tests/webrunner/testrunner.js b/ivi/tct-sandbox-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/COPYING b/ivi/tct-screenorientation-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/README b/ivi/tct-screenorientation-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/config.xml b/ivi/tct-screenorientation-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/icon.png b/ivi/tct-screenorientation-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/manifest.json b/ivi/tct-screenorientation-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/resources/COPYING b/ivi/tct-screenorientation-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/resources/testharness.css b/ivi/tct-screenorientation-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/resources/testharness.js b/ivi/tct-screenorientation-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/resources/testharnessreport.js b/ivi/tct-screenorientation-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/screenorientation/ScreenOrientation_lock_orientation_invalid.html b/ivi/tct-screenorientation-w3c-tests/screenorientation/ScreenOrientation_lock_orientation_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/screenorientation/ScreenOrientation_lock_orientation_null.html b/ivi/tct-screenorientation-w3c-tests/screenorientation/ScreenOrientation_lock_orientation_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/screenorientation/ScreenOrientation_onchange_basic.html b/ivi/tct-screenorientation-w3c-tests/screenorientation/ScreenOrientation_onchange_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/screenorientation/Screen_attributes_tests.html b/ivi/tct-screenorientation-w3c-tests/screenorientation/Screen_attributes_tests.html old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/screenorientation/blink/lockOrientation-basic.html b/ivi/tct-screenorientation-w3c-tests/screenorientation/blink/lockOrientation-basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/screenorientation/spec.json b/ivi/tct-screenorientation-w3c-tests/screenorientation/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/suite.json b/ivi/tct-screenorientation-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/testcase.xsl b/ivi/tct-screenorientation-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/testresult.xsl b/ivi/tct-screenorientation-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/tests.css b/ivi/tct-screenorientation-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/tests.full.xml b/ivi/tct-screenorientation-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/tests.xml b/ivi/tct-screenorientation-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/webrunner/index.html b/ivi/tct-screenorientation-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-screenorientation-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-screenorientation-w3c-tests/webrunner/testrunner.js b/ivi/tct-screenorientation-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/COPYING b/ivi/tct-security-tcs-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/LICENSE.Apache-2.0 b/ivi/tct-security-tcs-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/NOTICE b/ivi/tct-security-tcs-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/icon.png b/ivi/tct-security-tcs-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/manifest.json b/ivi/tct-security-tcs-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/resources/COPYING b/ivi/tct-security-tcs-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/resources/testharness.css b/ivi/tct-security-tcs-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/resources/testharness.js b/ivi/tct-security-tcs-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/resources/testharnessreport.js b/ivi/tct-security-tcs-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/resources/unitcommon.js b/ivi/tct-security-tcs-tests/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/security/FileSystemManager_resolve_shared_directory.html b/ivi/tct-security-tcs-tests/security/FileSystemManager_resolve_shared_directory.html old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/security/FileSystemManager_resolve_shared_directory_of_another_app.html b/ivi/tct-security-tcs-tests/security/FileSystemManager_resolve_shared_directory_of_another_app.html old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/security/FileSystemManager_resolve_wgt_package_of_another_app.html b/ivi/tct-security-tcs-tests/security/FileSystemManager_resolve_wgt_package_of_another_app.html old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/security/support/filesystem_common.js b/ivi/tct-security-tcs-tests/security/support/filesystem_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/security/support/sharedDirTestApp/index.html b/ivi/tct-security-tcs-tests/security/support/sharedDirTestApp/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/security/support/sharedDirTestApp/manifest.json b/ivi/tct-security-tcs-tests/security/support/sharedDirTestApp/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/suite.json b/ivi/tct-security-tcs-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/testcase.xsl b/ivi/tct-security-tcs-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/testresult.xsl b/ivi/tct-security-tcs-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/tests.css b/ivi/tct-security-tcs-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/tests.full.xml b/ivi/tct-security-tcs-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/tests.xml b/ivi/tct-security-tcs-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/webrunner/index.html b/ivi/tct-security-tcs-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-security-tcs-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-security-tcs-tests/webrunner/testrunner.js b/ivi/tct-security-tcs-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/COPYING b/ivi/tct-selectorslevel1-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/README b/ivi/tct-selectorslevel1-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/config.xml b/ivi/tct-selectorslevel1-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/icon.png b/ivi/tct-selectorslevel1-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/manifest.json b/ivi/tct-selectorslevel1-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/resources/COPYING b/ivi/tct-selectorslevel1-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/resources/testharness.css b/ivi/tct-selectorslevel1-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/resources/testharness.js b/ivi/tct-selectorslevel1-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/resources/testharnessreport.js b/ivi/tct-selectorslevel1-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_exists.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_return_null.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselector_return_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_exists.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_document_queryselectorall_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_exists.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_return_first.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_return_first.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_return_null.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselector_return_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_exists.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_documentfragment_queryselectorall_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_exists.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_return_first.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_return_first.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_return_null.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselector_return_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_exists.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/selectors1_element_queryselectorall_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/spec.json b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/w3c/COPYING b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/w3c/level1-baseline.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/w3c/level1-baseline.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/w3c/level1-content.html b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/w3c/level1-content.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/w3c/level1-lib.js b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/w3c/level1-lib.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/w3c/selectors.js b/ivi/tct-selectorslevel1-w3c-tests/selectorslevel1/w3c/selectors.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/suite.json b/ivi/tct-selectorslevel1-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/testcase.xsl b/ivi/tct-selectorslevel1-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/testresult.xsl b/ivi/tct-selectorslevel1-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/tests.css b/ivi/tct-selectorslevel1-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/tests.full.xml b/ivi/tct-selectorslevel1-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/tests.xml b/ivi/tct-selectorslevel1-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/webrunner/index.html b/ivi/tct-selectorslevel1-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-selectorslevel1-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel1-w3c-tests/webrunner/testrunner.js b/ivi/tct-selectorslevel1-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/COPYING b/ivi/tct-selectorslevel2-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/README b/ivi/tct-selectorslevel2-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/config.xml b/ivi/tct-selectorslevel2-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/icon.png b/ivi/tct-selectorslevel2-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/manifest.json b/ivi/tct-selectorslevel2-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/resources/COPYING b/ivi/tct-selectorslevel2-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/resources/testharness.css b/ivi/tct-selectorslevel2-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/resources/testharness.js b/ivi/tct-selectorslevel2-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/resources/testharnessreport.js b/ivi/tct-selectorslevel2-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_body_nodeType.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_body_nodeType.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselector_argument_string.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselector_argument_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselector_exists.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselector_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselector_refNodes_document.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselector_refNodes_document.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselectorall_argument_string.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselectorall_argument_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselectorall_exists.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselectorall_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselectorall_refNodes_document.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselectorall_refNodes_document.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselectorall_refNodes_element.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselectorall_refNodes_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselectorall_return_nodelist.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_document_queryselectorall_return_nodelist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_documentfragment_queryselector_exists.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_documentfragment_queryselector_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_documentfragment_queryselector_refNodes_document.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_documentfragment_queryselector_refNodes_document.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_documentfragment_queryselector_refNodes_element.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_documentfragment_queryselector_refNodes_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_documentfragment_queryselectorall_exists.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_documentfragment_queryselectorall_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_documentfragment_queryselectorall_refNodes_document.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_documentfragment_queryselectorall_refNodes_document.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_documentfragment_queryselectorall_refNodes_element.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_documentfragment_queryselectorall_refNodes_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_matches_argument_string.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_matches_argument_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_matches_body_div.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_matches_body_div.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_matches_body_gt_div.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_matches_body_gt_div.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_matches_exists.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_matches_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_queryselector_exists.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_queryselector_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_queryselector_refNodes_document.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_queryselector_refNodes_document.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_queryselector_refNodes_element.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_queryselector_refNodes_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_queryselectorall_exists.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_queryselectorall_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_queryselectorall_refNodes_document.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_queryselectorall_refNodes_document.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_queryselectorall_refNodes_element.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_element_queryselectorall_refNodes_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_method_type.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/selectors2_method_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/spec.json b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/COPYING b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/level1-baseline.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/level1-baseline.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/level1-content.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/level1-content.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/level1-lib.js b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/level1-lib.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/selectors.js b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/selectors.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/submissions/Opera/level2-baseline.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/submissions/Opera/level2-baseline.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/submissions/Opera/level2-content.html b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/submissions/Opera/level2-content.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/submissions/Opera/level2-lib.js b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/submissions/Opera/level2-lib.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/submissions/Opera/selectors.js b/ivi/tct-selectorslevel2-w3c-tests/selectorslevel2/w3c/submissions/Opera/selectors.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/suite.json b/ivi/tct-selectorslevel2-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/testcase.xsl b/ivi/tct-selectorslevel2-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/testresult.xsl b/ivi/tct-selectorslevel2-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/tests.css b/ivi/tct-selectorslevel2-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/tests.full.xml b/ivi/tct-selectorslevel2-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/tests.xml b/ivi/tct-selectorslevel2-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/webrunner/index.html b/ivi/tct-selectorslevel2-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-selectorslevel2-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-selectorslevel2-w3c-tests/webrunner/testrunner.js b/ivi/tct-selectorslevel2-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/COPYING b/ivi/tct-sessionhistory-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/README b/ivi/tct-sessionhistory-html5-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/common/COPYING b/ivi/tct-sessionhistory-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/common/domtestcase.js b/ivi/tct-sessionhistory-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/common/media.js b/ivi/tct-sessionhistory-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/config.xml b/ivi/tct-sessionhistory-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/icon.png b/ivi/tct-sessionhistory-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/manifest.json b/ivi/tct-sessionhistory-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/resources/COPYING b/ivi/tct-sessionhistory-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/resources/testharness.css b/ivi/tct-sessionhistory-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/resources/testharness.js b/ivi/tct-sessionhistory-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/resources/testharnessreport.js b/ivi/tct-sessionhistory-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_back_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_back_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_back_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_back_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_forward_basic-manual.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_forward_basic-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_forward_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_forward_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_forward_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_forward_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_go_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_go_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_go_no_argument.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_go_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_go_outOfRange.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_go_outOfRange.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_go_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_go_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_go_zero.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_go_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_length_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_length_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_length_readonly.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_length_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_pushState_basic.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_pushState_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_pushState_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_pushState_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_pushState_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_pushState_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_pushState_url_null.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_pushState_url_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_replaceState_basic.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_replaceState_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_replaceState_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_replaceState_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_replaceState_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_replaceState_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_replaceState_url_null.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_replaceState_url_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_state_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_state_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_state_readonly.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/history_state_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_hostname_assign.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_hostname_assign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_hostname_default_value.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_hostname_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_hostname_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_hostname_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_hostname_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_hostname_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_protocol_assign.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_protocol_assign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_protocol_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_protocol_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_protocol_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_protocol_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_reload_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_reload_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_reload_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_reload_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_search_assign.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_search_assign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_search_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_search_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_search_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_document_search_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_assign_basic.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_assign_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_assign_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_assign_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_assign_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_assign_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_hash_default_value.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_hash_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_hash_empty_string.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_hash_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_hash_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_hash_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_hash_null.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_hash_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_hash_random.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_hash_random.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_host_assign.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_host_assign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_host_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_host_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_host_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_host_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_href_default_value.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_href_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_href_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_href_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_href_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_href_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_pathname_assign.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_pathname_assign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_pathname_default_value.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_pathname_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_pathname_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_pathname_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_pathname_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_pathname_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_port_assign.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_port_assign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_port_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_port_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_port_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_port_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_replace_basic.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_replace_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_replace_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_replace_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_replace_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/location_window_replace_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/spec.json b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/support/001.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/support/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/support/002.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/support/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/support/support.js b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/support/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/001.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/002.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/003.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/004.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/005.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/006.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/009-1.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/009-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/009-3.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/009-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/009-5.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/009-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/009.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/009.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/010-1.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/010-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/010-3.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/010-3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/010-5.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/010-5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/010.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/011.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/011.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/012.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/012.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/COPYING b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/blank.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/blank.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/blank2.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/blank2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/blank3.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/blank3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_hash.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_hash.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_host.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_host.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_hostname.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_hostname.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_href.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_href.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_pathname.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_pathname.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_port.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_port.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_protocol.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_protocol.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_search.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory-py/w3c/location_search.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_back_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_back_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_back_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_back_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_forward_basic.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_forward_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_forward_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_forward_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_forward_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_forward_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_go_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_go_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_go_no_argument.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_go_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_go_outOfRange.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_go_outOfRange.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_go_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_go_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_go_zero.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_go_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_length_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_length_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_length_readonly.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_length_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_pushState_basic.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_pushState_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_pushState_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_pushState_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_pushState_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_pushState_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_pushState_url_null.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_pushState_url_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_replaceState_basic.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_replaceState_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_replaceState_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_replaceState_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_replaceState_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_replaceState_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_replaceState_url_null.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_replaceState_url_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_state_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_state_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_state_readonly.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/history_state_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_hostname_assign.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_hostname_assign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_hostname_default_value.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_hostname_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_hostname_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_hostname_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_hostname_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_hostname_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_protocol_assign.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_protocol_assign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_protocol_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_protocol_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_protocol_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_protocol_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_reload_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_reload_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_reload_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_reload_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_search_assign.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_search_assign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_search_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_search_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_search_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_document_search_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_assign_basic.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_assign_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_assign_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_assign_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_assign_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_assign_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_hash_default_value.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_hash_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_hash_empty_string.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_hash_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_hash_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_hash_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_hash_null.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_hash_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_hash_random.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_hash_random.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_host_assign.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_host_assign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_host_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_host_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_host_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_host_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_href_default_value.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_href_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_href_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_href_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_href_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_href_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_pathname_assign.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_pathname_assign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_pathname_default_value.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_pathname_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_pathname_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_pathname_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_pathname_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_pathname_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_port_assign.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_port_assign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_port_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_port_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_port_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_port_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_replace_basic.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_replace_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_replace_exists.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_replace_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_replace_type.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/location_window_replace_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/support/001.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/support/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/support/002.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/support/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/support/support.js b/ivi/tct-sessionhistory-html5-tests/sessionhistory/support/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/001.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/002.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/003.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/004.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/005.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/006.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/009-1.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/009-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/009-3.php b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/009-3.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/009-5.php b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/009-5.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/009.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/009.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/010-1.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/010-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/010-3.php b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/010-3.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/010-5.php b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/010-5.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/010.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/011.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/011.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/012.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/012.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/COPYING b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/blank.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/blank.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/blank2.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/blank2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/blank3.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/blank3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_hash.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_hash.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_host.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_host.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_hostname.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_hostname.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_href.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_href.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_pathname.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_pathname.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_port.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_port.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_protocol.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_protocol.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_search.html b/ivi/tct-sessionhistory-html5-tests/sessionhistory/w3c/location_search.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/suite.json b/ivi/tct-sessionhistory-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/testcase.xsl b/ivi/tct-sessionhistory-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/testresult.xsl b/ivi/tct-sessionhistory-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/tests.css b/ivi/tct-sessionhistory-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/tests.full.xml b/ivi/tct-sessionhistory-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/tests.xml b/ivi/tct-sessionhistory-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/webrunner/index.html b/ivi/tct-sessionhistory-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-sessionhistory-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sessionhistory-html5-tests/webrunner/testrunner.js b/ivi/tct-sessionhistory-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/COPYING b/ivi/tct-sse-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/README b/ivi/tct-sse-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/config.xml b/ivi/tct-sse-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/icon.png b/ivi/tct-sse-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/manifest.json b/ivi/tct-sse-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/resources/COPYING b/ivi/tct-sse-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/resources/testharness.css b/ivi/tct-sse-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/resources/testharness.js b/ivi/tct-sse-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/resources/testharnessreport.js b/ivi/tct-sse-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/spec.json b/ivi/tct-sse-w3c-tests/sse-py/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_CLOSED.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_CLOSED.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_CLOSED_default_value.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_CLOSED_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_CONNECTING.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_CONNECTING.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_CONNECTING_default_value.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_CONNECTING_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_OPEN.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_OPEN.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_OPEN_default_value.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_OPEN_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_WorkerUtils_exists.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_WorkerUtils_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_WorkerUtils_exists.js b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_WorkerUtils_exists.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_close_exists.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_close_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_onerror_base.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_onerror_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_onerror_exists.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_onerror_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_onmessage_exists.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_onmessage_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_onopen_exists.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_onopen_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_readyState.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_readyState.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_readyState_exists.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_readyState_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_url_exists.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_url_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_url_readonly.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_url_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_url_type.html b/ivi/tct-sse-w3c-tests/sse-py/sse_EventSource_url_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/support/sse.py b/ivi/tct-sse-w3c-tests/sse-py/support/sse.py old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/COPYING b/ivi/tct-sse-w3c-tests/sse-py/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/README b/ivi/tct-sse-w3c-tests/sse-py/w3c/README old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-close.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-close.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-constructor-url-bogus.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-constructor-url-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-eventtarget.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-eventtarget.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-onmesage.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-onmesage.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-onopen.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-onopen.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-prototype.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-prototype.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-url.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/dedicated-worker/eventsource-url.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-close.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-close.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-constructor-document-domain.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-constructor-document-domain.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-constructor-stringify.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-constructor-stringify.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-constructor-url-bogus.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-constructor-url-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-constructor-url-multi-window.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-constructor-url-multi-window.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-eventtarget.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-eventtarget.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-onmessage.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-onmessage.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-onopen.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-onopen.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-prototype.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-prototype.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-reconnect.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-reconnect.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-url.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/eventsource-url.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-bom-2.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-bom-2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-bom.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-bom.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-data-before-final-empty-line.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-data-before-final-empty-line.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-data.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-event-empty.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-event-empty.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-event.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-event.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-id-2.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-id-2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-id.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-id.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-retry-empty.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-retry-empty.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-unknown.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-field-unknown.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-leading-space.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-leading-space.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-mime-bogus.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-mime-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-mime-trailing-semicolon.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-mime-trailing-semicolon.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-mime-valid-bogus.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-mime-valid-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-newlines.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-newlines.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/format-null-character.html b/ivi/tct-sse-w3c-tests/sse-py/w3c/format-null-character.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/request-accept.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/request-accept.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/request-redirect.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/request-redirect.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/request-status-error.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/request-status-error.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/accept.event_stream b/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/accept.event_stream old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/cache-control.event_stream b/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/cache-control.event_stream old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/init.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/init.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/last-event-id.py b/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/last-event-id.py old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/message.py b/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/message.py old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/message2.py b/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/message2.py old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/reconnect-fail.py b/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/reconnect-fail.py old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/redirect.py b/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/redirect.py old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/status-error.py b/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/status-error.py old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/status-reconnect.py b/ivi/tct-sse-w3c-tests/sse-py/w3c/resources/status-reconnect.py old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-close.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-close.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-constructor-url-bogus.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-constructor-url-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-eventtarget.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-eventtarget.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-onmesage.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-onmesage.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-onopen.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-onopen.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-prototype.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-prototype.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-url.htm b/ivi/tct-sse-w3c-tests/sse-py/w3c/shared-worker/eventsource-url.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_CLOSED.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_CLOSED.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_CLOSED_default_value.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_CLOSED_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_CONNECTING.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_CONNECTING.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_CONNECTING_default_value.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_CONNECTING_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_OPEN.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_OPEN.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_OPEN_default_value.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_OPEN_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_WorkerUtils_exists.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_WorkerUtils_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_WorkerUtils_exists.js b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_WorkerUtils_exists.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_close_exists.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_close_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_onerror_base.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_onerror_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_onerror_exists.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_onerror_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_onmessage_exists.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_onmessage_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_onopen_exists.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_onopen_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_readyState.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_readyState.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_readyState_exists.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_readyState_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_url_exists.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_url_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_url_readonly.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_url_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/sse_EventSource_url_type.html b/ivi/tct-sse-w3c-tests/sse/sse_EventSource_url_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/support/sse.php b/ivi/tct-sse-w3c-tests/sse/support/sse.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/COPYING b/ivi/tct-sse-w3c-tests/sse/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/README b/ivi/tct-sse-w3c-tests/sse/w3c/README old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-close.htm b/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-close.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-constructor-url-bogus.htm b/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-constructor-url-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-eventtarget.htm b/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-eventtarget.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-onmesage.htm b/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-onmesage.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-onopen.htm b/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-onopen.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-prototype.htm b/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-prototype.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-url.htm b/ivi/tct-sse-w3c-tests/sse/w3c/dedicated-worker/eventsource-url.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-close.htm b/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-close.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-constructor-document-domain.htm b/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-constructor-document-domain.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-constructor-stringify.htm b/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-constructor-stringify.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-constructor-url-bogus.htm b/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-constructor-url-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-constructor-url-multi-window.htm b/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-constructor-url-multi-window.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-eventtarget.htm b/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-eventtarget.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-onmessage.htm b/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-onmessage.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-onopen.htm b/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-onopen.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-prototype.htm b/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-prototype.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-reconnect.htm b/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-reconnect.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-url.htm b/ivi/tct-sse-w3c-tests/sse/w3c/eventsource-url.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-bom-2.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-bom-2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-bom.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-bom.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-data-before-final-empty-line.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-data-before-final-empty-line.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-field-data.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-field-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-field-event-empty.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-field-event-empty.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-field-event.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-field-event.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-field-id-2.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-field-id-2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-field-id.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-field-id.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-field-retry-empty.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-field-retry-empty.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-field-unknown.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-field-unknown.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-leading-space.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-leading-space.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-mime-bogus.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-mime-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-mime-trailing-semicolon.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-mime-trailing-semicolon.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-mime-valid-bogus.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-mime-valid-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-newlines.htm b/ivi/tct-sse-w3c-tests/sse/w3c/format-newlines.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/format-null-character.html b/ivi/tct-sse-w3c-tests/sse/w3c/format-null-character.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/request-accept.htm b/ivi/tct-sse-w3c-tests/sse/w3c/request-accept.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/request-redirect.htm b/ivi/tct-sse-w3c-tests/sse/w3c/request-redirect.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/request-status-error.htm b/ivi/tct-sse-w3c-tests/sse/w3c/request-status-error.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/resources/accept.php b/ivi/tct-sse-w3c-tests/sse/w3c/resources/accept.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/resources/cache-control.php b/ivi/tct-sse-w3c-tests/sse/w3c/resources/cache-control.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/resources/cors-cookie.php b/ivi/tct-sse-w3c-tests/sse/w3c/resources/cors-cookie.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/resources/init.htm b/ivi/tct-sse-w3c-tests/sse/w3c/resources/init.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/resources/last-event-id.php b/ivi/tct-sse-w3c-tests/sse/w3c/resources/last-event-id.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/resources/message.php b/ivi/tct-sse-w3c-tests/sse/w3c/resources/message.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/resources/reconnect-fail.php b/ivi/tct-sse-w3c-tests/sse/w3c/resources/reconnect-fail.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/resources/redirect.php b/ivi/tct-sse-w3c-tests/sse/w3c/resources/redirect.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/resources/status-error.php b/ivi/tct-sse-w3c-tests/sse/w3c/resources/status-error.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/resources/status-reconnect.php b/ivi/tct-sse-w3c-tests/sse/w3c/resources/status-reconnect.php old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-close.htm b/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-close.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-constructor-url-bogus.htm b/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-constructor-url-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-eventtarget.htm b/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-eventtarget.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-onmesage.htm b/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-onmesage.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-onopen.htm b/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-onopen.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-prototype.htm b/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-prototype.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-url.htm b/ivi/tct-sse-w3c-tests/sse/w3c/shared-worker/eventsource-url.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/suite.json b/ivi/tct-sse-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/testcase.xsl b/ivi/tct-sse-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/testresult.xsl b/ivi/tct-sse-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/tests.css b/ivi/tct-sse-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/tests.full.xml b/ivi/tct-sse-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/tests.xml b/ivi/tct-sse-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/webrunner/index.html b/ivi/tct-sse-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-sse-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-sse-w3c-tests/webrunner/testrunner.js b/ivi/tct-sse-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/COPYING b/ivi/tct-svg-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/README b/ivi/tct-svg-html5-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/common/COPYING b/ivi/tct-svg-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/common/domtestcase.js b/ivi/tct-svg-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/common/media.js b/ivi/tct-svg-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/config.xml b/ivi/tct-svg-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/icon.png b/ivi/tct-svg-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/manifest.json b/ivi/tct-svg-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/resources/COPYING b/ivi/tct-svg-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/resources/testharness.css b/ivi/tct-svg-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/resources/testharness.js b/ivi/tct-svg-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/resources/testharnessreport.js b/ivi/tct-svg-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/suite.json b/ivi/tct-svg-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/spec.json b/ivi/tct-svg-html5-tests/svg/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/svg_label_inline-manual.html b/ivi/tct-svg-html5-tests/svg/svg_label_inline-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/svg_support.html b/ivi/tct-svg-html5-tests/svg/svg_support.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/w3c/COPYING b/ivi/tct-svg-html5-tests/svg/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_001.html b/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_003-manual.html b/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_003-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_004-manual.html b/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_004-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_005.html b/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_006.html b/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_008.html b/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_008.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_009.html b/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_009.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_010.html b/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_011.html b/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_011.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_013.html b/ivi/tct-svg-html5-tests/svg/w3c/foreign_content_013.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/testcase.xsl b/ivi/tct-svg-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/testresult.xsl b/ivi/tct-svg-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/tests.css b/ivi/tct-svg-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/tests.full.xml b/ivi/tct-svg-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/tests.xml b/ivi/tct-svg-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/webrunner/index.html b/ivi/tct-svg-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-svg-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-svg-html5-tests/webrunner/testrunner.js b/ivi/tct-svg-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/COPYING b/ivi/tct-systeminfo-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-systeminfo-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/NOTICE b/ivi/tct-systeminfo-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/config.xml b/ivi/tct-systeminfo-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/icon.png b/ivi/tct-systeminfo-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/manifest.json b/ivi/tct-systeminfo-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/resources/COPYING b/ivi/tct-systeminfo-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/resources/testharness.css b/ivi/tct-systeminfo-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/resources/testharness.js b/ivi/tct-systeminfo-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/resources/testharnessreport.js b/ivi/tct-systeminfo-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/suite.json b/ivi/tct-systeminfo-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_isCharging_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_isCharging_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_level_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_level_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBattery_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_buildVersion_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_buildVersion_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_manufacturer_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_manufacturer_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_model_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_model_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoBuild_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_apn_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_apn_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_cellId_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_cellId_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_imei_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_imei_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_ipAddress_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_ipAddress_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_ipv6Address_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_ipv6Address_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_isFlightMode_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_isFlightMode_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_isRoaming_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_isRoaming_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_lac_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_lac_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_mcc_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_mcc_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_mnc_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_mnc_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_status_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCellularNetwork_status_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCpu_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCpu_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCpu_load_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCpu_load_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCpu_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoCpu_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_accelerometerWakeup_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_accelerometerWakeup_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_accelerometer_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_accelerometer_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_accelerometer_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_accelerometer_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_autoRotation_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_autoRotation_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_barometerWakeup_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_barometerWakeup_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_barometer_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_barometer_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_barometer_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_barometer_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_bluetooth_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_bluetooth_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraBackFlash_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraBackFlash_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraBack_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraBack_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraBack_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraBack_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraFrontFlash_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraFrontFlash_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraFront_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraFront_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraFront_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_cameraFront_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_camera_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_camera_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_dataEncryption_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_dataEncryption_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_duid_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_duid_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_fmRadio_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_fmRadio_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_graphicsAcceleration_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_graphicsAcceleration_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_gyroscopeWakeup_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_gyroscopeWakeup_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_gyroscope_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_gyroscope_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_gyroscope_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_gyroscope_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_inputKeyboardLayout_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_inputKeyboardLayout_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_inputKeyboard_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_inputKeyboard_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_inputKeyboard_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_inputKeyboard_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_locationGps_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_locationGps_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_locationWps_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_locationWps_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_location_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_location_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_location_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_location_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_magnetometerWakeup_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_magnetometerWakeup_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_magnetometer_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_magnetometer_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_magnetometer_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_magnetometer_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_microphone_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_microphone_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_multiTouchCount_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_multiTouchCount_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nativeApiVersion_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nativeApiVersion_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nativeOspCompatible_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nativeOspCompatible_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nfcReservedPush_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nfcReservedPush_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nfc_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nfc_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nfc_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_nfc_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglesVersion1_1_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglesVersion1_1_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglesVersion2_0_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglesVersion2_0_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglesVersion_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglesVersion_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_opengles_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_opengles_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglestextureFormat_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglestextureFormat_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglestextureFormat_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_openglestextureFormat_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_photometerWakeup_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_photometerWakeup_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_photometer_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_photometer_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_photometer_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_photometer_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformCoreCpuArch_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformCoreCpuArch_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformCoreFpuArch_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformCoreFpuArch_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformName_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformName_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformVersion_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_platformVersion_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_profile_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_profile_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_proximityWakeup_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_proximityWakeup_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_proximity_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_proximity_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_proximity_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_proximity_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_push_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_push_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenOutputHdmi_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenOutputHdmi_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenOutputRca_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenOutputRca_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenSize480_800_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenSize480_800_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenSize720_1280_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenSize720_1280_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenSizeNormal_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_screenSizeNormal_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_secureElement_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_secureElement_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_shellAppWidget_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_shellAppWidget_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_sipVoip_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_sipVoip_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_speechRecognition_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_speechRecognition_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_speechSynthesis_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_speechSynthesis_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephonyMms_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephonyMms_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephonySms_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephonySms_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephony_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephony_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephony_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_telephony_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_tiltmeterWakeup_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_tiltmeterWakeup_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_tiltmeter_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_tiltmeter_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_tiltmeter_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_tiltmeter_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_usbAccessory_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_usbAccessory_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_usbHost_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_usbHost_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionFaceRecognition_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionFaceRecognition_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionImageRecognition_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionImageRecognition_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionQrcodeGeneration_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionQrcodeGeneration_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionQrcodeRecognition_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_visionQrcodeRecognition_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_webApiVersion_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_webApiVersion_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_wifiDirect_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_wifiDirect_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_wifi_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_wifi_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_wifi_dependency.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceCapability_wifi_dependency.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_isAutoRotation_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_isAutoRotation_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_status_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDeviceOrientation_status_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_brightness_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_brightness_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_constructor_display.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_constructor_display.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_dotsPerInchHeight_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_dotsPerInchHeight_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_dotsPerInchWidth_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_dotsPerInchWidth_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_physicalHeight_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_physicalHeight_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_physicalWidth_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_physicalWidth_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_resolutionHeight_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_resolutionHeight_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_resolutionWidth_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoDisplay_resolutionWidth_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_country_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_country_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_language_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_language_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoLocale_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_networkType_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_networkType_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoNetwork_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoObject_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPeripheral_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPeripheral_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPeripheral_isVideoOutputOn_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPeripheral_isVideoOutputOn_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPeripheral_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPeripheral_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Battery.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Battery.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Build.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Build.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_CPU.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_CPU.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_CellularNetwork.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_CellularNetwork.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_DeviceOrientation.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_DeviceOrientation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Display.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Display.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Locale.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Locale.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Network.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Network.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Peripheral.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Peripheral.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_SIM.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_SIM.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Storage.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_Storage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_WifiNetwork.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoPropertySuccessCallback_onsuccess_WifiNetwork.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoProperty_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoProperty_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_iccid_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_iccid_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_mcc_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_mcc_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_mnc_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_mnc_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_msin_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_msin_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_msisdn_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_msisdn_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_operatorName_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_operatorName_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_spn_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_spn_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_state_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoSIM_state_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_availableCapacity_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_availableCapacity_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_capacity_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_capacity_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_isRemovable_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_isRemovable_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_isRemoveable_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_isRemoveable_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_type_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorageUnit_type_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorage_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorage_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorage_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorage_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorage_units_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoStorage_units_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_ipAddress_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_ipAddress_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_ipv6Address_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_ipv6Address_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_signalStrength_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_signalStrength_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_ssid_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_ssid_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_status_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfoWifiNetwork_status_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_SystemInfoObject_systeminfo_attribute.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_SystemInfoObject_systeminfo_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_exist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_missarg.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_options_TypeMismatch.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_options_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_property_TypeMismatch.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_property_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_property_empty.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_property_empty.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_successCallback_TypeMismatch.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_successCallback_invalid_cb.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_successCallback_missarg.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_successCallback_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_with_options.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_addPropertyValueChangeListener_with_options.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_extend.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapabilities.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapabilities.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapabilities_exist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapabilities_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapabilities_extra_argument.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapabilities_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_errorCallback_TypeMismatch.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_errorCallback_invalid_cb.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_exist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_missarg.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_property_TypeMismatch.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_property_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_successCallback_TypeMismatch.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_successCallback_invalid_cb.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_successCallback_missarg.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_successCallback_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_with_errorCallback.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getPropertyValue_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_in_tizen.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_notexist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_removePropertyValueChangeListener.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_removePropertyValueChangeListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_removePropertyValueChangeListener_all_properties.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_removePropertyValueChangeListener_all_properties.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_removePropertyValueChangeListener_exist.html b/ivi/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_removePropertyValueChangeListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/support/systeminfo_common.js b/ivi/tct-systeminfo-tizen-tests/systeminfo/support/systeminfo_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/systeminfo/support/unitcommon.js b/ivi/tct-systeminfo-tizen-tests/systeminfo/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/testcase.xsl b/ivi/tct-systeminfo-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/testresult.xsl b/ivi/tct-systeminfo-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/tests.css b/ivi/tct-systeminfo-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/tests.full.xml b/ivi/tct-systeminfo-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/tests.xml b/ivi/tct-systeminfo-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/webrunner/index.html b/ivi/tct-systeminfo-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-systeminfo-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-systeminfo-tizen-tests/webrunner/testrunner.js b/ivi/tct-systeminfo-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/COPYING b/ivi/tct-systemsetting-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-systemsetting-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/LICENSE.CC-BY-3.0 b/ivi/tct-systemsetting-tizen-tests/LICENSE.CC-BY-3.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/NOTICE b/ivi/tct-systemsetting-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/config.xml b/ivi/tct-systemsetting-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/icon.png b/ivi/tct-systemsetting-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/manifest.json b/ivi/tct-systemsetting-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/resources/COPYING b/ivi/tct-systemsetting-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/resources/testharness.css b/ivi/tct-systemsetting-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/resources/testharness.js b/ivi/tct-systemsetting-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/resources/testharnessreport.js b/ivi/tct-systemsetting-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/suite.json b/ivi/tct-systemsetting-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_extend.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_HOME_SCREEN.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_HOME_SCREEN.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_INCOMING_CALL.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_INCOMING_CALL.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_LOCK_SCREEN.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_LOCK_SCREEN.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_NOTIFICATION_EMAIL.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_NOTIFICATION_EMAIL.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_TypeMismatch.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_invalid_cb.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_exist.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_missarg.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_no_errorCallback.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_no_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_TypeMismatch.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_invalid_cb.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_type_TypeMismatch.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_in_tizen.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_notexist.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_HOME_SCREEN.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_HOME_SCREEN.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_INCOMING_CALL.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_INCOMING_CALL.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_LOCK_SCREEN.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_LOCK_SCREEN.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_NOTIFICATION_EMAIL.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_NOTIFICATION_EMAIL.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_TypeMismatch.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_invalid_cb.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_exist.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_missarg.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_no_errorCallback.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_no_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_TypeMismatch.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_invalid_cb.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_type_TypeMismatch.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_type_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingObject_notexist.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_notexist.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_onsuccess.html b/ivi/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_onsuccess.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/support/systemsetting_common.js b/ivi/tct-systemsetting-tizen-tests/systemsetting/support/systemsetting_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/systemsetting/support/unitcommon.js b/ivi/tct-systemsetting-tizen-tests/systemsetting/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests_audio.mp3 b/ivi/tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests_audio.mp3 old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests_image.jpg b/ivi/tct-systemsetting-tizen-tests/tct-systemsetting-tizen-tests_image.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/testcase.xsl b/ivi/tct-systemsetting-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/testresult.xsl b/ivi/tct-systemsetting-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/tests.css b/ivi/tct-systemsetting-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/tests.full.xml b/ivi/tct-systemsetting-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/tests.xml b/ivi/tct-systemsetting-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/webrunner/index.html b/ivi/tct-systemsetting-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-systemsetting-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-systemsetting-tizen-tests/webrunner/testrunner.js b/ivi/tct-systemsetting-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-testconfig/README b/ivi/tct-testconfig/README old mode 100644 new mode 100755 diff --git a/ivi/tct-testconfig/preconfigure.json b/ivi/tct-testconfig/preconfigure.json old mode 100644 new mode 100755 diff --git a/ivi/tct-testconfig/suite.json b/ivi/tct-testconfig/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-testconfig/testcase.xsl b/ivi/tct-testconfig/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-testconfig/testresult.xsl b/ivi/tct-testconfig/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-testconfig/tests.css b/ivi/tct-testconfig/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-testconfig/tests.full.xml b/ivi/tct-testconfig/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-testconfig/tests.xml b/ivi/tct-testconfig/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/COPYING b/ivi/tct-time-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-time-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/NOTICE b/ivi/tct-time-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/README b/ivi/tct-time-tizen-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/config.xml b/ivi/tct-time-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/icon.png b/ivi/tct-time-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/manifest.json b/ivi/tct-time-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/resources/COPYING b/ivi/tct-time-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/resources/testharness.css b/ivi/tct-time-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/resources/testharness.js b/ivi/tct-time-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/resources/testharnessreport.js b/ivi/tct-time-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/suite.json b/ivi/tct-time-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/testcase.xsl b/ivi/tct-time-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/testresult.xsl b/ivi/tct-time-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/tests.css b/ivi/tct-time-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/tests.full.xml b/ivi/tct-time-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/tests.xml b/ivi/tct-time-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_duration_TypeMismatch.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_duration_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_duration_invalid_obj.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_duration_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_invalidLength.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_invalidLength.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_missarg.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_negative.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_one.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_one.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_week.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_week.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_year.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitDAYS_year.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_moreThanOneDay.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_moreThanOneDay.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_negative.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitHOURS_negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_complexNum.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_complexNum.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_negative.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitMINS_negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_complexNum.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_complexNum.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_negative.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitMSECS_negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_complexNum.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_complexNum.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_negative.html b/ivi/tct-time-tizen-tests/time/TZDate_addDuration_unitSECS_negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_nonoptional_arguments.html b/ivi/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_nonoptional_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_optional_arguments.html b/ivi/tct-time-tizen-tests/time/TZDate_constructor_maximal_with_optional_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_constructor_minimal_with_nonoptional_arguments.html b/ivi/tct-time-tizen-tests/time/TZDate_constructor_minimal_with_nonoptional_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_constructor_minimal_without_optional_arguments.html b/ivi/tct-time-tizen-tests/time/TZDate_constructor_minimal_without_optional_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_difference.html b/ivi/tct-time-tizen-tests/time/TZDate_difference.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_difference_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_difference_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_difference_missarg.html b/ivi/tct-time-tizen-tests/time/TZDate_difference_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_difference_other_TypeMismatch.html b/ivi/tct-time-tizen-tests/time/TZDate_difference_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_difference_other_invalid_obj.html b/ivi/tct-time-tizen-tests/time/TZDate_difference_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_earlierThan.html b/ivi/tct-time-tizen-tests/time/TZDate_earlierThan.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_earlierThan_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_earlierThan_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_earlierThan_missarg.html b/ivi/tct-time-tizen-tests/time/TZDate_earlierThan_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_earlierThan_other_TypeMismatch.html b/ivi/tct-time-tizen-tests/time/TZDate_earlierThan_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_earlierThan_other_invalid_obj.html b/ivi/tct-time-tizen-tests/time/TZDate_earlierThan_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_equalsTo.html b/ivi/tct-time-tizen-tests/time/TZDate_equalsTo.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_equalsTo_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_equalsTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_equalsTo_missarg.html b/ivi/tct-time-tizen-tests/time/TZDate_equalsTo_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_equalsTo_other_TypeMismatch.html b/ivi/tct-time-tizen-tests/time/TZDate_equalsTo_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_equalsTo_other_invalid_obj.html b/ivi/tct-time-tizen-tests/time/TZDate_equalsTo_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_extend.html b/ivi/tct-time-tizen-tests/time/TZDate_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getDate.html b/ivi/tct-time-tizen-tests/time/TZDate_getDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getDate_checkEqualWithSetDate.html b/ivi/tct-time-tizen-tests/time/TZDate_getDate_checkEqualWithSetDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getDate_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getDate_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getDate_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getDate_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getDate_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getDate_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getDay.html b/ivi/tct-time-tizen-tests/time/TZDate_getDay.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getDay_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getDay_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getDay_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getDay_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getDay_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getDay_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getFullYear.html b/ivi/tct-time-tizen-tests/time/TZDate_getFullYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getFullYear_checkEqualWithSetFullYear.html b/ivi/tct-time-tizen-tests/time/TZDate_getFullYear_checkEqualWithSetFullYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getFullYear_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getFullYear_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getFullYear_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getFullYear_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getFullYear_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getFullYear_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getHours.html b/ivi/tct-time-tizen-tests/time/TZDate_getHours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getHours_checkEqualWithSetHours.html b/ivi/tct-time-tizen-tests/time/TZDate_getHours_checkEqualWithSetHours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getHours_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getHours_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getHours_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getHours_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getHours_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getHours_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMilliseconds.html b/ivi/tct-time-tizen-tests/time/TZDate_getMilliseconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMilliseconds_checkEqualWithSetMilliseconds.html b/ivi/tct-time-tizen-tests/time/TZDate_getMilliseconds_checkEqualWithSetMilliseconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMilliseconds_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getMilliseconds_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMilliseconds_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getMilliseconds_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMilliseconds_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getMilliseconds_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMinutes.html b/ivi/tct-time-tizen-tests/time/TZDate_getMinutes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMinutes_checkEqualWithSetMinutes.html b/ivi/tct-time-tizen-tests/time/TZDate_getMinutes_checkEqualWithSetMinutes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMinutes_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getMinutes_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMinutes_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getMinutes_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMinutes_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getMinutes_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMonth.html b/ivi/tct-time-tizen-tests/time/TZDate_getMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMonth_checkEqualWithSetMonth.html b/ivi/tct-time-tizen-tests/time/TZDate_getMonth_checkEqualWithSetMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMonth_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getMonth_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMonth_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getMonth_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getMonth_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getMonth_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getNextDSTTransition.html b/ivi/tct-time-tizen-tests/time/TZDate_getNextDSTTransition.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getNextDSTTransition_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition.html b/ivi/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getPreviousDSTTransition_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getSeconds.html b/ivi/tct-time-tizen-tests/time/TZDate_getSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getSeconds_checkEqualWithSetSeconds.html b/ivi/tct-time-tizen-tests/time/TZDate_getSeconds_checkEqualWithSetSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getSeconds_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getSeconds_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getSeconds_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getSeconds_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getSeconds_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getSeconds_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getTimezone.html b/ivi/tct-time-tizen-tests/time/TZDate_getTimezone.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation.html b/ivi/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getTimezoneAbbreviation_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getTimezone_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getTimezone_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getTimezone_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getTimezone_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getTimezone_for_specific_timezone.html b/ivi/tct-time-tizen-tests/time/TZDate_getTimezone_for_specific_timezone.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCDate.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCDate_checkEqualWithSetUTCDate.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCDate_checkEqualWithSetUTCDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCDate_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCDate_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCDate_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCDate_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCDate_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCDate_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCDay.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCDay.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCDay_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCDay_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCDay_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCDay_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCDay_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCDay_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCFullYear.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCFullYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCFullYear_checkEqualWithSetUTCFullYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCFullYear_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCFullYear_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCFullYear_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCFullYear_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCFullYear_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCFullYear_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCHours.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCHours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCHours_checkEqualWithSetUTCHours.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCHours_checkEqualWithSetUTCHours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCHours_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCHours_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCHours_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCHours_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCHours_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCHours_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_checkEqualWithSetUTCMilliseconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMilliseconds_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMinutes.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMinutes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMinutes_checkEqualWithSetUTCMinutes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMinutes_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMinutes_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMinutes_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMinutes_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMinutes_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMinutes_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMonth.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMonth_checkEqualWithSetUTCMonth.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMonth_checkEqualWithSetUTCMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMonth_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMonth_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMonth_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMonth_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCMonth_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCMonth_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCSeconds.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCSeconds_checkEqualWithSetUTCSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCSeconds_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCSeconds_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCSeconds_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCSeconds_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_getUTCSeconds_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_getUTCSeconds_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_isDST.html b/ivi/tct-time-tizen-tests/time/TZDate_isDST.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_isDST_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_isDST_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_isDST_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_isDST_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_isDST_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_isDST_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_laterThan.html b/ivi/tct-time-tizen-tests/time/TZDate_laterThan.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_laterThan_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_laterThan_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_laterThan_missarg.html b/ivi/tct-time-tizen-tests/time/TZDate_laterThan_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_laterThan_other_TypeMismatch.html b/ivi/tct-time-tizen-tests/time/TZDate_laterThan_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_laterThan_other_invalid_obj.html b/ivi/tct-time-tizen-tests/time/TZDate_laterThan_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_laterThan_with_null.html b/ivi/tct-time-tizen-tests/time/TZDate_laterThan_with_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_secondsFromUTC.html b/ivi/tct-time-tizen-tests/time/TZDate_secondsFromUTC.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_secondsFromUTC_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_secondsFromUTC_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_secondsFromUTC_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_secondsFromUTC_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_secondsFromUTC_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_secondsFromUTC_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setDate.html b/ivi/tct-time-tizen-tests/time/TZDate_setDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setDate_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setDate_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setDate_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_setDate_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setFullYear.html b/ivi/tct-time-tizen-tests/time/TZDate_setFullYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setFullYear_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setFullYear_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setHours.html b/ivi/tct-time-tizen-tests/time/TZDate_setHours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setHours_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setHours_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setMilliseconds.html b/ivi/tct-time-tizen-tests/time/TZDate_setMilliseconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setMilliseconds_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setMilliseconds_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setMinutes.html b/ivi/tct-time-tizen-tests/time/TZDate_setMinutes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setMinutes_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setMinutes_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setMonth.html b/ivi/tct-time-tizen-tests/time/TZDate_setMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setMonth_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setMonth_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setSeconds.html b/ivi/tct-time-tizen-tests/time/TZDate_setSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setSeconds_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setSeconds_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCDate.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCDate_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCDate_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCFullYear.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCFullYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCFullYear_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCFullYear_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCHours.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCHours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCHours_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCHours_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCMilliseconds_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCMinutes.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCMinutes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCMinutes_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCMinutes_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCMonth.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCMonth_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCMonth_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCSeconds.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_setUTCSeconds_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_setUTCSeconds_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toDateString.html b/ivi/tct-time-tizen-tests/time/TZDate_toDateString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toDateString_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_toDateString_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toDateString_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_toDateString_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toDateString_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_toDateString_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocalTimezone.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocalTimezone.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocalTimezone_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocalTimezone_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocalTimezone_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocalTimezone_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocalTimezone_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocalTimezone_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocaleDateString.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocaleDateString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocaleDateString_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocaleDateString_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocaleDateString_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocaleDateString_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocaleDateString_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocaleDateString_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocaleString.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocaleString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocaleString_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocaleString_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocaleString_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocaleString_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocaleString_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocaleString_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocaleTimeString.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocaleTimeString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_toLocaleTimeString_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toString.html b/ivi/tct-time-tizen-tests/time/TZDate_toString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toString_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_toString_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toString_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_toString_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toString_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_toString_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toTimeString.html b/ivi/tct-time-tizen-tests/time/TZDate_toTimeString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toTimeString_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_toTimeString_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toTimeString_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_toTimeString_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toTimeString_for_specific_date.html b/ivi/tct-time-tizen-tests/time/TZDate_toTimeString_for_specific_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toTimezone.html b/ivi/tct-time-tizen-tests/time/TZDate_toTimezone.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toTimezone_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_toTimezone_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toUTC.html b/ivi/tct-time-tizen-tests/time/TZDate_toUTC.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toUTC_exist.html b/ivi/tct-time-tizen-tests/time/TZDate_toUTC_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TZDate_toUTC_extra_argument.html b/ivi/tct-time-tizen-tests/time/TZDate_toUTC_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_constructor_maximal.html b/ivi/tct-time-tizen-tests/time/TimeDuration_constructor_maximal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_constructor_minimal.html b/ivi/tct-time-tizen-tests/time/TimeDuration_constructor_minimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_difference.html b/ivi/tct-time-tizen-tests/time/TimeDuration_difference.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_difference_checkDurationDifference.html b/ivi/tct-time-tizen-tests/time/TimeDuration_difference_checkDurationDifference.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_difference_exist.html b/ivi/tct-time-tizen-tests/time/TimeDuration_difference_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_difference_missarg.html b/ivi/tct-time-tizen-tests/time/TimeDuration_difference_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_difference_other_TypeMismatch.html b/ivi/tct-time-tizen-tests/time/TimeDuration_difference_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_difference_other_invalid_obj.html b/ivi/tct-time-tizen-tests/time/TimeDuration_difference_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_equalsTo.html b/ivi/tct-time-tizen-tests/time/TimeDuration_equalsTo.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_equalsTo_checkDurationEqual.html b/ivi/tct-time-tizen-tests/time/TimeDuration_equalsTo_checkDurationEqual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_equalsTo_exist.html b/ivi/tct-time-tizen-tests/time/TimeDuration_equalsTo_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_equalsTo_missarg.html b/ivi/tct-time-tizen-tests/time/TimeDuration_equalsTo_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_equalsTo_other_TypeMismatch.html b/ivi/tct-time-tizen-tests/time/TimeDuration_equalsTo_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_equalsTo_other_invalid_obj.html b/ivi/tct-time-tizen-tests/time/TimeDuration_equalsTo_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_exist.html b/ivi/tct-time-tizen-tests/time/TimeDuration_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_extend.html b/ivi/tct-time-tizen-tests/time/TimeDuration_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_greaterThan.html b/ivi/tct-time-tizen-tests/time/TimeDuration_greaterThan.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_greaterThan_checkDurationGreater.html b/ivi/tct-time-tizen-tests/time/TimeDuration_greaterThan_checkDurationGreater.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_greaterThan_exist.html b/ivi/tct-time-tizen-tests/time/TimeDuration_greaterThan_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_greaterThan_missarg.html b/ivi/tct-time-tizen-tests/time/TimeDuration_greaterThan_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_TypeMismatch.html b/ivi/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_invalid_obj.html b/ivi/tct-time-tizen-tests/time/TimeDuration_greaterThan_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_length_attribute.html b/ivi/tct-time-tizen-tests/time/TimeDuration_length_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_lessThan.html b/ivi/tct-time-tizen-tests/time/TimeDuration_lessThan.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_lessThan_checkDurationLower.html b/ivi/tct-time-tizen-tests/time/TimeDuration_lessThan_checkDurationLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_lessThan_exist.html b/ivi/tct-time-tizen-tests/time/TimeDuration_lessThan_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_lessThan_missarg.html b/ivi/tct-time-tizen-tests/time/TimeDuration_lessThan_missarg.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_lessThan_other_TypeMismatch.html b/ivi/tct-time-tizen-tests/time/TimeDuration_lessThan_other_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_lessThan_other_invalid_obj.html b/ivi/tct-time-tizen-tests/time/TimeDuration_lessThan_other_invalid_obj.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeDuration_unit_attribute.html b/ivi/tct-time-tizen-tests/time/TimeDuration_unit_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeManagerObject_notexist.html b/ivi/tct-time-tizen-tests/time/TimeManagerObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_extend.html b/ivi/tct-time-tizen-tests/time/TimeUtil_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_checkEuropeBerlin.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_checkEuropeBerlin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_exist.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_extra_argument.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getAvailableTimezones_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_exist.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_extra_argument.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_instanceof.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getCurrentDateTime_instanceof.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getDateFormat.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getDateFormat.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getDateFormat_exist.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getDateFormat_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getDateFormat_valid.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getDateFormat_valid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_exist.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_extra_argument.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getLocalTimezone_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getTimeFormat.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getTimeFormat.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getTimeFormat_exist.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getTimeFormat_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_getTimeFormat_extra_argument.html b/ivi/tct-time-tizen-tests/time/TimeUtil_getTimeFormat_extra_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_isLeapYear.html b/ivi/tct-time-tizen-tests/time/TimeUtil_isLeapYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_isLeapYear_allZero.html b/ivi/tct-time-tizen-tests/time/TimeUtil_isLeapYear_allZero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_isLeapYear_exist.html b/ivi/tct-time-tizen-tests/time/TimeUtil_isLeapYear_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_isLeapYear_negative.html b/ivi/tct-time-tizen-tests/time/TimeUtil_isLeapYear_negative.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/TimeUtil_notexist.html b/ivi/tct-time-tizen-tests/time/TimeUtil_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithCharacter.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithCharacter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithEqual.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithEqual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureDate.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureHour.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureHour.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureSeconds.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureYear.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithFutureYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastDate.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastHour.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastHour.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastSeconds.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastYear.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_difference_compareWithPastYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_character.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_character.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseEqual.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseEqual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseLater.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_falseLater.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_number.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_stringTZDate.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_stringTZDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_timezone.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_timezone.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_true.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_earlierThan_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_equalsTo_character.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_equalsTo_character.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_equalsTo_diff.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_equalsTo_diff.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_equalsTo_equal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_equalsTo_equal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_equalsTo_number.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_equalsTo_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getDate.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getDay.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getDay.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getFullYear.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getFullYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getHours.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getHours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getMilliseconds.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getMilliseconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getMinutes.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getMinutes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getMonth.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_character.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_character.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_number.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getNextDSTTransition_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_character.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_character.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_number.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getPreviousDSTTransition_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getSeconds.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getTimezone.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getTimezone.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getTimezoneAbbreviation_summerMonth.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getTimezoneAbbreviation_summerMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCDate.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCDay.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCDay.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCFullYear.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCFullYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCHours.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCHours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCMilliseconds.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCMilliseconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCMinutes.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCMinutes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCMonth.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCSeconds.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_getUTCSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryLowerLimit-true.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryLowerLimit-true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryUpperLimit-true.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_isDST_boundaryUpperLimit-true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_isDST_false.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_isDST_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_isDST_true.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_isDST_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_laterThan_character.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_laterThan_character.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEarlier.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEarlier.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEqual.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_laterThan_falseEqual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_laterThan_number.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_laterThan_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_laterThan_timezone.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_laterThan_timezone.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_laterThan_true.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_laterThan_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_secondsFromUTC.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_secondsFromUTC.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLessThanLower.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_invalidDate.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_invalidDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForCertainMonth.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForCertainMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryLeapYear.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryLeapYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryNotLeapYear.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setDate_notExistDayForFebruaryNotLeapYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidCharYear.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidCharYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidYear.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_invalidYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setFullYear_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLessThanLower.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_invalidHours.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_invalidHours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setHours_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLessThanLower.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_invalidMilliseconds.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_invalidMilliseconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMilliseconds_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMinutes_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMinutes_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLessThanLower.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMinutes_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMinutes_invalidMinutes.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMinutes_invalidMinutes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMinutes_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMinutes_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLessThanLower.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_invalidMonth.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_invalidMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setMonth_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLessThanLower.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_invalidSeconds.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_invalidSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setSeconds_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLessThanLower.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_invalidDate.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_invalidDate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForCertainMonth.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForCertainMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryLeapYear.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryLeapYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryNotLeapYear.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCDate_notExistDayForFebruaryNotLeapYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidCharYear.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidCharYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidYear.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_invalidYear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCFullYear_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLessThanLower.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_invalidHours.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_invalidHours.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCHours_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLessThanLower.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_invalidMilliseconds.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_invalidMilliseconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMilliseconds_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLessThanLower.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_invalidMinutes.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_invalidMinutes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMinutes_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLessThanLower.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_invalidMonth.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_invalidMonth.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCMonth_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_abnormalDecimal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_abnormalDecimal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryBiggerThanUpper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLessThanLower.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLessThanLower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLowerLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryLowerLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryUpperLimit.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_boundaryUpperLimit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_invalidSeconds.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_invalidSeconds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_normal.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_setUTCSeconds_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_toDateString.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_toDateString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_toLocaleDateString.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_toLocaleDateString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_toLocaleString.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_toLocaleString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_toLocaleTimeString.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_toLocaleTimeString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_toString.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_toString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_toTimeString.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_toTimeString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_toTimezone.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_toTimezone.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_toTimezone_invalid.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_toTimezone_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_toTimezone_null.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_toTimezone_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_TZDate_toUTC.html b/ivi/tct-time-tizen-tests/time/Time_TZDate_toUTC.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/Time_in_tizen.html b/ivi/tct-time-tizen-tests/time/Time_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/support/time_common.js b/ivi/tct-time-tizen-tests/time/support/time_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/time/support/unitcommon.js b/ivi/tct-time-tizen-tests/time/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/webrunner/index.html b/ivi/tct-time-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-time-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-time-tizen-tests/webrunner/testrunner.js b/ivi/tct-time-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/COPYING b/ivi/tct-tizen-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-tizen-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/NOTICE b/ivi/tct-tizen-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/config.xml b/ivi/tct-tizen-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/icon.png b/ivi/tct-tizen-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/manifest.json b/ivi/tct-tizen-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/resources/COPYING b/ivi/tct-tizen-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/resources/testharness.css b/ivi/tct-tizen-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/resources/testharness.js b/ivi/tct-tizen-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/resources/testharnessreport.js b/ivi/tct-tizen-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/suite.json b/ivi/tct-tizen-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/testcase.xsl b/ivi/tct-tizen-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/testresult.xsl b/ivi/tct-tizen-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tests.css b/ivi/tct-tizen-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tests.full.xml b/ivi/tct-tizen-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tests.xml b/ivi/tct-tizen-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AbstractFilter_notexist.html b/ivi/tct-tizen-tizen-tests/tizen/AbstractFilter_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeFilter_attributeName_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeFilter_attributeName_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeFilter_constructor.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeFilter_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeFilter_exist.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeFilter_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeFilter_extend.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeFilter_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeFilter_matchFlag_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeFilter_matchFlag_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeFilter_matchValue_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeFilter_matchValue_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_attributeName_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_attributeName_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_constructor_min.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_constructor_min.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_constructor_successful.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_constructor_successful.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_endValue_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_endValue_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_exist.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_extend.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_initialValue_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/AttributeRangeFilter_initialValue_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/CompositeFilterType_enum_INTERSECTION.html b/ivi/tct-tizen-tizen-tests/tizen/CompositeFilterType_enum_INTERSECTION.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/CompositeFilterType_enum_UNION.html b/ivi/tct-tizen-tizen-tests/tizen/CompositeFilterType_enum_UNION.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/CompositeFilter_constructor.html b/ivi/tct-tizen-tizen-tests/tizen/CompositeFilter_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/CompositeFilter_exist.html b/ivi/tct-tizen-tizen-tests/tizen/CompositeFilter_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/CompositeFilter_extend.html b/ivi/tct-tizen-tizen-tests/tizen/CompositeFilter_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/CompositeFilter_filters_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/CompositeFilter_filters_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/CompositeFilter_type_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/CompositeFilter_type_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/ErrorCallback_notexist.html b/ivi/tct-tizen-tizen-tests/tizen/ErrorCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_CONTAINS.html b/ivi/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_CONTAINS.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_ENDSWITH.html b/ivi/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_ENDSWITH.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_EXACTLY.html b/ivi/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_EXACTLY.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_FULLSTRING.html b/ivi/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_FULLSTRING.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_STARTSWITH.html b/ivi/tct-tizen-tizen-tests/tizen/FilterMatchFlag_enum_STARTSWITH.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/FitlerMatchFlag_enum_EXISTS.html b/ivi/tct-tizen-tizen-tests/tizen/FitlerMatchFlag_enum_EXISTS.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SimpleCoordinates_constructor_successful.html b/ivi/tct-tizen-tizen-tests/tizen/SimpleCoordinates_constructor_successful.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SimpleCoordinates_exist.html b/ivi/tct-tizen-tizen-tests/tizen/SimpleCoordinates_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SimpleCoordinates_extend.html b/ivi/tct-tizen-tizen-tests/tizen/SimpleCoordinates_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SimpleCoordinates_latitude_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/SimpleCoordinates_latitude_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SimpleCoordinates_longitude_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/SimpleCoordinates_longitude_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SortModeOrder_enum_ASC.html b/ivi/tct-tizen-tizen-tests/tizen/SortModeOrder_enum_ASC.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SortModeOrder_enum_DESC.html b/ivi/tct-tizen-tizen-tests/tizen/SortModeOrder_enum_DESC.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SortMode_attributeName_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/SortMode_attributeName_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SortMode_constructor.html b/ivi/tct-tizen-tizen-tests/tizen/SortMode_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SortMode_exist.html b/ivi/tct-tizen-tizen-tests/tizen/SortMode_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SortMode_extend.html b/ivi/tct-tizen-tizen-tests/tizen/SortMode_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SortMode_order_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/SortMode_order_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/SuccessCallback_notexist.html b/ivi/tct-tizen-tizen-tests/tizen/SuccessCallback_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/Tizen_extend.html b/ivi/tct-tizen-tizen-tests/tizen/Tizen_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/Tizen_managerobject.html b/ivi/tct-tizen-tizen-tests/tizen/Tizen_managerobject.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/Tizen_notexist.html b/ivi/tct-tizen-tizen-tests/tizen/Tizen_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIError_code_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIError_code_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIError_extend.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIError_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIError_message_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIError_message_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIError_name_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIError_name_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIError_notexist.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIError_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_code_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_code_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_ABORT_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_ABORT_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_DATA_CLONE_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_DATA_CLONE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_DOMSTRING_SIZE_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_DOMSTRING_SIZE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_HIERARCHY_REQUEST_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_HIERARCHY_REQUEST_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INDEX_SIZE_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INDEX_SIZE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INUSE_ATTRIBUTE_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INUSE_ATTRIBUTE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_ACCESS_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_ACCESS_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_CHARACTER_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_CHARACTER_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_MODIFICATION_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_MODIFICATION_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_NODE_TYPE_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_NODE_TYPE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_STATE_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_INVALID_STATE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_NAMESPACE_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_NAMESPACE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_NETWORK_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_NETWORK_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_NOT_FOUND_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_NOT_FOUND_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_NOT_SUPPORTED_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_NOT_SUPPORTED_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_NO_DATA_ALLOWED_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_NO_DATA_ALLOWED_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_NO_MODIFICATION_ALLOWED_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_NO_MODIFICATION_ALLOWED_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_QUOTA_EXCEEDED_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_QUOTA_EXCEEDED_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_SECURITY_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_SECURITY_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_SYNTAX_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_SYNTAX_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_TIMEOUT_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_TIMEOUT_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_TYPE_MISMATCH_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_TYPE_MISMATCH_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_URL_MISMATCH_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_URL_MISMATCH_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_VALIDATION_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_VALIDATION_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_WRONG_DOCUMENT_ERR.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_const_WRONG_DOCUMENT_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_extend.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_message_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_message_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_name_attribute.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_name_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_notexist.html b/ivi/tct-tizen-tizen-tests/tizen/WebAPIException_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/support/tizen_common.js b/ivi/tct-tizen-tizen-tests/tizen/support/tizen_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/tizen/support/unitcommon.js b/ivi/tct-tizen-tizen-tests/tizen/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/webrunner/index.html b/ivi/tct-tizen-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-tizen-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-tizen-tizen-tests/webrunner/testrunner.js b/ivi/tct-tizen-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/COPYING b/ivi/tct-touchevent-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/README b/ivi/tct-touchevent-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/config.xml b/ivi/tct-touchevent-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/icon.png b/ivi/tct-touchevent-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/manifest.json b/ivi/tct-touchevent-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/resources/COPYING b/ivi/tct-touchevent-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/resources/testharness.css b/ivi/tct-touchevent-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/resources/testharness.js b/ivi/tct-touchevent-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/resources/testharnessreport.js b/ivi/tct-touchevent-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/suite.json b/ivi/tct-touchevent-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/testcase.xsl b/ivi/tct-touchevent-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/testresult.xsl b/ivi/tct-touchevent-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/tests.css b/ivi/tct-touchevent-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/tests.full.xml b/ivi/tct-touchevent-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/tests.xml b/ivi/tct-touchevent-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/TouchEvent_altKey_exist-manual.html b/ivi/tct-touchevent-w3c-tests/touchevent/TouchEvent_altKey_exist-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/TouchEvent_ctrlKey_exist-manual.html b/ivi/tct-touchevent-w3c-tests/touchevent/TouchEvent_ctrlKey_exist-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/TouchEvent_metaKey_exist-manual.html b/ivi/tct-touchevent-w3c-tests/touchevent/TouchEvent_metaKey_exist-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/TouchEvent_shiftKey_exist-manual.html b/ivi/tct-touchevent-w3c-tests/touchevent/TouchEvent_shiftKey_exist-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/TouchList_attributes_exist.html b/ivi/tct-touchevent-w3c-tests/touchevent/TouchList_attributes_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html b/ivi/tct-touchevent-w3c-tests/touchevent/Touch_attributes_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/document_createTouchList_exist.html b/ivi/tct-touchevent-w3c-tests/touchevent/document_createTouchList_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/document_createTouch_exist.html b/ivi/tct-touchevent-w3c-tests/touchevent/document_createTouch_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/spec.json b/ivi/tct-touchevent-w3c-tests/touchevent/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/support/COPYING b/ivi/tct-touchevent-w3c-tests/touchevent/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/support/testinterface.js b/ivi/tct-touchevent-w3c-tests/touchevent/support/testinterface.js old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/support/transparent50.png b/ivi/tct-touchevent-w3c-tests/touchevent/support/transparent50.png old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/w3c/COPYING b/ivi/tct-touchevent-w3c-tests/touchevent/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/w3c/create-touch-touchlist.html b/ivi/tct-touchevent-w3c-tests/touchevent/w3c/create-touch-touchlist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/w3c/multi-touch-interactions-manual.html b/ivi/tct-touchevent-w3c-tests/touchevent/w3c/multi-touch-interactions-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/w3c/multi-touch-interactions.js b/ivi/tct-touchevent-w3c-tests/touchevent/w3c/multi-touch-interactions.js old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/touchevent/w3c/single-touch-manual.html b/ivi/tct-touchevent-w3c-tests/touchevent/w3c/single-touch-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/webrunner/index.html b/ivi/tct-touchevent-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-touchevent-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-touchevent-w3c-tests/webrunner/testrunner.js b/ivi/tct-touchevent-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/COPYING b/ivi/tct-transitions-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/README b/ivi/tct-transitions-css3-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/config.xml b/ivi/tct-transitions-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/icon.png b/ivi/tct-transitions-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/manifest.json b/ivi/tct-transitions-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/resources/COPYING b/ivi/tct-transitions-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/resources/testharness.css b/ivi/tct-transitions-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/resources/testharness.js b/ivi/tct-transitions-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/resources/testharnessreport.js b/ivi/tct-transitions-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/suite.json b/ivi/tct-transitions-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/testcase.xsl b/ivi/tct-transitions-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/testresult.xsl b/ivi/tct-transitions-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/tests.css b/ivi/tct-transitions-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/tests.full.xml b/ivi/tct-transitions-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/tests.xml b/ivi/tct-transitions-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-delay_0s.html b/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-delay_0s.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-delay_4s_1s.html b/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-delay_4s_1s.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-delay_initial_value.html b/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-delay_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-duration_4s.html b/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-duration_4s.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-duration_4s_1s.html b/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-duration_4s_1s.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-duration_initial_value.html b/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-duration_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-property_initial_value.html b/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-property_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-timing-function.html b/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-timing-function.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-timing-function_initial_value.html b/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition-timing-function_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition_4s_1s.html b/ivi/tct-transitions-css3-tests/transitions/CSS3Transitions_transition_4s_1s.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/csswg/COPYING b/ivi/tct-transitions-css3-tests/transitions/csswg/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/csswg/support/helper.js b/ivi/tct-transitions-css3-tests/transitions/csswg/support/helper.js old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/csswg/support/vendorPrefix.js b/ivi/tct-transitions-css3-tests/transitions/csswg/support/vendorPrefix.js old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/csswg/transition-duration-001.html b/ivi/tct-transitions-css3-tests/transitions/csswg/transition-duration-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/csswg/transition-property-001.html b/ivi/tct-transitions-css3-tests/transitions/csswg/transition-property-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/csswg/transition-timing-function-001.html b/ivi/tct-transitions-css3-tests/transitions/csswg/transition-timing-function-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/spec.json b/ivi/tct-transitions-css3-tests/transitions/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/support/support.js b/ivi/tct-transitions-css3-tests/transitions/support/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/COPYING b/ivi/tct-transitions-css3-tests/transitions/webkit/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/background-transitions-manual.html b/ivi/tct-transitions-css3-tests/transitions/webkit/background-transitions-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/border-radius-transition-manual.html b/ivi/tct-transitions-css3-tests/transitions/webkit/border-radius-transition-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/cancel-transition-manual.html b/ivi/tct-transitions-css3-tests/transitions/webkit/cancel-transition-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/change-values-during-transition-manual.html b/ivi/tct-transitions-css3-tests/transitions/webkit/change-values-during-transition-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/delay-manual.html b/ivi/tct-transitions-css3-tests/transitions/webkit/delay-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/resources/gradient.gif b/ivi/tct-transitions-css3-tests/transitions/webkit/resources/gradient.gif old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/resources/transition-end-event-helpers.js b/ivi/tct-transitions-css3-tests/transitions/webkit/resources/transition-end-event-helpers.js old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/resources/transition-test-helpers.js b/ivi/tct-transitions-css3-tests/transitions/webkit/resources/transition-test-helpers.js old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/shorthand-border-transitions-manual.html b/ivi/tct-transitions-css3-tests/transitions/webkit/shorthand-border-transitions-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/shorthand-transitions-manual.html b/ivi/tct-transitions-css3-tests/transitions/webkit/shorthand-transitions-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/transform-op-list-match-manual.html b/ivi/tct-transitions-css3-tests/transitions/webkit/transform-op-list-match-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/transition-end-event-nested-manual.html b/ivi/tct-transitions-css3-tests/transitions/webkit/transition-end-event-nested-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/transitions/webkit/zero-duration-in-list-manual.html b/ivi/tct-transitions-css3-tests/transitions/webkit/zero-duration-in-list-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/webrunner/index.html b/ivi/tct-transitions-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-transitions-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-transitions-css3-tests/webrunner/testrunner.js b/ivi/tct-transitions-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/COPYING b/ivi/tct-typedarrays-nonw3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/README b/ivi/tct-typedarrays-nonw3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/config.xml b/ivi/tct-typedarrays-nonw3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/icon.png b/ivi/tct-typedarrays-nonw3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/manifest.json b/ivi/tct-typedarrays-nonw3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/resources/COPYING b/ivi/tct-typedarrays-nonw3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/resources/WebIDLParser.js b/ivi/tct-typedarrays-nonw3c-tests/resources/WebIDLParser.js old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/resources/idlharness.js b/ivi/tct-typedarrays-nonw3c-tests/resources/idlharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/resources/testharness.css b/ivi/tct-typedarrays-nonw3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/resources/testharness.js b/ivi/tct-typedarrays-nonw3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/resources/testharnessreport.js b/ivi/tct-typedarrays-nonw3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/suite.json b/ivi/tct-typedarrays-nonw3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/testcase.xsl b/ivi/tct-typedarrays-nonw3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/testresult.xsl b/ivi/tct-typedarrays-nonw3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/tests.css b/ivi/tct-typedarrays-nonw3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/tests.full.xml b/ivi/tct-typedarrays-nonw3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/tests.xml b/ivi/tct-typedarrays-nonw3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/ArrayBuffer_byteLength_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/ArrayBuffer_byteLength_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/ArrayBuffer_byteLength_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/ArrayBuffer_byteLength_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_constructor_ArrayBuffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_constructor_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_constructor_ArrayBuffer_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_constructor_ArrayBuffer_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_constructor_ArrayBuffer_byteOffset_byteLength.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_constructor_ArrayBuffer_byteOffset_byteLength.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat32_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat32_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat32_byteOffset_littleEndian.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat32_byteOffset_littleEndian.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat32_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat32_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat32_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat32_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat64_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat64_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat64_byteOffset_littleEndian.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat64_byteOffset_littleEndian.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat64_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat64_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat64_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getFloat64_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt16_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt16_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt16_byteOffset_littleEndian.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt16_byteOffset_littleEndian.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt16_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt16_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt16_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt16_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt32_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt32_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt32_byteOffset_littleEndian.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt32_byteOffset_littleEndian.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt32_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt32_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt32_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt32_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt8_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt8_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt8_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt8_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt8_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getInt8_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint16_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint16_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint16_byteOffset_littleEndian.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint16_byteOffset_littleEndian.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint16_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint16_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint16_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint16_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint32_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint32_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint32_byteOffset_littleEndian.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint32_byteOffset_littleEndian.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint32_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint32_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint32_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint32_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint8_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint8_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint8_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_getUint8_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat32_byteOffset_value.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat32_byteOffset_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat32_byteOffset_value_littleEndian.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat32_byteOffset_value_littleEndian.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat32_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat32_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat32_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat32_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat64_byteOffset_value.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat64_byteOffset_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat64_byteOffset_value_littleEndian.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat64_byteOffset_value_littleEndian.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat64_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat64_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat64_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setFloat64_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt16_byteOffset_value.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt16_byteOffset_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt16_byteOffset_value_littleEndian.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt16_byteOffset_value_littleEndian.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt16_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt16_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt16_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt16_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt32_byteOffset_value.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt32_byteOffset_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt32_byteOffset_value_littleEndian.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt32_byteOffset_value_littleEndian.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt32_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt32_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt32_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt32_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt8_byteOffset_value.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt8_byteOffset_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt8_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt8_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt8_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setInt8_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint16_byteOffset_value.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint16_byteOffset_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint16_byteOffset_value_littleEndian.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint16_byteOffset_value_littleEndian.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint16_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint16_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint16_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint16_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint32_byteOffset_value.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint32_byteOffset_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint32_byteOffset_value_littleEndian.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint32_byteOffset_value_littleEndian.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint32_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint32_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint32_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint32_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint8_byteOffset_value.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint8_byteOffset_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint8_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/DataView_setUint8_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_BYTES_PER_ELEMENT_const_4.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_BYTES_PER_ELEMENT_const_4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_BYTES_PER_ELEMENT_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_BYTES_PER_ELEMENT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_BYTES_PER_ELEMENT_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_BYTES_PER_ELEMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_buffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_buffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_buffer_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_buffer_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_buffer_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_buffer_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_buffer_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_buffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteLength.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteLength.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteLength_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteLength_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteLength_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteLength_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteLength_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteLength_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteOffset_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteOffset_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteOffset_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteOffset_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteOffset_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_byteOffset_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_constructor_ArrayBuffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_constructor_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_constructor_ArrayBuffer_byteOffSet.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_constructor_ArrayBuffer_byteOffSet.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_constructor_ArrayBuffer_byteOffSet_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_constructor_ArrayBuffer_byteOffSet_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_constructor_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_constructor_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_getter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_getter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_length_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_length_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_length_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_TypedArray_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_TypedArray_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_array.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_array.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_array_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_array_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_set_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_setter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_setter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_subarray_begin.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_subarray_begin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_subarray_begin_end.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_subarray_begin_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_subarray_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_subarray_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_subarray_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float32Array_subarray_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_BYTES_PER_ELEMENT_const_8.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_BYTES_PER_ELEMENT_const_8.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_BYTES_PER_ELEMENT_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_BYTES_PER_ELEMENT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_BYTES_PER_ELEMENT_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_BYTES_PER_ELEMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_buffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_buffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_buffer_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_buffer_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_buffer_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_buffer_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_buffer_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_buffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteLength.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteLength.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteLength_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteLength_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteLength_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteLength_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteLength_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteLength_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteOffset_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteOffset_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteOffset_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteOffset_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteOffset_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_byteOffset_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_constructor_ArrayBuffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_constructor_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_constructor_ArrayBuffer_byteOffSet.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_constructor_ArrayBuffer_byteOffSet.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_constructor_ArrayBuffer_byteOffSet_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_constructor_ArrayBuffer_byteOffSet_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_constructor_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_constructor_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_getter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_getter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_length_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_length_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_length_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_TypedArray_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_TypedArray_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_array.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_array.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_array_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_array_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_set_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_setter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_setter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_subarray_begin.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_subarray_begin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_subarray_begin_end.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_subarray_begin_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_subarray_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_subarray_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_subarray_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Float64Array_subarray_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_BYTES_PER_ELEMENT_const_2.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_BYTES_PER_ELEMENT_const_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_BYTES_PER_ELEMENT_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_BYTES_PER_ELEMENT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_BYTES_PER_ELEMENT_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_BYTES_PER_ELEMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_buffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_buffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_buffer_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_buffer_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_buffer_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_buffer_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_buffer_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_buffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteLength.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteLength.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteLength_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteLength_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteLength_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteLength_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteLength_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteLength_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteOffset_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteOffset_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteOffset_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteOffset_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteOffset_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_byteOffset_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_constructor_ArrayBuffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_constructor_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_constructor_ArrayBuffer_byteOffSet.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_constructor_ArrayBuffer_byteOffSet.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_constructor_ArrayBuffer_byteOffSet_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_constructor_ArrayBuffer_byteOffSet_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_constructor_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_constructor_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_getter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_getter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_length_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_length_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_length_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_TypedArray_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_TypedArray_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_array.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_array.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_array_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_array_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_set_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_setter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_setter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_subarray_begin.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_subarray_begin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_subarray_begin_end.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_subarray_begin_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_subarray_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_subarray_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_subarray_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int16Array_subarray_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_BYTES_PER_ELEMENT_const_4.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_BYTES_PER_ELEMENT_const_4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_BYTES_PER_ELEMENT_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_BYTES_PER_ELEMENT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_BYTES_PER_ELEMENT_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_BYTES_PER_ELEMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_buffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_buffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_buffer_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_buffer_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_buffer_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_buffer_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_buffer_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_buffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteLength.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteLength.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteLength_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteLength_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteLength_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteLength_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteLength_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteLength_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteOffset_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteOffset_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteOffset_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteOffset_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteOffset_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_byteOffset_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_constructor_ArrayBuffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_constructor_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_constructor_ArrayBuffer_byteOffSet.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_constructor_ArrayBuffer_byteOffSet.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_constructor_ArrayBuffer_byteOffSet_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_constructor_ArrayBuffer_byteOffSet_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_constructor_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_constructor_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_getter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_getter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_length_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_length_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_length_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_TypedArray_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_TypedArray_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_array.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_array.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_array_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_array_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_set_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_setter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_setter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_subarray_begin.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_subarray_begin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_subarray_begin_end.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_subarray_begin_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_subarray_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_subarray_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_subarray_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int32Array_subarray_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_BYTES_PER_ELEMENT_const_1.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_BYTES_PER_ELEMENT_const_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_BYTES_PER_ELEMENT_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_BYTES_PER_ELEMENT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_BYTES_PER_ELEMENT_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_BYTES_PER_ELEMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_buffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_buffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_buffer_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_buffer_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_buffer_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_buffer_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_buffer_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_buffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteLength.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteLength.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteLength_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteLength_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteLength_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteLength_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteLength_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteLength_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteOffset_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteOffset_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteOffset_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteOffset_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteOffset_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_byteOffset_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_constructor_ArrayBuffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_constructor_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_constructor_ArrayBuffer_byteOffSet.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_constructor_ArrayBuffer_byteOffSet.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_constructor_ArrayBuffer_byteOffSet_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_constructor_ArrayBuffer_byteOffSet_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_constructor_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_constructor_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_getter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_getter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_length_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_length_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_length_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_TypedArray_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_TypedArray_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_array.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_array.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_array_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_array_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_set_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_setter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_setter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_subarray_begin.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_subarray_begin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_subarray_begin_end.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_subarray_begin_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_subarray_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_subarray_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_subarray_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Int8Array_subarray_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_BYTES_PER_ELEMENT_const_2.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_BYTES_PER_ELEMENT_const_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_BYTES_PER_ELEMENT_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_BYTES_PER_ELEMENT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_BYTES_PER_ELEMENT_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_BYTES_PER_ELEMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_buffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_buffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_buffer_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_buffer_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_buffer_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_buffer_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_buffer_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_buffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteLength.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteLength.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteLength_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteLength_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteLength_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteLength_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteLength_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteLength_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteOffset_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteOffset_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteOffset_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteOffset_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteOffset_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_byteOffset_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_constructor_ArrayBuffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_constructor_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_constructor_ArrayBuffer_byteOffSet.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_constructor_ArrayBuffer_byteOffSet.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_constructor_ArrayBuffer_byteOffSet_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_constructor_ArrayBuffer_byteOffSet_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_constructor_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_constructor_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_getter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_getter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_length_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_length_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_length_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_TypedArray_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_TypedArray_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_array.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_array.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_array_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_array_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_set_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_setter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_setter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_subarray_begin.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_subarray_begin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_subarray_begin_end.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_subarray_begin_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_subarray_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_subarray_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_subarray_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint16Array_subarray_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_BYTES_PER_ELEMENT_const_4.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_BYTES_PER_ELEMENT_const_4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_BYTES_PER_ELEMENT_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_BYTES_PER_ELEMENT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_BYTES_PER_ELEMENT_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_BYTES_PER_ELEMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_buffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_buffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_buffer_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_buffer_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_buffer_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_buffer_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_buffer_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_buffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteLength.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteLength.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteLength_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteLength_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteLength_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteLength_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteLength_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteLength_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteOffset_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteOffset_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteOffset_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteOffset_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteOffset_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_byteOffset_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_constructor_ArrayBuffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_constructor_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_constructor_ArrayBuffer_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_constructor_ArrayBuffer_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_constructor_ArrayBuffer_byteOffset_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_constructor_ArrayBuffer_byteOffset_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_constructor_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_constructor_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_getter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_getter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_length_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_length_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_length_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_TypedArray_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_TypedArray_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_array.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_array.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_array_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_array_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_set_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_setter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_setter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_subarray_begin.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_subarray_begin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_subarray_begin_end.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_subarray_begin_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_subarray_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_subarray_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_subarray_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint32Array_subarray_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_BYTES_PER_ELEMENT_const_1.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_BYTES_PER_ELEMENT_const_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_BYTES_PER_ELEMENT_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_BYTES_PER_ELEMENT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_BYTES_PER_ELEMENT_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_BYTES_PER_ELEMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_buffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_buffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_buffer_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_buffer_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_buffer_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_buffer_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_buffer_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_buffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteLength.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteLength.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteLength_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteLength_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteLength_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteLength_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteLength_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteLength_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteOffset_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteOffset_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteOffset_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteOffset_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteOffset_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_byteOffset_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_constructor_ArrayBuffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_constructor_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_constructor_ArrayBuffer_byteOffSet.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_constructor_ArrayBuffer_byteOffSet.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_constructor_ArrayBuffer_byteOffSet_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_constructor_ArrayBuffer_byteOffSet_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_constructor_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_constructor_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_getter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_getter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_length_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_length_readonly.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_length_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_TypedArray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_TypedArray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_TypedArray_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_TypedArray_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_array.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_array.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_array_offset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_array_offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_set_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_setter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_setter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_subarray_begin.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_subarray_begin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_subarray_begin_end.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_subarray_begin_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_subarray_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_subarray_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_subarray_type.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8Array_subarray_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_BYTES_PER_ELEMENT_const_1.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_BYTES_PER_ELEMENT_const_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_BYTES_PER_ELEMENT_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_BYTES_PER_ELEMENT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_buffer.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_buffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_buffer_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_buffer_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_byteLength.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_byteLength.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_byteLength_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_byteLength_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_byteOffset.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_byteOffset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_byteOffset_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_byteOffset_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_length_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_set_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_set_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_subarray_exist.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/Uint8ClampedArray_subarray_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/spec.json b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/tools/README b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/tools/README old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/tools/data.yaml b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/tools/data.yaml old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/tools/gentest.py b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/tools/gentest.py old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/tools/template-dataview.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/tools/template-dataview.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/tools/template.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/tools/template.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/COPYING b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/constructors.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/ArrayBuffer_properties.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/COPYING b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_constructor.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_idlharness.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_idlharness.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_length.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_setter_getter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_subarray.html b/ivi/tct-typedarrays-nonw3c-tests/typedarrays/w3c/submission/Uint8ClampedArray_subarray.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/webrunner/index.html b/ivi/tct-typedarrays-nonw3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-typedarrays-nonw3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-typedarrays-nonw3c-tests/webrunner/testrunner.js b/ivi/tct-typedarrays-nonw3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/COPYING b/ivi/tct-ui-css3-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/README b/ivi/tct-ui-css3-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/config.xml b/ivi/tct-ui-css3-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/icon.png b/ivi/tct-ui-css3-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/manifest.json b/ivi/tct-ui-css3-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/resources/COPYING b/ivi/tct-ui-css3-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/resources/testharness.css b/ivi/tct-ui-css3-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/resources/testharness.js b/ivi/tct-ui-css3-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/resources/testharnessreport.js b/ivi/tct-ui-css3-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/suite.json b/ivi/tct-ui-css3-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/testcase.xsl b/ivi/tct-ui-css3-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/testresult.xsl b/ivi/tct-ui-css3-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/tests.css b/ivi/tct-ui-css3-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/tests.full.xml b/ivi/tct-ui-css3-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/tests.xml b/ivi/tct-ui-css3-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_box-sizing.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_box-sizing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_box-sizing_border-box.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_box-sizing_border-box.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_box-sizing_content-box.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_box-sizing_content-box.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_box-sizing_initial_value.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_box-sizing_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_content.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_content.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_auto.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_cell.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_cell.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_context-menu.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_context-menu.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_copy.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_copy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_default.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_ew-resize.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_ew-resize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_initial.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_nesw-resize.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_nesw-resize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_none.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_cursor_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-color.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-color.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-color_initial_value.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-color_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-color_red.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-color_red.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-offset.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-offset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-offset_10px_dashed_FF0000.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-offset_10px_dashed_FF0000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_dashed_FF0000.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_dashed_FF0000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_inset_ffc.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-offset_30px_inset_ffc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-offset_initial_value.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-offset_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-style.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-style.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-style_dashed.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-style_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-style_dotted.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-style_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-style_groove.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-style_groove.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-style_initial_value.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-style_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-style_inset.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-style_inset.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-width.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-width.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-width_20px_dashed.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-width_20px_dashed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-width_30px_dotted.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-width_30px_dotted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-width_initial.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline-width_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline_3px_ffc_10px_20px_15px.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline_3px_ffc_10px_20px_15px.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_outline_initial_value.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_outline_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_pseudo-classes_required-manual.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_pseudo-classes_required-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_resize_both.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_resize_both.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_resize_horizontal.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_resize_horizontal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_resize_initial.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_resize_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_resize_vertical.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_resize_vertical.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_text-overflow_clip_auto_nowrap_border-box.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_text-overflow_clip_auto_nowrap_border-box.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_text-overflow_ellipsis.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_text-overflow_ellipsis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/CSS3UI_text-overflow_initial.html b/ivi/tct-ui-css3-tests/ui/CSS3UI_text-overflow_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/spec.json b/ivi/tct-ui-css3-tests/ui/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/support/COPYING b/ivi/tct-ui-css3-tests/ui/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/support/cat.png b/ivi/tct-ui-css3-tests/ui/support/cat.png old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/ui/support/support.js b/ivi/tct-ui-css3-tests/ui/support/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/webrunner/index.html b/ivi/tct-ui-css3-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-ui-css3-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-ui-css3-tests/webrunner/testrunner.js b/ivi/tct-ui-css3-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/COPYING b/ivi/tct-video-html5-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/README b/ivi/tct-video-html5-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/common/COPYING b/ivi/tct-video-html5-tests/common/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/common/domtestcase.js b/ivi/tct-video-html5-tests/common/domtestcase.js old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/common/media.js b/ivi/tct-video-html5-tests/common/media.js old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/config.xml b/ivi/tct-video-html5-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/icon.png b/ivi/tct-video-html5-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/manifest.json b/ivi/tct-video-html5-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/resources/COPYING b/ivi/tct-video-html5-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/resources/testharness.css b/ivi/tct-video-html5-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/resources/testharness.js b/ivi/tct-video-html5-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/resources/testharnessreport.js b/ivi/tct-video-html5-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/suite.json b/ivi/tct-video-html5-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/testcase.xsl b/ivi/tct-video-html5-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/testresult.xsl b/ivi/tct-video-html5-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/tests.css b/ivi/tct-video-html5-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/tests.full.xml b/ivi/tct-video-html5-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/tests.xml b/ivi/tct-video-html5-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/media/3GP(v5)_MPEG4_QCIF_15FPS_177Kbps_AMR-NB_Mono_10.8Kbps_60sec(1.3Mb).3GP b/ivi/tct-video-html5-tests/video/media/3GP(v5)_MPEG4_QCIF_15FPS_177Kbps_AMR-NB_Mono_10.8Kbps_60sec(1.3Mb).3GP old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/media/3GP_h263_CIF_30FPS_517Kbps_eAAC+_44.1KHz_64Kbps_10sec(0.7Mb)_BBB.3GP b/ivi/tct-video-html5-tests/video/media/3GP_h263_CIF_30FPS_517Kbps_eAAC+_44.1KHz_64Kbps_10sec(0.7Mb)_BBB.3GP old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/media/COPYING b/ivi/tct-video-html5-tests/video/media/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/media/movie_300.mp4 b/ivi/tct-video-html5-tests/video/media/movie_300.mp4 old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/media/movie_300.ogv b/ivi/tct-video-html5-tests/video/media/movie_300.ogv old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/media/movie_300_frame_0.png b/ivi/tct-video-html5-tests/video/media/movie_300_frame_0.png old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/media/movie_5.mp4 b/ivi/tct-video-html5-tests/video/media/movie_5.mp4 old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/media/movie_5.ogv b/ivi/tct-video-html5-tests/video/media/movie_5.ogv old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/media/movie_5.webm b/ivi/tct-video-html5-tests/video/media/movie_5.webm old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/media/poster.png b/ivi/tct-video-html5-tests/video/media/poster.png old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/spec.json b/ivi/tct-video-html5-tests/video/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/support/mediaelement.js b/ivi/tct-video-html5-tests/video/support/mediaelement.js old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/support/trackelement.js b/ivi/tct-video-html5-tests/video/support/trackelement.js old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/support/videoelement.js b/ivi/tct-video-html5-tests/video/support/videoelement.js old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_buffered_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_buffered_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_buffered_readonly.html b/ivi/tct-video-html5-tests/video/video_MediaController_buffered_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_buffered_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_buffered_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_currentTime_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_currentTime_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_currentTime_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_currentTime_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_defaultPlaybackRate_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_defaultPlaybackRate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_defaultPlaybackRate_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_defaultPlaybackRate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_duration_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_duration_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_duration_readonly.html b/ivi/tct-video-html5-tests/video/video_MediaController_duration_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_duration_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_duration_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_ended.html b/ivi/tct-video-html5-tests/video/video_MediaController_ended.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_muted_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_muted_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_muted_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_muted_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_oncanplay_event.html b/ivi/tct-video-html5-tests/video/video_MediaController_oncanplay_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_oncanplaythrough_event.html b/ivi/tct-video-html5-tests/video/video_MediaController_oncanplaythrough_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_onemptied_event.html b/ivi/tct-video-html5-tests/video/video_MediaController_onemptied_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_onloadeddata_event.html b/ivi/tct-video-html5-tests/video/video_MediaController_onloadeddata_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_onloadedmetadata_event.html b/ivi/tct-video-html5-tests/video/video_MediaController_onloadedmetadata_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_onpause_event.html b/ivi/tct-video-html5-tests/video/video_MediaController_onpause_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_onplay_event.html b/ivi/tct-video-html5-tests/video/video_MediaController_onplay_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_onplaying_event.html b/ivi/tct-video-html5-tests/video/video_MediaController_onplaying_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_onratechange_event.html b/ivi/tct-video-html5-tests/video/video_MediaController_onratechange_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_onvolumechange_event.html b/ivi/tct-video-html5-tests/video/video_MediaController_onvolumechange_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_onwaiting_event.html b/ivi/tct-video-html5-tests/video/video_MediaController_onwaiting_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_pause_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_pause_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_pause_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_pause_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_paused_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_paused_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_paused_readonly.html b/ivi/tct-video-html5-tests/video/video_MediaController_paused_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_paused_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_paused_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_play_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_play_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_play_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_play_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_playbackRate_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_playbackRate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_playbackRate_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_playbackRate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_playbackState_ended.html b/ivi/tct-video-html5-tests/video/video_MediaController_playbackState_ended.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_playbackState_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_playbackState_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_playbackState_playing.html b/ivi/tct-video-html5-tests/video/video_MediaController_playbackState_playing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_playbackState_readonly.html b/ivi/tct-video-html5-tests/video/video_MediaController_playbackState_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_playbackState_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_playbackState_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_playbackState_waiting.html b/ivi/tct-video-html5-tests/video/video_MediaController_playbackState_waiting.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_played_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_played_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_played_readonly.html b/ivi/tct-video-html5-tests/video/video_MediaController_played_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_played_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_played_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_seekable_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_seekable_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_seekable_readonly.html b/ivi/tct-video-html5-tests/video/video_MediaController_seekable_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_seekable_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_seekable_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_unpause_base.html b/ivi/tct-video-html5-tests/video/video_MediaController_unpause_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_unpause_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_unpause_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_unpause_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_unpause_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_volume_exists.html b/ivi/tct-video-html5-tests/video/video_MediaController_volume_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaController_volume_type.html b/ivi/tct-video-html5-tests/video/video_MediaController_volume_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_ABORTED_constant_exists.html b/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_ABORTED_constant_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_ABORTED_constant_type.html b/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_ABORTED_constant_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_ABORTED_constant_value.html b/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_ABORTED_constant_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_DECODE_constant_exists.html b/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_DECODE_constant_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_DECODE_constant_type.html b/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_DECODE_constant_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_DECODE_constant_value.html b/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_DECODE_constant_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_NETWORK_constant_exists.html b/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_NETWORK_constant_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_NETWORK_constant_type.html b/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_NETWORK_constant_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_NETWORK_constant_value.html b/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_NETWORK_constant_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_exists.html b/ivi/tct-video-html5-tests/video/video_MediaError_MEDIA_ERR_SRC_NOT_SUPPORTED_constant_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_code_exists.html b/ivi/tct-video-html5-tests/video/video_MediaError_code_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_code_readonly.html b/ivi/tct-video-html5-tests/video/video_MediaError_code_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_MediaError_code_type.html b/ivi/tct-video-html5-tests/video/video_MediaError_code_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_TimeRanges_end.html b/ivi/tct-video-html5-tests/video/video_TimeRanges_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_TimeRanges_end_INDEX_SIZE_ERR.html b/ivi/tct-video-html5-tests/video/video_TimeRanges_end_INDEX_SIZE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_TimeRanges_end_exists.html b/ivi/tct-video-html5-tests/video/video_TimeRanges_end_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_TimeRanges_length_exists.html b/ivi/tct-video-html5-tests/video/video_TimeRanges_length_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_TimeRanges_length_readonly.html b/ivi/tct-video-html5-tests/video/video_TimeRanges_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_TimeRanges_length_type.html b/ivi/tct-video-html5-tests/video/video_TimeRanges_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_TimeRanges_start.html b/ivi/tct-video-html5-tests/video/video_TimeRanges_start.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_TimeRanges_start_INDEX_SIZE_ERR.html b/ivi/tct-video-html5-tests/video/video_TimeRanges_start_INDEX_SIZE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_TimeRanges_start_exists.html b/ivi/tct-video-html5-tests/video/video_TimeRanges_start_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_addTextTrack_exist.html b/ivi/tct-video-html5-tests/video/video_addTextTrack_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_addTextTrack_type.html b/ivi/tct-video-html5-tests/video/video_addTextTrack_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_autoplay_empty_string.html b/ivi/tct-video-html5-tests/video/video_autoplay_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_autoplay_null.html b/ivi/tct-video-html5-tests/video/video_autoplay_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_autoplay_onloadedmetadata.html b/ivi/tct-video-html5-tests/video/video_autoplay_onloadedmetadata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_autoplay_true_autoplay_present.html b/ivi/tct-video-html5-tests/video/video_autoplay_true_autoplay_present.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_buffered_end_type.html b/ivi/tct-video-html5-tests/video/video_buffered_end_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_buffered_length_default_value.html b/ivi/tct-video-html5-tests/video/video_buffered_length_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_buffered_readonly.html b/ivi/tct-video-html5-tests/video/video_buffered_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_buffered_start_type.html b/ivi/tct-video-html5-tests/video/video_buffered_start_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_canPlayType_codecs.html b/ivi/tct-video-html5-tests/video/video_canPlayType_codecs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_canPlayType_empty_string.html b/ivi/tct-video-html5-tests/video/video_canPlayType_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_canPlayType_method_type.html b/ivi/tct-video-html5-tests/video/video_canPlayType_method_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_canPlayType_no_argument.html b/ivi/tct-video-html5-tests/video/video_canPlayType_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_canPlayType_null.html b/ivi/tct-video-html5-tests/video/video_canPlayType_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_controller_MediaControllerl.html b/ivi/tct-video-html5-tests/video/video_controller_MediaControllerl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_controller_default_value.html b/ivi/tct-video-html5-tests/video/video_controller_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_controls_empty_string.html b/ivi/tct-video-html5-tests/video/video_controls_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_controls_false_controls_absent.html b/ivi/tct-video-html5-tests/video/video_controls_false_controls_absent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_controls_null.html b/ivi/tct-video-html5-tests/video/video_controls_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_currentSrc_readonly.html b/ivi/tct-video-html5-tests/video/video_currentSrc_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_currentSrc_src_null.html b/ivi/tct-video-html5-tests/video/video_currentSrc_src_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_currentTime_basic.html b/ivi/tct-video-html5-tests/video/video_currentTime_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_currentTime_less_than_zero.html b/ivi/tct-video-html5-tests/video/video_currentTime_less_than_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_currentTime_value_duration.html b/ivi/tct-video-html5-tests/video/video_currentTime_value_duration.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_currentTime_value_later_end.html b/ivi/tct-video-html5-tests/video/video_currentTime_value_later_end.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_currentTime_value_null.html b/ivi/tct-video-html5-tests/video/video_currentTime_value_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_defaultMuted_empty_string.html b/ivi/tct-video-html5-tests/video/video_defaultMuted_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_defaultMuted_null.html b/ivi/tct-video-html5-tests/video/video_defaultMuted_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_defaultPlaybackRate_basic.html b/ivi/tct-video-html5-tests/video/video_defaultPlaybackRate_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_defaultPlaybackRate_default_value.html b/ivi/tct-video-html5-tests/video/video_defaultPlaybackRate_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_defaultPlaybackRate_not_effect_by_controller.html b/ivi/tct-video-html5-tests/video/video_defaultPlaybackRate_not_effect_by_controller.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_defaultPlaybackRate_value_null.html b/ivi/tct-video-html5-tests/video/video_defaultPlaybackRate_value_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_defaultPlaybackRate_value_zero.html b/ivi/tct-video-html5-tests/video/video_defaultPlaybackRate_value_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_duration_attribute_readonly.html b/ivi/tct-video-html5-tests/video/video_duration_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_duration_attribute_value_resource.html b/ivi/tct-video-html5-tests/video/video_duration_attribute_value_resource.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_element.html b/ivi/tct-video-html5-tests/video/video_element.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_ended_attribute_readonly.html b/ivi/tct-video-html5-tests/video/video_ended_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_ended_canplaythrough.html b/ivi/tct-video-html5-tests/video/video_ended_canplaythrough.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_ended_currentTime_duration.html b/ivi/tct-video-html5-tests/video/video_ended_currentTime_duration.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_ended_loaddata.html b/ivi/tct-video-html5-tests/video/video_ended_loaddata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_ended_playing.html b/ivi/tct-video-html5-tests/video/video_ended_playing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_error_readonly.html b/ivi/tct-video-html5-tests/video/video_error_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_load_method.html b/ivi/tct-video-html5-tests/video/video_load_method.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_load_method_exists.html b/ivi/tct-video-html5-tests/video/video_load_method_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_load_method_type.html b/ivi/tct-video-html5-tests/video/video_load_method_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_loop_empty_string.html b/ivi/tct-video-html5-tests/video/video_loop_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_loop_false_loop_absent.html b/ivi/tct-video-html5-tests/video/video_loop_false_loop_absent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_loop_null.html b/ivi/tct-video-html5-tests/video/video_loop_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_mediaGroup_empty_string.html b/ivi/tct-video-html5-tests/video/video_mediaGroup_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_mediaGroup_null.html b/ivi/tct-video-html5-tests/video/video_mediaGroup_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_mediaGroup_valid_value.html b/ivi/tct-video-html5-tests/video/video_mediaGroup_valid_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_networkState_readonly.html b/ivi/tct-video-html5-tests/video/video_networkState_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_ondurationchange_event.html b/ivi/tct-video-html5-tests/video/video_ondurationchange_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_onemptied_event.html b/ivi/tct-video-html5-tests/video/video_onemptied_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_onended_event.html b/ivi/tct-video-html5-tests/video/video_onended_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_onerror_event.html b/ivi/tct-video-html5-tests/video/video_onerror_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_onpause_event.html b/ivi/tct-video-html5-tests/video/video_onpause_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_onratechange_event_defaultPlaybackRate.html b/ivi/tct-video-html5-tests/video/video_onratechange_event_defaultPlaybackRate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_onratechange_event_playbackRate.html b/ivi/tct-video-html5-tests/video/video_onratechange_event_playbackRate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_onseeking_event.html b/ivi/tct-video-html5-tests/video/video_onseeking_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_ontimeupdate_event.html b/ivi/tct-video-html5-tests/video/video_ontimeupdate_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_onvolumechange_event_muted.html b/ivi/tct-video-html5-tests/video/video_onvolumechange_event_muted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_onvolumechange_event_volume.html b/ivi/tct-video-html5-tests/video/video_onvolumechange_event_volume.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_onwaiting_event.html b/ivi/tct-video-html5-tests/video/video_onwaiting_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_pause_3gp_h263_aac.html b/ivi/tct-video-html5-tests/video/video_pause_3gp_h263_aac.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_pause_3gp_mpeg4_amr.html b/ivi/tct-video-html5-tests/video/video_pause_3gp_mpeg4_amr.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_pause_method_exists.html b/ivi/tct-video-html5-tests/video/video_pause_method_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_pause_method_type.html b/ivi/tct-video-html5-tests/video/video_pause_method_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_pause_mp4_h264_aac.html b/ivi/tct-video-html5-tests/video/video_pause_mp4_h264_aac.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_pause_ogg_theora_vorbis.html b/ivi/tct-video-html5-tests/video/video_pause_ogg_theora_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_pause_webm_vp8_vorbis.html b/ivi/tct-video-html5-tests/video/video_pause_webm_vp8_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_paused_attribute_readonly.html b/ivi/tct-video-html5-tests/video/video_paused_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_play_3gp_h263_aac.html b/ivi/tct-video-html5-tests/video/video_play_3gp_h263_aac.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_play_3gp_mpeg4_amr.html b/ivi/tct-video-html5-tests/video/video_play_3gp_mpeg4_amr.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_play_method_exists.html b/ivi/tct-video-html5-tests/video/video_play_method_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_play_method_type.html b/ivi/tct-video-html5-tests/video/video_play_method_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_play_mp4_h264_aac.html b/ivi/tct-video-html5-tests/video/video_play_mp4_h264_aac.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_play_ogg_theora_vorbis.html b/ivi/tct-video-html5-tests/video/video_play_ogg_theora_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_play_webm_vp8_vorbis.html b/ivi/tct-video-html5-tests/video/video_play_webm_vp8_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_playbackRate_not_effect_by_controller.html b/ivi/tct-video-html5-tests/video/video_playbackRate_not_effect_by_controller.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_playbackRate_value_null.html b/ivi/tct-video-html5-tests/video/video_playbackRate_value_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_playbackRate_value_zero.html b/ivi/tct-video-html5-tests/video/video_playbackRate_value_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_played_attribute_readonly.html b/ivi/tct-video-html5-tests/video/video_played_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_played_length_default_value.html b/ivi/tct-video-html5-tests/video/video_played_length_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_preload_auto.html b/ivi/tct-video-html5-tests/video/video_preload_auto.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_resume_ogg_theora_vorbis.html b/ivi/tct-video-html5-tests/video/video_resume_ogg_theora_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_resume_webm_vp8_vorbis.html b/ivi/tct-video-html5-tests/video/video_resume_webm_vp8_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_seek_ogg_theora_vorbis.html b/ivi/tct-video-html5-tests/video/video_seek_ogg_theora_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_seek_webm_vp8_vorbis.html b/ivi/tct-video-html5-tests/video/video_seek_webm_vp8_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_seekable_attribute_readonly.html b/ivi/tct-video-html5-tests/video/video_seekable_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_seekable_length_default_value.html b/ivi/tct-video-html5-tests/video/video_seekable_length_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_seeking_attribute_readonly.html b/ivi/tct-video-html5-tests/video/video_seeking_attribute_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_seeking_value_true.html b/ivi/tct-video-html5-tests/video/video_seeking_value_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_src_basic.html b/ivi/tct-video-html5-tests/video/video_src_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_src_null.html b/ivi/tct-video-html5-tests/video/video_src_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_stop_ogg_theora_vorbis.html b/ivi/tct-video-html5-tests/video/video_stop_ogg_theora_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_stop_webm_vp8_vorbis.html b/ivi/tct-video-html5-tests/video/video_stop_webm_vp8_vorbis.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_textTracks_exist.html b/ivi/tct-video-html5-tests/video/video_textTracks_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_textTracks_readonly.html b/ivi/tct-video-html5-tests/video/video_textTracks_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_textTracks_type.html b/ivi/tct-video-html5-tests/video/video_textTracks_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_textTracks_valid_value.html b/ivi/tct-video-html5-tests/video/video_textTracks_valid_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_videoHeght_media_resource_available.html b/ivi/tct-video-html5-tests/video/video_videoHeght_media_resource_available.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_videoHeight_readState_HAVE_NOTHING.html b/ivi/tct-video-html5-tests/video/video_videoHeight_readState_HAVE_NOTHING.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_videoHeight_readonly.html b/ivi/tct-video-html5-tests/video/video_videoHeight_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_videoWidth_media_resource_available.html b/ivi/tct-video-html5-tests/video/video_videoWidth_media_resource_available.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_videoWidth_readonly.html b/ivi/tct-video-html5-tests/video/video_videoWidth_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/video_zero_default_state.html b/ivi/tct-video-html5-tests/video/video_zero_default_state.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/COPYING b/ivi/tct-video-html5-tests/video/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/addTextTrack.html b/ivi/tct-video-html5-tests/video/w3c/addTextTrack.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream_with_codecs_1.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream_with_codecs_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream_with_codecs_2.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream_with_codecs_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream_with_codecs_3.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_application_octet_stream_with_codecs_3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_bogus_type.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_bogus_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_codecs_order_1.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_codecs_order_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_codecs_order_2.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_codecs_order_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_codecs_order_3.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_codecs_order_3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_method_exists.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_method_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_supported_but_no_codecs_parameter_1.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_supported_but_no_codecs_parameter_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_supported_but_no_codecs_parameter_2.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_supported_but_no_codecs_parameter_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_supported_but_no_codecs_parameter_3.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_supported_but_no_codecs_parameter_3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_1.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_2.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_3.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_4.html b/ivi/tct-video-html5-tests/video/w3c/canPlayType_two_implies_one_4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/currentSrc.html b/ivi/tct-video-html5-tests/video/w3c/currentSrc.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/currentSrc_property_exists.html b/ivi/tct-video-html5-tests/video/w3c/currentSrc_property_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/duration.html b/ivi/tct-video-html5-tests/video/w3c/duration.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/error_null.html b/ivi/tct-video-html5-tests/video/w3c/error_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/error_property_exists.html b/ivi/tct-video-html5-tests/video/w3c/error_property_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/event_canplay.html b/ivi/tct-video-html5-tests/video/w3c/event_canplay.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/event_canplaythrough.html b/ivi/tct-video-html5-tests/video/w3c/event_canplaythrough.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/event_loadeddata.html b/ivi/tct-video-html5-tests/video/w3c/event_loadeddata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/event_loadedmetadata.html b/ivi/tct-video-html5-tests/video/w3c/event_loadedmetadata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/event_loadstart.html b/ivi/tct-video-html5-tests/video/w3c/event_loadstart.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/event_order_canplay_canplaythrough.html b/ivi/tct-video-html5-tests/video/w3c/event_order_canplay_canplaythrough.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/event_order_canplay_playing.html b/ivi/tct-video-html5-tests/video/w3c/event_order_canplay_playing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/event_order_loadedmetadata_loadeddata.html b/ivi/tct-video-html5-tests/video/w3c/event_order_loadedmetadata_loadeddata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/event_order_loadstart_progress.html b/ivi/tct-video-html5-tests/video/w3c/event_order_loadstart_progress.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/event_play.html b/ivi/tct-video-html5-tests/video/w3c/event_play.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/event_playing.html b/ivi/tct-video-html5-tests/video/w3c/event_playing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/event_progress.html b/ivi/tct-video-html5-tests/video/w3c/event_progress.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/muted.html b/ivi/tct-video-html5-tests/video/w3c/muted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/networkState_initial.html b/ivi/tct-video-html5-tests/video/w3c/networkState_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/networkState_property_exists.html b/ivi/tct-video-html5-tests/video/w3c/networkState_property_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/paused_false_during_play.html b/ivi/tct-video-html5-tests/video/w3c/paused_false_during_play.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/paused_true_during_pause.html b/ivi/tct-video-html5-tests/video/w3c/paused_true_during_pause.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/playbackRate.html b/ivi/tct-video-html5-tests/video/w3c/playbackRate.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/preload_property_exists.html b/ivi/tct-video-html5-tests/video/w3c/preload_property_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/preload_reflects_auto_value.html b/ivi/tct-video-html5-tests/video/w3c/preload_reflects_auto_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/preload_reflects_metadata.html b/ivi/tct-video-html5-tests/video/w3c/preload_reflects_metadata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/preload_reflects_none.html b/ivi/tct-video-html5-tests/video/w3c/preload_reflects_none.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/preload_reflects_none_autoplay.html b/ivi/tct-video-html5-tests/video/w3c/preload_reflects_none_autoplay.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/readyState_during_canplay.html b/ivi/tct-video-html5-tests/video/w3c/readyState_during_canplay.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/readyState_during_canplaythrough.html b/ivi/tct-video-html5-tests/video/w3c/readyState_during_canplaythrough.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/readyState_during_loadeddata.html b/ivi/tct-video-html5-tests/video/w3c/readyState_during_loadeddata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/readyState_during_loadedmetadata.html b/ivi/tct-video-html5-tests/video/w3c/readyState_during_loadedmetadata.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/readyState_during_playing.html b/ivi/tct-video-html5-tests/video/w3c/readyState_during_playing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/readyState_initial.html b/ivi/tct-video-html5-tests/video/w3c/readyState_initial.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/readyState_property_exists.html b/ivi/tct-video-html5-tests/video/w3c/readyState_property_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/src_reflects_attribute_not_source_elements.html b/ivi/tct-video-html5-tests/video/w3c/src_reflects_attribute_not_source_elements.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/src_reflects_no_value.html b/ivi/tct-video-html5-tests/video/w3c/src_reflects_no_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/src_removal_does_not_trigger_loadstart.html b/ivi/tct-video-html5-tests/video/w3c/src_removal_does_not_trigger_loadstart.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/textTracks.html b/ivi/tct-video-html5-tests/video/w3c/textTracks.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_000-manual.htm b/ivi/tct-video-html5-tests/video/w3c/video_000-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_011-manual.htm b/ivi/tct-video-html5-tests/video/w3c/video_011-manual.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_attributes.html b/ivi/tct-video-html5-tests/video/w3c/video_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_controls_present-manual.html b/ivi/tct-video-html5-tests/video/w3c/video_controls_present-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_controls_reflect.html b/ivi/tct-video-html5-tests/video/w3c/video_controls_reflect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_defaultMuted_reflect.html b/ivi/tct-video-html5-tests/video/w3c/video_defaultMuted_reflect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_height_reflect.html b/ivi/tct-video-html5-tests/video/w3c/video_height_reflect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_loop_base.html b/ivi/tct-video-html5-tests/video/w3c/video_loop_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_loop_current_media_controller-manual.html b/ivi/tct-video-html5-tests/video/w3c/video_loop_current_media_controller-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_loop_reflect.html b/ivi/tct-video-html5-tests/video/w3c/video_loop_reflect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_muted_overriding_volume-manual.html b/ivi/tct-video-html5-tests/video/w3c/video_muted_overriding_volume-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_muted_present-manual.html b/ivi/tct-video-html5-tests/video/w3c/video_muted_present-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_muted_volumechange.html b/ivi/tct-video-html5-tests/video/w3c/video_muted_volumechange.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_volume_check.html b/ivi/tct-video-html5-tests/video/w3c/video_volume_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_volume_loudest-manual.html b/ivi/tct-video-html5-tests/video/w3c/video_volume_loudest-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_volume_silent-manual.html b/ivi/tct-video-html5-tests/video/w3c/video_volume_silent-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_volume_volumechange.html b/ivi/tct-video-html5-tests/video/w3c/video_volume_volumechange.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/video/w3c/video_width_reflect.html b/ivi/tct-video-html5-tests/video/w3c/video_width_reflect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/webrunner/index.html b/ivi/tct-video-html5-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-video-html5-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-video-html5-tests/webrunner/testrunner.js b/ivi/tct-video-html5-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/COPYING b/ivi/tct-webaudio-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/README b/ivi/tct-webaudio-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/config.xml b/ivi/tct-webaudio-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/icon.png b/ivi/tct-webaudio-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/manifest.json b/ivi/tct-webaudio-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/resources/COPYING b/ivi/tct-webaudio-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/resources/WebIDLParser.js b/ivi/tct-webaudio-w3c-tests/resources/WebIDLParser.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/resources/idlharness.js b/ivi/tct-webaudio-w3c-tests/resources/idlharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/resources/testharness.css b/ivi/tct-webaudio-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/resources/testharness.js b/ivi/tct-webaudio-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/resources/testharnessreport.js b/ivi/tct-webaudio-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/suite.json b/ivi/tct-webaudio-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/testcase.xsl b/ivi/tct-webaudio-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/testresult.xsl b/ivi/tct-webaudio-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/tests.css b/ivi/tct-webaudio-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/tests.full.xml b/ivi/tct-webaudio-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/tests.xml b/ivi/tct-webaudio-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_fftSize_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_fftSize_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_fftSize_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_fftSize_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_fftSize_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_fftSize_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_frequencyBinCount_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_frequencyBinCount_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_frequencyBinCount_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_frequencyBinCount_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_frequencyBinCount_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_frequencyBinCount_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_frequencyBinCount_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_frequencyBinCount_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getByteFrequencyData_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getByteFrequencyData_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getByteFrequencyData_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getByteFrequencyData_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getByteFrequencyData_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getByteFrequencyData_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getByteTimeDomainData_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getByteTimeDomainData_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getByteTimeDomainData_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getByteTimeDomainData_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getByteTimeDomainData_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getByteTimeDomainData_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getFloatFrequencyData_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getFloatFrequencyData_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getFloatFrequencyData_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getFloatFrequencyData_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getFloatFrequencyData_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_getFloatFrequencyData_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_maxDecibels_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_maxDecibels_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_maxDecibels_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_maxDecibels_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_maxDecibels_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_maxDecibels_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_minDecibels_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_minDecibels_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_minDecibels_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_minDecibels_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_minDecibels_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_minDecibels_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_smoothingTimeConstant_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_smoothingTimeConstant_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_smoothingTimeConstant_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_smoothingTimeConstant_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_smoothingTimeConstant_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/analysernode_smoothingTimeConstant_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_duration_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_duration_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_duration_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_duration_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_duration_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_duration_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_getChannelData_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_getChannelData_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_getChannelData_exception.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_getChannelData_exception.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_getChannelData_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_getChannelData_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_getChannelData_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_getChannelData_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_length_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_length_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_length_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_length_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_length_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_length_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_numberOfChannels_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_numberOfChannels_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_numberOfChannels_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_numberOfChannels_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_numberOfChannels_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_numberOfChannels_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_numberOfChannels_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_numberOfChannels_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_sampleRate_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_sampleRate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_sampleRate_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_sampleRate_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_sampleRate_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_sampleRate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_sampleRate_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffer_sampleRate_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_FINISHED_STATE_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_FINISHED_STATE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_PLAYING_STATE_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_PLAYING_STATE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_SCHEDULED_STATE_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_SCHEDULED_STATE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_UNSCHEDULED_STATE_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_UNSCHEDULED_STATE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_buffer_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_buffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_buffer_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_buffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_buffer_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_buffer_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopEnd_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopEnd_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopEnd_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopEnd_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopEnd_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopEnd_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopEnd_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopEnd_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopStart_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopStart_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopStart_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopStart_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopStart_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopStart_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopStart_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loopStart_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loop_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loop_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loop_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loop_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loop_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loop_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loop_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_loop_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_playbackRate_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_playbackRate_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_playbackRate_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_playbackRate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_playbackRate_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_playbackRate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_playbackState_initial_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_playbackState_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_playbackState_start_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_playbackState_start_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_start_after_stop.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_start_after_stop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_start_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_start_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_start_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_start_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_start_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_start_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_stop_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_stop_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_stop_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_stop_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_stop_twice.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_stop_twice.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_stop_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiobuffersourcenode_stop_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createAnalyser_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createAnalyser_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createAnalyser_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createAnalyser_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createAnalyser_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createAnalyser_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBiquadFilter_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBiquadFilter_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBiquadFilter_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBiquadFilter_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBiquadFilter_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBiquadFilter_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBufferSource_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBufferSource_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBufferSource_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBufferSource_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBufferSource_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBufferSource_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_three_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_three_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_three_numberOfChannels_upper.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_three_numberOfChannels_upper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_three_sampleRate_lower.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_three_sampleRate_lower.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_three_sampleRate_upper.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_three_sampleRate_upper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_two_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_two_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createBuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelMerger_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelMerger_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelMerger_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelMerger_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelMerger_no_argument.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelMerger_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelMerger_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelMerger_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelSplitter_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelSplitter_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelSplitter_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelSplitter_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelSplitter_no_argument.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelSplitter_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelSplitter_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createChannelSplitter_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createConvolver_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createConvolver_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createConvolver_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createConvolver_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createConvolver_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createConvolver_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDelayNode_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDelayNode_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDelayNode_no_argument.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDelayNode_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDelay_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDelay_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDelay_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDelay_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDynamicsCompressor_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDynamicsCompressor_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDynamicsCompressor_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDynamicsCompressor_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDynamicsCompressor_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createDynamicsCompressor_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createGain_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createGain_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createGain_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createGain_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createGain_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createGain_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createMediaElementSource_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createMediaElementSource_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createMediaElementSource_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createMediaElementSource_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createMediaElementSource_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createMediaElementSource_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createMediaStreamSource_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createMediaStreamSource_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createMediaStreamSource_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createMediaStreamSource_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createOscillator_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createOscillator_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createOscillator_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createOscillator_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createOscillator_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createOscillator_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createPanner_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createPanner_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createPanner_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createPanner_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createPanner_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createPanner_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createPeriodicWave_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createPeriodicWave_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createPeriodicWave_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createPeriodicWave_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_1024.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_1024.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_16384.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_16384.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_2048.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_2048.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_256.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_256.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_4096.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_4096.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_512.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_512.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_8192.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_8192.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_exception.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_bufferSize_exception.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_three_parameters.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_three_parameters.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createScriptProcessor_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createWaveShaper_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createWaveShaper_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createWaveShaper_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createWaveShaper_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createWaveShaper_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createWaveShaper_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createwavetable_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createwavetable_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createwavetable_exception.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_createwavetable_exception.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_currentTime_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_currentTime_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_currentTime_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_currentTime_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_currentTime_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_currentTime_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_decodeAudioData_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_decodeAudioData_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_decodeAudioData_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_decodeAudioData_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_decodeAudioData_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_decodeAudioData_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_destination_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_destination_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_destination_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_destination_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_destination_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_destination_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_listener_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_listener_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_listener_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_listener_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_listener_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_listener_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_sampleRate_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_sampleRate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_sampleRate_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_sampleRate_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_sampleRate_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiocontext_sampleRate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiodestinationnode_numberOfChannels_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiodestinationnode_numberOfChannels_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiodestinationnode_numberOfChannels_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiodestinationnode_numberOfChannels_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiodestinationnode_numberOfChannels_upper.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiodestinationnode_numberOfChannels_upper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiodestinationnode_numberOfChannels_zero.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiodestinationnode_numberOfChannels_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_dopplerFactor_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_dopplerFactor_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_dopplerFactor_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_dopplerFactor_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_dopplerFactor_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_dopplerFactor_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_dopplerFactor_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_dopplerFactor_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setOrientation_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setOrientation_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setOrientation_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setOrientation_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setOrientation_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setOrientation_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setPosition_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setPosition_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setPosition_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setPosition_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setPosition_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setPosition_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setVelocity_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setVelocity_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setVelocity_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setVelocity_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setVelocity_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_setVelocity_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_speedOfSound_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_speedOfSound_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_speedOfSound_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_speedOfSound_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_speedOfSound_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_speedOfSound_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_speedOfSound_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audiolistener_speedOfSound_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_input_exception.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_input_exception.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_output_exception.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_output_exception.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_output_input_no_argument.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_output_input_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_three_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_three_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_two_arguments.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_two_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_connect_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_context_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_context_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_context_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_context_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_context_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_context_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_disconnect_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_disconnect_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_disconnect_exception.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_disconnect_exception.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_disconnect_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_disconnect_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_disconnect_no_argument.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_disconnect_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_disconnect_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_disconnect_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_numberOfInputs_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_numberOfInputs_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_numberOfInputs_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_numberOfInputs_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_numberOfInputs_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_numberOfInputs_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_numberOfOutputs_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_numberOfOutputs_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_numberOfOutputs_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_numberOfOutputs_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audionode_numberOfOutputs_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audionode_numberOfOutputs_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_cancelScheduledValues_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_cancelScheduledValues_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_cancelScheduledValues_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_cancelScheduledValues_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_cancelScheduledValues_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_cancelScheduledValues_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_computedValue_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_computedValue_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_defaultValue_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_defaultValue_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_defaultValue_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_defaultValue_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_defaultValue_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_defaultValue_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_exponentialRampToValueAtTime_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_exponentialRampToValueAtTime_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_exponentialRampToValueAtTime_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_exponentialRampToValueAtTime_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_exponentialRampToValueAtTime_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_exponentialRampToValueAtTime_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_linearRampToValueAtTime_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_linearRampToValueAtTime_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_linearRampToValueAtTime_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_linearRampToValueAtTime_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_linearRampToValueAtTime_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_linearRampToValueAtTime_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setTargetAtTime_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setTargetAtTime_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setTargetAtTime_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setTargetAtTime_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setTargetAtTime_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setTargetAtTime_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setValueAtTime_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setValueAtTime_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setValueAtTime_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setValueAtTime_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setValueAtTime_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setValueAtTime_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setValueCurveAtTime_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setValueCurveAtTime_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setValueCurveAtTime_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setValueCurveAtTime_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setValueCurveAtTime_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_setValueCurveAtTime_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_value_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_value_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_value_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_value_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_value_maxValue_upper.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_value_maxValue_upper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_value_minValue_upper.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_value_minValue_upper.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_value_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioparam_value_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_inputBuffer_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_inputBuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_inputBuffer_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_inputBuffer_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_inputBuffer_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_inputBuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_inputBuffer_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_inputBuffer_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_outputBuffer_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_outputBuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_outputBuffer_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_outputBuffer_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_outputBuffer_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_outputBuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_outputBuffer_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/audioprocessingevent_outputBuffer_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_Q_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_Q_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_Q_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_Q_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_Q_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_Q_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_detune_basic.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_detune_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_frequency_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_frequency_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_frequency_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_frequency_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_frequency_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_frequency_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_gain_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_gain_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_gain_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_gain_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_gain_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_gain_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_getFrequencyResponse_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_getFrequencyResponse_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_getFrequencyResponse_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_getFrequencyResponse_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_getFrequencyResponse_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_getFrequencyResponse_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_allpass_phase.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_allpass_phase.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_allvalues.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_allvalues.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_bandpass_above.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_bandpass_above.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_bandpass_below.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_bandpass_below.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_bandpass_center.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_bandpass_center.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_highpass_above.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_highpass_above.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_highpass_below.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_highpass_below.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_highshelf_attenuation.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_highshelf_attenuation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_highshelf_boost.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_highshelf_boost.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_lowpass_above.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_lowpass_above.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_lowpass_below.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_lowpass_below.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_lowshelf_attenuation.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_lowshelf_attenuation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_lowshelf_boost.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_lowshelf_boost.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_notch_all.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_notch_all.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_notch_except.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_notch_except.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_peaking_attenuation.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_peaking_attenuation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_peaking_boost.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_peaking_boost.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/biquadfilternode_type_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_buffer_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_buffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_buffer_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_buffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_buffer_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_buffer_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_normalize_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_normalize_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_normalize_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_normalize_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_normalize_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_normalize_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_normalize_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/convolvernode_normalize_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/delaynode_delayTime_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/delaynode_delayTime_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/delaynode_delayTime_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/delaynode_delayTime_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/delaynode_delayTime_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/delaynode_delayTime_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/delaynode_delayTime_value_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/delaynode_delayTime_value_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_attack_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_attack_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_attack_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_attack_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_attack_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_attack_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_knee_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_knee_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_knee_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_knee_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_knee_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_knee_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_ratio_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_ratio_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_ratio_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_ratio_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_ratio_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_ratio_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_reduction_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_reduction_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_reduction_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_reduction_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_reduction_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_reduction_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_release_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_release_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_release_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_release_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_release_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_release_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_threshold_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_threshold_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_threshold_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_threshold_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_threshold_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/dynamicscompressornode_threshold_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/gainnode_gain_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/gainnode_gain_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/gainnode_gain_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/gainnode_gain_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/gainnode_gain_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/gainnode_gain_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/gainnode_gain_value_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/gainnode_gain_value_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/offlineaudiocontext_oncomplete_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/offlineaudiocontext_oncomplete_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/offlineaudiocontext_oncomplete_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/offlineaudiocontext_oncomplete_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/offlineaudiocontext_startRendering_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/offlineaudiocontext_startRendering_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/offlineaudiocontext_startRendering_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/offlineaudiocontext_startRendering_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_FINISHED_STATE_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_FINISHED_STATE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_PLAYING_STATE_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_PLAYING_STATE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_PLAYING_STATE_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_PLAYING_STATE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_SCHEDULED_STATE_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_SCHEDULED_STATE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_UNSCHEDULED_STATE_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_UNSCHEDULED_STATE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_detune_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_detune_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_detune_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_detune_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_detune_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_detune_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_frequency_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_frequency_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_frequency_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_frequency_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_frequency_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_frequency_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_playbackState_basic.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_playbackState_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_setPeriodicWave_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_setPeriodicWave_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_setPeriodicWave_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_setPeriodicWave_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_setWaveTable_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_setWaveTable_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_start_0.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_start_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_start_after_stop.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_start_after_stop.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_start_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_start_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_start_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_start_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_start_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_start_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_stop_0.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_stop_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_stop_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_stop_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_stop_before_start.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_stop_before_start.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_stop_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_stop_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_stop_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_stop_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_type_allvalues.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_type_allvalues.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_type_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_type_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_type_invalid_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_type_invalid_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_type_setwavetable_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_type_setwavetable_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_type_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/oscillatornode_type_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneInnerAngle_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneInnerAngle_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneInnerAngle_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneInnerAngle_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneInnerAngle_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneInnerAngle_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneOuterAngle_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneOuterAngle_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneOuterAngle_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneOuterAngle_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneOuterAngle_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneOuterAngle_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneOuterGain_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneOuterGain_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneOuterGain_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneOuterGain_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneOuterGain_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_coneOuterGain_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_distanceModel_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_distanceModel_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_distanceModel_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_distanceModel_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_distanceModel_exponential.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_distanceModel_exponential.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_distanceModel_inverse.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_distanceModel_inverse.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_maxDistance_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_maxDistance_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_maxDistance_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_maxDistance_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_maxDistance_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_maxDistance_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_panningModel_HRTF.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_panningModel_HRTF.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_panningModel_default_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_panningModel_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_panningModel_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_panningModel_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_panningModel_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_panningModel_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_refDistance_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_refDistance_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_refDistance_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_refDistance_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_refDistance_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_refDistance_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_rolloffFactor_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_rolloffFactor_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_rolloffFactor_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_rolloffFactor_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_rolloffFactor_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_rolloffFactor_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setOrientation_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setOrientation_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setOrientation_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setOrientation_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setOrientation_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setOrientation_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setPosition_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setPosition_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setPosition_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setPosition_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setPosition_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setPosition_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setVelocity_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setVelocity_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setVelocity_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setVelocity_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setVelocity_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/pannernode_setVelocity_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/scriptprocessornode_bufferSize_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/scriptprocessornode_bufferSize_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/scriptprocessornode_bufferSize_readonly.html b/ivi/tct-webaudio-w3c-tests/webaudio/scriptprocessornode_bufferSize_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/scriptprocessornode_bufferSize_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/scriptprocessornode_bufferSize_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/scriptprocessornode_bufferSize_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/scriptprocessornode_bufferSize_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/scriptprocessornode_onaudioprocess_base.html b/ivi/tct-webaudio-w3c-tests/webaudio/scriptprocessornode_onaudioprocess_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/scriptprocessornode_onaudioprocess_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/scriptprocessornode_onaudioprocess_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/spec.json b/ivi/tct-webaudio-w3c-tests/webaudio/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/support/COPYING b/ivi/tct-webaudio-w3c-tests/webaudio/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/support/sin_440Hz_-6dBFS_1s.wav b/ivi/tct-webaudio-w3c-tests/webaudio/support/sin_440Hz_-6dBFS_1s.wav old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/support/sound_5.oga b/ivi/tct-webaudio-w3c-tests/webaudio/support/sound_5.oga old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/support/webaudio.js b/ivi/tct-webaudio-w3c-tests/webaudio/support/webaudio.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/w3c/COPYING b/ivi/tct-webaudio-w3c-tests/webaudio/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/w3c/js/buffer-loader.js b/ivi/tct-webaudio-w3c-tests/webaudio/w3c/js/buffer-loader.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/w3c/js/helpers.js b/ivi/tct-webaudio-w3c-tests/webaudio/w3c/js/helpers.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/w3c/js/lodash.js b/ivi/tct-webaudio-w3c-tests/webaudio/w3c/js/lodash.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/w3c/js/vendor-prefixes.js b/ivi/tct-webaudio-w3c-tests/webaudio/w3c/js/vendor-prefixes.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/w3c/the-audio-api/the-gainnode-interface/gain-expected.wav b/ivi/tct-webaudio-w3c-tests/webaudio/w3c/the-audio-api/the-gainnode-interface/gain-expected.wav old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/w3c/the-audio-api/the-gainnode-interface/gain-node-idl-test.html b/ivi/tct-webaudio-w3c-tests/webaudio/w3c/the-audio-api/the-gainnode-interface/gain-node-idl-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/w3c/the-audio-api/the-gainnode-interface/gain-node-test.html b/ivi/tct-webaudio-w3c-tests/webaudio/w3c/the-audio-api/the-gainnode-interface/gain-node-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/w3c/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html b/ivi/tct-webaudio-w3c-tests/webaudio/w3c/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/waveshapernode_curve_exists.html b/ivi/tct-webaudio-w3c-tests/webaudio/waveshapernode_curve_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/waveshapernode_curve_greater.html b/ivi/tct-webaudio-w3c-tests/webaudio/waveshapernode_curve_greater.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/waveshapernode_curve_less.html b/ivi/tct-webaudio-w3c-tests/webaudio/waveshapernode_curve_less.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/waveshapernode_curve_type.html b/ivi/tct-webaudio-w3c-tests/webaudio/waveshapernode_curve_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/waveshapernode_curve_value.html b/ivi/tct-webaudio-w3c-tests/webaudio/waveshapernode_curve_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webaudio/waveshapernode_curve_zero.html b/ivi/tct-webaudio-w3c-tests/webaudio/waveshapernode_curve_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webrunner/index.html b/ivi/tct-webaudio-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-webaudio-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webaudio-w3c-tests/webrunner/testrunner.js b/ivi/tct-webaudio-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/COPYING b/ivi/tct-webdatabase-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/README b/ivi/tct-webdatabase-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/config.xml b/ivi/tct-webdatabase-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/icon.png b/ivi/tct-webdatabase-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/manifest.json b/ivi/tct-webdatabase-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/resources/COPYING b/ivi/tct-webdatabase-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/resources/testharness.css b/ivi/tct-webdatabase-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/resources/testharness.js b/ivi/tct-webdatabase-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/resources/testharnessreport.js b/ivi/tct-webdatabase-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/suite.json b/ivi/tct-webdatabase-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/testcase.xsl b/ivi/tct-webdatabase-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/testresult.xsl b/ivi/tct-webdatabase-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/tests.css b/ivi/tct-webdatabase-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/tests.full.xml b/ivi/tct-webdatabase-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/tests.xml b/ivi/tct-webdatabase-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseCallback_handleEvent_database.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseCallback_handleEvent_database.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseCallback_handleEvent_no_arguments.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseCallback_handleEvent_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_base.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_base.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_base.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_callback_not_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_callback_not_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_callback_not_null.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_callback_not_null.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_callback_with_exception.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_callback_with_exception.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_callback_with_exception.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_callback_with_exception.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_no_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_no_argument.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_no_argument.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_run_transaction_in_callback.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_run_transaction_in_callback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_run_transaction_in_callback.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_run_transaction_in_callback.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_with_null_callback.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_with_null_callback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_with_null_callback.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_with_null_callback.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_with_schema_update.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_with_schema_update.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_with_schema_update.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_with_schema_update.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_wrong_old_version.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_wrong_old_version.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_wrong_old_version.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_changeVersion_wrong_old_version.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_base.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_base.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_base.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_no_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_no_argument.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_no_argument.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_null_transaction.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_null_transaction.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_null_transaction.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_null_transaction.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_read_operation.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_read_operation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_read_operation.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_read_operation.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_update_operations.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_update_operations.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_update_operations.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_update_operations.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_write_operations.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_write_operations.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_write_operations.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_readTransaction_write_operations.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_base.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_base.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_base.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_callback_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_callback_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_callback_null.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_callback_null.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_exception_UNKOWN_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_exception_UNKOWN_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_exception_UNKOWN_ERR.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_exception_UNKOWN_ERR.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_execute_sql.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_execute_sql.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_execute_sql.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_execute_sql.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_no_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_no_argument.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_transaction_no_argument.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_2point0.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_2point0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_2point0.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_2point0.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_empty_string.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_empty_string.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_empty_string.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_normal.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_normal.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_normal.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_readonly.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_readonly.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_readonly.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_type.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_type.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/DatabaseSync_version_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_newVersion_2point0.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_newVersion_2point0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_newVersion_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_newVersion_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_newversion_less_oldversion.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_newversion_less_oldversion.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_no_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_no_errorcallback.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_no_errorcallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_no_successCallback.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_no_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_oldVersion_error.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_oldVersion_error.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_with_schema_update.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_with_schema_update.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_wrong_old_version.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeVersion_wrong_old_version.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeversion_base.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeversion_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeversion_in_worker.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeversion_in_worker.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeversion_in_worker.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_changeversion_in_worker.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_base.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_callback_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_callback_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_errorCallback.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_errorCallback_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_errorCallback_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_insert_operation.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_insert_operation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_no_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_successCallback_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_successCallback_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_update_operation.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_readTransaction_update_operation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_base.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_callback_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_callback_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_errorCallback.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_errorCallback_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_errorCallback_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_no_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_successCallback.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_successCallback_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_transaction_successCallback_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_version_2point0.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_version_2point0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_version_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_version_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_version_empty_string.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_version_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_version_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_version_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_version_normal.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_version_normal.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_version_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/Database_version_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_CONSTRAINT_ERR_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_CONSTRAINT_ERR_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_DATABASE_ERR_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_DATABASE_ERR_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_QUOTA_ERR_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_QUOTA_ERR_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_SYNTAX_ERR_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_SYNTAX_ERR_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_TIMEOUT_ERR_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_TIMEOUT_ERR_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_TOO_LARGE_ERR_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_TOO_LARGE_ERR_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_UNKNOWN_ERR_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_UNKNOWN_ERR_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_VERSION_ERR_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_VERSION_ERR_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_code_2.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_code_2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_code_5.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_code_5.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_code_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_code_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_code_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_code_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_message_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_message_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_message_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLError_message_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_type.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_type.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_value.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_value.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_CONSTRAINT_ERR_value.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_type.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_type.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_value.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_value.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_DATABASE_ERR_value.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_type.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_type.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_value.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_value.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_QUOTA_ERR_value.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_type.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_type.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_value.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_value.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_SYNTAX_ERR_value.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_type.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_type.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_value.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_value.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TIMEOUT_ERR_value.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_type.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_type.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_value.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_value.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_TOO_LARGE_ERR_value.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_type.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_type.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_value.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_value.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_UNKNOWN_ERR_value.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_type.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_type.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_value.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_value.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_VERSION_ERR_value.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_SYNTAX_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_SYNTAX_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_SYNTAX_ERR.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_SYNTAX_ERR.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_UNKNOWN_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_UNKNOWN_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_UNKNOWN_ERR.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_UNKNOWN_ERR.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_VERSION_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_VERSION_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_VERSION_ERR.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_VERSION_ERR.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_statement_begin.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_statement_begin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_statement_begin.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_statement_begin.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_statement_commit.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_statement_commit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_statement_commit.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_statement_commit.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_statement_rollback.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_statement_rollback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_statement_rollback.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_statement_rollback.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_support_check.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_support_check.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_support_check.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_support_check.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_type.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_type.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_code_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_message_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_message_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_message_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_message_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_message_type.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_message_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_message_type.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLException_message_type.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_item_3_content.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_item_3_content.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_item_3_id.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_item_3_id.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_item_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_item_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_item_no_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_item_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_length_0.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_length_0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_length_1.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_length_1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_length_10.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_length_10.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_length_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_length_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_length_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSetRowList_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_delete.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_delete.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_drop_table.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_drop_table.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_exception_INVALID_ACCESS_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_exception_INVALID_ACCESS_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_insert_3rows.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_insert_3rows.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_update.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insertId_update.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insert_result.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insert_result.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insert_result_in_worker.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insert_result_in_worker.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insert_result_in_worker.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_insert_result_in_worker.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rowsAffected_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rowsAffected_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rowsAffected_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rowsAffected_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rowsAffected_insert.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rowsAffected_insert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rowsAffected_select.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rowsAffected_select.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rowsAffected_update.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rowsAffected_update.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rows_basic.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rows_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rows_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rows_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rows_item.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_rows_item.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_select_result.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_select_result.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_select_result_in_readTransaction.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_select_result_in_readTransaction.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_select_result_in_worker.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_select_result_in_worker.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_select_result_in_worker.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_select_result_in_worker.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_table_create_result.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_table_create_result.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_update_result.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLResultSet_update_result.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementCallback_handleEvent_no_arguments.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementCallback_handleEvent_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementCallback_handleEvent_select.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementCallback_handleEvent_select.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementCallback_handleEvent_transaction.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementCallback_handleEvent_transaction.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementCallback_handleEvent_transaction_resultSet.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementCallback_handleEvent_transaction_resultSet.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementErrorCallback_handleEvent_SQLError_CONSTRAINT_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementErrorCallback_handleEvent_SQLError_CONSTRAINT_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementErrorCallback_handleEvent_SQLError_SYNTAX_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementErrorCallback_handleEvent_SQLError_SYNTAX_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementErrorCallback_handleEvent_no_arguments.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementErrorCallback_handleEvent_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementErrorCallback_handleEvent_transaction.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementErrorCallback_handleEvent_transaction.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementErrorCallback_handleEvent_transaction_SQLError.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLStatementErrorCallback_handleEvent_transaction_SQLError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionCallback_handleEvent_SQLTransaction.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionCallback_handleEvent_SQLTransaction.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionCallback_handleEvent_no_arguments.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionCallback_handleEvent_no_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionErrorCallback_handleEvent_SQLError_SYNTAX_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionErrorCallback_handleEvent_SQLError_SYNTAX_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionErrorCallback_handleEvent_SQLError_VERSION_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionErrorCallback_handleEvent_SQLError_VERSION_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSyncCallback_handleEvent_SQLTransactionSync.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSyncCallback_handleEvent_SQLTransactionSync.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSyncCallback_handleEvent_SQLTransactionSync.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSyncCallback_handleEvent_SQLTransactionSync.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSyncCallback_handleEvent_base.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSyncCallback_handleEvent_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSyncCallback_handleEvent_base.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSyncCallback_handleEvent_base.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_base.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_base.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_base.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_no_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_no_argument.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_no_argument.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_null_statement.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_null_statement.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_null_statement.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_null_statement.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_optional_arguments_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_optional_arguments_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_optional_arguments_null.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_executeSql_optional_arguments_null.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_statement_bogus.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_statement_bogus.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_statement_bogus.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_statement_bogus.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_statement_failed.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_statement_failed.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_statement_failed.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransactionSync_statement_failed.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_base.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_create.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_create.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_errorcallback_substeps_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_errorcallback_substeps_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_exception_INVALID_STATE_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_exception_INVALID_STATE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_insert.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_insert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_no_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_null_optional_arguments.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_null_optional_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_null_statement.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_null_statement.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_skip_substeps.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_skip_substeps.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_update.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_update.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_with_question_in_statement.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_with_question_in_statement.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_with_unsupported_keyword.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/SQLTransaction_executeSql_with_unsupported_keyword.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_creationCallback_version.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_creationCallback_version.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_creationCallback_version.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_creationCallback_version.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_exception_INVALID_STATE_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_exception_INVALID_STATE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_exception_INVALID_STATE_ERR.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_exception_INVALID_STATE_ERR.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_in_transition_progress.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_in_transition_progress.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_in_transition_progress.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_in_transition_progress.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_name_case_sensitive.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_name_case_sensitive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_name_case_sensitive.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_name_case_sensitive.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_name_empty_string.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_name_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_name_empty_string.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_name_empty_string.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_no_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_no_argument.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_no_argument.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_no_creationCallback_version.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_no_creationCallback_version.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_no_creationCallback_version.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_no_creationCallback_version.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_open_existed_database_worker1.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_open_existed_database_worker1.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_open_existed_database_worker2.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_open_existed_database_worker2.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_open_existed_db_different_workers.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_open_existed_db_different_workers.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_version_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_version_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_version_null.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_version_null.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_with_emptyname.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_with_emptyname.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_with_emptyname.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_with_emptyname.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_with_same_name.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_with_same_name.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_with_same_name_worker1.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_with_same_name_worker1.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_with_same_name_worker2.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabaseSync_with_same_name_worker2.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_callback.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_callback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_callback.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_callback.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_creationCallback_version.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_creationCallback_version.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_creationCallback_version.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_creationCallback_version.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_exception_INVALID_STATE_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_exception_INVALID_STATE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_exception_INVALID_STATE_ERR.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_exception_INVALID_STATE_ERR.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_exist.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_exist.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_name_case_sensitive.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_name_case_sensitive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_name_case_sensitive.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_name_case_sensitive.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_name_empty_string.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_name_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_name_empty_string.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_name_empty_string.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_argument.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_argument.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_callback.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_callback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_callback.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_callback.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_creationCallback_version.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_creationCallback_version.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_creationCallback_version.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_creationCallback_version.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_displayName.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_displayName.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_displayName.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_displayName.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_estimatedsize.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_estimatedsize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_estimatedsize.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_no_estimatedsize.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_version_2point0.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_version_2point0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_version_2point0.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_version_2point0.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_version_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_version_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_version_null.js b/ivi/tct-webdatabase-w3c-tests/webdatabase/WorkerUtils_openDatabase_version_null.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/spec.json b/ivi/tct-webdatabase-w3c-tests/webdatabase/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_example_construct_query.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_example_construct_query.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_example_executesql_substitute_variables.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_example_executesql_substitute_variables.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_example_manipulate_database.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_example_manipulate_database.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_base.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_callback.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_callback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_creationCallback_version.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_creationCallback_version.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_exception_INVALID_STATE_ERR.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_exception_INVALID_STATE_ERR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_exist.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_name_case_sensitive.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_name_case_sensitive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_name_empty_string.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_name_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_name_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_name_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_no_argument.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_no_callback.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_no_callback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_no_creationCallback_version.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_no_creationCallback_version.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_no_estimatedsize.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_no_estimatedsize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_version_2point0.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_version_2point0.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_version_empty_string.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_version_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_version_null.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_version_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_with_different_versions.html b/ivi/tct-webdatabase-w3c-tests/webdatabase/window_openDatabase_with_different_versions.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webrunner/index.html b/ivi/tct-webdatabase-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-webdatabase-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webdatabase-w3c-tests/webrunner/testrunner.js b/ivi/tct-webdatabase-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/COPYING b/ivi/tct-webgl-nonw3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/README b/ivi/tct-webgl-nonw3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/config.xml b/ivi/tct-webgl-nonw3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/icon.png b/ivi/tct-webgl-nonw3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/manifest.json b/ivi/tct-webgl-nonw3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/resources/COPYING b/ivi/tct-webgl-nonw3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/resources/testharness.css b/ivi/tct-webgl-nonw3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/resources/testharness.js b/ivi/tct-webgl-nonw3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/resources/testharnessreport.js b/ivi/tct-webgl-nonw3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/suite.json b/ivi/tct-webgl-nonw3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/testcase.xsl b/ivi/tct-webgl-nonw3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/testresult.xsl b/ivi/tct-webgl-nonw3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/tests.css b/ivi/tct-webgl-nonw3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/tests.full.xml b/ivi/tct-webgl-nonw3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/tests.xml b/ivi/tct-webgl-nonw3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl-py/khronos/COPYING b/ivi/tct-webgl-nonw3c-tests/webgl-py/khronos/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl-py/khronos/origin-clean-conformance.html b/ivi/tct-webgl-nonw3c-tests/webgl-py/khronos/origin-clean-conformance.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl-py/khronos/readPixelsBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl-py/khronos/readPixelsBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/COPYING b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/_webgl_field.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/_webgl_field.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/_webgl_function.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/_webgl_function.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/_webgl_struct.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/_webgl_struct.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/_webgl_variable.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/_webgl_variable.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_float.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_float.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_mat2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_mat2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_mat3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_mat3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_mat4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_mat4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_int_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_ivec2_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_ivec2_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_ivec3_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_ivec3_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_ivec4_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/add_ivec4_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-A.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-A.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-B1.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-B1.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-B2.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-B2.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-B3.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-B3.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-B4.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-B4.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-C.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-C.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-D_G.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-D_G.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-G_I.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-G_I.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-L_S.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-L_S.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-S_V.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/argGenerators-S_V.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/array-buffer-crash.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/array-buffer-crash.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/array-buffer-view-crash.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/array-buffer-view-crash.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/array-unit-tests.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/array-unit-tests.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/arrayOutOfBounds.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/arrayOutOfBounds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/assign_int_to_float.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/assign_int_to_float.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/assign_ivec2_to_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/assign_ivec2_to_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/assign_ivec3_to_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/assign_ivec3_to_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/assign_ivec4_to_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/assign_ivec4_to_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/attrib-location-length-limits.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/attrib-location-length-limits.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bad-arguments-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bad-arguments-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bindBuffer.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bindBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bindBufferBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bindBufferBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bindFramebufferLeaveNonZero.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bindFramebufferLeaveNonZero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/buffer-bind-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/buffer-bind-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/buffer-data-array-buffer.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/buffer-data-array-buffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/buffer-offscreen-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/buffer-offscreen-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/buffer-preserve-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/buffer-preserve-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bufferData.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bufferData.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bufferDataBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bufferDataBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bufferSubData.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bufferSubData.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bufferSubDataBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/bufferSubDataBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/canvas-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/canvas-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/canvas-zero-size.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/canvas-zero-size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/conformance.context.constants.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/conformance.context.constants.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/conformance.context.methods.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/conformance.context.methods.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/conformance.more.context.constants.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/conformance.more.context.constants.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/conformance.more.context.methods.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/conformance.more.context.methods.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/construct_struct.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/construct_struct.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/context-attributes-alpha-depth-stencil-antialias.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/context-attributes-alpha-depth-stencil-antialias.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/context-lost-restored.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/context-lost-restored.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/context-lost.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/context-lost.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/context-type-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/context-type-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/copy-tex-image-and-sub-image-2d.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/copy-tex-image-and-sub-image-2d.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/copyTexImage2D.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/copyTexImage2D.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/copyTexImage2DBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/copyTexImage2DBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/copyTexSubImage2D.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/copyTexSubImage2D.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/copyTexSubImage2DBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/copyTexSubImage2DBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/deleteBufferBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/deleteBufferBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_float.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_float.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_mat2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_mat2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_mat3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_mat3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_mat4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_mat4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_int_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_ivec2_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_ivec2_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_ivec3_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_ivec3_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_ivec4_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/divide_ivec4_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/draw-arrays-out-of-bounds.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/draw-arrays-out-of-bounds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/draw-elements-out-of-bounds.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/draw-elements-out-of-bounds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/drawArrays.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/drawArrays.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/drawArraysOutOfBounds.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/drawArraysOutOfBounds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/drawElements.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/drawElements.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/drawElementsBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/drawElementsBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/drawingbuffer-static-canvas-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/drawingbuffer-static-canvas-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/drawingbuffer-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/drawingbuffer-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/embedded-struct-definitions-forbidden.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/embedded-struct-definitions-forbidden.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/equal_int_float.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/equal_int_float.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/equal_ivec2_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/equal_ivec2_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/equal_ivec3_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/equal_ivec3_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/equal_ivec4_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/equal_ivec4_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/error-reporting.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/error-reporting.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/framebuffer-object-attachment.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/framebuffer-object-attachment.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/framebuffer-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/framebuffer-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/function_int_float.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/function_int_float.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/function_ivec2_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/function_ivec2_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/function_ivec3_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/function_ivec3_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/function_ivec4_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/function_ivec4_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/functions-returning-strings.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/functions-returning-strings.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/get-active-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/get-active-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/get-extension.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/get-extension.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/getContext.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/getContext.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-bind-attrib-location-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-bind-attrib-location-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-clear.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-clear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-drawelements.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-drawelements.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-enable-enum-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-enable-enum-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-enable-vertex-attrib.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-enable-vertex-attrib.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-enum-tests.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-enum-tests.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-fragcoord.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-fragcoord.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-frontfacing.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-frontfacing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-get-active-attribute.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-get-active-attribute.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-get-active-uniform.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-get-active-uniform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-get-calls.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-get-calls.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-geterror.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-geterror.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-getshadersource.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-getshadersource.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-getstring.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-getstring.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-max-texture-dimensions.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-max-texture-dimensions.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-min-attribs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-min-attribs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-min-textures.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-min-textures.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-min-uniforms.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-min-uniforms.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-object-get-calls.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-object-get-calls.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-pixelstorei.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-pixelstorei.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-pointcoord.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-pointcoord.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-scissor-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-scissor-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-shader-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-shader-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-teximage.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-teximage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-uniform-arrays.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-uniform-arrays.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-uniform-bool.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-uniform-bool.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-uniformmatrix4fv.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-uniformmatrix4fv.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-unknown-uniform.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-unknown-uniform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-vertex-attrib-zero-issues.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-vertex-attrib-zero-issues.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-vertex-attrib.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-vertex-attrib.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-vertexattribpointer-offsets.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-vertexattribpointer-offsets.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-vertexattribpointer.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/gl-vertexattribpointer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-abs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-abs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-acos.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-acos.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-asin.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-asin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-atan-xy.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-atan-xy.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-atan.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-atan.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-ceil.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-ceil.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-clamp-float.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-clamp-float.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-clamp-gentype.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-clamp-gentype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-cos.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-cos.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-cross.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-cross.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-distance.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-distance.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-dot.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-dot.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-faceforward.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-faceforward.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-floor.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-floor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-fract.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-fract.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-length.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-max-float.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-max-float.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-max-gentype.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-max-gentype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-min-float.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-min-float.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-min-gentype.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-min-gentype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-mix-float.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-mix-float.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-mix-gentype.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-mix-gentype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-mod-float.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-mod-float.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-mod-gentype.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-mod-gentype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-nodes.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-nodes.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-normalize.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-normalize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-reflect.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-reflect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-sign.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-sign.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-sin.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-sin.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-smoothstep-float.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-smoothstep-float.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-smoothstep-gentype.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-smoothstep-gentype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-step-float.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-step-float.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-step-gentype.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function-step-gentype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-function.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-long-variable-names.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/glsl-long-variable-names.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/greater_than.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/greater_than.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/greater_than_equal.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/greater_than_equal.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/include.vs b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/include.vs old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/incorrect-context-object-behaviour.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/incorrect-context-object-behaviour.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/index-validation-copies-indices.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/index-validation-copies-indices.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/index-validation-crash-with-buffer-sub-data.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/index-validation-crash-with-buffer-sub-data.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/index-validation-verifies-too-many-indices.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/index-validation-verifies-too-many-indices.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/index-validation-with-resized-buffer.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/index-validation-with-resized-buffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/index-validation.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/index-validation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/instanceof-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/instanceof-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/invalid-UTF-16.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/invalid-UTF-16.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/invalid-passed-params.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/invalid-passed-params.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/is-object.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/is-object.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/isTests.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/isTests.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/less_than.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/less_than.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/less_than_equal.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/less_than_equal.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/line-loop-tri-fan.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/line-loop-tri-fan.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/more-than-65536-indices.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/more-than-65536-indices.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_float.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_float.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_mat2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_mat2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_mat3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_mat3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_mat4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_mat4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_int_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_ivec2_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_ivec2_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_ivec3_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_ivec3_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_ivec4_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/multiply_ivec4_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/non-ascii-comments.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/non-ascii-comments.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/non-ascii.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/non-ascii.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/not_equal_int_float.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/not_equal_int_float.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/not_equal_ivec2_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/not_equal_ivec2_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/not_equal_ivec3_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/not_equal_ivec3_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/not_equal_ivec4_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/not_equal_ivec4_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/null-object-behaviour.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/null-object-behaviour.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/null-uniform-location.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/null-uniform-location.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/object-deletion-behaviour.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/object-deletion-behaviour.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/oes-standard-derivatives.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/oes-standard-derivatives.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/oes-texture-float.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/oes-texture-float.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/oes-vertex-array-object.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/oes-vertex-array-object.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/origin-clean-conformance.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/origin-clean-conformance.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/point-size.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/point-size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/premultiplyalpha-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/premultiplyalpha-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/program-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/program-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-A.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-A.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-B1.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-B1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-B2.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-B2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-B3.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-B3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-B4.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-B4.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-C.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-C.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-D_G.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-D_G.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-G_I.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-G_I.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-L_S.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-L_S.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-S_V.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI-S_V.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/quickCheckAPI.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/read-pixels-pack-alignment.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/read-pixels-pack-alignment.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/read-pixels-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/read-pixels-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/readPixels.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/readPixels.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/readPixelsBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/readPixelsBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/renderbuffer-initialization.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/renderbuffer-initialization.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resource-sharing-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resource-sharing-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/desktop-gl-constants.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/desktop-gl-constants.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/floatUniformShader.vert b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/floatUniformShader.vert old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/glsl-conformance-test.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/glsl-conformance-test.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/glsl-generator.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/glsl-generator.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/js-test-post.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/js-test-post.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/js-test-pre.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/js-test-pre.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/js-test-style.css b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/js-test-style.css old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/noopUniformShader.frag b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/noopUniformShader.frag old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/opengl_logo.jpg b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/opengl_logo.jpg old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/test-eval.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/test-eval.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/tex-image-and-sub-image-2d-with-canvas.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/tex-image-and-sub-image-2d-with-canvas.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/tex-image-and-sub-image-2d-with-image-data.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/tex-image-and-sub-image-2d-with-image-data.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/tex-image-and-sub-image-2d-with-image.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/tex-image-and-sub-image-2d-with-image.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/tex-image-and-sub-image-2d-with-video.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/tex-image-and-sub-image-2d-with-video.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/unit.css b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/unit.css old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/unit.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/unit.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/util.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/util.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/webgl-test-utils.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/webgl-test-utils.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/webgl-test.js b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/resources/webgl-test.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-precision-format.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-precision-format.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-256-character-identifier.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-256-character-identifier.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-257-character-identifier.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-257-character-identifier.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-_webgl-identifier.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-_webgl-identifier.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-arbitrary-indexing.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-arbitrary-indexing.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-arbitrary-indexing.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-arbitrary-indexing.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-attrib-array.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-attrib-array.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-attrib-struct.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-attrib-struct.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-clipvertex.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-clipvertex.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-default-precision.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-default-precision.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-default-precision.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-default-precision.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-define-line-continuation.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-define-line-continuation.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-dfdx-no-ext.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-dfdx-no-ext.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-dfdx.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-dfdx.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-error-directive.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-error-directive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-explicit-int-cast.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-explicit-int-cast.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-float-return-value.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-float-return-value.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-frag-depth.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-frag-depth.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-function-recursion.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-function-recursion.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-glcolor.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-glcolor.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-gles-1.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-gles-1.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-gles-symbol.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-gles-symbol.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-glprojectionmatrix.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-glprojectionmatrix.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-implicit-vec3-to-vec4-cast.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-implicit-vec3-to-vec4-cast.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-include.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-include.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-int-return-value.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-int-return-value.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-invalid-identifier.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-invalid-identifier.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-ivec2-return-value.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-ivec2-return-value.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-ivec3-return-value.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-ivec3-return-value.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-ivec4-return-value.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-ivec4-return-value.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-limited-indexing.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-limited-indexing.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-long-line.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-long-line.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-non-ascii-error.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-non-ascii-error.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-precision.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-precision.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-quoted-error.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-quoted-error.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-undefined-preprocessor-symbol.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-undefined-preprocessor-symbol.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-uniform-in-loop-condition.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-uniform-in-loop-condition.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-vec2-return-value.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-vec2-return-value.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-vec3-return-value.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-vec3-return-value.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-vec4-return-value.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-vec4-return-value.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-version-100.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-version-100.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-version-100.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-version-100.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-version-120.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-version-120.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-version-130.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-version-130.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-webgl-identifier.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-with-webgl-identifier.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-without-precision.frag.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shader-without-precision.frag.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shared.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/shared.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/struct-nesting-exceeds-maximum.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/struct-nesting-exceeds-maximum.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/struct-nesting-under-maximum.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/struct-nesting-under-maximum.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_float.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_float.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_mat2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_mat2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_mat3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_mat3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_mat4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_mat4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_int_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_ivec2_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_ivec2_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_ivec3_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_ivec3_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_ivec4_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/subtract_ivec4_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/ternary_int_float.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/ternary_int_float.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/ternary_ivec2_vec2.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/ternary_ivec2_vec2.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/ternary_ivec3_vec3.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/ternary_ivec3_vec3.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/ternary_ivec4_vec4.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/ternary_ivec4_vec4.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-and-sub-image-2d-with-array-buffer-view.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-and-sub-image-2d-with-array-buffer-view.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-and-sub-image-2d-with-canvas.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-and-sub-image-2d-with-canvas.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-and-sub-image-2d-with-image-data.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-and-sub-image-2d-with-image-data.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-and-sub-image-2d-with-image.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-and-sub-image-2d-with-image.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-and-sub-image-2d-with-video.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-and-sub-image-2d-with-video.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-and-uniform-binding-bugs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-and-uniform-binding-bugs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-with-format-and-type.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-with-format-and-type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-with-invalid-data.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-image-with-invalid-data.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-input-validation.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-input-validation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-sub-image-2d-bad-args.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-sub-image-2d-bad-args.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-sub-image-2d.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/tex-sub-image-2d.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texImage2D.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texImage2D.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texImage2DBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texImage2DBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texImage2DHTMLBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texImage2DHTMLBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texSubImage2D.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texSubImage2D.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texSubImage2DBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texSubImage2DBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texSubImage2DHTMLBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texSubImage2DHTMLBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texparameter-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texparameter-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-active-bind-2.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-active-bind-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-active-bind.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-active-bind.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-complete.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-complete.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-formats-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-formats-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-mips.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-mips.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-npot-video.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-npot-video.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-npot.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-npot.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-size-cube-maps.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-size-cube-maps.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-size.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-size.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-transparent-pixels-initialized.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/texture-transparent-pixels-initialized.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/triangle.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/triangle.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/type-conversion-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/type-conversion-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniform-location-length-limits.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniform-location-length-limits.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniform-location.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniform-location.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniform-samplers-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniform-samplers-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformMatrix.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformMatrix.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformMatrixBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformMatrixBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformOutOfBounds.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformOutOfBounds.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformf.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformf.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformfArrayLen1.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformfArrayLen1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformfBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformfBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformi.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformi.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformiBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uniformiBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uninitialized-test.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/uninitialized-test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/vertexAttrib.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/vertexAttrib.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/vertexAttribBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/vertexAttribBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/vertexAttribPointer.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/vertexAttribPointer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/vertexAttribPointerBadArgs.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/vertexAttribPointerBadArgs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/viewport-unchanged-upon-resize.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/viewport-unchanged-upon-resize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webGLArrays.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webGLArrays.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl-debug-renderer-info.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl-debug-renderer-info.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl-debug-shaders.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl-debug-shaders.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl-specific.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl-specific.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl_field.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl_field.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl_function.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl_function.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl_struct.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl_struct.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl_variable.vert.html b/ivi/tct-webgl-nonw3c-tests/webgl/khronos/webgl_variable.vert.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/spec.json b/ivi/tct-webgl-nonw3c-tests/webgl/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/support/webgl.js b/ivi/tct-webgl-nonw3c-tests/webgl/support/webgl.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/w3c/COPYING b/ivi/tct-webgl-nonw3c-tests/webgl/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/w3c/bufferSubData.html b/ivi/tct-webgl-nonw3c-tests/webgl/w3c/bufferSubData.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/w3c/common.js b/ivi/tct-webgl-nonw3c-tests/webgl/w3c/common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/w3c/compressedTexImage2D.html b/ivi/tct-webgl-nonw3c-tests/webgl/w3c/compressedTexImage2D.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/w3c/compressedTexSubImage2D.html b/ivi/tct-webgl-nonw3c-tests/webgl/w3c/compressedTexSubImage2D.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/w3c/texImage2D.html b/ivi/tct-webgl-nonw3c-tests/webgl/w3c/texImage2D.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/w3c/texSubImage2D.html b/ivi/tct-webgl-nonw3c-tests/webgl/w3c/texSubImage2D.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_name_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_name_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_name_get_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_name_get_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_name_readonly.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_name_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_name_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_name_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_size_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_size_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_size_get_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_size_get_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_size_readonly.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_size_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_size_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_size_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_type_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_type_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_type_get_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_type_get_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_type_readonly.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_type_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_type_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglactiveinfo_type_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_alpha_default_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_alpha_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_alpha_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_alpha_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_alpha_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_alpha_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_antialias_default_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_antialias_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_antialias_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_antialias_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_antialias_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_antialias_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_depth_default_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_depth_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_depth_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_depth_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_depth_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_depth_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_passed_second_parameter.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_passed_second_parameter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_premultipliedAlpha_default_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_premultipliedAlpha_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_premultipliedAlpha_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_premultipliedAlpha_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_premultipliedAlpha_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_premultipliedAlpha_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_preserveDrawingBuffer_default_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_preserveDrawingBuffer_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_preserveDrawingBuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_preserveDrawingBuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_preserveDrawingBuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_preserveDrawingBuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_stencil_default_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_stencil_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_stencil_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_stencil_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_stencil_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextattributes_stencil_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextevent_statusMessage_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglcontextevent_statusMessage_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_ATTRIBUTES_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_ATTRIBUTES_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_ATTRIBUTES_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_ATTRIBUTES_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_ATTRIBUTES_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_ATTRIBUTES_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_TEXTURE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_TEXTURE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_TEXTURE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_TEXTURE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_TEXTURE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_TEXTURE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_UNIFORMS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_UNIFORMS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_UNIFORMS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_UNIFORMS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_UNIFORMS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ACTIVE_UNIFORMS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALIASED_LINE_WIDTH_RANGE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALIASED_LINE_WIDTH_RANGE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALIASED_LINE_WIDTH_RANGE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALIASED_LINE_WIDTH_RANGE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALIASED_LINE_WIDTH_RANGE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALIASED_LINE_WIDTH_RANGE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALIASED_POINT_SIZE_RANGE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALIASED_POINT_SIZE_RANGE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALIASED_POINT_SIZE_RANGE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALIASED_POINT_SIZE_RANGE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALIASED_POINT_SIZE_RANGE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALIASED_POINT_SIZE_RANGE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALPHA_BITS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALPHA_BITS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALPHA_BITS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALPHA_BITS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALPHA_BITS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALPHA_BITS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALPHA_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALPHA_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALPHA_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALPHA_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALPHA_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALPHA_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALWAYS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALWAYS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALWAYS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALWAYS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALWAYS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ALWAYS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ARRAY_BUFFER_BINDING_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ARRAY_BUFFER_BINDING_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ARRAY_BUFFER_BINDING_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ARRAY_BUFFER_BINDING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ARRAY_BUFFER_BINDING_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ARRAY_BUFFER_BINDING_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ARRAY_BUFFER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ARRAY_BUFFER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ARRAY_BUFFER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ARRAY_BUFFER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ARRAY_BUFFER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ARRAY_BUFFER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ATTACHED_SHADERS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ATTACHED_SHADERS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ATTACHED_SHADERS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ATTACHED_SHADERS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ATTACHED_SHADERS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ATTACHED_SHADERS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BACK_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BACK_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BACK_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BACK_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BACK_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BACK_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_COLOR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_COLOR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_COLOR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_COLOR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_COLOR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_COLOR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_DST_ALPHA_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_DST_ALPHA_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_DST_ALPHA_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_DST_ALPHA_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_DST_ALPHA_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_DST_ALPHA_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_DST_RGB_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_DST_RGB_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_DST_RGB_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_DST_RGB_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_DST_RGB_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_DST_RGB_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_ALPHA_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_ALPHA_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_ALPHA_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_ALPHA_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_ALPHA_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_ALPHA_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_RGB_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_RGB_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_RGB_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_RGB_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_RGB_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_RGB_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_EQUATION_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_SRC_ALPHA_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_SRC_ALPHA_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_SRC_ALPHA_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_SRC_ALPHA_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_SRC_ALPHA_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_SRC_ALPHA_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_SRC_RGB_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_SRC_RGB_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_SRC_RGB_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_SRC_RGB_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_SRC_RGB_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_SRC_RGB_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLEND_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLUE_BITS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLUE_BITS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLUE_BITS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLUE_BITS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLUE_BITS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BLUE_BITS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC2_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC2_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC2_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC2_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC2_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC2_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC3_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC3_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC3_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC3_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC3_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC3_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC4_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC4_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC4_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC4_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC4_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_VEC4_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BOOL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BROWSER_DEFAULT_WEBGL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BROWSER_DEFAULT_WEBGL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BROWSER_DEFAULT_WEBGL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BROWSER_DEFAULT_WEBGL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BROWSER_DEFAULT_WEBGL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BROWSER_DEFAULT_WEBGL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BUFFER_SIZE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BUFFER_SIZE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BUFFER_SIZE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BUFFER_SIZE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BUFFER_SIZE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BUFFER_SIZE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BUFFER_USAGE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BUFFER_USAGE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BUFFER_USAGE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BUFFER_USAGE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BUFFER_USAGE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BUFFER_USAGE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BYTE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BYTE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BYTE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BYTE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BYTE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_BYTE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CCW_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CCW_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CCW_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CCW_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CCW_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CCW_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CLAMP_TO_EDGE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CLAMP_TO_EDGE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CLAMP_TO_EDGE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CLAMP_TO_EDGE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CLAMP_TO_EDGE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CLAMP_TO_EDGE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_ATTACHMENT0_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_ATTACHMENT0_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_ATTACHMENT0_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_ATTACHMENT0_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_ATTACHMENT0_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_ATTACHMENT0_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_BUFFER_BIT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_BUFFER_BIT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_BUFFER_BIT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_BUFFER_BIT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_BUFFER_BIT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_BUFFER_BIT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_CLEAR_VALUE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_CLEAR_VALUE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_CLEAR_VALUE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_CLEAR_VALUE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_CLEAR_VALUE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_CLEAR_VALUE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_WRITEMASK_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_WRITEMASK_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_WRITEMASK_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_WRITEMASK_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_WRITEMASK_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COLOR_WRITEMASK_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COMPILE_STATUS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COMPILE_STATUS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COMPILE_STATUS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COMPILE_STATUS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COMPILE_STATUS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COMPILE_STATUS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COMPRESSED_TEXTURE_FORMATS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COMPRESSED_TEXTURE_FORMATS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COMPRESSED_TEXTURE_FORMATS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COMPRESSED_TEXTURE_FORMATS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COMPRESSED_TEXTURE_FORMATS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_COMPRESSED_TEXTURE_FORMATS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONSTANT_ALPHA_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONSTANT_ALPHA_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONSTANT_ALPHA_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONSTANT_ALPHA_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONSTANT_ALPHA_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONSTANT_ALPHA_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONSTANT_COLOR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONSTANT_COLOR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONSTANT_COLOR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONSTANT_COLOR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONSTANT_COLOR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONSTANT_COLOR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONTEXT_LOST_WEBGL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONTEXT_LOST_WEBGL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONTEXT_LOST_WEBGL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONTEXT_LOST_WEBGL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONTEXT_LOST_WEBGL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CONTEXT_LOST_WEBGL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CULL_FACE_MODE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CULL_FACE_MODE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CULL_FACE_MODE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CULL_FACE_MODE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CULL_FACE_MODE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CULL_FACE_MODE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CULL_FACE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CULL_FACE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CULL_FACE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CULL_FACE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CULL_FACE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CULL_FACE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CURRENT_PROGRAM_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CURRENT_PROGRAM_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CURRENT_PROGRAM_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CURRENT_PROGRAM_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CURRENT_PROGRAM_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CURRENT_PROGRAM_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CURRENT_VERTEX_ATTRIB_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CURRENT_VERTEX_ATTRIB_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CURRENT_VERTEX_ATTRIB_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CURRENT_VERTEX_ATTRIB_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CURRENT_VERTEX_ATTRIB_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CURRENT_VERTEX_ATTRIB_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CW_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CW_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CW_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CW_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CW_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_CW_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DECR_WRAP_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DECR_WRAP_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DECR_WRAP_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DECR_WRAP_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DECR_WRAP_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DECR_WRAP_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DECR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DECR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DECR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DECR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DECR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DECR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DELETE_STATUS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DELETE_STATUS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DELETE_STATUS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DELETE_STATUS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DELETE_STATUS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DELETE_STATUS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_ATTACHMENT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_ATTACHMENT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_ATTACHMENT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_ATTACHMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_ATTACHMENT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_ATTACHMENT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_BITS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_BITS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_BITS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_BITS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_BITS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_BITS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_BUFFER_BIT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_BUFFER_BIT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_BUFFER_BIT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_BUFFER_BIT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_BUFFER_BIT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_BUFFER_BIT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_CLEAR_VALUE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_CLEAR_VALUE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_CLEAR_VALUE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_CLEAR_VALUE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_CLEAR_VALUE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_CLEAR_VALUE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_COMPONENT16_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_COMPONENT16_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_COMPONENT16_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_COMPONENT16_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_COMPONENT16_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_COMPONENT16_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_COMPONENT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_COMPONENT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_COMPONENT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_COMPONENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_COMPONENT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_COMPONENT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_FUNC_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_FUNC_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_FUNC_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_FUNC_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_FUNC_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_FUNC_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_RANGE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_RANGE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_RANGE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_RANGE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_RANGE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_RANGE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_STENCIL_ATTACHMENT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_STENCIL_ATTACHMENT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_STENCIL_ATTACHMENT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_STENCIL_ATTACHMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_STENCIL_ATTACHMENT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_STENCIL_ATTACHMENT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_STENCIL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_STENCIL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_STENCIL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_STENCIL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_STENCIL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_STENCIL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_TEST_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_TEST_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_TEST_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_TEST_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_TEST_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_TEST_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_WRITEMASK_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_WRITEMASK_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_WRITEMASK_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_WRITEMASK_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_WRITEMASK_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DEPTH_WRITEMASK_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DITHER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DITHER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DITHER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DITHER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DITHER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DITHER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DONT_CARE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DONT_CARE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DONT_CARE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DONT_CARE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DONT_CARE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DONT_CARE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DST_ALPHA_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DST_ALPHA_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DST_ALPHA_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DST_ALPHA_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DST_ALPHA_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DST_ALPHA_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DST_COLOR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DST_COLOR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DST_COLOR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DST_COLOR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DST_COLOR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DST_COLOR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DYNAMIC_DRAW_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DYNAMIC_DRAW_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DYNAMIC_DRAW_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DYNAMIC_DRAW_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DYNAMIC_DRAW_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_DYNAMIC_DRAW_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ELEMENT_ARRAY_BUFFER_BINDING_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ELEMENT_ARRAY_BUFFER_BINDING_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ELEMENT_ARRAY_BUFFER_BINDING_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ELEMENT_ARRAY_BUFFER_BINDING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ELEMENT_ARRAY_BUFFER_BINDING_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ELEMENT_ARRAY_BUFFER_BINDING_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ELEMENT_ARRAY_BUFFER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ELEMENT_ARRAY_BUFFER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ELEMENT_ARRAY_BUFFER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ELEMENT_ARRAY_BUFFER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ELEMENT_ARRAY_BUFFER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ELEMENT_ARRAY_BUFFER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_EQUAL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_EQUAL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_EQUAL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_EQUAL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_EQUAL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_EQUAL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FASTEST_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FASTEST_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FASTEST_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FASTEST_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FASTEST_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FASTEST_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT2_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT2_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT2_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT2_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT2_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT2_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT3_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT3_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT3_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT3_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT3_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT3_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT4_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT4_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT4_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT4_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT4_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_MAT4_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC2_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC2_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC2_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC2_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC2_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC2_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC3_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC3_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC3_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC3_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC3_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC3_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC4_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC4_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC4_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC4_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC4_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_VEC4_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAGMENT_SHADER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAGMENT_SHADER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAGMENT_SHADER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAGMENT_SHADER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAGMENT_SHADER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAGMENT_SHADER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_BINDING_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_BINDING_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_BINDING_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_BINDING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_BINDING_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_BINDING_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_COMPLETE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_COMPLETE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_COMPLETE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_COMPLETE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_COMPLETE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_COMPLETE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_UNSUPPORTED_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_UNSUPPORTED_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_UNSUPPORTED_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_UNSUPPORTED_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_UNSUPPORTED_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_UNSUPPORTED_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRAMEBUFFER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_AND_BACK_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_AND_BACK_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_AND_BACK_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_AND_BACK_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_AND_BACK_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_AND_BACK_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_FACE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_FACE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_FACE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_FACE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_FACE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_FACE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FRONT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_ADD_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_ADD_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_ADD_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_ADD_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_ADD_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_ADD_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_REVERSE_SUBTRACT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_REVERSE_SUBTRACT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_REVERSE_SUBTRACT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_REVERSE_SUBTRACT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_REVERSE_SUBTRACT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_REVERSE_SUBTRACT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_SUBTRACT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_SUBTRACT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_SUBTRACT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_SUBTRACT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_SUBTRACT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FUNC_SUBTRACT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GENERATE_MIPMAP_HINT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GENERATE_MIPMAP_HINT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GENERATE_MIPMAP_HINT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GENERATE_MIPMAP_HINT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GENERATE_MIPMAP_HINT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GENERATE_MIPMAP_HINT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GEQUAL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GEQUAL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GEQUAL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GEQUAL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GEQUAL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GEQUAL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GREATER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GREATER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GREATER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GREATER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GREATER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GREATER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GREEN_BITS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GREEN_BITS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GREEN_BITS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GREEN_BITS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GREEN_BITS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_GREEN_BITS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_HIGH_FLOAT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_HIGH_FLOAT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_HIGH_FLOAT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_HIGH_FLOAT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_HIGH_FLOAT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_HIGH_FLOAT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_HIGH_INT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_HIGH_INT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_HIGH_INT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_HIGH_INT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_HIGH_INT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_HIGH_INT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INCR_WRAP_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INCR_WRAP_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INCR_WRAP_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INCR_WRAP_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INCR_WRAP_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INCR_WRAP_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INCR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INCR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INCR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INCR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INCR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INCR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC2_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC2_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC2_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC2_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC2_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC2_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC3_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC3_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC3_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC3_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC3_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC3_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC4_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC4_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC4_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC4_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC4_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_VEC4_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_ENUM_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_ENUM_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_ENUM_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_ENUM_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_ENUM_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_ENUM_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_FRAMEBUFFER_OPERATION_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_FRAMEBUFFER_OPERATION_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_FRAMEBUFFER_OPERATION_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_FRAMEBUFFER_OPERATION_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_FRAMEBUFFER_OPERATION_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_FRAMEBUFFER_OPERATION_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_OPERATION_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_OPERATION_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_OPERATION_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_OPERATION_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_OPERATION_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_OPERATION_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_VALUE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_VALUE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_VALUE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_VALUE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_VALUE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVALID_VALUE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVERT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVERT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVERT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVERT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVERT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_INVERT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_KEEP_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_KEEP_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_KEEP_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_KEEP_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_KEEP_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_KEEP_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LEQUAL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LEQUAL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LEQUAL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LEQUAL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LEQUAL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LEQUAL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LESS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LESS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LESS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LESS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LESS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LESS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_MIPMAP_LINEAR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_MIPMAP_LINEAR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_MIPMAP_LINEAR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_MIPMAP_LINEAR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_MIPMAP_LINEAR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_MIPMAP_LINEAR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_MIPMAP_NEAREST_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_MIPMAP_NEAREST_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_MIPMAP_NEAREST_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_MIPMAP_NEAREST_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_MIPMAP_NEAREST_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_MIPMAP_NEAREST_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINEAR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINES_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINES_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINES_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINES_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINES_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINES_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_LOOP_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_LOOP_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_LOOP_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_LOOP_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_LOOP_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_LOOP_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_STRIP_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_STRIP_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_STRIP_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_STRIP_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_STRIP_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_STRIP_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_WIDTH_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_WIDTH_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_WIDTH_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_WIDTH_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_WIDTH_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINE_WIDTH_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINK_STATUS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINK_STATUS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINK_STATUS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINK_STATUS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINK_STATUS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LINK_STATUS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LOW_FLOAT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LOW_FLOAT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LOW_FLOAT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LOW_FLOAT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LOW_FLOAT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LOW_FLOAT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LOW_INT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LOW_INT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LOW_INT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LOW_INT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LOW_INT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LOW_INT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LUMINANCE_ALPHA_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LUMINANCE_ALPHA_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LUMINANCE_ALPHA_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LUMINANCE_ALPHA_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LUMINANCE_ALPHA_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LUMINANCE_ALPHA_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LUMINANCE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LUMINANCE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LUMINANCE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LUMINANCE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LUMINANCE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_LUMINANCE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_COMBINED_TEXTURE_IMAGE_UNITS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_COMBINED_TEXTURE_IMAGE_UNITS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_COMBINED_TEXTURE_IMAGE_UNITS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_COMBINED_TEXTURE_IMAGE_UNITS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_COMBINED_TEXTURE_IMAGE_UNITS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_COMBINED_TEXTURE_IMAGE_UNITS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_CUBE_MAP_TEXTURE_SIZE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_CUBE_MAP_TEXTURE_SIZE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_CUBE_MAP_TEXTURE_SIZE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_CUBE_MAP_TEXTURE_SIZE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_CUBE_MAP_TEXTURE_SIZE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_CUBE_MAP_TEXTURE_SIZE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_FRAGMENT_UNIFORM_VECTORS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_FRAGMENT_UNIFORM_VECTORS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_FRAGMENT_UNIFORM_VECTORS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_FRAGMENT_UNIFORM_VECTORS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_FRAGMENT_UNIFORM_VECTORS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_FRAGMENT_UNIFORM_VECTORS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_RENDERBUFFER_SIZE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_RENDERBUFFER_SIZE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_RENDERBUFFER_SIZE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_RENDERBUFFER_SIZE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_RENDERBUFFER_SIZE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_RENDERBUFFER_SIZE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_TEXTURE_IMAGE_UNITS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_TEXTURE_IMAGE_UNITS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_TEXTURE_IMAGE_UNITS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_TEXTURE_IMAGE_UNITS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_TEXTURE_IMAGE_UNITS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_TEXTURE_IMAGE_UNITS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_TEXTURE_SIZE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_TEXTURE_SIZE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_TEXTURE_SIZE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_TEXTURE_SIZE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_TEXTURE_SIZE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_TEXTURE_SIZE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VARYING_VECTORS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VARYING_VECTORS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VARYING_VECTORS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VARYING_VECTORS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VARYING_VECTORS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VARYING_VECTORS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_ATTRIBS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_ATTRIBS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_ATTRIBS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_ATTRIBS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_ATTRIBS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_ATTRIBS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_TEXTURE_IMAGE_UNITS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_TEXTURE_IMAGE_UNITS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_TEXTURE_IMAGE_UNITS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_TEXTURE_IMAGE_UNITS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_TEXTURE_IMAGE_UNITS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_TEXTURE_IMAGE_UNITS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_UNIFORM_VECTORS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_UNIFORM_VECTORS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_UNIFORM_VECTORS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_UNIFORM_VECTORS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_UNIFORM_VECTORS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VERTEX_UNIFORM_VECTORS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VIEWPORT_DIMS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VIEWPORT_DIMS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VIEWPORT_DIMS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VIEWPORT_DIMS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VIEWPORT_DIMS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MAX_VIEWPORT_DIMS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MEDIUM_FLOAT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MEDIUM_FLOAT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MEDIUM_FLOAT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MEDIUM_FLOAT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MEDIUM_FLOAT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MEDIUM_FLOAT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MEDIUM_INT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MEDIUM_INT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MEDIUM_INT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MEDIUM_INT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MEDIUM_INT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MEDIUM_INT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MIRRORED_REPEAT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MIRRORED_REPEAT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MIRRORED_REPEAT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MIRRORED_REPEAT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MIRRORED_REPEAT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_MIRRORED_REPEAT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_MIPMAP_LINEAR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_MIPMAP_LINEAR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_MIPMAP_LINEAR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_MIPMAP_LINEAR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_MIPMAP_LINEAR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_MIPMAP_LINEAR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_MIPMAP_NEAREST_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_MIPMAP_NEAREST_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_MIPMAP_NEAREST_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_MIPMAP_NEAREST_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_MIPMAP_NEAREST_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_MIPMAP_NEAREST_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEAREST_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEVER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEVER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEVER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEVER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEVER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NEVER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NICEST_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NICEST_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NICEST_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NICEST_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NICEST_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NICEST_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NONE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NONE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NONE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NONE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NONE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NONE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NOTEQUAL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NOTEQUAL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NOTEQUAL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NOTEQUAL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NOTEQUAL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NOTEQUAL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NO_ERROR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NO_ERROR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NO_ERROR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NO_ERROR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NO_ERROR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_NO_ERROR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_CONSTANT_ALPHA_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_CONSTANT_ALPHA_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_CONSTANT_ALPHA_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_CONSTANT_ALPHA_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_CONSTANT_ALPHA_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_CONSTANT_ALPHA_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_CONSTANT_COLOR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_CONSTANT_COLOR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_CONSTANT_COLOR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_CONSTANT_COLOR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_CONSTANT_COLOR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_CONSTANT_COLOR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_DST_ALPHA_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_DST_ALPHA_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_DST_ALPHA_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_DST_ALPHA_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_DST_ALPHA_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_DST_ALPHA_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_DST_COLOR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_DST_COLOR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_DST_COLOR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_DST_COLOR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_DST_COLOR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_DST_COLOR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_SRC_ALPHA_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_SRC_ALPHA_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_SRC_ALPHA_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_SRC_ALPHA_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_SRC_ALPHA_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_SRC_ALPHA_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_SRC_COLOR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_SRC_COLOR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_SRC_COLOR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_SRC_COLOR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_SRC_COLOR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_MINUS_SRC_COLOR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ONE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_OUT_OF_MEMORY_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_OUT_OF_MEMORY_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_OUT_OF_MEMORY_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_OUT_OF_MEMORY_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_OUT_OF_MEMORY_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_OUT_OF_MEMORY_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_PACK_ALIGNMENT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_PACK_ALIGNMENT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_PACK_ALIGNMENT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_PACK_ALIGNMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_PACK_ALIGNMENT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_PACK_ALIGNMENT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POINTS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POINTS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POINTS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POINTS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POINTS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POINTS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_FACTOR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_FACTOR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_FACTOR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_FACTOR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_FACTOR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_FACTOR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_FILL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_FILL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_FILL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_FILL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_FILL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_FILL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_UNITS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_UNITS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_UNITS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_UNITS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_UNITS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_POLYGON_OFFSET_UNITS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RED_BITS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RED_BITS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RED_BITS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RED_BITS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RED_BITS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RED_BITS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_ALPHA_SIZE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_ALPHA_SIZE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_ALPHA_SIZE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_ALPHA_SIZE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_ALPHA_SIZE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_ALPHA_SIZE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_BINDING_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_BINDING_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_BINDING_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_BINDING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_BINDING_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_BINDING_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_BLUE_SIZE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_BLUE_SIZE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_BLUE_SIZE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_BLUE_SIZE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_BLUE_SIZE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_BLUE_SIZE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_DEPTH_SIZE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_DEPTH_SIZE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_DEPTH_SIZE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_DEPTH_SIZE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_DEPTH_SIZE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_DEPTH_SIZE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_GREEN_SIZE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_GREEN_SIZE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_GREEN_SIZE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_GREEN_SIZE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_GREEN_SIZE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_GREEN_SIZE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_HEIGHT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_HEIGHT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_HEIGHT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_HEIGHT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_HEIGHT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_HEIGHT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_INTERNAL_FORMAT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_INTERNAL_FORMAT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_INTERNAL_FORMAT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_INTERNAL_FORMAT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_INTERNAL_FORMAT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_INTERNAL_FORMAT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_RED_SIZE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_RED_SIZE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_RED_SIZE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_RED_SIZE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_RED_SIZE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_RED_SIZE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_STENCIL_SIZE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_STENCIL_SIZE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_STENCIL_SIZE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_STENCIL_SIZE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_STENCIL_SIZE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_STENCIL_SIZE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_WIDTH_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_WIDTH_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_WIDTH_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_WIDTH_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_WIDTH_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_WIDTH_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERBUFFER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RENDERER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_REPEAT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_REPEAT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_REPEAT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_REPEAT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_REPEAT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_REPEAT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_REPLACE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_REPLACE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_REPLACE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_REPLACE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_REPLACE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_REPLACE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB565_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB565_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB565_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB565_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB565_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB565_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB5_A1_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB5_A1_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB5_A1_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB5_A1_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB5_A1_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB5_A1_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGBA4_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGBA4_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGBA4_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGBA4_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGBA4_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGBA4_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGBA_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGBA_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGBA_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGBA_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGBA_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGBA_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_RGB_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLER_2D_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLER_2D_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLER_2D_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLER_2D_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLER_2D_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLER_2D_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLER_CUBE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLER_CUBE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLER_CUBE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLER_CUBE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLER_CUBE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLER_CUBE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLES_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLES_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLES_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLES_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLES_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLES_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_ALPHA_TO_COVERAGE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_ALPHA_TO_COVERAGE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_ALPHA_TO_COVERAGE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_ALPHA_TO_COVERAGE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_ALPHA_TO_COVERAGE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_ALPHA_TO_COVERAGE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_BUFFERS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_BUFFERS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_BUFFERS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_BUFFERS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_BUFFERS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_BUFFERS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_INVERT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_INVERT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_INVERT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_INVERT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_INVERT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_INVERT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_VALUE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_VALUE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_VALUE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_VALUE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_VALUE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_VALUE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SAMPLE_COVERAGE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SCISSOR_BOX_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SCISSOR_BOX_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SCISSOR_BOX_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SCISSOR_BOX_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SCISSOR_BOX_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SCISSOR_BOX_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SCISSOR_TEST_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SCISSOR_TEST_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SCISSOR_TEST_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SCISSOR_TEST_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SCISSOR_TEST_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SCISSOR_TEST_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHADER_TYPE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHADER_TYPE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHADER_TYPE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHADER_TYPE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHADER_TYPE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHADER_TYPE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHADING_LANGUAGE_VERSION_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHADING_LANGUAGE_VERSION_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHADING_LANGUAGE_VERSION_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHADING_LANGUAGE_VERSION_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHADING_LANGUAGE_VERSION_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHADING_LANGUAGE_VERSION_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHORT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHORT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHORT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHORT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHORT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SHORT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_ALPHA_SATURATE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_ALPHA_SATURATE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_ALPHA_SATURATE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_ALPHA_SATURATE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_ALPHA_SATURATE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_ALPHA_SATURATE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_ALPHA_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_ALPHA_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_ALPHA_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_ALPHA_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_ALPHA_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_ALPHA_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_COLOR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_COLOR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_COLOR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_COLOR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_COLOR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SRC_COLOR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STATIC_DRAW_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STATIC_DRAW_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STATIC_DRAW_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STATIC_DRAW_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STATIC_DRAW_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STATIC_DRAW_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_ATTACHMENT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_ATTACHMENT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_ATTACHMENT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_ATTACHMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_ATTACHMENT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_ATTACHMENT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_FAIL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_FAIL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_FAIL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_FAIL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_FAIL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_FAIL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_FUNC_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_FUNC_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_FUNC_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_FUNC_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_FUNC_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_FUNC_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_PASS_DEPTH_FAIL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_PASS_DEPTH_FAIL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_PASS_DEPTH_FAIL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_PASS_DEPTH_FAIL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_PASS_DEPTH_FAIL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_PASS_DEPTH_FAIL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_PASS_DEPTH_PASS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_PASS_DEPTH_PASS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_PASS_DEPTH_PASS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_PASS_DEPTH_PASS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_PASS_DEPTH_PASS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_PASS_DEPTH_PASS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_REF_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_REF_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_REF_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_REF_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_REF_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_REF_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_VALUE_MASK_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_VALUE_MASK_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_VALUE_MASK_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_VALUE_MASK_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_VALUE_MASK_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_VALUE_MASK_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_WRITEMASK_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_WRITEMASK_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_WRITEMASK_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_WRITEMASK_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_WRITEMASK_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BACK_WRITEMASK_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BITS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BITS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BITS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BITS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BITS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BITS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BUFFER_BIT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BUFFER_BIT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BUFFER_BIT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BUFFER_BIT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BUFFER_BIT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_BUFFER_BIT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_CLEAR_VALUE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_CLEAR_VALUE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_CLEAR_VALUE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_CLEAR_VALUE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_CLEAR_VALUE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_CLEAR_VALUE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_FAIL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_FAIL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_FAIL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_FAIL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_FAIL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_FAIL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_FUNC_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_FUNC_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_FUNC_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_FUNC_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_FUNC_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_FUNC_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_INDEX8_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_INDEX8_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_INDEX8_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_INDEX8_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_INDEX8_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_INDEX8_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_INDEX_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_INDEX_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_INDEX_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_INDEX_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_INDEX_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_INDEX_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_PASS_DEPTH_FAIL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_PASS_DEPTH_FAIL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_PASS_DEPTH_FAIL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_PASS_DEPTH_FAIL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_PASS_DEPTH_FAIL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_PASS_DEPTH_FAIL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_PASS_DEPTH_PASS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_PASS_DEPTH_PASS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_PASS_DEPTH_PASS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_PASS_DEPTH_PASS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_PASS_DEPTH_PASS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_PASS_DEPTH_PASS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_REF_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_REF_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_REF_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_REF_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_REF_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_REF_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_TEST_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_TEST_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_TEST_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_TEST_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_TEST_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_TEST_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_VALUE_MASK_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_VALUE_MASK_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_VALUE_MASK_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_VALUE_MASK_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_VALUE_MASK_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_VALUE_MASK_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_WRITEMASK_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_WRITEMASK_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_WRITEMASK_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_WRITEMASK_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_WRITEMASK_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STENCIL_WRITEMASK_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STREAM_DRAW_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STREAM_DRAW_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STREAM_DRAW_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STREAM_DRAW_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STREAM_DRAW_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_STREAM_DRAW_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SUBPIXEL_BITS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SUBPIXEL_BITS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SUBPIXEL_BITS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SUBPIXEL_BITS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SUBPIXEL_BITS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_SUBPIXEL_BITS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE0_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE0_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE0_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE0_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE0_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE0_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE10_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE10_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE10_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE10_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE10_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE10_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE11_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE11_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE11_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE11_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE11_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE11_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE12_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE12_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE12_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE12_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE12_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE12_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE13_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE13_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE13_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE13_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE13_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE13_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE14_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE14_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE14_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE14_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE14_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE14_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE15_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE15_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE15_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE15_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE15_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE15_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE16_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE16_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE16_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE16_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE16_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE16_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE17_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE17_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE17_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE17_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE17_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE17_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE18_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE18_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE18_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE18_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE18_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE18_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE19_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE19_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE19_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE19_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE19_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE19_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE1_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE1_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE1_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE1_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE1_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE1_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE20_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE20_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE20_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE20_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE20_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE20_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE21_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE21_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE21_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE21_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE21_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE21_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE22_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE22_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE22_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE22_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE22_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE22_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE23_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE23_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE23_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE23_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE23_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE23_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE24_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE24_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE24_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE24_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE24_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE24_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE25_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE25_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE25_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE25_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE25_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE25_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE26_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE26_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE26_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE26_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE26_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE26_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE27_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE27_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE27_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE27_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE27_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE27_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE28_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE28_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE28_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE28_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE28_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE28_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE29_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE29_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE29_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE29_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE29_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE29_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE2_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE2_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE2_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE2_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE2_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE2_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE30_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE30_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE30_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE30_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE30_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE30_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE31_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE31_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE31_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE31_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE31_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE31_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE3_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE3_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE3_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE3_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE3_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE3_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE4_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE4_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE4_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE4_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE4_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE4_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE5_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE5_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE5_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE5_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE5_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE5_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE6_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE6_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE6_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE6_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE6_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE6_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE7_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE7_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE7_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE7_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE7_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE7_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE8_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE8_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE8_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE8_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE8_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE8_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE9_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE9_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE9_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE9_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE9_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE9_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_2D_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_2D_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_2D_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_2D_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_2D_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_2D_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_BINDING_2D_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_BINDING_2D_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_BINDING_2D_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_BINDING_2D_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_BINDING_2D_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_BINDING_2D_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_BINDING_CUBE_MAP_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_BINDING_CUBE_MAP_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_BINDING_CUBE_MAP_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_BINDING_CUBE_MAP_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_BINDING_CUBE_MAP_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_BINDING_CUBE_MAP_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_X_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_X_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_X_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_X_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_X_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_X_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_Y_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_Y_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_Y_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_Y_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_Y_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_Y_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_Z_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_Z_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_Z_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_Z_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_Z_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_NEGATIVE_Z_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_X_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_X_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_X_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_X_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_X_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_X_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_Y_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_Y_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_Y_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_Y_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_Y_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_Y_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_Z_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_Z_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_Z_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_Z_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_Z_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_POSITIVE_Z_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_CUBE_MAP_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_MAG_FILTER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_MAG_FILTER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_MAG_FILTER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_MAG_FILTER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_MAG_FILTER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_MAG_FILTER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_MIN_FILTER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_MIN_FILTER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_MIN_FILTER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_MIN_FILTER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_MIN_FILTER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_MIN_FILTER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_WRAP_S_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_WRAP_S_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_WRAP_S_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_WRAP_S_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_WRAP_S_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_WRAP_S_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_WRAP_T_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_WRAP_T_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_WRAP_T_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_WRAP_T_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_WRAP_T_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_WRAP_T_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TEXTURE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLES_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLES_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLES_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLES_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLES_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLES_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLE_FAN_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLE_FAN_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLE_FAN_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLE_FAN_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLE_FAN_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLE_FAN_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLE_STRIP_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLE_STRIP_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLE_STRIP_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLE_STRIP_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLE_STRIP_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_TRIANGLE_STRIP_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_ALIGNMENT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_ALIGNMENT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_ALIGNMENT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_ALIGNMENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_ALIGNMENT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_ALIGNMENT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_COLORSPACE_CONVERSION_WEBGL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_COLORSPACE_CONVERSION_WEBGL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_COLORSPACE_CONVERSION_WEBGL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_COLORSPACE_CONVERSION_WEBGL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_COLORSPACE_CONVERSION_WEBGL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_COLORSPACE_CONVERSION_WEBGL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_FLIP_Y_WEBGL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_FLIP_Y_WEBGL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_FLIP_Y_WEBGL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_FLIP_Y_WEBGL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_FLIP_Y_WEBGL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_FLIP_Y_WEBGL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_PREMULTIPLY_ALPHA_WEBGL_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_PREMULTIPLY_ALPHA_WEBGL_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_PREMULTIPLY_ALPHA_WEBGL_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_PREMULTIPLY_ALPHA_WEBGL_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_PREMULTIPLY_ALPHA_WEBGL_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNPACK_PREMULTIPLY_ALPHA_WEBGL_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_BYTE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_BYTE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_BYTE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_BYTE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_BYTE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_BYTE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_INT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_INT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_INT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_INT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_INT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_INT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_4_4_4_4_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_4_4_4_4_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_4_4_4_4_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_4_4_4_4_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_4_4_4_4_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_4_4_4_4_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_5_5_5_1_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_5_5_5_1_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_5_5_5_1_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_5_5_5_1_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_5_5_5_1_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_5_5_5_1_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_5_6_5_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_5_6_5_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_5_6_5_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_5_6_5_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_5_6_5_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_5_6_5_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_UNSIGNED_SHORT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VALIDATE_STATUS_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VALIDATE_STATUS_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VALIDATE_STATUS_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VALIDATE_STATUS_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VALIDATE_STATUS_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VALIDATE_STATUS_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VENDOR_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VENDOR_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VENDOR_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VENDOR_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VENDOR_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VENDOR_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERSION_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERSION_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERSION_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERSION_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERSION_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERSION_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_ENABLED_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_ENABLED_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_ENABLED_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_ENABLED_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_ENABLED_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_ENABLED_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_NORMALIZED_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_NORMALIZED_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_NORMALIZED_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_NORMALIZED_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_NORMALIZED_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_NORMALIZED_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_POINTER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_POINTER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_POINTER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_POINTER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_POINTER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_POINTER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_SIZE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_SIZE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_SIZE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_SIZE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_SIZE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_SIZE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_STRIDE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_STRIDE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_STRIDE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_STRIDE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_STRIDE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_STRIDE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_TYPE_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_TYPE_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_TYPE_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_TYPE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_TYPE_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_ATTRIB_ARRAY_TYPE_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_SHADER_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_SHADER_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_SHADER_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_SHADER_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_SHADER_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VERTEX_SHADER_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VIEWPORT_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VIEWPORT_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VIEWPORT_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VIEWPORT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VIEWPORT_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_VIEWPORT_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ZERO_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ZERO_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ZERO_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ZERO_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ZERO_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_ZERO_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_activeTexture_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_activeTexture_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_activeTexture_null.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_activeTexture_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_activeTexture_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_activeTexture_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_attachShader_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_attachShader_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_attachShader_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_attachShader_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_attachShader_null.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_attachShader_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_attachShader_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_attachShader_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindAttribLocation_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindAttribLocation_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindAttribLocation_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindAttribLocation_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindBuffer_INVALID_OPERATION.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindBuffer_INVALID_OPERATION.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindBuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindBuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindBuffer_null.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindBuffer_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindBuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindBuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindFramebuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindFramebuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindFramebuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindFramebuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindRenderbuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindRenderbuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindRenderbuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindRenderbuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindTexture_INVALID_OPERATION.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindTexture_INVALID_OPERATION.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindTexture_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindTexture_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindTexture_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bindTexture_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendColor_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendColor_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendColor_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendColor_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendColor_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendColor_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendEquationSeparate_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendEquationSeparate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendEquationSeparate_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendEquationSeparate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendEquation_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendEquation_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendEquation_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendEquation_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFuncSeparate_INVALID_OPERATION.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFuncSeparate_INVALID_OPERATION.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFuncSeparate_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFuncSeparate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFuncSeparate_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFuncSeparate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFunc_INVALID_OPERATION.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFunc_INVALID_OPERATION.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFunc_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFunc_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFunc_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFunc_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFunc_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_blendFunc_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bufferData_INVALID_VALUE.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bufferData_INVALID_VALUE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bufferData_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bufferData_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bufferData_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bufferData_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bufferData_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bufferData_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bufferSubData_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bufferSubData_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bufferSubData_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_bufferSubData_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_canvas_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_canvas_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_canvas_get_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_canvas_get_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_canvas_readonly.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_canvas_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_canvas_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_canvas_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_case_sensitive.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_case_sensitive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_checkFramebufferStatus_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_checkFramebufferStatus_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_checkFramebufferStatus_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_checkFramebufferStatus_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_checkFramebufferStatus_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_checkFramebufferStatus_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearColor_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearColor_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearColor_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearColor_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearColor_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearColor_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearDepth_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearDepth_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearDepth_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearDepth_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearDepth_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearDepth_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearStencil_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearStencil_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearStencil_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearStencil_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearStencil_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clearStencil_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clear_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clear_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clear_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_clear_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_colorMask_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_colorMask_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_colorMask_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_colorMask_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_compileShader_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_compileShader_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_compileShader_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_compileShader_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_compileShader_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_compileShader_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_copyTexImage2D_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_copyTexImage2D_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_copyTexImage2D_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_copyTexImage2D_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_copyTexSubImage2D_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_copyTexSubImage2D_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_copyTexSubImage2D_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_copyTexSubImage2D_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createBuffer_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createBuffer_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createBuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createBuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createBuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createBuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createFramebuffer_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createFramebuffer_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createFramebuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createFramebuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createFramebuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createFramebuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createProgram_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createProgram_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createProgram_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createProgram_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createProgram_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createProgram_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createRenderbuffer_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createRenderbuffer_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createRenderbuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createRenderbuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createRenderbuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createRenderbuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createShader_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createShader_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createShader_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createShader_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createShader_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createShader_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createTexture_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createTexture_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createTexture_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createTexture_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createTexture_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_createTexture_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_cullFace_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_cullFace_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_cullFace_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_cullFace_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_cullFace_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_cullFace_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteBuffer_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteBuffer_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteBuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteBuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteBuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteBuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteFramebuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteFramebuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteFramebuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteFramebuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteProgram_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteProgram_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteProgram_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteProgram_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteProgram_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteProgram_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteRenderbuffer_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteRenderbuffer_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteRenderbuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteRenderbuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteRenderbuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteRenderbuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteShader_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteShader_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteShader_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteShader_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteShader_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteShader_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteTexture_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteTexture_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteTexture_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteTexture_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteTexture_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_deleteTexture_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthFunc_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthFunc_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthFunc_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthFunc_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthFunc_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthFunc_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthMask_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthMask_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthMask_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthMask_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthMask_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthMask_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthRange_INVALID_OPERATION.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthRange_INVALID_OPERATION.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthRange_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthRange_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthRange_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthRange_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthRange_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_depthRange_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_detachShader_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_detachShader_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_detachShader_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_detachShader_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_detachShader_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_detachShader_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_disableVertexAttribArray_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_disableVertexAttribArray_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_disableVertexAttribArray_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_disableVertexAttribArray_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_disable_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_disable_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_disable_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_disable_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_disable_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_disable_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawArrays_INVALID_VALUE.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawArrays_INVALID_VALUE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawArrays_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawArrays_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawArrays_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawArrays_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawElements_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawElements_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawElements_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawElements_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferHeight_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferHeight_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferHeight_get_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferHeight_get_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferHeight_readonly.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferHeight_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferHeight_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferHeight_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferWidth_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferWidth_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferWidth_get_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferWidth_get_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferWidth_readonly.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferWidth_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferWidth_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_drawingBufferWidth_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_enableVertexAttribArray_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_enableVertexAttribArray_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_enableVertexAttribArray_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_enableVertexAttribArray_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_enable_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_enable_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_enable_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_enable_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_enable_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_enable_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_finish_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_finish_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_finish_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_finish_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_flush_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_flush_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_flush_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_flush_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_framebufferRenderbuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_framebufferRenderbuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_framebufferRenderbuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_framebufferRenderbuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_framebufferTexture2D_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_framebufferTexture2D_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_framebufferTexture2D_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_framebufferTexture2D_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_frontFace_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_frontFace_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_frontFace_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_frontFace_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_generateMipmap_INVALID_OPERATION.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_generateMipmap_INVALID_OPERATION.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_generateMipmap_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_generateMipmap_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_generateMipmap_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_generateMipmap_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getActiveAttrib_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getActiveAttrib_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getActiveAttrib_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getActiveAttrib_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getActiveAttrib_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getActiveAttrib_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getActiveUniform_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getActiveUniform_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getActiveUniform_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getActiveUniform_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getAttachedShaders_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getAttachedShaders_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getAttachedShaders_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getAttachedShaders_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getAttachedShaders_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getAttachedShaders_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getAttribLocation_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getAttribLocation_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getAttribLocation_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getAttribLocation_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getAttribLocation_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getAttribLocation_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getBufferParameter_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getBufferParameter_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getBufferParameter_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getBufferParameter_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getBufferParameter_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getBufferParameter_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getContextAttributes_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getContextAttributes_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getContextAttributes_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getContextAttributes_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getContextAttributes_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getContextAttributes_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getError_NO_ERROR.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getError_NO_ERROR.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getError_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getError_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getError_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getError_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getExtension_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getExtension_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getExtension_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getExtension_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getExtension_null.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getExtension_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getExtension_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getExtension_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getFramebufferAttachmentParameter_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getFramebufferAttachmentParameter_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getFramebufferAttachmentParameter_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getFramebufferAttachmentParameter_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getParameter_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getParameter_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getParameter_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getParameter_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getParameter_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getParameter_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getProgramInfoLog_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getProgramInfoLog_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getProgramInfoLog_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getProgramInfoLog_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getProgramInfoLog_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getProgramInfoLog_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getProgramParameter_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getProgramParameter_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getProgramParameter_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getProgramParameter_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getProgramParameter_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getProgramParameter_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getRenderbufferParameter_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getRenderbufferParameter_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getRenderbufferParameter_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getRenderbufferParameter_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getRenderbufferParameter_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getRenderbufferParameter_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderInfoLog_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderInfoLog_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderInfoLog_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderInfoLog_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderParameter_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderParameter_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderParameter_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderParameter_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderParameter_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderParameter_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderSource_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderSource_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderSource_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderSource_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderSource_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getShaderSource_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getSupportedExtensions_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getSupportedExtensions_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getSupportedExtensions_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getSupportedExtensions_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getSupportedExtensions_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getSupportedExtensions_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getTexParameter_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getTexParameter_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getTexParameter_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getTexParameter_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getTexParameter_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getTexParameter_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniformLocation_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniformLocation_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniformLocation_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniformLocation_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniformLocation_null.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniformLocation_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniformLocation_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniformLocation_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniform_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniform_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniform_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniform_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniform_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getUniform_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getVertexAttribOffset_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getVertexAttribOffset_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getVertexAttribOffset_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getVertexAttribOffset_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getVertexAttrib_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getVertexAttrib_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getVertexAttrib_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getVertexAttrib_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getVertexAttrib_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_getVertexAttrib_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_get_object.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_get_object.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_hint_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_hint_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_hint_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_hint_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isBuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isBuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isBuffer_false.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isBuffer_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isBuffer_true.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isBuffer_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isBuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isBuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isContextLost_default_value.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isContextLost_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isContextLost_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isContextLost_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isContextLost_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isContextLost_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isEnabled_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isEnabled_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isEnabled_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isEnabled_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isFramebuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isFramebuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isFramebuffer_false.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isFramebuffer_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isFramebuffer_true.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isFramebuffer_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isFramebuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isFramebuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isProgram_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isProgram_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isProgram_false.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isProgram_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isProgram_true.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isProgram_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isProgram_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isProgram_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isRenderbuffer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isRenderbuffer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isRenderbuffer_false.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isRenderbuffer_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isRenderbuffer_true.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isRenderbuffer_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isRenderbuffer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isRenderbuffer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isShader_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isShader_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isShader_false.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isShader_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isShader_true.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isShader_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isShader_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isShader_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isTexture_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isTexture_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isTexture_false.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isTexture_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isTexture_true.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isTexture_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isTexture_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_isTexture_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_lineWidth_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_lineWidth_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_lineWidth_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_lineWidth_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_lineWidth_null.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_lineWidth_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_lineWidth_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_lineWidth_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_linkProgram_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_linkProgram_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_linkProgram_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_linkProgram_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_onlyone.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_onlyone.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_pixelStorei_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_pixelStorei_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_pixelStorei_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_pixelStorei_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_polygonOffset_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_polygonOffset_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_polygonOffset_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_polygonOffset_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_readPixels_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_readPixels_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_readPixels_pixels_null.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_readPixels_pixels_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_readPixels_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_readPixels_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_renderbufferStorage_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_renderbufferStorage_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_renderbufferStorage_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_renderbufferStorage_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_sampleCoverage_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_sampleCoverage_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_sampleCoverage_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_sampleCoverage_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_scissor_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_scissor_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_scissor_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_scissor_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_shaderSource_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_shaderSource_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_shaderSource_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_shaderSource_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilFuncSeparate_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilFuncSeparate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilFuncSeparate_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilFuncSeparate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilFunc_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilFunc_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilFunc_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilFunc_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilMaskSeparate_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilMaskSeparate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilMaskSeparate_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilMaskSeparate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilMask_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilMask_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilMask_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilMask_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilOpSeparate_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilOpSeparate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilOpSeparate_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilOpSeparate_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilOp_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilOp_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilOp_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_stencilOp_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_support.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_support.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_support_moz-webgl.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_support_moz-webgl.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texImage2D_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texImage2D_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texImage2D_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texImage2D_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texParameterf_INVALID_OPERATION.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texParameterf_INVALID_OPERATION.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texParameterf_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texParameterf_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texParameterf_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texParameterf_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texParameteri_INVALID_OPERATION.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texParameteri_INVALID_OPERATION.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texParameteri_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texParameteri_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texParameteri_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texParameteri_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texSubImage2D_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texSubImage2D_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texSubImage2D_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_texSubImage2D_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1f_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1f_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1f_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1f_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1fv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1fv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1fv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1fv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1i_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1i_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1i_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1i_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1iv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1iv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1iv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform1iv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2f_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2f_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2f_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2f_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2fv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2fv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2fv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2fv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2i_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2i_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2i_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2i_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2iv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2iv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2iv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform2iv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3f_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3f_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3f_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3f_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3fv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3fv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3fv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3fv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3i_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3i_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3i_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3i_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3iv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3iv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3iv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform3iv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4f_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4f_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4f_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4f_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4fv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4fv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4fv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4fv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4i_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4i_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4i_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4i_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4iv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4iv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4iv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniform4iv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniformMatrix2fv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniformMatrix2fv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniformMatrix2fv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniformMatrix2fv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniformMatrix3fv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniformMatrix3fv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniformMatrix3fv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniformMatrix3fv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniformMatrix4fv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniformMatrix4fv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniformMatrix4fv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_uniformMatrix4fv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_useProgram_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_useProgram_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_useProgram_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_useProgram_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_validateProgram_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_validateProgram_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_validateProgram_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_validateProgram_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib1f_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib1f_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib1f_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib1f_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib1fv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib1fv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib1fv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib1fv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib2f_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib2f_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib2f_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib2f_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib2fv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib2fv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib2fv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib2fv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib3f_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib3f_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib3f_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib3f_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib3fv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib3fv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib3fv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib3fv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib4f_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib4f_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib4f_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib4f_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib4fv_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib4fv_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib4fv_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttrib4fv_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttribPointer_INVALID_VALUE.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttribPointer_INVALID_VALUE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttribPointer_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttribPointer_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttribPointer_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_vertexAttribPointer_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_viewport_basic.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_viewport_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_viewport_exist.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_viewport_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_viewport_exists.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_viewport_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_viewport_type.html b/ivi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_viewport_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webrunner/index.html b/ivi/tct-webgl-nonw3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-webgl-nonw3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webgl-nonw3c-tests/webrunner/testrunner.js b/ivi/tct-webgl-nonw3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/COPYING b/ivi/tct-webmessaging-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/README b/ivi/tct-webmessaging-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/config.xml b/ivi/tct-webmessaging-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/icon.png b/ivi/tct-webmessaging-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/manifest.json b/ivi/tct-webmessaging-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/resources/COPYING b/ivi/tct-webmessaging-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/resources/testharness.css b/ivi/tct-webmessaging-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/resources/testharness.js b/ivi/tct-webmessaging-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/resources/testharnessreport.js b/ivi/tct-webmessaging-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/suite.json b/ivi/tct-webmessaging-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/testcase.xsl b/ivi/tct-webmessaging-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/testresult.xsl b/ivi/tct-webmessaging-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/tests.css b/ivi/tct-webmessaging-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/tests.full.xml b/ivi/tct-webmessaging-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/tests.xml b/ivi/tct-webmessaging-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/spec.json b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/message_ArrayBuffer_test.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/message_ArrayBuffer_test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/message_FileBlob_test.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/message_FileBlob_test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/message_FileList_test.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/message_FileList_test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/message_date_test.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/message_date_test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/message_number_test.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/message_number_test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/test.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/webmessaging_window_cross_receive_message.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/support/webmessaging_window_cross_receive_message.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/COPYING b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_MessagePort_initial_disabled.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_MessagePort_initial_disabled.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_MessagePort_onmessage_start.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_MessagePort_onmessage_start.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_postMessage_DataCloneErr.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_postMessage_DataCloneErr.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_postMessage_clone_port.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_postMessage_clone_port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_postMessage_event_properties.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_postMessage_event_properties.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_postMessage_ports_readonly_array.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_postMessage_ports_readonly_array.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_postMessage_target_source.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Channel_postMessage_target_source.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/MessageEvent_properties.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/MessageEvent_properties.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Transferred_objects_unusable.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/Transferred_objects_unusable.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/event.data.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/event.data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/event.origin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/event.origin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/event.ports.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/event.ports.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/event.source.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/event.source.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/event.source.xorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/event.source.xorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/manifest.txt b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/manifest.txt old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/message-channels/001.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/message-channels/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/message-channels/002.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/message-channels/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/message-channels/003.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/message-channels/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/message-channels/004-1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/message-channels/004-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/message-channels/004-2.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/message-channels/004-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/message-channels/004.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/message-channels/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_ArrayBuffer.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_ArrayBuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_Date.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_Date.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_Document.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_Document.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_Function.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_Function.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_MessagePorts_sorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_MessagePorts_sorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_MessagePorts_xorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_MessagePorts_xorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_arrays.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_arrays.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_asterisk_xorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_asterisk_xorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_invalid_targetOrigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_invalid_targetOrigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_objects.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_objects.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_origin_mismatch.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_origin_mismatch.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_origin_mismatch_xorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_origin_mismatch_xorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_solidus_sorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_solidus_sorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_solidus_xorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/postMessage_solidus_xorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/support/ChildWindowPostMessage.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/support/ChildWindowPostMessage.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/001.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/002.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/003.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/004.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/005.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/006.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/007.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/010.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/011.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/011.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/012.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/012.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/013.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/013.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/014.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/014.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/015.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/015.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/016.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/016.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/017.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/017.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/018.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/018.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/019.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/019.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/020.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/020.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/021.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/021.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/023.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/023.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/024.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/024.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/027.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/with-ports/027.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/001.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/002.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/003.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/004.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/005.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/006.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/007.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/010.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/011.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/011.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/012.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/012.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/013.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/013.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/014.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/014.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/015.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/015.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/016.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/016.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/017.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/017.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/018.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/018.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/019-1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/019-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/019.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/019.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/020-1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/020-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/020.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/020.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/021.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/021.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/023.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/023.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/024.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/w3c/without-ports/024.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_effective_port1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_effective_port1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_effective_port2.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_effective_port2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_invalid_port.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_invalid_port.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_port1_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_port1_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_port1_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_port1_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_port1_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_port1_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_port2_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_port2_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_port2_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_port2_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_port2_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageChannel_port2_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_data_basic.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_data_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_data_default_value.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_data_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_data_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_data_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_data_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_data_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_example_message_event_fired.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_example_message_event_fired.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_lastEventId_default_value.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_lastEventId_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_lastEventId_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_lastEventId_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_lastEventId_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_lastEventId_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_lastEventId_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_lastEventId_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_origin_basic.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_origin_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_origin_default_value.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_origin_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_origin_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_origin_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_origin_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_origin_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_origin_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_origin_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_ports_basic.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_ports_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_ports_default_value.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_ports_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_ports_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_ports_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_ports_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_ports_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_ports_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_ports_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_source_basic.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_source_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_source_default_value.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_source_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_source_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_source_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_source_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_source_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_source_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessageEvent_source_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_close_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_close_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_close_port1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_close_port1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_close_port2.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_close_port2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_close_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_close_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_onmessage_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_onmessage_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_onmessage_port1_send.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_onmessage_port1_send.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_onmessage_port2_send.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_onmessage_port2_send.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_onmessage_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_onmessage_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_postMessage_channel_basic.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_postMessage_channel_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_postMessage_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_postMessage_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_postMessage_no_args.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_postMessage_no_args.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_postMessage_null.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_postMessage_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_postMessage_same_port.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_postMessage_same_port.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_postMessage_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_postMessage_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_start_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_start_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_start_port1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_start_port1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_start_port2.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_start_port2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_start_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_MessagePort_start_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_cross_post_message_wrong_origin1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_cross_post_message_wrong_origin1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_cross_post_message_wrong_origin2.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_cross_post_message_wrong_origin2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_cross_post_message_wrong_origin3.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_cross_post_message_wrong_origin3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_cross_post_normal_message.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_cross_post_normal_message.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_cross_post_specical_message.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_cross_post_specical_message.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_base.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_contentWindow.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_contentWindow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_contentWindow_child.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_contentWindow_child.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_empty_string.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_exception_DataCloneError.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_exception_DataCloneError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_message_ArrayBuffer.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_message_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_message_FileBlob.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_message_FileBlob.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_message_FileList.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_message_FileList.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_message_date.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_message_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_message_number.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_message_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_null.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_parent.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_parent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_targetOrigin_invalid.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_targetOrigin_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging-py/webmessaging_window_postMessage_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/support/message_ArrayBuffer_test.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/support/message_ArrayBuffer_test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/support/message_FileBlob_test.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/support/message_FileBlob_test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/support/message_FileList_test.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/support/message_FileList_test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/support/message_date_test.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/support/message_date_test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/support/message_number_test.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/support/message_number_test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/support/test.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/support/test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/support/webmessaging_window_cross_receive_message.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/support/webmessaging_window_cross_receive_message.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/COPYING b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_MessagePort_initial_disabled.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_MessagePort_initial_disabled.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_MessagePort_onmessage_start.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_MessagePort_onmessage_start.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_postMessage_DataCloneErr.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_postMessage_DataCloneErr.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_postMessage_clone_port.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_postMessage_clone_port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_postMessage_event_properties.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_postMessage_event_properties.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_postMessage_ports_readonly_array.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_postMessage_ports_readonly_array.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_postMessage_target_source.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Channel_postMessage_target_source.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/MessageEvent_properties.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/MessageEvent_properties.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Transferred_objects_unusable.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/Transferred_objects_unusable.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/event.data.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/event.data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/event.origin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/event.origin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/event.ports.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/event.ports.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/event.source.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/event.source.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/event.source.xorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/event.source.xorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/manifest.txt b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/manifest.txt old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/message-channels/001.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/message-channels/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/message-channels/002.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/message-channels/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/message-channels/003.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/message-channels/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/message-channels/004-1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/message-channels/004-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/message-channels/004-2.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/message-channels/004-2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/message-channels/004.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/message-channels/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_ArrayBuffer.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_ArrayBuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_Date.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_Date.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_Document.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_Document.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_Function.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_Function.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_MessagePorts_sorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_MessagePorts_sorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_MessagePorts_xorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_MessagePorts_xorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_arrays.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_arrays.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_asterisk_xorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_asterisk_xorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_invalid_targetOrigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_invalid_targetOrigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_objects.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_objects.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_origin_mismatch.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_origin_mismatch.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_origin_mismatch_xorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_origin_mismatch_xorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_solidus_sorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_solidus_sorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_solidus_xorigin.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/postMessage_solidus_xorigin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/support/ChildWindowPostMessage.htm b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/support/ChildWindowPostMessage.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/001.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/002.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/003.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/004.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/005.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/006.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/007.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/010.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/011.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/011.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/012.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/012.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/013.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/013.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/014.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/014.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/015.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/015.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/016.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/016.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/017.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/017.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/018.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/018.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/019.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/019.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/020.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/020.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/021.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/021.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/023.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/023.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/024.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/024.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/027.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/with-ports/027.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/001.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/002.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/003.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/004.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/005.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/006.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/007.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/010.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/011.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/011.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/012.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/012.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/013.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/013.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/014.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/014.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/015.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/015.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/016.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/016.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/017.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/017.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/018.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/018.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/019-1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/019-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/019.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/019.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/020-1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/020-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/020.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/020.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/021.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/021.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/023.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/023.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/024.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/w3c/without-ports/024.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_effective_port1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_effective_port1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_effective_port2.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_effective_port2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_invalid_port.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_invalid_port.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_port1_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_port1_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_port1_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_port1_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_port1_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_port1_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_port2_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_port2_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_port2_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_port2_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_port2_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageChannel_port2_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_data_basic.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_data_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_data_default_value.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_data_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_data_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_data_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_data_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_data_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_example_message_event_fired.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_example_message_event_fired.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_lastEventId_default_value.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_lastEventId_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_lastEventId_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_lastEventId_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_lastEventId_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_lastEventId_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_lastEventId_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_lastEventId_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_origin_basic.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_origin_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_origin_default_value.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_origin_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_origin_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_origin_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_origin_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_origin_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_origin_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_origin_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_ports_basic.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_ports_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_ports_default_value.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_ports_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_ports_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_ports_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_ports_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_ports_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_ports_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_ports_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_source_basic.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_source_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_source_default_value.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_source_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_source_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_source_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_source_readonly.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_source_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_source_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessageEvent_source_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_close_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_close_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_close_port1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_close_port1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_close_port2.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_close_port2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_close_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_close_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_onmessage_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_onmessage_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_onmessage_port1_send.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_onmessage_port1_send.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_onmessage_port2_send.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_onmessage_port2_send.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_onmessage_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_onmessage_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_postMessage_channel_basic.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_postMessage_channel_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_postMessage_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_postMessage_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_postMessage_no_args.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_postMessage_no_args.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_postMessage_null.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_postMessage_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_postMessage_same_port.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_postMessage_same_port.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_postMessage_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_postMessage_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_start_exists.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_start_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_start_port1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_start_port1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_start_port2.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_start_port2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_start_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_MessagePort_start_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_cross_post_message_wrong_origin1.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_cross_post_message_wrong_origin1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_cross_post_message_wrong_origin2.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_cross_post_message_wrong_origin2.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_cross_post_message_wrong_origin3.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_cross_post_message_wrong_origin3.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_cross_post_normal_message.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_cross_post_normal_message.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_cross_post_specical_message.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_cross_post_specical_message.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_base.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_contentWindow.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_contentWindow.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_contentWindow_child.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_contentWindow_child.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_empty_string.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_exception_DataCloneError.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_exception_DataCloneError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_message_ArrayBuffer.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_message_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_message_FileBlob.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_message_FileBlob.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_message_FileList.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_message_FileList.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_message_date.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_message_date.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_message_number.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_message_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_null.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_parent.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_parent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_targetOrigin_invalid.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_targetOrigin_invalid.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_type.html b/ivi/tct-webmessaging-w3c-tests/webmessaging/webmessaging_window_postMessage_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webrunner/index.html b/ivi/tct-webmessaging-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-webmessaging-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webmessaging-w3c-tests/webrunner/testrunner.js b/ivi/tct-webmessaging-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/COPYING b/ivi/tct-websetting-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/LICENSE.Apache-2.0 b/ivi/tct-websetting-tizen-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/NOTICE b/ivi/tct-websetting-tizen-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/config.xml b/ivi/tct-websetting-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/icon.png b/ivi/tct-websetting-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/manifest.json b/ivi/tct-websetting-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/resources/COPYING b/ivi/tct-websetting-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/resources/testharness.css b/ivi/tct-websetting-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/resources/testharness.js b/ivi/tct-websetting-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/resources/testharnessreport.js b/ivi/tct-websetting-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/suite.json b/ivi/tct-websetting-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/testcase.xsl b/ivi/tct-websetting-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/testresult.xsl b/ivi/tct-websetting-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/tests.css b/ivi/tct-websetting-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/tests.full.xml b/ivi/tct-websetting-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/tests.xml b/ivi/tct-websetting-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/webrunner/index.html b/ivi/tct-websetting-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-websetting-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/webrunner/testrunner.js b/ivi/tct-websetting-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_extend.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_extend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_in_tizen.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_in_tizen.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_notexist.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_TypeMismatch.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_invalid_cb.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_exist.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_nullableargs.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_nullableargs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_TypeMismatch.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_invalid_cb.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_errorCallback.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_successCallback.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_TypeMismatch.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_invalid_cb.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_exist.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_nullableargs.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_nullableargs.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_TypeMismatch.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_TypeMismatch.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_invalid_cb.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_invalid_cb.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_errorCallback.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_errorCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_successCallback.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_successCallback.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/WebSettingObject_notexist.html b/ivi/tct-websetting-tizen-tests/websetting/WebSettingObject_notexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/support/unitcommon.js b/ivi/tct-websetting-tizen-tests/websetting/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websetting-tizen-tests/websetting/support/websetting_common.js b/ivi/tct-websetting-tizen-tests/websetting/support/websetting_common.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/COPYING b/ivi/tct-websocket-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/README b/ivi/tct-websocket-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/config.xml b/ivi/tct-websocket-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/icon.png b/ivi/tct-websocket-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/manifest.json b/ivi/tct-websocket-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/resources/COPYING b/ivi/tct-websocket-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/resources/testharness.css b/ivi/tct-websocket-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/resources/testharness.js b/ivi/tct-websocket-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/resources/testharnessreport.js b/ivi/tct-websocket-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/suite.json b/ivi/tct-websocket-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/testcase.xsl b/ivi/tct-websocket-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/testresult.xsl b/ivi/tct-websocket-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/tests.css b/ivi/tct-websocket-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/tests.full.xml b/ivi/tct-websocket-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/tests.xml b/ivi/tct-websocket-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/webrunner/index.html b/ivi/tct-websocket-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-websocket-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/webrunner/testrunner.js b/ivi/tct-websocket-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/spec.json b/ivi/tct-websocket-w3c-tests/websocket-py/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/support/websocket.js b/ivi/tct-websocket-w3c-tests/websocket-py/support/websocket.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/001.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/002.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/004.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/005.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/007.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/008.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/008.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/010.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/012.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/012.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/017.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/017.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/019.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/019.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/020.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/020.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/021.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/021.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/COPYING b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Close-0.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Close-0.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Close-1000-reason.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Close-1000-reason.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Close-1000.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Close-1000.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Close-null.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Close-null.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Close-undefined.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Close-undefined.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-blocked-port.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-blocked-port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-extensions-empty.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-extensions-empty.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-url-with-space.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-url-with-space.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-valid-url-array-protocols.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-valid-url-array-protocols.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-valid-url-binaryType-blob.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-valid-url-binaryType-blob.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-valid-url-protocol-setCorrectly.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-valid-url-protocol-setCorrectly.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-valid-url-protocol-string.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-valid-url-protocol-string.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-valid-url.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-valid-url.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-verify-url-set-default-port.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-verify-url-set-default-port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-verify-url-set-non-default-port.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-Secure-verify-url-set-non-default-port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-invalid-urls.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-invalid-urls.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-non-absolute-url.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-non-absolute-url.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-nonAscii-protocol-string.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-nonAscii-protocol-string.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-protocol-with-space.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-protocol-with-space.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-protocols-repeated.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-protocols-repeated.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-valid-url-array-protocols.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-valid-url-array-protocols.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-valid-url-protocol-empty.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-valid-url-protocol-empty.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-valid-url-protocol.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-valid-url-protocol.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-valid-url.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-valid-url.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-verify-url-set-default-port.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-verify-url-set-default-port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-verify-url-set-non-default-port.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-verify-url-set-non-default-port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-wrong-scheme.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Create-wrong-scheme.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-0.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-0.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-1000-reason.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-1000-reason.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-1000-verify-code.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-1000-verify-code.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-1000.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-1000.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-1005-verify-code.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-1005-verify-code.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-1005.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-1005.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-2999-reason.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-2999-reason.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-3000-reason.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-3000-reason.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-3000-verify-code.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-3000-verify-code.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-4999-reason.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-4999-reason.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-Reason-124Bytes.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-Reason-124Bytes.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-null.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-null.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-onlyReason.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-onlyReason.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-readyState-Closed.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-readyState-Closed.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-readyState-Closing.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-readyState-Closing.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-server-initiated-close.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-server-initiated-close.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-undefined.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Close-undefined.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-65K-data.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-65K-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-65K-arraybuffer.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-65K-arraybuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybuffer.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-float32.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-float32.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-float64.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-float64.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-int32.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-int32.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-uint16-offset-length.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-uint16-offset-length.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-uint32-offset.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-uint32-offset.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-uint8-offset-length.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-uint8-offset-length.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-uint8-offset.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-arraybufferview-uint8-offset.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-blob.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-binary-blob.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-data.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-null.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-null.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-paired-surrogates.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-paired-surrogates.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-unicode-data.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Secure-Send-unicode-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-0byte-data.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-0byte-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-65K-data.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-65K-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-before-open.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-before-open.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-binary-65K-arraybuffer.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-binary-65K-arraybuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-binary-arraybuffer.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-binary-arraybuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-binary-arraybufferview-int16-offset.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-binary-arraybufferview-int16-offset.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-binary-arraybufferview-int8.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-binary-arraybufferview-int8.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-binary-blob.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-binary-blob.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-data.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-null.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-null.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-paired-surrogates.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-paired-surrogates.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-unicode-data.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/Send-unicode-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/binaryType-wrong-value.htm b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/binaryType-wrong-value.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/constants.js b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/constants.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/cookies/004.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/cookies/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/cookies/support/set-cookie.py b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/cookies/support/set-cookie.py old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/CloseEvent/001.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/CloseEvent/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/bufferedAmount/001.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/bufferedAmount/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/bufferedAmount/002.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/bufferedAmount/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/bufferedAmount/004.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/bufferedAmount/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/close/001.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/close/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/close/002.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/close/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/close/003.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/close/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/close/004.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/close/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/constants/001.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/constants/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/constants/003.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/constants/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/constants/004.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/constants/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/constants/005.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/constants/005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/constants/006.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/constants/006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/001.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/002.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/003.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/004.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/006.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/007.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/008.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/008.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/009.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/009.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/010.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/011.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/011.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/012.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/012.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/014.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/014.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/015.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/015.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/017.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/017.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/018.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/018.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/019.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/events/019.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/extensions/001.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/extensions/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/protocol/001.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/protocol/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/readyState/001.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/readyState/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/readyState/002.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/readyState/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/readyState/006.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/readyState/006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/readyState/007.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/readyState/007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/readyState/008.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/readyState/008.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/send/001.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/send/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/send/002.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/send/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/send/003.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/send/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/send/004.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/send/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/send/009.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/send/009.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/url/002.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/url/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/url/003.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/interfaces/WebSocket/url/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/unload-a-document/001-1.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/unload-a-document/001-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/unload-a-document/001.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/unload-a-document/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/unload-a-document/003.html b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/unload-a-document/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/w3c/websocket.js b/ivi/tct-websocket-w3c-tests/websocket-py/w3c/websocket.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_close_code.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_close_code.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_close_reason.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_close_reason.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_code_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_code_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_code_readonly.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_code_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_code_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_code_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_reason_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_reason_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_reason_readonly.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_reason_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_reason_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_reason_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_wasClean_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_wasClean_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_wasClean_false.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_wasClean_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_wasClean_readonly.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_wasClean_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_wasClean_true.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_wasClean_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_wasClean_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_CloseEvent_wasClean_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CLOSED_default_value.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CLOSED_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CLOSED_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CLOSED_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CLOSED_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CLOSED_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CLOSING_default_value.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CLOSING_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CLOSING_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CLOSING_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CLOSING_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CLOSING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CONNECTING_default_value.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CONNECTING_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CONNECTING_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CONNECTING_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CONNECTING_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_CONNECTING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_OPEN_default_value.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_OPEN_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_OPEN_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_OPEN_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_OPEN_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_OPEN_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_binaryType_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_binaryType_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_increase_each_call.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_increase_each_call.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_nosend.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_nosend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_readonly.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send10000char.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send10000char.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send1000char.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send1000char.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send100char.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send100char.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send10char.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send10char.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send200char.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send200char.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send500char.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send500char.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send_ArrayBuffer.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send_ArrayBuffer_2048.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send_ArrayBuffer_2048.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send_blob.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send_blob.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send_blob_2000.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_send_blob_2000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_bufferedAmount_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_close_3000.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_close_3000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_close_5000.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_close_5000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_close_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_close_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_close_reason_null.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_close_reason_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_close_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_close_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_extensions_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_extensions_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_extensions_readonly.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_extensions_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_extensions_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_extensions_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onclose_base.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onclose_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onclose_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onclose_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onclose_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onclose_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onerror_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onerror_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onerror_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onerror_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onmessage_MessageEvent_origin_initialize.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onmessage_MessageEvent_origin_initialize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onmessage_base.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onmessage_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onmessage_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onmessage_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onmessage_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onmessage_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onopen_base.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onopen_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onopen_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onopen_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onopen_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_onopen_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_port_block_access_exception_SecurityError.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_port_block_access_exception_SecurityError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_protocol_closing.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_protocol_closing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_protocol_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_protocol_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_protocol_readonly.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_protocol_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_protocol_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_protocol_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_readyState_connecting.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_readyState_connecting.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_readyState_open.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_readyState_open.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_readyState_readonly.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_readyState_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_readyState_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_readyState_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_readystate_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_readystate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_send_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_send_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_send_number.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_send_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_send_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_send_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_exists.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_readonly.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_type.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_ws_echo_websocket_org_8080.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_ws_echo_websocket_org_8080.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_ws_localhost_8080.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_ws_localhost_8080.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_wss_echo_websocket_org_8080.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_wss_echo_websocket_org_8080.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_wss_localhost_8080.html b/ivi/tct-websocket-w3c-tests/websocket-py/websocket_WebSocket_url_wss_localhost_8080.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/support/jetty/COPYING b/ivi/tct-websocket-w3c-tests/websocket/support/jetty/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/support/jetty/keystore.chain b/ivi/tct-websocket-w3c-tests/websocket/support/jetty/keystore.chain old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/support/jetty/ws-server.jar b/ivi/tct-websocket-w3c-tests/websocket/support/jetty/ws-server.jar old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/support/websocket.js b/ivi/tct-websocket-w3c-tests/websocket/support/websocket.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/001.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/002.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/004.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/005.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/007.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/008.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/008.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/010.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/012.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/012.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/017.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/017.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/019.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/019.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/020.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/020.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/021.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/021.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/COPYING b/ivi/tct-websocket-w3c-tests/websocket/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Close-0.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Close-0.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Close-1000-reason.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Close-1000-reason.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Close-1000.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Close-1000.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Close-null.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Close-null.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Close-undefined.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Close-undefined.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-blocked-port.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-blocked-port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-extensions-empty.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-extensions-empty.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-url-with-space.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-url-with-space.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-valid-url-array-protocols.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-valid-url-array-protocols.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-valid-url-binaryType-blob.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-valid-url-binaryType-blob.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-valid-url-protocol-setCorrectly.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-valid-url-protocol-setCorrectly.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-valid-url-protocol-string.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-valid-url-protocol-string.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-valid-url.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-valid-url.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-verify-url-set-default-port.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-verify-url-set-default-port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-verify-url-set-non-default-port.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-Secure-verify-url-set-non-default-port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-invalid-urls.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-invalid-urls.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-non-absolute-url.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-non-absolute-url.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-nonAscii-protocol-string.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-nonAscii-protocol-string.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-protocol-with-space.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-protocol-with-space.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-protocols-repeated.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-protocols-repeated.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-valid-url-array-protocols.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-valid-url-array-protocols.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-valid-url-protocol-empty.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-valid-url-protocol-empty.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-valid-url-protocol.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-valid-url-protocol.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-valid-url.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-valid-url.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-verify-url-set-default-port.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-verify-url-set-default-port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-verify-url-set-non-default-port.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-verify-url-set-non-default-port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-wrong-scheme.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Create-wrong-scheme.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-0.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-0.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-1000-reason.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-1000-reason.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-1000-verify-code.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-1000-verify-code.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-1000.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-1000.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-1005-verify-code.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-1005-verify-code.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-1005.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-1005.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-2999-reason.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-2999-reason.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-3000-reason.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-3000-reason.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-3000-verify-code.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-3000-verify-code.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-4999-reason.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-4999-reason.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-Reason-124Bytes.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-Reason-124Bytes.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-null.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-null.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-onlyReason.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-onlyReason.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-readyState-Closed.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-readyState-Closed.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-readyState-Closing.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-readyState-Closing.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-server-initiated-close.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-server-initiated-close.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-undefined.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Close-undefined.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-65K-data.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-65K-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-65K-arraybuffer.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-65K-arraybuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybuffer.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-float32.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-float32.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-float64.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-float64.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-int32.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-int32.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-uint16-offset-length.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-uint16-offset-length.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-uint32-offset.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-uint32-offset.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-uint8-offset-length.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-uint8-offset-length.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-uint8-offset.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-arraybufferview-uint8-offset.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-blob.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-binary-blob.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-data.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-null.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-null.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-paired-surrogates.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-paired-surrogates.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-unicode-data.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Secure-Send-unicode-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-0byte-data.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-0byte-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-65K-data.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-65K-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-before-open.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-before-open.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-binary-65K-arraybuffer.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-binary-65K-arraybuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-binary-arraybuffer.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-binary-arraybuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-binary-arraybufferview-int16-offset.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-binary-arraybufferview-int16-offset.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-binary-arraybufferview-int8.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-binary-arraybufferview-int8.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-binary-blob.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-binary-blob.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-data.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-null.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-null.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-paired-surrogates.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-paired-surrogates.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-unicode-data.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/Send-unicode-data.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/binaryType-wrong-value.htm b/ivi/tct-websocket-w3c-tests/websocket/w3c/binaryType-wrong-value.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/constants.js b/ivi/tct-websocket-w3c-tests/websocket/w3c/constants.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/cookies/004.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/cookies/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/cookies/support/set-cookie.php b/ivi/tct-websocket-w3c-tests/websocket/w3c/cookies/support/set-cookie.php old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/cookies/support/sleep_2.php b/ivi/tct-websocket-w3c-tests/websocket/w3c/cookies/support/sleep_2.php old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/CloseEvent/001.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/CloseEvent/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/bufferedAmount/001.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/bufferedAmount/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/bufferedAmount/002.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/bufferedAmount/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/bufferedAmount/004.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/bufferedAmount/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/close/001.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/close/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/close/002.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/close/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/close/003.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/close/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/close/004.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/close/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/constants/001.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/constants/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/constants/003.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/constants/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/constants/004.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/constants/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/constants/005.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/constants/005.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/constants/006.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/constants/006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/001.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/002.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/003.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/004.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/006.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/007.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/008.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/008.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/009.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/009.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/010.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/010.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/011.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/011.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/012.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/012.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/014.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/014.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/015.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/015.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/017.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/017.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/018.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/018.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/019.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/events/019.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/extensions/001.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/extensions/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/protocol/001.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/protocol/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/readyState/001.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/readyState/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/readyState/002.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/readyState/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/readyState/006.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/readyState/006.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/readyState/007.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/readyState/007.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/readyState/008.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/readyState/008.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/send/001.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/send/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/send/002.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/send/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/send/003.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/send/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/send/004.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/send/004.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/send/009.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/send/009.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/url/002.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/url/002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/url/003.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/interfaces/WebSocket/url/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/unload-a-document/001-1.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/unload-a-document/001-1.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/unload-a-document/001.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/unload-a-document/001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/unload-a-document/003.html b/ivi/tct-websocket-w3c-tests/websocket/w3c/unload-a-document/003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/w3c/websocket.js b/ivi/tct-websocket-w3c-tests/websocket/w3c/websocket.js old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_close_code.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_close_code.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_close_reason.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_close_reason.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_code_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_code_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_code_readonly.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_code_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_code_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_code_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_reason_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_reason_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_reason_readonly.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_reason_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_reason_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_reason_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_wasClean_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_wasClean_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_wasClean_false.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_wasClean_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_wasClean_readonly.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_wasClean_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_wasClean_true.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_wasClean_true.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_wasClean_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_CloseEvent_wasClean_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CLOSED_default_value.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CLOSED_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CLOSED_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CLOSED_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CLOSED_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CLOSED_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CLOSING_default_value.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CLOSING_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CLOSING_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CLOSING_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CLOSING_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CLOSING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CONNECTING_default_value.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CONNECTING_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CONNECTING_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CONNECTING_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CONNECTING_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_CONNECTING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_OPEN_default_value.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_OPEN_default_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_OPEN_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_OPEN_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_OPEN_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_OPEN_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_binaryType_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_binaryType_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_increase_each_call.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_increase_each_call.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_nosend.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_nosend.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_readonly.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send10000char.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send10000char.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send1000char.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send1000char.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send100char.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send100char.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send10char.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send10char.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send200char.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send200char.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send500char.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send500char.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send_ArrayBuffer.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send_ArrayBuffer.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send_ArrayBuffer_2048.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send_ArrayBuffer_2048.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send_blob.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send_blob.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send_blob_2000.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_send_blob_2000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_bufferedAmount_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_close_3000.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_close_3000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_close_5000.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_close_5000.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_close_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_close_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_close_reason_null.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_close_reason_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_close_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_close_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_extensions_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_extensions_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_extensions_readonly.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_extensions_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_extensions_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_extensions_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onclose_base.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onclose_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onclose_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onclose_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onclose_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onclose_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onerror_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onerror_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onerror_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onerror_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onmessage_MessageEvent_origin_initialize.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onmessage_MessageEvent_origin_initialize.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onmessage_base.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onmessage_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onmessage_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onmessage_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onmessage_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onmessage_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onopen_base.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onopen_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onopen_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onopen_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onopen_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_onopen_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_port_block_access_exception_SecurityError.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_port_block_access_exception_SecurityError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_protocol_closing.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_protocol_closing.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_protocol_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_protocol_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_protocol_readonly.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_protocol_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_protocol_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_protocol_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_readyState_connecting.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_readyState_connecting.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_readyState_open.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_readyState_open.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_readyState_readonly.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_readyState_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_readyState_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_readyState_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_readystate_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_readystate_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_send_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_send_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_send_number.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_send_number.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_send_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_send_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_exists.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_exists.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_readonly.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_type.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_ws_echo_websocket_org_8080.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_ws_echo_websocket_org_8080.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_ws_localhost_8080.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_ws_localhost_8080.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_wss_echo_websocket_org_8080.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_wss_echo_websocket_org_8080.html old mode 100644 new mode 100755 diff --git a/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_wss_localhost_8080.html b/ivi/tct-websocket-w3c-tests/websocket/websocket_WebSocket_url_wss_localhost_8080.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/COPYING b/ivi/tct-webstorage-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/README b/ivi/tct-webstorage-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/config.xml b/ivi/tct-webstorage-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/icon.png b/ivi/tct-webstorage-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/manifest.json b/ivi/tct-webstorage-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/resources/COPYING b/ivi/tct-webstorage-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/resources/WebIDLParser.js b/ivi/tct-webstorage-w3c-tests/resources/WebIDLParser.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/resources/idlharness.js b/ivi/tct-webstorage-w3c-tests/resources/idlharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/resources/testharness.css b/ivi/tct-webstorage-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/resources/testharness.js b/ivi/tct-webstorage-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/resources/testharnessreport.js b/ivi/tct-webstorage-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/suite.json b/ivi/tct-webstorage-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/testcase.xsl b/ivi/tct-webstorage-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/testresult.xsl b/ivi/tct-webstorage-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/tests.css b/ivi/tct-webstorage-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/tests.full.xml b/ivi/tct-webstorage-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/tests.xml b/ivi/tct-webstorage-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webrunner/index.html b/ivi/tct-webstorage-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-webstorage-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webrunner/testrunner.js b/ivi/tct-webstorage-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_base.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_key_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_newValue_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_key.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_key.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_newValue.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_newValue.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_oldValue.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_oldValue.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_url.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_no_url.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_oldValue_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_constructor_url_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_empty_string.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_initial_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_normal_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_readonly.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_type.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_key_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_empty_string.html.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_empty_string.html.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_initial_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_normal_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_readonly.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_type.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_newValue_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_empty_string.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_initial_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_normal_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_readonly.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_type.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_oldValue_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_clear_base.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_clear_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_getItem_base.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_getItem_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_initial_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_key_base.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_key_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_length_normal_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_length_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_localStorage.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_localStorage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_readonly.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_removeItem_base.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_removeItem_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_sessionStorage.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_sessionStorage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_type.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_storageArea_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_empty_string.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_initial_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_initial_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_normal_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_readonly.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_type.html b/ivi/tct-webstorage-w3c-tests/webstorage/StorageEvent_url_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_clear_empty_storage.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_clear_empty_storage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_getItem_base.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_getItem_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_getItem_key_null.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_getItem_key_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_getItem_key_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_getItem_key_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_getItem_no_argument.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_getItem_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_empty_string.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_index_equals_length.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_index_equals_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_index_greater_length.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_index_greater_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_index_nonascii.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_index_nonascii.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_index_nonexisted.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_index_nonexisted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_index_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_index_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_index_zero.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_index_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_no_argument.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_override_length.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_override_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_key_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_keys_case_sensitive.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_keys_case_sensitive.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_keys_numeric.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_keys_numeric.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_length_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_length_normal_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_length_normal_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_length_readonly.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_length_type.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_length_zero.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_length_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_base.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_change_order.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_change_order.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_key_null.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_key_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_key_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_key_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_no_argument.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_nonexisted_item.htm b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_removeItem_nonexisted_item.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_base.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_key_null.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_key_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_key_null_value_null.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_key_null_value_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_key_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_key_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_no_argument.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_update_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_update_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_value_null.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_value_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_value_same.html b/ivi/tct-webstorage-w3c-tests/webstorage/Storage_setItem_value_same.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/localStorage_iframe.html b/ivi/tct-webstorage-w3c-tests/webstorage/localStorage_iframe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/sessionStorage_iframe.html b/ivi/tct-webstorage-w3c-tests/webstorage/sessionStorage_iframe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/spec.json b/ivi/tct-webstorage-w3c-tests/webstorage/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/storage_getItem_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/storage_getItem_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/storage_getItem_unexisted_key.html b/ivi/tct-webstorage-w3c-tests/webstorage/storage_getItem_unexisted_key.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/storage_key_invalid_parameter.html b/ivi/tct-webstorage-w3c-tests/webstorage/storage_key_invalid_parameter.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/COPYING b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_constructor.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_constructor_js.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_constructor_js.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_local_key.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_local_key.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_local_newvalue.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_local_newvalue.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_local_oldvalue.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_local_oldvalue.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_local_storagearea.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_local_storagearea.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_local_storageeventinit.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_local_storageeventinit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_local_url.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_local_url.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_session_key.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_session_key.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_session_newvalue.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_session_newvalue.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_session_oldvalue.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_session_oldvalue.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_session_storagearea.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_session_storagearea.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_session_storageeventinit.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_session_storageeventinit.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_session_url.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/event_session_url.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/idlharness.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/local_change_item_iframe.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/local_change_item_iframe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/local_security_iframe.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/local_security_iframe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/local_set_item_clear_iframe.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/local_set_item_clear_iframe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/local_set_item_iframe.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/local_set_item_iframe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/session_change_item_iframe.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/session_change_item_iframe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/session_set_item_clear_iframe.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/session_set_item_clear_iframe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/session_set_item_iframe.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/iframe/session_set_item_iframe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/missing_arguments.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_builtins.js b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_builtins.js old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_builtins.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_builtins.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_clear.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_clear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_getitem.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_getitem.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_in_js.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_in_js.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_index_js.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_index_js.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_key.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_key.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_length.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_removeitem.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_removeitem.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_security.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_security.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_setitem.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_setitem.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_setitem_quotaexceedederr.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_local_setitem_quotaexceedederr.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_builtins.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_builtins.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_clear.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_clear.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_getitem.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_getitem.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_in_js.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_in_js.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_index_js.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_index_js.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_key.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_key.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_length.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_length.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_removeitem.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_removeitem.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_setitem.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_setitem.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_setitem_quotaexceedederr.html b/ivi/tct-webstorage-w3c-tests/webstorage/w3c/storage_session_setitem_quotaexceedederr.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_enumerate_storage.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_enumerate_storage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_key_nonexisted.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_key_nonexisted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_key_null.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_key_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_key_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_key_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_no_argument.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_getItem_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_iframe_item-manual.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_iframe_item-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_key_zero.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_key_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_length_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_length_readonly.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_length_type.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_readonly.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_base.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_empty_string.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_no_argument.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_no_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_no_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_null.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_update_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_setItem_update_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_set_value_with_enumerate_way.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_set_value_with_enumerate_way.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_store_nonstrings.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_store_nonstrings.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_type.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_localStorage_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_enumerate_storage.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_enumerate_storage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_key_nonexisted.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_key_nonexisted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_key_null.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_key_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_key_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_key_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_no_argument.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_getItem_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_iframe_item-manual.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_iframe_item-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_key_zero.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_key_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_length_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_length_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_length_readonly.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_length_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_length_type.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_length_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_readonly.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_base.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_empty_string.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_empty_string.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_exist.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_no_argument.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_no_argument.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_no_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_no_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_null.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_undefined.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_undefined.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_update_value.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_setItem_update_value.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_set_value_with_enumerate_way.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_set_value_with_enumerate_way.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_store_nonstrings.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_store_nonstrings.html old mode 100644 new mode 100755 diff --git a/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_type.html b/ivi/tct-webstorage-w3c-tests/webstorage/window_sessionStorage_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/COPYING b/ivi/tct-wgtapi01-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/README b/ivi/tct-wgtapi01-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/config.xml b/ivi/tct-wgtapi01-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/icon.png b/ivi/tct-wgtapi01-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/manifest.json b/ivi/tct-wgtapi01-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/resources/COPYING b/ivi/tct-wgtapi01-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/resources/testharness.css b/ivi/tct-wgtapi01-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/resources/testharness.js b/ivi/tct-wgtapi01-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/resources/testharnessreport.js b/ivi/tct-wgtapi01-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/suite.json b/ivi/tct-wgtapi01-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/testcase.xsl b/ivi/tct-wgtapi01-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/testresult.xsl b/ivi/tct-wgtapi01-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/tests.css b/ivi/tct-wgtapi01-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/tests.full.xml b/ivi/tct-wgtapi01-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/tests.xml b/ivi/tct-wgtapi01-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/webrunner/index.html b/ivi/tct-wgtapi01-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-wgtapi01-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/webrunner/testrunner.js b/ivi/tct-wgtapi01-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/COPYING b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/NoInterfaceObject.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/NoInterfaceObject.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/aa.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/aa.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ab.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ab.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ad.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ad.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ae.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ae.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/af.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/af.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ag.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ag.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ah.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ah.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/aj.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/aj.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ak.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ak.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ao.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ao.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ap.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ap.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ar.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ar.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/as.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/as.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/at.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/at.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/authorEmail_attrexists.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/authorEmail_attrexists.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/authorEmail_attrreadonly.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/authorEmail_attrreadonly.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/authorEmail_attrtype.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/authorEmail_attrtype.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/authorHref_attrexists.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/authorHref_attrexists.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/authorHref_attrreadonly.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/authorHref_attrreadonly.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/authorHref_attrtype.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/authorHref_attrtype.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/author_attrexists.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/author_attrexists.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/author_attrreadonly.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/author_attrreadonly.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/author_attrtype.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/author_attrtype.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ax.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/ax.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/description_attrexists.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/description_attrexists.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/description_attrreadonly.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/description_attrreadonly.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/description_attrtype.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/description_attrtype.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/height_attrexists.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/height_attrexists.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/height_attrreadonly.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/height_attrreadonly.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/height_attrtype.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/height_attrtype.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro03.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro03.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro04.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro04.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro07.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro07.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro08.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro08.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro11.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro11.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro12.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro12.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro16.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro16.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro17.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro17.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro36.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro36.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro37.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro37.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro41.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro41.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro42.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nlro42.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr01.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr01.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr02.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr02.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr03.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr03.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr04.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr04.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr07.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr07.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr08.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr08.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr11.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr11.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr12.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr12.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr14.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr14.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr15.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr15.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr16.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr16.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr17.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr17.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr36.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr36.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr37.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr37.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr41.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr41.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr42.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nltr42.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo01.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo01.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo02.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo02.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo03.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo03.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo04.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo04.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo11.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo11.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo12.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo12.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo14.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo14.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo15.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo15.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo16.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo16.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo17.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo17.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo36.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo36.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo37.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo37.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo41.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo41.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo42.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrlo42.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl01.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl01.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl02.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl02.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl03.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl03.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl04.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl04.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl07.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl07.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl08.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl08.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl11.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl11.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl12.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl12.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl14.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl14.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl15.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl15.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl16.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl16.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl17.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl17.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl36.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl36.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl37.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl37.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl41.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl41.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl42.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/i18nrtl42.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/id_attrexists.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/id_attrexists.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/id_attrreadonly.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/id_attrreadonly.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/id_attrtype.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/id_attrtype.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/name_attrexists.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/name_attrexists.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/name_attrreadonly.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/name_attrreadonly.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/name_attrtype.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/name_attrtype.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/preferences_attrexists.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/preferences_attrexists.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/preferences_attrreadonly.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/preferences_attrreadonly.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/return-proper-strings.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/return-proper-strings.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/shortName_attrexists.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/shortName_attrexists.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/shortName_attrreadonly.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/shortName_attrreadonly.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/shortName_attrtype.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/shortName_attrtype.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/version_attrexists.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/version_attrexists.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/version_attrreadonly.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/version_attrreadonly.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/version_attrtype.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/version_attrtype.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/width_attrexists.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/width_attrexists.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/width_attrreadonly.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/width_attrreadonly.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/width_attrtype.wgt b/ivi/tct-wgtapi01-w3c-tests/widgetinterface/w3c/width_attrtype.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/COPYING b/ivi/tct-wgtapi02-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/README b/ivi/tct-wgtapi02-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/config.xml b/ivi/tct-wgtapi02-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/icon.png b/ivi/tct-wgtapi02-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/manifest.json b/ivi/tct-wgtapi02-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/resources/COPYING b/ivi/tct-wgtapi02-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/resources/testharness.css b/ivi/tct-wgtapi02-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/resources/testharness.js b/ivi/tct-wgtapi02-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/resources/testharnessreport.js b/ivi/tct-wgtapi02-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/suite.json b/ivi/tct-wgtapi02-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/testcase.xsl b/ivi/tct-wgtapi02-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/testresult.xsl b/ivi/tct-wgtapi02-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/tests.css b/ivi/tct-wgtapi02-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/tests.full.xml b/ivi/tct-wgtapi02-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/tests.xml b/ivi/tct-wgtapi02-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/webrunner/index.html b/ivi/tct-wgtapi02-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-wgtapi02-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/webrunner/testrunner.js b/ivi/tct-wgtapi02-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/COPYING b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/ai.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/ai.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/au.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/au.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/clear-fires-event.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/clear-fires-event.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro01.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro01.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro02.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro02.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro06.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro06.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro10.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro10.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro14.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro14.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro15.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro15.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro19.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro19.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro20.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro20.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro21.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro21.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro22.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro22.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro44.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nlro44.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nltr06.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nltr06.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nltr10.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nltr10.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nltr20.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nltr20.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nltr21.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nltr21.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nltr22.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nltr22.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nltr44.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nltr44.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrlo10.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrlo10.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrlo19.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrlo19.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrlo20.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrlo20.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrlo21.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrlo21.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrlo22.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrlo22.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrlo44.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrlo44.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrtl06.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrtl06.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrtl10.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrtl10.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrtl20.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrtl20.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrtl21.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrtl21.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrtl44.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/i18nrtl44.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/removeItem-fires-event.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/removeItem-fires-event.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/return-emtpy-strings.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/return-emtpy-strings.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/setItem-fires-event.wgt b/ivi/tct-wgtapi02-w3c-tests/widgetinterface/w3c/setItem-fires-event.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/COPYING b/ivi/tct-widget01-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/README b/ivi/tct-widget01-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/config.xml b/ivi/tct-widget01-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/icon.png b/ivi/tct-widget01-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/manifest.json b/ivi/tct-widget01-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/resources/COPYING b/ivi/tct-widget01-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/resources/testharness.css b/ivi/tct-widget01-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/resources/testharness.js b/ivi/tct-widget01-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/resources/testharnessreport.js b/ivi/tct-widget01-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/suite.json b/ivi/tct-widget01-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/testcase.xsl b/ivi/tct-widget01-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/testresult.xsl b/ivi/tct-widget01-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/tests.css b/ivi/tct-widget01-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/tests.full.xml b/ivi/tct-widget01-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/tests.xml b/ivi/tct-widget01-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/webrunner/index.html b/ivi/tct-widget01-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-widget01-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/webrunner/testrunner.js b/ivi/tct-widget01-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/COPYING b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/a1.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/a1.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/a2.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/a2.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/a5.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/a5.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/a6.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/a6.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/a7.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/a7.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/a9.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/a9.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/af.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/af.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/ai.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/ai.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/al.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/al.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/an.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/an.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/ar.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/ar.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/ax.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/ax.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/b1.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/b1.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/b2.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/b2.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/b3.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/b3.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/b7.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/b7.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/ba.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/ba.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/bb.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/bb.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/bw.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/bw.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/bx.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/bx.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/c6.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/c6.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/c8.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/c8.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/c9.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/c9.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/ca.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/ca.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/cf.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/cf.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/cg.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/cg.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/cp.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/cp.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/dlocuse01.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/dlocuse01.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro33.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro33.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro34.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro34.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro35.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro35.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro36.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro36.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro37.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro37.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro39.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro39.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro40.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro40.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro41.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro41.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro42.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro42.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro43.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nlro43.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr01.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr01.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr33.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr33.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr34.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr34.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr35.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr35.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr36.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr36.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr37.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr37.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr39.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr39.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr40.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr40.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr41.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr41.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr42.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr42.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr43.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nltr43.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo01.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo01.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo33.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo33.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo34.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo34.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo35.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo35.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo36.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo36.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo37.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo37.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo39.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo39.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo40.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo40.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo41.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo41.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo42.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo42.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo43.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrlo43.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl01.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl01.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl33.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl33.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl34.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl34.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl35.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl35.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl36.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl36.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl37.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl37.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl39.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl39.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl40.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl40.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl41.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl41.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl42.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/i18nrtl42.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/oa.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/oa.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/rb.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/rb.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/x1.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/x1.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/x2.wgt b/ivi/tct-widget01-w3c-tests/widgetpackaging/w3c/x2.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/COPYING b/ivi/tct-widget02-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/README b/ivi/tct-widget02-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/config.xml b/ivi/tct-widget02-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/icon.png b/ivi/tct-widget02-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/manifest.json b/ivi/tct-widget02-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/resources/COPYING b/ivi/tct-widget02-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/resources/testharness.css b/ivi/tct-widget02-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/resources/testharness.js b/ivi/tct-widget02-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/resources/testharnessreport.js b/ivi/tct-widget02-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/suite.json b/ivi/tct-widget02-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/testcase.xsl b/ivi/tct-widget02-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/testresult.xsl b/ivi/tct-widget02-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/tests.css b/ivi/tct-widget02-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/tests.full.xml b/ivi/tct-widget02-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/tests.xml b/ivi/tct-widget02-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/webrunner/index.html b/ivi/tct-widget02-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-widget02-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/webrunner/testrunner.js b/ivi/tct-widget02-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/ao.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/ao.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/as.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/as.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/d3.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/d3.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/d7.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/d7.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/d8.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/d8.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro01.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro01.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro44.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nlro44.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr44.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nltr44.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo44.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrlo44.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl44.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/i18nrtl44.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/oa.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/oa.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-001.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-001.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-002.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-002.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-003.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-003.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-004.wgt b/ivi/tct-widget02-w3c-tests/widgetpackaging/w3c/ta-de-004.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/COPYING b/ivi/tct-widgetpolicy-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/README b/ivi/tct-widgetpolicy-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/config.xml b/ivi/tct-widgetpolicy-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/icon.png b/ivi/tct-widgetpolicy-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/manifest.json b/ivi/tct-widgetpolicy-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/resources/COPYING b/ivi/tct-widgetpolicy-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/resources/testharness.css b/ivi/tct-widgetpolicy-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/resources/testharness.js b/ivi/tct-widgetpolicy-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/resources/testharnessreport.js b/ivi/tct-widgetpolicy-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/suite.json b/ivi/tct-widgetpolicy-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/testcase.xsl b/ivi/tct-widgetpolicy-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/testresult.xsl b/ivi/tct-widgetpolicy-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/tests.css b/ivi/tct-widgetpolicy-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/tests.full.xml b/ivi/tct-widgetpolicy-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/tests.xml b/ivi/tct-widgetpolicy-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/webrunner/index.html b/ivi/tct-widgetpolicy-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-widgetpolicy-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/webrunner/testrunner.js b/ivi/tct-widgetpolicy-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/COPYING b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/HTTP_compare_hosts_in_a_case-insensitive_manner.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/HTTP_compare_hosts_in_a_case-insensitive_manner.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/block_loading_text_over_xhr.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/block_loading_text_over_xhr.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/do_not_load_iframe.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/do_not_load_iframe.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/do_not_load_image.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/do_not_load_image.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/do_not_load_image_from_subdomain1.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/do_not_load_image_from_subdomain1.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/do_not_load_image_from_subdomain2.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/do_not_load_image_from_subdomain2.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/do_not_load_script.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/do_not_load_script.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_fragment.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_fragment.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_http_no_host.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_http_no_host.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_invalid_uri_1.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_invalid_uri_1.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_invalid_uri_2.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_invalid_uri_2.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_invalid_uri_3.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_invalid_uri_3.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_iuserinfo.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_iuserinfo.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_no_authority.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_no_authority.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_no_host.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_no_host.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_path_component_1.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_path_component_1.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_path_component_2.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_path_component_2.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_query_component.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_element_with_query_component.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_with_missing_origin.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_with_missing_origin.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_with_unsupported_scheme.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_access_with_unsupported_scheme.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_dir_lro.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_dir_lro.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_dir_ltr.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_dir_ltr.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_dir_rlo.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_dir_rlo.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_dir_rtl.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_dir_rtl.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_nested_access_in_any_element.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_nested_access_in_any_element.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_nested_access_in_foo.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/ignore_nested_access_in_foo.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_iframe.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_iframe.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image_and_script.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image_and_script.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image_from_port_443.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image_from_port_443.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image_from_port_80.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image_from_port_80.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image_from_port_83.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image_from_port_83.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image_from_subdomain1.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image_from_subdomain1.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image_from_subdomain2.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_image_from_subdomain2.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_script.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_script.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_text_over_xhr.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/load_text_over_xhr.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/resources/COPYING b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/resources/fail.js b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/resources/fail.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/resources/fail.png b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/resources/fail.png old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/resources/pass.js b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/resources/pass.js old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/resources/test.png b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/resources/test.png old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/resources/test.txt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/resources/test.txt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/wildcard_ignore_whitespace.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/wildcard_ignore_whitespace.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/wildcard_plus_access_element.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/wildcard_plus_access_element.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/wildcard_support.wgt b/ivi/tct-widgetpolicy-w3c-tests/widgetpolicy/w3c/wildcard_support.wgt old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/COPYING b/ivi/tct-woff-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/README b/ivi/tct-woff-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/config.xml b/ivi/tct-woff-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/icon.png b/ivi/tct-woff-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/manifest.json b/ivi/tct-woff-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/resources/COPYING b/ivi/tct-woff-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/resources/testharness.css b/ivi/tct-woff-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/resources/testharness.js b/ivi/tct-woff-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/resources/testharnessreport.js b/ivi/tct-woff-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/result.dlog b/ivi/tct-woff-w3c-tests/result.dlog old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/suite.json b/ivi/tct-woff-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/testcase.xsl b/ivi/tct-woff-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/testresult.xsl b/ivi/tct-woff-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/tests.css b/ivi/tct-woff-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/tests.full.xml b/ivi/tct-woff-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/tests.xml b/ivi/tct-woff-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/webrunner/index.html b/ivi/tct-woff-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-woff-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/webrunner/testrunner.js b/ivi/tct-woff-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/COPYING b/ivi/tct-woff-w3c-tests/woff/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-authoritative-001.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-authoritative-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-compression-001.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-compression-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-encoding-001.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-encoding-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-encoding-002.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-encoding-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-encoding-003.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-encoding-003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-metaOrigLength-001.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-metaOrigLength-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-metaOrigLength-002.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-metaOrigLength-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-copyright-001.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-copyright-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-copyright-002.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-copyright-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-copyright-003.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-copyright-003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-credit-001.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-credit-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-credit-002.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-credit-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-credit-003.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-credit-003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-description-001.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-description-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-description-002.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-description-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-description-003.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-description-003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-extension-001.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-extension-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-extension-002.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-extension-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-extension-003.html b/ivi/tct-woff-w3c-tests/woff/w3c/metadatadisplay-schema-extension-003.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/COPYING b/ivi/tct-woff-w3c-tests/woff/w3c/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-authoritative-001.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-authoritative-001.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-compression-001.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-compression-001.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-encoding-001.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-encoding-001.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-encoding-002.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-encoding-002.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-encoding-003.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-encoding-003.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-metaOrigLength-001.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-metaOrigLength-001.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-metaOrigLength-002.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-metaOrigLength-002.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-copyright-001.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-copyright-001.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-copyright-002.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-copyright-002.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-copyright-003.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-copyright-003.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-credit-001.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-credit-001.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-credit-002.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-credit-002.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-credit-003.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-credit-003.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-description-001.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-description-001.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-description-002.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-description-002.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-description-003.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-description-003.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-extension-001.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-extension-001.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-extension-002.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-extension-002.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-extension-003.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/metadatadisplay-schema-extension-003.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/valid-001.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/valid-001.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/resources/valid-002.woff b/ivi/tct-woff-w3c-tests/woff/w3c/resources/valid-002.woff old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/valid-001.html b/ivi/tct-woff-w3c-tests/woff/w3c/valid-001.html old mode 100644 new mode 100755 diff --git a/ivi/tct-woff-w3c-tests/woff/w3c/valid-002.html b/ivi/tct-woff-w3c-tests/woff/w3c/valid-002.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/COPYING b/ivi/tct-workers-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/README b/ivi/tct-workers-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/config.xml b/ivi/tct-workers-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/icon.png b/ivi/tct-workers-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/manifest.json b/ivi/tct-workers-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/resources/COPYING b/ivi/tct-workers-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/resources/testharness.css b/ivi/tct-workers-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/resources/testharness.js b/ivi/tct-workers-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/resources/testharnessreport.js b/ivi/tct-workers-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/suite.json b/ivi/tct-workers-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/testcase.xsl b/ivi/tct-workers-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/testresult.xsl b/ivi/tct-workers-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/tests.css b/ivi/tct-workers-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/tests.full.xml b/ivi/tct-workers-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/tests.xml b/ivi/tct-workers-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/webrunner/index.html b/ivi/tct-workers-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-workers-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/webrunner/testrunner.js b/ivi/tct-workers-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerConstructor.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerConstructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerEventListener.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerEventListener.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerException.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerException.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerGlobalScope_name.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerGlobalScope_name.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerGlobalScope_onconnect.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerGlobalScope_onconnect.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLoadError.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLoadError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_hash.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_hash.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_hash_encoding.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_hash_encoding.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_hash_nonexist.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_hash_nonexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_host.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_host.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_hostname.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_hostname.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_href.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_href.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_port.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_port.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_portocol.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_portocol.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_search.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_search.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_search_fragment.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_search_fragment.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_search_nonexist.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerLocation_search_nonexist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerName.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerName.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerNavigator_appName.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerNavigator_appName.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerNavigator_appVersion.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerNavigator_appVersion.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerNavigator_online.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerNavigator_online.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerNavigator_platform.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerNavigator_platform.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerNavigator_userAgent.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerNavigator_userAgent.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerScriptError.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerScriptError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerShared_distinct.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerShared_distinct.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerShared_loaded.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerShared_loaded.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerShared_name_except.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerShared_name_except.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerShared_simultaneously.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerShared_simultaneously.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorkerSimple.html b/ivi/tct-workers-w3c-tests/workers/SharedWorkerSimple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/SharedWorker_in_iframe-manual.html b/ivi/tct-workers-w3c-tests/workers/SharedWorker_in_iframe-manual.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WebWorker_Blob_url_support.html b/ivi/tct-workers-w3c-tests/workers/WebWorker_Blob_url_support.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_onMessage_binary.html b/ivi/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_onMessage_binary.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_onMessage_structure.html b/ivi/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_onMessage_structure.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_postMessage_binary.html b/ivi/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_postMessage_binary.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_postMessage_structure.html b/ivi/tct-workers-w3c-tests/workers/WebWorker_DedicatedWorkerGlobalScope_postMessage_structure.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WebWorker_SharedWorker_constructor_invalidURL.html b/ivi/tct-workers-w3c-tests/workers/WebWorker_SharedWorker_constructor_invalidURL.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WebWorker_SharedWorker_constructor_name.html b/ivi/tct-workers-w3c-tests/workers/WebWorker_SharedWorker_constructor_name.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WebWorker_WorkerGlobalScope_importScripts_unsupport.html b/ivi/tct-workers-w3c-tests/workers/WebWorker_WorkerGlobalScope_importScripts_unsupport.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WebWorker_WorkerLocation_pathname_decompose.html b/ivi/tct-workers-w3c-tests/workers/WebWorker_WorkerLocation_pathname_decompose.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WorkerGlobalScope_navigator.html b/ivi/tct-workers-w3c-tests/workers/WorkerGlobalScope_navigator.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WorkerGlobalScope_onMessage.html b/ivi/tct-workers-w3c-tests/workers/WorkerGlobalScope_onMessage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WorkerGlobalScope_postMessage.html b/ivi/tct-workers-w3c-tests/workers/WorkerGlobalScope_postMessage.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/WorkerGlobalScope_self.html b/ivi/tct-workers-w3c-tests/workers/WorkerGlobalScope_self.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/Worker_constructor.html b/ivi/tct-workers-w3c-tests/workers/Worker_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/spec.json b/ivi/tct-workers-w3c-tests/workers/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/ImportScriptsSyntaxError.js b/ivi/tct-workers-w3c-tests/workers/support/ImportScriptsSyntaxError.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/OnlineEvent.js b/ivi/tct-workers-w3c-tests/workers/support/OnlineEvent.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/SharedWorkerLocation.js b/ivi/tct-workers-w3c-tests/workers/support/SharedWorkerLocation.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/SharedWorkerNavigator.js b/ivi/tct-workers-w3c-tests/workers/support/SharedWorkerNavigator.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/WorkerBinary_onMessage.js b/ivi/tct-workers-w3c-tests/workers/support/WorkerBinary_onMessage.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/WorkerBinary_postMessage.js b/ivi/tct-workers-w3c-tests/workers/support/WorkerBinary_postMessage.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/WorkerStructure_onMessage.js b/ivi/tct-workers-w3c-tests/workers/support/WorkerStructure_onMessage.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/WorkerStructure_postMessage.js b/ivi/tct-workers-w3c-tests/workers/support/WorkerStructure_postMessage.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/shared-worker-constructor.js b/ivi/tct-workers-w3c-tests/workers/support/shared-worker-constructor.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/shared-worker-event-listener.js b/ivi/tct-workers-w3c-tests/workers/support/shared-worker-event-listener.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/shared-worker-exception.js b/ivi/tct-workers-w3c-tests/workers/support/shared-worker-exception.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/shared-worker-iframe.html b/ivi/tct-workers-w3c-tests/workers/support/shared-worker-iframe.html old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/shared-worker-in-iframe.js b/ivi/tct-workers-w3c-tests/workers/support/shared-worker-in-iframe.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/shared-worker-name.js b/ivi/tct-workers-w3c-tests/workers/support/shared-worker-name.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/shared-worker-script-error.js b/ivi/tct-workers-w3c-tests/workers/support/shared-worker-script-error.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/shared-worker-shared.js b/ivi/tct-workers-w3c-tests/workers/support/shared-worker-shared.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/support/shared-worker-simple.js b/ivi/tct-workers-w3c-tests/workers/support/shared-worker-simple.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/COPYING b/ivi/tct-workers-w3c-tests/workers/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/MessagePort_initial_disabled.htm b/ivi/tct-workers-w3c-tests/workers/w3c/MessagePort_initial_disabled.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/MessagePort_onmessage_start.htm b/ivi/tct-workers-w3c-tests/workers/w3c/MessagePort_onmessage_start.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_ErrorEvent_message.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_ErrorEvent_message.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_EventTarget.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_EventTarget.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_XMLHttpRequest.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_XMLHttpRequest.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_addEventListener.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_addEventListener.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_close.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_close.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts_NetworkErr.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts_NetworkErr.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_removeEventListener.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_removeEventListener.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_setInterval.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_setInterval.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_setTimeout.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_setTimeout.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash_encoding.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash_encoding.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash_nonexist.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash_nonexist.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_host.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_host.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hostname.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_hostname.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_href.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_href.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_pathname.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_pathname.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_port.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_protocol.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_protocol.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_empty.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_empty.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_fragment.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_fragment.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_nonexist.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_nonexist.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_appName.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_appName.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_appVersion.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_appVersion.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_onLine.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_onLine.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_platform.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_platform.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_userAgent.htm b/ivi/tct-workers-w3c-tests/workers/w3c/WorkerNavigator_userAgent.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/Worker_ErrorEvent_message.htm b/ivi/tct-workers-w3c-tests/workers/w3c/Worker_ErrorEvent_message.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/Worker_ErrorEvent_type.htm b/ivi/tct-workers-w3c-tests/workers/w3c/Worker_ErrorEvent_type.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/Worker_basic.htm b/ivi/tct-workers-w3c-tests/workers/w3c/Worker_basic.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/Worker_script_mimetype.htm b/ivi/tct-workers-w3c-tests/workers/w3c/Worker_script_mimetype.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/Worker_terminate_event_queue.htm b/ivi/tct-workers-w3c-tests/workers/w3c/Worker_terminate_event_queue.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/postMessage_DataCloneErr.htm b/ivi/tct-workers-w3c-tests/workers/w3c/postMessage_DataCloneErr.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/postMessage_clone_port.htm b/ivi/tct-workers-w3c-tests/workers/w3c/postMessage_clone_port.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/postMessage_event_properties.htm b/ivi/tct-workers-w3c-tests/workers/w3c/postMessage_event_properties.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/postMessage_ports_readonly_array.htm b/ivi/tct-workers-w3c-tests/workers/w3c/postMessage_ports_readonly_array.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/postMessage_target_source.htm b/ivi/tct-workers-w3c-tests/workers/w3c/postMessage_target_source.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/COPYING b/ivi/tct-workers-w3c-tests/workers/w3c/support/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/ErrorEvent.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/ErrorEvent.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/EventListener.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/EventListener.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/ImportScripts.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/ImportScripts.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/ImportScriptsNetworkErr.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/ImportScriptsNetworkErr.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/Timer.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/Timer.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerBasic.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerBasic.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerClose.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerClose.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerDataCloneErr.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerDataCloneErr.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerLocation.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerLocation.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerNavigator.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerNavigator.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerNested.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerNested.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerTerminate.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerTerminate.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerText.txt b/ivi/tct-workers-w3c-tests/workers/w3c/support/WorkerText.txt old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/XMLHttpRequest.js b/ivi/tct-workers-w3c-tests/workers/w3c/support/XMLHttpRequest.js old mode 100644 new mode 100755 diff --git a/ivi/tct-workers-w3c-tests/workers/w3c/support/XMLHttpRequest.txt b/ivi/tct-workers-w3c-tests/workers/w3c/support/XMLHttpRequest.txt old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/COPYING b/ivi/tct-xmlhttprequest-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/README b/ivi/tct-xmlhttprequest-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/config.xml b/ivi/tct-xmlhttprequest-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/icon.png b/ivi/tct-xmlhttprequest-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/manifest.json b/ivi/tct-xmlhttprequest-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/resources/COPYING b/ivi/tct-xmlhttprequest-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/resources/testharness.css b/ivi/tct-xmlhttprequest-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/resources/testharness.js b/ivi/tct-xmlhttprequest-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/resources/testharnessreport.js b/ivi/tct-xmlhttprequest-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/suite.json b/ivi/tct-xmlhttprequest-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/testcase.xsl b/ivi/tct-xmlhttprequest-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/testresult.xsl b/ivi/tct-xmlhttprequest-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/tests.css b/ivi/tct-xmlhttprequest-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/tests.full.xml b/ivi/tct-xmlhttprequest-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/tests.xml b/ivi/tct-xmlhttprequest-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/webrunner/index.html b/ivi/tct-xmlhttprequest-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/tct-xmlhttprequest-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/webrunner/testrunner.js b/ivi/tct-xmlhttprequest-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/spec.json b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/spec.json old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/support.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/support.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/support/path.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/support/path.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/support/test.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/support/test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/support/test.xml b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/support/test.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/COPYING b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-during-done.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-during-done.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-during-open.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-during-open.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-during-unsent.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-during-unsent.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-event-abort.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-event-abort.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-event-listeners.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-event-listeners.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-event-loadend.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-event-loadend.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-upload-event-abort.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-upload-event-abort.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-upload-event-loadend.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/abort-upload-event-loadend.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-abort.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-abort.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-load.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-load.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-loadend.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-loadend.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-loadstart.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-loadstart.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-progress.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-progress.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-readystatechange-loaded.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-readystatechange-loaded.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-timeout.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-timeout.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-upload-progress.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/event-upload-progress.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/folder.txt b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/folder.txt old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/formdata.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/formdata.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/getresponseheader-case-insensitive.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/getresponseheader-case-insensitive.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/getresponseheader-server-date.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/getresponseheader-server-date.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/getresponseheader-unsent-opened-state.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/getresponseheader-unsent-opened-state.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-after-abort.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-after-abort.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-after-setrequestheader.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-after-setrequestheader.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-method-bogus.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-method-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-method-insecure.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-method-insecure.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-method-responsetype-set-sync.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-method-responsetype-set-sync.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-open-send.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-open-send.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-open-sync-send.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-open-sync-send.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-send-open.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-send-open.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-about-blank-window.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-about-blank-window.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-base-inserted-after-open.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-base-inserted-after-open.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-base.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-base.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-javascript-window-2.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-javascript-window-2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-javascript-window.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-javascript-window.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-multi-window.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-multi-window.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-worker-simple.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-url-worker-simple.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-user-password-non-same-origin.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/open-user-password-non-same-origin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/overridemimetype-done-state.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/overridemimetype-done-state.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/overridemimetype-invalid-mime-type.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/overridemimetype-invalid-mime-type.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/overridemimetype-open-state-force-utf-8.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/overridemimetype-open-state-force-utf-8.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/overridemimetype-open-state-force-xml.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/overridemimetype-open-state-force-xml.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/overridemimetype-unsent-state-force-shiftjis.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/overridemimetype-unsent-state-force-shiftjis.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/readme.txt b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/readme.txt old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/content.py b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/content.py old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/delay.py b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/delay.py old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/folder.txt b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/folder.txt old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/form.py b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/form.py old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/headers.py b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/headers.py old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/init.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/init.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/inspect-headers.py b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/inspect-headers.py old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/redirect.py b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/redirect.py old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/status.py b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/status.py old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/upload.py b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/upload.py old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/well-formed.xml b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/well-formed.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/workerxhr-simple.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/workerxhr-simple.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/xmlhttprequest-timeout-runner.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/xmlhttprequest-timeout-runner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/xmlhttprequest-timeout-simple.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/xmlhttprequest-timeout-simple.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/xmlhttprequest-timeout.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/resources/xmlhttprequest-timeout.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/response-data-arraybuffer.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/response-data-arraybuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/response-data-blob.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/response-data-blob.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/responsetext-decoding.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/responsetext-decoding.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/responsetype.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/responsetype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/responsexml-basic.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/responsexml-basic.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/responsexml-document-properties.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/responsexml-document-properties.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/responsexml-media-type.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/responsexml-media-type.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/responsexml-non-well-formed.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/responsexml-non-well-formed.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-after-setting-document-domain.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-after-setting-document-domain.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-data-arraybuffer.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-data-arraybuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-data-blob.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-data-blob.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-data-formdata.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-data-formdata.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-entity-body-document-bogus.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-entity-body-document-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-entity-body-get-head.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-entity-body-get-head.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-network-error-async-events.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-network-error-async-events.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-network-error-sync-events.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-network-error-sync-events.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-no-response-event-loadend.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-no-response-event-loadend.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-no-response-event-loadstart.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-no-response-event-loadstart.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-redirect-bogus.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-redirect-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-redirect-no-location.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-redirect-no-location.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-redirect-to-non-cors.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-redirect-to-non-cors.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-response-upload-event-loadend.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-response-upload-event-loadend.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-response-upload-event-loadstart.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-response-upload-event-loadstart.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-response-upload-event-progress.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-response-upload-event-progress.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-send.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-send.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-sync-no-response-event-load.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-sync-no-response-event-load.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-sync-timeout.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/send-sync-timeout.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-after-send.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-after-send.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-allow-empty-value.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-allow-empty-value.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-before-open.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-before-open.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-bogus-name.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-bogus-name.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-bogus-value.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-bogus-value.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-case-insensitive.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-case-insensitive.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-header-allowed.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-header-allowed.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-header-forbidden.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/setrequestheader-header-forbidden.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/timeout-sync.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/timeout-sync.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/withcredentials-set.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/withcredentials-set.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/withcredentials-wrong-state.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/withcredentials-wrong-state.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/xmlhttprequest-basic.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/xmlhttprequest-basic.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/xmlhttprequest-eventtarget.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/xmlhttprequest-eventtarget.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/xmlhttprequest-timeout-simple.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/w3c/xmlhttprequest-timeout-simple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_FormData_append_basic.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_FormData_append_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_FormData_append_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_FormData_append_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_FormData_constructors_base.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_FormData_constructors_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onabort_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onabort_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onabort_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onabort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onerror_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onerror_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onerror_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onerror_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onload_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onload_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onload_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onload_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onloadend_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onloadend_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onloadend_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onloadend_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onloadstart_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onloadstart_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onloadstart_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onloadstart_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onprogress_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onprogress_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onprogress_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_onprogress_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_ontimeout_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_ontimeout_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_ontimeout_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequestEventTarget_ontimeout_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_DONE_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_DONE_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_DONE_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_DONE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_HEADERS_RECEIVED_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_HEADERS_RECEIVED_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_HEADERS_RECEIVED_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_HEADERS_RECEIVED_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_LOADING_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_LOADING_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_LOADING_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_LOADING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_OPENED_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_OPENED_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_OPENED_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_OPENED_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_UNSENT_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_UNSENT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_UNSENT_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_UNSENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_abort_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_abort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_getAllResponseHeaders_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_getAllResponseHeaders_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_getResponseHeader_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_getResponseHeader_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_onreadystatechange_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_onreadystatechange_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_onreadystatechange_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_onreadystatechange_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_open_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_open_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_overrideMimeType_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_overrideMimeType_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_readyState_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_readyState_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_readyState_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_readyState_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_responseText_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_responseText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_responseText_readonly.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_responseText_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_responseText_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_responseText_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_responseType_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_responseType_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_responseXML_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_responseXML_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_responseXML_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_responseXML_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_response_byteLength_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_response_byteLength_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_response_byteLength_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_response_byteLength_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_response_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_response_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_response_responseType_arraybuffer_readyState_DONE.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_response_responseType_arraybuffer_readyState_DONE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_response_responseType_blob_readyState_DONE.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_response_responseType_blob_readyState_DONE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_send_Blob.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_send_Blob.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_send_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_send_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_setRequestHeader_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_setRequestHeader_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_statusText_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_statusText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_statusText_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_statusText_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_status_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_status_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_status_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_status_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_timeout_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_timeout_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_timeout_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_timeout_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_upload_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_upload_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_withCredentials_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_withCredentials_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_withCredentials_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest-py/xhr2_XMLHttpRequest_withCredentials_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/support/path.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/support/path.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/support/test.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/support/test.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/support/test.xml b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/support/test.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/COPYING b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-after-receive.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-after-receive.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-after-send.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-after-send.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-after-timeout.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-after-timeout.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-during-done.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-during-done.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-during-open.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-during-open.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-during-unsent.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-during-unsent.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-during-upload.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-during-upload.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-event-abort.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-event-abort.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-event-listeners.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-event-listeners.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-event-loadend.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-event-loadend.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-event-order.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-event-order.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-upload-event-abort.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-upload-event-abort.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-upload-event-loadend.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/abort-upload-event-loadend.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/data-uri-basic.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/data-uri-basic.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/data-uri.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/data-uri.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-abort.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-abort.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-load.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-load.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-loadend.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-loadend.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-loadstart.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-loadstart.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-progress.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-progress.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-readystatechange-loaded.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-readystatechange-loaded.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-timeout.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-timeout.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-upload-progress.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/event-upload-progress.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/folder.txt b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/folder.txt old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/formdata-blob.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/formdata-blob.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/formdata.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/formdata.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getallresponseheaders-cookies.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getallresponseheaders-cookies.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getallresponseheaders-status.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getallresponseheaders-status.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getresponseheader-case-insensitive.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getresponseheader-case-insensitive.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getresponseheader-chunked-trailer.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getresponseheader-chunked-trailer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getresponseheader-cookies-and-more.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getresponseheader-cookies-and-more.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getresponseheader-error-state.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getresponseheader-error-state.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getresponseheader-server-date.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getresponseheader-server-date.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getresponseheader-unsent-opened-state.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/getresponseheader-unsent-opened-state.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-after-abort.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-after-abort.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-after-setrequestheader.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-after-setrequestheader.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-method-bogus.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-method-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-method-case-insensitive.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-method-case-insensitive.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-method-case-sensitive.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-method-case-sensitive.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-method-insecure.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-method-insecure.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-method-responsetype-set-sync.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-method-responsetype-set-sync.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-open-send.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-open-send.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-open-sync-send.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-open-sync-send.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-referer.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-referer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-send-open.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-send-open.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-sync-open-send.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-sync-open-send.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-about-blank-window.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-about-blank-window.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-base-inserted-after-open.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-base-inserted-after-open.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-base-inserted.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-base-inserted.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-base.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-base.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-bogus.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-encoding.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-encoding.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-fragment.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-fragment.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-javascript-window-2.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-javascript-window-2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-javascript-window.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-javascript-window.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-multi-window-2.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-multi-window-2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-multi-window-3.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-multi-window-3.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-multi-window-4.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-multi-window-4.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-multi-window-5.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-multi-window-5.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-multi-window.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-multi-window.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-worker-origin.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-worker-origin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-worker-simple.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-url-worker-simple.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-user-password-non-same-origin.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/open-user-password-non-same-origin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-done-state.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-done-state.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-headers-received-state-force-shiftjis.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-headers-received-state-force-shiftjis.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-invalid-mime-type.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-invalid-mime-type.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-loading-state.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-loading-state.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-open-state-force-utf-8.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-open-state-force-utf-8.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-open-state-force-xml.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-open-state-force-xml.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-unsent-state-force-shiftjis.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/overridemimetype-unsent-state-force-shiftjis.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/readme.txt b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/readme.txt old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/accept-language.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/accept-language.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/accept.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/accept.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth1/auth.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth1/auth.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth1/corsenabled.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth1/corsenabled.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth2/auth.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth2/auth.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth2/corsenabled.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth2/corsenabled.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth3/auth.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth3/auth.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth3/corsenabled.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth3/corsenabled.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth4/auth.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth4/auth.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth5/auth.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth5/auth.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth6/auth.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/auth6/auth.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/authentication.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/authentication.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/chunked.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/chunked.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/conditional.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/conditional.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/content.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/content.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/corsenabled.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/corsenabled.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/folder.txt b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/folder.txt old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/form.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/form.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/gzip.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/gzip.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/headers.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/headers.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/init.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/init.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/inspect-headers.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/inspect-headers.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/redirect.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/redirect.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/requri.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/requri.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/status.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/status.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/trickle.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/trickle.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/upload.php b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/upload.php old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/well-formed.xml b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/well-formed.xml old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/workerxhr-origin-referrer.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/workerxhr-origin-referrer.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/workerxhr-simple.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/resources/workerxhr-simple.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/response-data-arraybuffer.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/response-data-arraybuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/response-data-blob.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/response-data-blob.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/response-data-gzip.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/response-data-gzip.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/response-data-progress.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/response-data-progress.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/response-json.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/response-json.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsetext-decoding.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsetext-decoding.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsetype.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsetype.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsexml-basic.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsexml-basic.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsexml-document-properties.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsexml-document-properties.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsexml-media-type.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsexml-media-type.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsexml-non-document-types.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsexml-non-document-types.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsexml-non-well-formed.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/responsexml-non-well-formed.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-accept-language.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-accept-language.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-accept.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-accept.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-after-setting-document-domain.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-after-setting-document-domain.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-basic-cors-not-enabled.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-basic-cors-not-enabled.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-basic-cors.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-basic-cors.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-basic-repeat-no-args.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-basic-repeat-no-args.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-basic-setrequestheader-existing-session.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-basic-setrequestheader-existing-session.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-basic-setrequestheader.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-basic-setrequestheader.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-basic.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-basic.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-competing-names-passwords.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-competing-names-passwords.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-cors-basic-setrequestheader.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-cors-basic-setrequestheader.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-existing-session-interactive.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-existing-session-interactive.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-prompt-interactive-2.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-prompt-interactive-2.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-prompt-interactive.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-authentication-prompt-interactive.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-conditional.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-conditional.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-content-type-charset.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-content-type-charset.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-content-type-string.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-content-type-string.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-data-arraybuffer.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-data-arraybuffer.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-data-blob.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-data-blob.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-data-formdata.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-data-formdata.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-basic.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-basic.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-document-bogus.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-document-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-document.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-document.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-empty.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-empty.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-get-head-async.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-get-head-async.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-get-head.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-get-head.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-none.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-entity-body-none.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-network-error-async-events.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-network-error-async-events.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-network-error-sync-events.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-network-error-sync-events.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-no-response-event-loadend.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-no-response-event-loadend.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-no-response-event-loadstart.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-no-response-event-loadstart.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-no-response-event-order.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-no-response-event-order.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-non-same-origin.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-non-same-origin.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-bogus-sync.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-bogus-sync.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-bogus.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-bogus.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-infinite-sync.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-infinite-sync.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-infinite.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-infinite.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-no-location.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-no-location.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-to-cors.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-to-cors.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-to-non-cors.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect-to-non-cors.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-redirect.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-response-event-order.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-response-event-order.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-response-upload-event-loadend.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-response-upload-event-loadend.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-response-upload-event-loadstart.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-response-upload-event-loadstart.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-response-upload-event-progress.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-response-upload-event-progress.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-send.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-send.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-sync-no-response-event-load.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-sync-no-response-event-load.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-sync-no-response-event-loadend.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-sync-no-response-event-loadend.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-sync-no-response-event-order.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-sync-no-response-event-order.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-sync-response-event-order.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-sync-response-event-order.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-sync-timeout.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-sync-timeout.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-timeout-events.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/send-timeout-events.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-after-send.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-after-send.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-allow-empty-value.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-allow-empty-value.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-before-open.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-before-open.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-bogus-name.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-bogus-name.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-bogus-value.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-bogus-value.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-case-insensitive.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-case-insensitive.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-header-allowed.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-header-allowed.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-header-forbidden.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/setrequestheader-header-forbidden.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/status-async.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/status-async.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/status-basic.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/status-basic.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/status-error.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/status-error.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/timeout-cors-async.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/timeout-cors-async.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/timeout-sync.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/timeout-sync.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/withcredentials-anonymous.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/withcredentials-anonymous.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/withcredentials-set.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/withcredentials-set.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/withcredentials-wrong-state.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/withcredentials-wrong-state.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-basic.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-basic.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-eventtarget.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-eventtarget.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-network-error-sync.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-network-error-sync.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-network-error.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-network-error.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-aborted.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-aborted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-aborted.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-aborted.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-abortedonmain.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-abortedonmain.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-abortedonmain.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-abortedonmain.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-overrides.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-overrides.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-overrides.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-overrides.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-overridesexpires.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-overridesexpires.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-overridesexpires.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-overridesexpires.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-runner.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-runner.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-simple.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-simple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-simple.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-simple.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-synconmain.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-synconmain.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-synconmain.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-synconmain.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-synconworker.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-synconworker.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-twice.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-twice.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-twice.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-twice.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-aborted.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-aborted.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-overrides.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-overrides.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-overridesexpires.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-overridesexpires.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-simple.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-simple.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-synconworker.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-synconworker.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-twice.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-twice.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout.js b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout.js old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-unsent.htm b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-unsent.htm old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_FormData_append_basic.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_FormData_append_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_FormData_append_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_FormData_append_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_FormData_constructors_base.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_FormData_constructors_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onabort_default_null.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onabort_default_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onabort_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onabort_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onabort_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onabort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onerror_default_null.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onerror_default_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onerror_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onerror_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onerror_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onerror_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onload_default_null.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onload_default_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onload_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onload_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onload_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onload_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onloadend_default_null.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onloadend_default_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onloadend_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onloadend_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onloadend_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onloadend_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onloadstart_default_null.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onloadstart_default_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onloadstart_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onloadstart_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onloadstart_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onloadstart_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onprogress_default_null.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onprogress_default_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onprogress_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onprogress_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onprogress_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_onprogress_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_ontimeout_default_null.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_ontimeout_default_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_ontimeout_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_ontimeout_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_ontimeout_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequestEventTarget_ontimeout_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_DONE_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_DONE_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_DONE_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_DONE_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_HEADERS_RECEIVED_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_HEADERS_RECEIVED_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_HEADERS_RECEIVED_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_HEADERS_RECEIVED_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_LOADING_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_LOADING_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_LOADING_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_LOADING_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_OPENED_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_OPENED_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_OPENED_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_OPENED_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_UNSENT_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_UNSENT_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_UNSENT_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_UNSENT_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_abort_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_abort_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_abort_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_abort_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_constructors_base.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_constructors_base.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_getAllResponseHeaders_error_flag_set.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_getAllResponseHeaders_error_flag_set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_getAllResponseHeaders_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_getAllResponseHeaders_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_getAllResponseHeaders_return_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_getAllResponseHeaders_return_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_getResponseHeader_error_flag_set.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_getResponseHeader_error_flag_set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_getResponseHeader_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_getResponseHeader_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_getResponseHeader_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_getResponseHeader_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_onreadystatechange_default_null.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_onreadystatechange_default_null.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_onreadystatechange_event.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_onreadystatechange_event.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_onreadystatechange_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_onreadystatechange_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_open_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_open_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_open_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_open_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_overrideMimeType_basic.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_overrideMimeType_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_overrideMimeType_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_overrideMimeType_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_overrideMimeType_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_overrideMimeType_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_readyState_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_readyState_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_readyState_readonly.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_readyState_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_readyState_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_readyState_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseText_basic.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseText_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseText_error_flag_set.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseText_error_flag_set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseText_exception_InvalidStateError.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseText_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseText_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseText_readonly.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseText_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseText_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseText_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseType_basic.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseType_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseType_default.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseType_default.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseType_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseType_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseType_readyState_DONE.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseType_readyState_DONE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseType_readyState_LOADING.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseType_readyState_LOADING.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseType_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseType_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseXML_error_flag_set.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseXML_error_flag_set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseXML_exception_InvalidStateError.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseXML_exception_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseXML_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseXML_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseXML_readonly.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseXML_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseXML_readyState_not_DONE.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseXML_readyState_not_DONE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseXML_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_responseXML_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_basic.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_byteLength_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_byteLength_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_byteLength_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_byteLength_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_readonly.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_arraybuffer_readyState_DONE.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_arraybuffer_readyState_DONE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_blob_readyState_DONE.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_blob_readyState_DONE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_blob_readyState_not_DONE.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_blob_readyState_not_DONE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_document_readyState_DONE.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_document_readyState_DONE.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_empty_string_error_flag_set.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_empty_string_error_flag_set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_empty_string_readyState_UNSENT.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_empty_string_readyState_UNSENT.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_text_error_flag_set.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_text_error_flag_set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_text_readyState_UNSENT.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_response_responseType_text_readyState_UNSENT.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_send_ArrayBufferView.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_send_ArrayBufferView.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_send_Blob.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_send_Blob.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_send_FormData.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_send_FormData.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_send_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_send_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_send_send_flag_set.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_send_send_flag_set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_send_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_send_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_setRequestHeader_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_setRequestHeader_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_setRequestHeader_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_setRequestHeader_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_statusText_error_flag_set.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_statusText_error_flag_set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_statusText_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_statusText_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_statusText_readonly.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_statusText_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_statusText_readyState_UNSENT.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_statusText_readyState_UNSENT.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_statusText_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_statusText_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_status_error_flag_set.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_status_error_flag_set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_status_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_status_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_status_readonly.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_status_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_status_readyState_UNSENT.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_status_readyState_UNSENT.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_status_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_status_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_timeout_basic.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_timeout_basic.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_timeout_default_zero.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_timeout_default_zero.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_timeout_exception_InvalidAccessError.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_timeout_exception_InvalidAccessError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_timeout_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_timeout_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_timeout_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_timeout_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_upload_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_upload_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_upload_readonly.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_upload_readonly.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_upload_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_upload_type.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_withCredentials_InvalidStateError.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_withCredentials_InvalidStateError.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_withCredentials_default_false.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_withCredentials_default_false.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_withCredentials_exist.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_withCredentials_exist.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_withCredentials_send_flag_set.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_withCredentials_send_flag_set.html old mode 100644 new mode 100755 diff --git a/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_withCredentials_type.html b/ivi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/xhr2_XMLHttpRequest_withCredentials_type.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/COPYING b/ivi/webapi-hrtime-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/Changelog b/ivi/webapi-hrtime-w3c-tests/Changelog old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/README b/ivi/webapi-hrtime-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/config.xml b/ivi/webapi-hrtime-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/hrtime/spec.json b/ivi/webapi-hrtime-w3c-tests/hrtime/spec.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/hrtime/w3c/COPYING b/ivi/webapi-hrtime-w3c-tests/hrtime/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/hrtime/w3c/idlharness.html b/ivi/webapi-hrtime-w3c-tests/hrtime/w3c/idlharness.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/hrtime/w3c/monotonic-clock.html b/ivi/webapi-hrtime-w3c-tests/hrtime/w3c/monotonic-clock.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/hrtime/w3c/resources/now_frame.html b/ivi/webapi-hrtime-w3c-tests/hrtime/w3c/resources/now_frame.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/hrtime/w3c/test_cross_frame_start.html b/ivi/webapi-hrtime-w3c-tests/hrtime/w3c/test_cross_frame_start.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/icon.png b/ivi/webapi-hrtime-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/manifest.json b/ivi/webapi-hrtime-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/resources/COPYING b/ivi/webapi-hrtime-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/resources/WebIDLParser.js b/ivi/webapi-hrtime-w3c-tests/resources/WebIDLParser.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/resources/idlharness.js b/ivi/webapi-hrtime-w3c-tests/resources/idlharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/resources/testharness.css b/ivi/webapi-hrtime-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/resources/testharness.js b/ivi/webapi-hrtime-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/resources/testharnessreport.js b/ivi/webapi-hrtime-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/suite.json b/ivi/webapi-hrtime-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/testcase.xsl b/ivi/webapi-hrtime-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/testresult.xsl b/ivi/webapi-hrtime-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/tests.css b/ivi/webapi-hrtime-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/tests.full.xml b/ivi/webapi-hrtime-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/tests.xml b/ivi/webapi-hrtime-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/webrunner/index.html b/ivi/webapi-hrtime-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/webapi-hrtime-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-hrtime-w3c-tests/webrunner/testrunner.js b/ivi/webapi-hrtime-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/COPYING b/ivi/webapi-nfc-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/LICENSE.Apache-2.0 b/ivi/webapi-nfc-w3c-tests/LICENSE.Apache-2.0 old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/NOTICE b/ivi/webapi-nfc-w3c-tests/NOTICE old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/README b/ivi/webapi-nfc-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/config.xml b/ivi/webapi-nfc-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/icon.png b/ivi/webapi-nfc-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/manifest.json b/ivi/webapi-nfc-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFMessageEvent_message_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFMessageEvent_message_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFMessage_constructor_bytes.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFMessage_constructor_bytes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFMessage_constructor_records.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFMessage_constructor_records.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFMessage_getBytes.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFMessage_getBytes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFMessage_records_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFMessage_records_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordMedia_constructor.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordMedia_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordMedia_mimeType_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordMedia_mimeType_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_action_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_action_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_constructor_uri.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_constructor_uri.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_constructor_uri_titles.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_constructor_uri_titles.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_constructor_uri_titles_action.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_constructor_uri_titles_action.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_constructor_uri_titles_action_icons.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_constructor_uri_titles_action_icons.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_constructor_uri_titles_action_icons_targetSize.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_constructor_uri_titles_action_icons_targetSize.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_constructor_uri_titles_action_icons_targetSize_targetMIME.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_constructor_uri_titles_action_icons_targetSize_targetMIME.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_icons_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_icons_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_targetMIME_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_targetMIME_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_targetSize_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_targetSize_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_titles_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_titles_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_uri_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordSmartPoster_uri_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordText_constructor_text.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordText_constructor_text.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordText_constructor_text_languageCode.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordText_constructor_text_languageCode.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordText_constructor_text_languageCode_encoding.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordText_constructor_text_languageCode_encoding.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordText_encoding_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordText_encoding_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordText_languageCode_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordText_languageCode_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordText_text_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordText_text_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordURI_constructor.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordURI_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordURI_uri_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecordURI_uri_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_constructor_tnf.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_constructor_tnf.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_constructor_tnf_type.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_constructor_tnf_type.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_constructor_tnf_type_payload.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_constructor_tnf_type_payload.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_constructor_tnf_type_payload_id.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_constructor_tnf_type_payload_id.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_getPayload.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_getPayload.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_id_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_id_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_recordType_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_recordType_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_tnf_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_tnf_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_type_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NDEFRecord_type_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_onpeerfound_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_onpeerfound_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_onpeerlost_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_onpeerlost_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_onpollstart_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_onpollstart_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_onpollstop_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_onpollstop_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_onpoweroff_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_onpoweroff_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_onpoweron_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_onpoweron_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_ontagfound_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_ontagfound_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_ontaglost_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_ontaglost_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_polling_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_polling_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_powerOff.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_powerOff.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_powerOn.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_powerOn.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_powered_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_powered_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_startPoll.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_startPoll.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_stopPoll.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCManager_stopPoll.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCPeerEvent_peer_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCPeerEvent_peer_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCPeer_onmessageread_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCPeer_onmessageread_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCPeer_sendNDEF.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCPeer_sendNDEF.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCPeer_startHandover.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCPeer_startHandover.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCTagEvent_tag_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCTagEvent_tag_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCTag_readNDEF.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCTag_readNDEF.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/NFCTag_writeNDEF.html b/ivi/webapi-nfc-w3c-tests/nfc/NFCTag_writeNDEF.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/Navigator_nfc_attribute.html b/ivi/webapi-nfc-w3c-tests/nfc/Navigator_nfc_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/support/nfc_common.js b/ivi/webapi-nfc-w3c-tests/nfc/support/nfc_common.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/nfc/support/unitcommon.js b/ivi/webapi-nfc-w3c-tests/nfc/support/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/resources/COPYING b/ivi/webapi-nfc-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/resources/testharness.css b/ivi/webapi-nfc-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/resources/testharness.js b/ivi/webapi-nfc-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/resources/testharnessreport.js b/ivi/webapi-nfc-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/suite.json b/ivi/webapi-nfc-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/testcase.xsl b/ivi/webapi-nfc-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/testresult.xsl b/ivi/webapi-nfc-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/tests.css b/ivi/webapi-nfc-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/tests.full.xml b/ivi/webapi-nfc-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/tests.xml b/ivi/webapi-nfc-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/webrunner/index.html b/ivi/webapi-nfc-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/webapi-nfc-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-nfc-w3c-tests/webrunner/testrunner.js b/ivi/webapi-nfc-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/COPYING b/ivi/webapi-performancetimeline-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/Changelog b/ivi/webapi-performancetimeline-w3c-tests/Changelog old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/README b/ivi/webapi-performancetimeline-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/config.xml b/ivi/webapi-performancetimeline-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/icon.png b/ivi/webapi-performancetimeline-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/manifest.json b/ivi/webapi-performancetimeline-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/performancetimeline/Performance.html b/ivi/webapi-performancetimeline-w3c-tests/performancetimeline/Performance.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/performancetimeline/PerformanceEntry.html b/ivi/webapi-performancetimeline-w3c-tests/performancetimeline/PerformanceEntry.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/performancetimeline/spec.json b/ivi/webapi-performancetimeline-w3c-tests/performancetimeline/spec.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/resources/COPYING b/ivi/webapi-performancetimeline-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/resources/WebIDLParser.js b/ivi/webapi-performancetimeline-w3c-tests/resources/WebIDLParser.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/resources/idlharness.js b/ivi/webapi-performancetimeline-w3c-tests/resources/idlharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/resources/testharness.css b/ivi/webapi-performancetimeline-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/resources/testharness.js b/ivi/webapi-performancetimeline-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/resources/testharnessreport.js b/ivi/webapi-performancetimeline-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/suite.json b/ivi/webapi-performancetimeline-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/testcase.xsl b/ivi/webapi-performancetimeline-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/testresult.xsl b/ivi/webapi-performancetimeline-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/tests.css b/ivi/webapi-performancetimeline-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/tests.full.xml b/ivi/webapi-performancetimeline-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/tests.xml b/ivi/webapi-performancetimeline-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/webrunner/index.html b/ivi/webapi-performancetimeline-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/webapi-performancetimeline-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-performancetimeline-w3c-tests/webrunner/testrunner.js b/ivi/webapi-performancetimeline-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/COPYING b/ivi/webapi-resourcetiming-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/README b/ivi/webapi-resourcetiming-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/config.xml b/ivi/webapi-resourcetiming-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/icon.png b/ivi/webapi-resourcetiming-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/manifest.json b/ivi/webapi-resourcetiming-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resources/COPYING b/ivi/webapi-resourcetiming-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resources/testharness.css b/ivi/webapi-resourcetiming-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resources/testharness.js b/ivi/webapi-resourcetiming-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resources/testharnessreport.js b/ivi/webapi-resourcetiming-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/spec.json b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/spec.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/COPYING b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/common/redirect.py b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/common/redirect.py old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/1x1-blue.png b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/1x1-blue.png old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/Ahem.ttf b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/Ahem.ttf old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/all_resource_types.htm b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/all_resource_types.htm old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/blank_page_green.htm b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/blank_page_green.htm old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/empty_script.js b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/empty_script.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/generate_resource.py b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/generate_resource.py old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/gray_bg.css b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/gray_bg.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/green_frame.htm b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/green_frame.htm old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/inject_resource_test.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/inject_resource_test.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/nested.css b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/nested.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/resource_timing_test0.css b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/resource_timing_test0.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/resource_timing_test0.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/resource_timing_test0.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/resource_timing_test0.js b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/resource_timing_test0.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/resource_timing_test0.png b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/resource_timing_test0.png old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/resource_timing_test0.xml b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/resource_timing_test0.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/webperftestharness.js b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/webperftestharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/webperftestharnessextension.js b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/resources/webperftestharnessextension.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_attribute_order.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_attribute_order.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_cached.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_cached.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_connection_reuse.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_connection_reuse.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_dynamic_insertion.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_dynamic_insertion.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_frame_initiator_type.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_frame_initiator_type.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_iframe_self_navigation.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_iframe_self_navigation.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_ignore_data_url.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_ignore_data_url.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_ignore_failures.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_ignore_failures.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_initiator_types.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_initiator_types.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_redirects.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_redirects.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_reparenting.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_reparenting.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_script_types.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_script_types.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_timing.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming-py/w3c/submission/test_resource_timing.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/COPYING b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/1x1-blue.png b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/1x1-blue.png old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/Ahem.ttf b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/Ahem.ttf old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/all_resource_types.htm b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/all_resource_types.htm old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/blank_page_green.htm b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/blank_page_green.htm old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/empty_script.js b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/empty_script.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/generate_resource.php b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/generate_resource.php old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/gray_bg.css b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/gray_bg.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/green_frame.htm b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/green_frame.htm old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/inject_resource_test.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/inject_resource_test.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/nested.css b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/nested.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/redirect.php b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/redirect.php old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/resource_timing_test0.css b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/resource_timing_test0.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/resource_timing_test0.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/resource_timing_test0.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/resource_timing_test0.js b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/resource_timing_test0.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/resource_timing_test0.png b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/resource_timing_test0.png old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/resource_timing_test0.xml b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/resource_timing_test0.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/webperftestharness.js b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/webperftestharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/webperftestharnessextension.js b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/resources/webperftestharnessextension.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_attribute_order.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_attribute_order.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_cached.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_cached.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_connection_reuse.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_connection_reuse.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_dynamic_insertion.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_dynamic_insertion.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_frame_initiator_type.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_frame_initiator_type.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_iframe_self_navigation.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_iframe_self_navigation.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_ignore_data_url.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_ignore_data_url.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_ignore_failures.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_ignore_failures.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_initiator_types.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_initiator_types.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_redirects.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_redirects.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_reparenting.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_reparenting.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_script_types.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_script_types.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_timing.html b/ivi/webapi-resourcetiming-w3c-tests/resourcetiming/w3c/submission/test_resource_timing.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/suite.json b/ivi/webapi-resourcetiming-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/testcase.xsl b/ivi/webapi-resourcetiming-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/testresult.xsl b/ivi/webapi-resourcetiming-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/tests.css b/ivi/webapi-resourcetiming-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/tests.full.xml b/ivi/webapi-resourcetiming-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/tests.xml b/ivi/webapi-resourcetiming-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/webrunner/index.html b/ivi/webapi-resourcetiming-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/webapi-resourcetiming-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-resourcetiming-w3c-tests/webrunner/testrunner.js b/ivi/webapi-resourcetiming-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/COPYING b/ivi/webapi-speechapi-tizen-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/config.xml b/ivi/webapi-speechapi-tizen-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/icon.png b/ivi/webapi-speechapi-tizen-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/manifest.json b/ivi/webapi-speechapi-tizen-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/resources/COPYING b/ivi/webapi-speechapi-tizen-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/resources/WebIDLParser.js b/ivi/webapi-speechapi-tizen-tests/resources/WebIDLParser.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/resources/idlharness.js b/ivi/webapi-speechapi-tizen-tests/resources/idlharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/resources/testharness.css b/ivi/webapi-speechapi-tizen-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/resources/testharness.js b/ivi/webapi-speechapi-tizen-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/resources/testharnessreport.js b/ivi/webapi-speechapi-tizen-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/resources/unitcommon.js b/ivi/webapi-speechapi-tizen-tests/resources/unitcommon.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/speechapi/SpeechRecognition_attributes.html b/ivi/webapi-speechapi-tizen-tests/speechapi/SpeechRecognition_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/speechapi/SpeechRecognition_constructor.html b/ivi/webapi-speechapi-tizen-tests/speechapi/SpeechRecognition_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/speechapi/SpeechSynthesisUtterance_attributes.html b/ivi/webapi-speechapi-tizen-tests/speechapi/SpeechSynthesisUtterance_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/speechapi/SpeechSynthesisUtterance_constructor.html b/ivi/webapi-speechapi-tizen-tests/speechapi/SpeechSynthesisUtterance_constructor.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/speechapi/SpeechSynthesis_attributes.html b/ivi/webapi-speechapi-tizen-tests/speechapi/SpeechSynthesis_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/speechapi/SpeechSynthesis_exist.html b/ivi/webapi-speechapi-tizen-tests/speechapi/SpeechSynthesis_exist.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/speechapi/Speech_exist.html b/ivi/webapi-speechapi-tizen-tests/speechapi/Speech_exist.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/speechapi/Speech_setCBListener_exist.html b/ivi/webapi-speechapi-tizen-tests/speechapi/Speech_setCBListener_exist.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/speechapi/Speech_vocalizeString_exist.html b/ivi/webapi-speechapi-tizen-tests/speechapi/Speech_vocalizeString_exist.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/speechapi/Speech_vocalizeString_setCBListener-manual.html b/ivi/webapi-speechapi-tizen-tests/speechapi/Speech_vocalizeString_setCBListener-manual.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/speechapi/spec.json b/ivi/webapi-speechapi-tizen-tests/speechapi/spec.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/suite.json b/ivi/webapi-speechapi-tizen-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/testcase.xsl b/ivi/webapi-speechapi-tizen-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/testresult.xsl b/ivi/webapi-speechapi-tizen-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/tests.css b/ivi/webapi-speechapi-tizen-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/tests.full.xml b/ivi/webapi-speechapi-tizen-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/tests.xml b/ivi/webapi-speechapi-tizen-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/webrunner/index.html b/ivi/webapi-speechapi-tizen-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/webrunner/jquery-1.10.2.min.js b/ivi/webapi-speechapi-tizen-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-speechapi-tizen-tests/webrunner/testrunner.js b/ivi/webapi-speechapi-tizen-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/COPYING b/ivi/webapi-usertiming-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/Changelog b/ivi/webapi-usertiming-w3c-tests/Changelog old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/README b/ivi/webapi-usertiming-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/config.xml b/ivi/webapi-usertiming-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/icon.png b/ivi/webapi-usertiming-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/manifest.json b/ivi/webapi-usertiming-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/resources/COPYING b/ivi/webapi-usertiming-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/resources/WebIDLParser.js b/ivi/webapi-usertiming-w3c-tests/resources/WebIDLParser.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/resources/idlharness.js b/ivi/webapi-usertiming-w3c-tests/resources/idlharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/resources/testharness.css b/ivi/webapi-usertiming-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/resources/testharness.js b/ivi/webapi-usertiming-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/resources/testharnessreport.js b/ivi/webapi-usertiming-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/suite.json b/ivi/webapi-usertiming-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/testcase.xsl b/ivi/webapi-usertiming-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/testresult.xsl b/ivi/webapi-usertiming-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/tests.css b/ivi/webapi-usertiming-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/tests.full.xml b/ivi/webapi-usertiming-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/tests.xml b/ivi/webapi-usertiming-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/spec.json b/ivi/webapi-usertiming-w3c-tests/usertiming/spec.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/COPYING b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/idlharness.html b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/idlharness.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/resources/webperftestharness.js b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/resources/webperftestharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/resources/webperftestharnessextension.js b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/resources/webperftestharnessextension.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_clear_marks.html b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_clear_marks.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_clear_measures.html b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_clear_measures.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_mark.html b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_mark.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_mark_and_measure_exception_when_invoke_without_parameter.html b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_mark_and_measure_exception_when_invoke_without_parameter.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_mark_exceptions.html b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_mark_exceptions.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_mark_with_name_of_navigation_timing_optional_attribute.html b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_mark_with_name_of_navigation_timing_optional_attribute.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_measure.html b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_measure.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_measure_exceptions.html b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_measure_exceptions.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_measure_navigation_timing.html b/ivi/webapi-usertiming-w3c-tests/usertiming/w3c/test_user_timing_measure_navigation_timing.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/webrunner/index.html b/ivi/webapi-usertiming-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/webapi-usertiming-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-usertiming-w3c-tests/webrunner/testrunner.js b/ivi/webapi-usertiming-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/COPYING b/ivi/webapi-vehicleinfo-ivi-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/README b/ivi/webapi-vehicleinfo-ivi-tests/README old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/config.xml b/ivi/webapi-vehicleinfo-ivi-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/icon.png b/ivi/webapi-vehicleinfo-ivi-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/manifest.json b/ivi/webapi-vehicleinfo-ivi-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/resources/COPYING b/ivi/webapi-vehicleinfo-ivi-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/resources/testharness.css b/ivi/webapi-vehicleinfo-ivi-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/resources/testharness.js b/ivi/webapi-vehicleinfo-ivi-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/resources/testharnessreport.js b/ivi/webapi-vehicleinfo-ivi-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/suite.json b/ivi/webapi-vehicleinfo-ivi-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/testcase.xsl b/ivi/webapi-vehicleinfo-ivi-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/testresult.xsl b/ivi/webapi-vehicleinfo-ivi-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/tests.css b/ivi/webapi-vehicleinfo-ivi-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/tests.full.xml b/ivi/webapi-vehicleinfo-ivi-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/tests.xml b/ivi/webapi-vehicleinfo-ivi-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Acceleration_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Acceleration_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/AcceleratorPedalPosition_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/AcceleratorPedalPosition_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/BatteryStatus_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/BatteryStatus_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/BrakeMaintenance_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/BrakeMaintenance_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/BrakeOperation_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/BrakeOperation_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/ButtonEvent_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/ButtonEvent_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Chime_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Chime_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/CruiseControlStatus_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/CruiseControlStatus_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Diagnostic_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Diagnostic_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/DrivingMode_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/DrivingMode_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/EngineCoolant_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/EngineCoolant_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/EngineOil_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/EngineOil_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/EngineSpeed_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/EngineSpeed_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Fuel_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Fuel_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Horn_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Horn_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/IgnitionTime_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/IgnitionTime_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/InteriorLightStatus_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/InteriorLightStatus_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/LightStatus_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/LightStatus_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/MalfunctionIndicator_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/MalfunctionIndicator_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Navigator_vehicle.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Navigator_vehicle.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/NightMode_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/NightMode_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Odometer_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Odometer_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/PowerTrainTorque_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/PowerTrainTorque_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/SteeringWheel_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/SteeringWheel_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/ThrottlePosition_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/ThrottlePosition_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Tire_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Tire_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/TransmissionClutch_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/TransmissionClutch_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/TransmissionOil_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/TransmissionOil_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Transmission_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Transmission_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/TripMeters_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/TripMeters_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/VehicleInterface_attributes_tests.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/VehicleInterface_attributes_tests.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/VehicleSignalInterface_attributes_tests.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/VehicleSignalInterface_attributes_tests.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/VehicleSpeed_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/VehicleSpeed_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Vehicle_attributes_tests.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Vehicle_attributes_tests.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/WasherFluid_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/WasherFluid_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/WheelSpeed_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/WheelSpeed_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/WheelTick_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/WheelTick_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/YawRate_attributes.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/YawRate_attributes.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Zone_attributes_tests.html b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/Zone_attributes_tests.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/spec.json b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/spec.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/support/support.js b/ivi/webapi-vehicleinfo-ivi-tests/vehicleinfo/support/support.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/webrunner/index.html b/ivi/webapi-vehicleinfo-ivi-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/webrunner/jquery-1.10.2.min.js b/ivi/webapi-vehicleinfo-ivi-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-vehicleinfo-ivi-tests/webrunner/testrunner.js b/ivi/webapi-vehicleinfo-ivi-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/COPYING b/ivi/webapi-webrtc-w3c-tests/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/Changelog b/ivi/webapi-webrtc-w3c-tests/Changelog old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/README b/ivi/webapi-webrtc-w3c-tests/README old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/config.xml b/ivi/webapi-webrtc-w3c-tests/config.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/icon.png b/ivi/webapi-webrtc-w3c-tests/icon.png old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/manifest.json b/ivi/webapi-webrtc-w3c-tests/manifest.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/resources/COPYING b/ivi/webapi-webrtc-w3c-tests/resources/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/resources/WebIDLParser.js b/ivi/webapi-webrtc-w3c-tests/resources/WebIDLParser.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/resources/idlharness.js b/ivi/webapi-webrtc-w3c-tests/resources/idlharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/resources/testharness.css b/ivi/webapi-webrtc-w3c-tests/resources/testharness.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/resources/testharness.js b/ivi/webapi-webrtc-w3c-tests/resources/testharness.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/resources/testharnessreport.js b/ivi/webapi-webrtc-w3c-tests/resources/testharnessreport.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/suite.json b/ivi/webapi-webrtc-w3c-tests/suite.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/testcase.xsl b/ivi/webapi-webrtc-w3c-tests/testcase.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/testresult.xsl b/ivi/webapi-webrtc-w3c-tests/testresult.xsl old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/tests.css b/ivi/webapi-webrtc-w3c-tests/tests.css old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/tests.full.xml b/ivi/webapi-webrtc-w3c-tests/tests.full.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/tests.xml b/ivi/webapi-webrtc-w3c-tests/tests.xml old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/MediaStreamEvent_stream_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/MediaStreamEvent_stream_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCDTMFSender_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCDTMFSender_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCDTMFSender_canInsertDTMF.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCDTMFSender_canInsertDTMF.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCDTMFToneChangeEvent_tone_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCDTMFToneChangeEvent_tone_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCDataChannel.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCDataChannel.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCDataChannelEvent_channel_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCDataChannelEvent_channel_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCDataChannel_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCDataChannel_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCIceCandidate_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCIceCandidate_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCIdentityEvent_assertion_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCIdentityEvent_assertion_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnectionIceEvent_candidate.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnectionIceEvent_candidate.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnectionIceEvent_candidate_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnectionIceEvent_candidate_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_EventHandler.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_EventHandler.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_close.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_close.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_createDTMFSender_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_createDTMFSender_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_datachannel_event.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_datachannel_event.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_getIdentityAssertion.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_getIdentityAssertion.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_getLocalStreams.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_getLocalStreams.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_getRemoteStreams.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_getRemoteStreams.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_iceconnectionstatechange_event.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_iceconnectionstatechange_event.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_setIdentityProvider.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_setIdentityProvider.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_signalingstatechange_event.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_signalingstatechange_event.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_updateIce_method.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCPeerConnection_updateIce_method.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCSdpError_sdpLineNumber_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCSdpError_sdpLineNumber_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCSessionDescription.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCSessionDescription.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCSessionDescription_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCSessionDescription_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/RTCStatsReport_RTCStats_basic.html b/ivi/webapi-webrtc-w3c-tests/webrtc/RTCStatsReport_RTCStats_basic.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/WebRTC_idlharness.html b/ivi/webapi-webrtc-w3c-tests/webrtc/WebRTC_idlharness.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/COPYING b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/COPYING old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCIceCandidate.html b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCIceCandidate.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-AddRemoveStream.html b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-AddRemoveStream.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-createAnswer.html b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-createAnswer.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-createOffer.html b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-createOffer.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-datachannel.html b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-datachannel.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-dtmf.html b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-dtmf.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-ice.html b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-ice.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-localDescription.html b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-localDescription.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-onnegotiationneeded.html b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-onnegotiationneeded.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-remoteDescription.html b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-remoteDescription.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-state.html b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-state.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-stats.html b/ivi/webapi-webrtc-w3c-tests/webrtc/blink/RTCPeerConnection-stats.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/spec.json b/ivi/webapi-webrtc-w3c-tests/webrtc/spec.json old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrtc/support/support.js b/ivi/webapi-webrtc-w3c-tests/webrtc/support/support.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrunner/index.html b/ivi/webapi-webrtc-w3c-tests/webrunner/index.html old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrunner/jquery-1.10.2.min.js b/ivi/webapi-webrtc-w3c-tests/webrunner/jquery-1.10.2.min.js old mode 100644 new mode 100755 diff --git a/ivi/webapi-webrtc-w3c-tests/webrunner/testrunner.js b/ivi/webapi-webrtc-w3c-tests/webrunner/testrunner.js old mode 100644 new mode 100755 diff --git a/tools/build/pack.py b/tools/build/pack.py index 3171db3df..e48cdc174 100755 --- a/tools/build/pack.py +++ b/tools/build/pack.py @@ -1024,7 +1024,7 @@ def main(): if not BUILD_PARAMETERS.pkgpacktools: BUILD_PARAMETERS.pkgpacktools = os.path.join( - BUILD_PARAMETERS.srcdir, "..", "..", "tools") + BUILD_PARAMETERS.srcdir, "..", "..", "..", "tools") BUILD_PARAMETERS.pkgpacktools = os.path.expanduser( BUILD_PARAMETERS.pkgpacktools) diff --git a/tools/crosswalk/README.md b/tools/crosswalk/README.md old mode 100644 new mode 100755 diff --git a/tools/template/reftest_reference_ref.html b/tools/template/reftest_reference_ref.html old mode 100644 new mode 100755 diff --git a/tools/template/reftest_test_case.html b/tools/template/reftest_test_case.html old mode 100644 new mode 100755 diff --git a/tools/template/script_test_case.html b/tools/template/script_test_case.html old mode 100644 new mode 100755 diff --git a/tools/xml/README.md b/tools/xml/README.md old mode 100644 new mode 100755