X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fscripts%2Fadd_style.pl;h=e9588425f677eb7f19c454ba42759f5c2e601c44;hp=95888f9c391a1f3203490c6b8a23b89b8ac6fed4;hb=4ccfc72faa9b5a28ee71ffe4696b324fb5b372db;hpb=fa6279fb2830427d5ab569ca14e6ade1557ef2fa 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;