X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fscripts%2Fadd_style.pl;h=e9588425f677eb7f19c454ba42759f5c2e601c44;hb=3705a737006a61c9796ee5f237c88d623fc65cbc;hp=95888f9c391a1f3203490c6b8a23b89b8ac6fed4;hpb=fa6279fb2830427d5ab569ca14e6ade1557ef2fa;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/scripts/add_style.pl b/automated-tests/scripts/add_style.pl index 95888f9..e958842 100755 --- a/automated-tests/scripts/add_style.pl +++ b/automated-tests/scripts/add_style.pl @@ -19,7 +19,10 @@ print RESULTS_OUT $fline; print RESULTS_OUT "\n"; while() { - print RESULTS_OUT $_; + if( ! /xml-stylesheet/ ) + { + print RESULTS_OUT $_; + } } close RESULTS_OUT; close RESULTS;