# HG changeset patch # User Brendan Donegan brendand@symbian.org # Date 1253714320 -3600 # Node ID f2ae537e63405afa1594abefc721484b0220d9d6 # Parent 4e2dcfb8639346db0c57605380a571e1986782ba submit the various fixes that were made to make multimedia and graphics svs submit to ats properly diff -r 4e2dcfb86393 -r f2ae537e6340 common/tools/ats/bctest/graphics/graphicssvs.xml --- a/common/tools/ats/bctest/graphics/graphicssvs.xml Tue Sep 22 16:09:37 2009 +0100 +++ b/common/tools/ats/bctest/graphics/graphicssvs.xml Wed Sep 23 14:58:40 2009 +0100 @@ -8,7 +8,6 @@ - diff -r 4e2dcfb86393 -r f2ae537e6340 common/tools/ats/bctest/multimedia/multimediasvs.pl --- a/common/tools/ats/bctest/multimedia/multimediasvs.pl Tue Sep 22 16:09:37 2009 +0100 +++ b/common/tools/ats/bctest/multimedia/multimediasvs.pl Wed Sep 23 14:58:40 2009 +0100 @@ -21,7 +21,8 @@ use File::Path; unlink "multimediatest.zip"; -##rmtree "temp"; +rmtree "temp" or die "failed : $!"; + mkpath "temp/multimediatest/general/multimedia/t_imagedecoder"; mkpath "temp/multimediatest/general/multimedia/t_imageencoder"; mkpath "temp/multimediatest/general/multimedia/t_mdaaudioconvertutility"; diff -r 4e2dcfb86393 -r f2ae537e6340 common/tools/ats/bctest/multimedia/multimediatest.xml --- a/common/tools/ats/bctest/multimedia/multimediatest.xml Tue Sep 22 16:09:37 2009 +0100 +++ b/common/tools/ats/bctest/multimedia/multimediatest.xml Wed Sep 23 14:58:40 2009 +0100 @@ -8,7 +8,6 @@ - @@ -1221,8 +1220,6 @@ multimediatest/general/multimedia/t_mdaaudioplayerutility/explode.au multimediatest/general/multimedia/mm-mmf-aclnt-rcrdr-publicapi.script multimediatest/general/multimedia/mm-mmf-aclnt-rcrdr-publicapi.ini - multimediatest/general/multimedia/t_mdaaudioplayerutility/pcm16stereo8khz.wav - multimediatest/general/multimedia/t_mdaaudioplayerutility/corrupted.wav multimediatest/general/multimedia/mm-mmf-aclnt-tone-publicapi.script multimediatest/general/multimedia/mm-mmf-aclnt-tone-publicapi.ini multimediatest/general/multimedia/t_audiotoneutility/sequence1.sqn diff -r 4e2dcfb86393 -r f2ae537e6340 common/tools/ats/bctest/package_definition.xml --- a/common/tools/ats/bctest/package_definition.xml Tue Sep 22 16:09:37 2009 +0100 +++ b/common/tools/ats/bctest/package_definition.xml Wed Sep 23 14:58:40 2009 +0100 @@ -1,81 +1,136 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file