common/tools/ats/bctest/xmlsrv/xmlsrv.pl
changeset 1219 c0b9bf290520
parent 1213 6f2a3431cc87
child 1223 26c4732f6e56
equal deleted inserted replaced
1218:b9a2adc3ea65 1219:c0b9bf290520
    17 
    17 
    18 use strict;
    18 use strict;
    19 use File::Copy;
    19 use File::Copy;
    20 use File::Path;
    20 use File::Path;
    21 
    21 
    22 unlink "xmlsrv.zip";
    22 unlink "xmlsrvtest.zip";
    23 rmtree "temp";
    23 rmtree "temp";
    24 mkpath "temp/xmlsrvtest/general/TestFramework";
    24 mkpath "temp/xmlsrvtest/general/TestFramework";
    25 mkpath "temp/xmlsrvtest/general/XMLTest";
    25 mkpath "temp/xmlsrvtest/general/XMLTest";
    26 mkpath "temp/xmlsrvtest/general/XMLTest/output";
    26 mkpath "temp/xmlsrvtest/general/XMLTest/output";
    27 mkpath "temp/xmlsrvtest/general/XMLTest/output/bincont";
    27 mkpath "temp/xmlsrvtest/general/XMLTest/output/bincont";