common/tools/ats/bctest/xmlsrv/xmlsrv.pl
changeset 1196 c0b9bf290520
parent 1190 6f2a3431cc87
child 1199 26c4732f6e56
equal deleted inserted replaced
1195:b9a2adc3ea65 1196: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";