# HG changeset patch # User royt # Date 1253023593 -3600 # Node ID 70cf3d9c6e517203132f4127a42bed577ec5dfa7 # Parent df315d0a8ab773b9bed0d7894a32c5d165daec7b# Parent 0b42c6ee533cbc150bad9b9648e9296ddbbb3671 BCTest drop added diff -r 0b42c6ee533c -r 70cf3d9c6e51 .hgtags --- a/.hgtags Mon Sep 14 15:43:37 2009 +0100 +++ b/.hgtags Tue Sep 15 15:06:33 2009 +0100 @@ -1,3 +1,4 @@ 29394d95b3e1a63e73a3f3e31f9bab42cc1437f5 fbf_configs_0.0.a 36d82a2f1f927cbe91926e19c69fe74d9170b7de PDK_2.0.c 633b96a83005daab9464a00b8fcbcfa96a247c26 PDK_2.0.d +cc2965329dd1c545c3cad90c83f2c8cf2bc7e2d6 PDK_2.0.e diff -r 0b42c6ee533c -r 70cf3d9c6e51 common/tools/ats/bctest/browser/browser.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/browser/browser.pl Tue Sep 15 15:06:33 2009 +0100 @@ -0,0 +1,31 @@ +#!/usr/bin/perl +# Copyright (c) 2009 Symbian Foundation Ltd +# This component and the accompanying materials are made available +# under the terms of the License "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Symbian Foundation Ltd - initial contribution. +# +# Contributors: +# Brendan Donegan +# +# Description: +# Script to build ATS test drop for BC Profiles Engine tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "browser.zip"; +##rmtree "temp"; +mkpath "temp/bcbrowser/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("browser.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/favouritesbctest.dll", "temp/bcbrowser/winscw_udeb/favouritesbctest.dll"); + +system("7z a -tzip browser.zip ./temp/*"); \ No newline at end of file diff -r 0b42c6ee533c -r 70cf3d9c6e51 common/tools/ats/bctest/browser/browser.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/browser/browser.xml Tue Sep 15 15:06:33 2009 +0100 @@ -0,0 +1,58 @@ + + + 1 + admin + 10 + + Browser BC Tests + + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + bcwebsrv/winscw_udeb/favouritesbctest.dll + + \ No newline at end of file diff -r 0b42c6ee533c -r 70cf3d9c6e51 common/tools/ats/bctest/locationsrv/lmdbmanagement/lmdbmanagement.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/locationsrv/lmdbmanagement/lmdbmanagement.pl Tue Sep 15 15:06:33 2009 +0100 @@ -0,0 +1,34 @@ +#!/usr/bin/perl +# Copyright (c) 2009 Symbian Foundation Ltd +# This component and the accompanying materials are made available +# under the terms of the License "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Symbian Foundation Ltd - initial contribution. +# +# Contributors: +# Maciej Seroka +# +# Description: +# Script to build ATS test drop Landmarks Database Management BC tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "lmdbmanagementtest.zip"; +##rmtree "temp"; +mkpath "temp/lmdbmanagementtest/general/testframework"; +mkpath "temp/lmdbmanagementtest/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("lmdbmanagement.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/testdbmanagementapi.dll", "temp/lmdbmanagementtest/winscw_udeb/testdbmanagementapi.dll"); +copy($epoc . "winscw/c/testframework/testframework_lmdbmanagement.ini", "temp/lmdbmanagementtest/general/testframework/testframework_lmdbmanagement.ini"); +copy($epoc . "winscw/c/testframework/testdbmanagementapi.cfg", "temp/lmdbmanagementtest/general/testframework/testdbmanagementapi.cfg"); + +system("7z a -tzip lmdbmanagementtest.zip ./temp/*"); diff -r 0b42c6ee533c -r 70cf3d9c6e51 common/tools/ats/bctest/locationsrv/lmdbmanagement/lmdbmanagement.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/locationsrv/lmdbmanagement/lmdbmanagement.xml Tue Sep 15 15:06:33 2009 +0100 @@ -0,0 +1,80 @@ + + + 1 + admin + 10 + + Landmarks Database Management BC Tests + + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + lmdbmanagementtest/winscw_udeb/testdbmanagementapi.dll + lmdbmanagementtest/general/testframework/testframework_lmdbmanagement.ini + lmdbmanagementtest/general/testframework/testdbmanagementapi.cfg + + diff -r 0b42c6ee533c -r 70cf3d9c6e51 common/tools/ats/bctest/pim/clock/clock.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/pim/clock/clock.pl Tue Sep 15 15:06:33 2009 +0100 @@ -0,0 +1,36 @@ +#!/usr/bin/perl +# Copyright (c) 2009 Symbian Foundation Ltd +# This component and the accompanying materials are made available +# under the terms of the License "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Symbian Foundation Ltd - initial contribution. +# +# Contributors: +# Louis Henry Nayegon +# +# Description: +# Script to build ATS test drop contacts phonebook tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "clocktest.zip"; +##rmtree "temp"; +mkpath "temp/clocktest/general/testframework"; +mkpath "temp/clocktest/general/bcardtest2"; +mkpath "temp/clocktest/winscw_udeb/z/resource/plugins"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("clock.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/bctestclock.dll", "temp/clocktest/winscw_udeb/bctestclock.dll"); +copy($epoc . "winscw/c/testframework/testframework_pimclock.ini", "temp/clocktest/general/testframework/testframework_pimclock.ini"); +copy($epoc . "winscw/c/testframework/tcbctestclock.cfg", "temp/clocktest/general/testframework/tcbctestclock.cfg"); +copy($epoc . "winscw/c/testframework/ui_bctestclock.cfg", "temp/clocktest/general/testframework/ui_bctestclock.cfg"); + +system("7z a -tzip clocktest.zip ./temp/*"); diff -r 0b42c6ee533c -r 70cf3d9c6e51 common/tools/ats/bctest/pim/clock/clock.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/pim/clock/clock.xml Tue Sep 15 15:06:33 2009 +0100 @@ -0,0 +1,88 @@ + + + 1 + admin + 10 + + PIM Clock BC Tests + + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + clocktest/winscw_udeb/bctestclock.dll + clocktest/general/testframework/testframework_pimclock.ini + clocktest/general/testframework/tcbctestclock.cfg + clocktest/general/testframework/ui_bctestclock.cfg + + diff -r 0b42c6ee533c -r 70cf3d9c6e51 common/tools/ats/bctest/websrv/websrv.pl --- a/common/tools/ats/bctest/websrv/websrv.pl Mon Sep 14 15:43:37 2009 +0100 +++ b/common/tools/ats/bctest/websrv/websrv.pl Tue Sep 15 15:06:33 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,9 @@ 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"); +copy($epoc . "release/winscw/udeb/newsoapclassesbctest.dll", "temp/bcwebsrv/winscw_udeb/newsoapclassesbctest.dll"); +copy($epoc . "winscw/c/testframework/testframework_newsoapclasses.ini", "temp/bcwebsrv/general/testframework/testframework_newsoapclasses.ini"); system("7z a -tzip websrv.zip ./temp/*"); \ No newline at end of file diff -r 0b42c6ee533c -r 70cf3d9c6e51 common/tools/ats/bctest/websrv/websrv.xml --- a/common/tools/ats/bctest/websrv/websrv.xml Mon Sep 14 15:43:37 2009 +0100 +++ b/common/tools/ats/bctest/websrv/websrv.xml Tue Sep 15 15:06:33 2009 +0100 @@ -59,10 +59,100 @@ + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + bcwebsrv/winscw_udeb/csenserviceconnectionbctest.dll bcwebsrv/general/testframework/testframework_connection.ini + bcwebsrv/winscw_udeb/hostletconnectionbctest.dll + bcwebsrv/general/testframework/testframework_hostlet.ini + bcwebsrv/winscw_udeb/newsoapclassesbctest.dll + bcwebsrv/general/testframework/testframework_newsoapclasses.ini \ No newline at end of file