# HG changeset patch # User Maciej Seroka # Date 1252940718 -3600 # Node ID c63cdf02d7e8384545ad5ef6e9c1b927cc82c375 # Parent 570320598130a05cafc8ea81c250f8e9f0705a52 New set added diff -r 570320598130 -r c63cdf02d7e8 common/tools/ats/bctest/websrv/websrv.pl --- a/common/tools/ats/bctest/websrv/websrv.pl Mon Sep 14 16:04:48 2009 +0100 +++ b/common/tools/ats/bctest/websrv/websrv.pl Mon Sep 14 16:05:18 2009 +0100 @@ -10,9 +10,10 @@ # # Contributors: # Brendan Donegan +# Maciej Seroka # # Description: -# Script to build ATS test drop for BC Profiles Engine tests +# Script to build ATS test drop for BC Web Services tests use strict; @@ -29,5 +30,7 @@ copy($epoc . "release/winscw/udeb/CSenServiceConnectionBCTest.dll", "temp/bcwebsrv/winscw_udeb/CSenServiceConnectionBCTest.dll"); copy($epoc . "winscw/c/testframework/testframework_connection.ini", "temp/bcwebsrv/general/testframework/testframework_connection.ini"); +copy($epoc . "release/winscw/udeb/HostletConnectionBCTest.dll", "temp/bcwebsrv/winscw_udeb/HostletConnectionBCTest.dll"); +copy($epoc . "winscw/c/testframework/TestFramework_hostlet.ini", "temp/bcwebsrv/general/testframework/TestFramework_hostlet.ini"); system("7z a -tzip websrv.zip ./temp/*"); \ No newline at end of file