From: jh0219.han Date: Tue, 28 Mar 2017 14:36:58 +0000 (+0900) Subject: [capability missing file add][3dtrandform tc update to latest one] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=515662e46a3d4ef512e1ab669a485cfd02b9f5c1;p=test%2Ftct%2Fweb%2Fapi.git [capability missing file add][3dtrandform tc update to latest one] Change-Id: Id04b16c6c621c35d06609c33298c28027b096b26 --- 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 index b1c80e0ad..59f7e4928 100755 --- 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 @@ -5,54 +5,46 @@ CSS Transforms Test: rotateY with transform-style on nested elements - + - -

Test passes if there is a gray square with one blue and one green box inside, and no any red.

+

Test passes if there is a green square and a blue square, and no any red.

-
+ - + \ No newline at end of file diff --git a/common/tct-capability-tests/askpolicy.sh b/common/tct-capability-tests/askpolicy.sh new file mode 100755 index 000000000..1c39bddfb --- /dev/null +++ b/common/tct-capability-tests/askpolicy.sh @@ -0,0 +1,10 @@ +#!/bin/bash +PATH=/bin:/usr/bin:/sbin:/usr/sbin +for i in `grep -r "0xA" /var/cynara/db/_ | grep $1` +do + CLIENT=`echo $i | cut -d ";" -f1` + USER=`echo $i | cut -d ";" -f2` + PRIVILEGE=`echo $i | cut -d ";" -f3` + #echo "cyad --erase=\"\" -r=no -c $CLIENT -u $USER -p $PRIVILEGE" + cyad --erase="" -r=no -c $CLIENT -u $USER -p $PRIVILEGE +done