X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=inline;f=automated-tests%2Fscripts%2Fadd_style.pl;h=e9588425f677eb7f19c454ba42759f5c2e601c44;hb=refs%2Fchanges%2F21%2F30021%2F3;hp=95888f9c391a1f3203490c6b8a23b89b8ac6fed4;hpb=0cd043d5fe3d330798ea5bdb0711b841535718e0;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;