# HG changeset patch # User Maciej Seroka # Date 1282927952 -3600 # Node ID dbae6d7aeb5286d8428f3132b01e20b680f3e351 # Parent 8a8e2fb000d18bf0c11c0d443ddefd7e13282c49 Added BC tests for SMS Utilities and Extended Connection Pref diff -r 8a8e2fb000d1 -r dbae6d7aeb52 common/tools/ats/bctest/cellularsrv/smsutilities/smsutilities.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/cellularsrv/smsutilities/smsutilities.pl Fri Aug 27 17:52:32 2010 +0100 @@ -0,0 +1,33 @@ +#!/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 for SMS Utilities BC tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "smsutilitiestest.zip"; +rmtree "temp"; +mkpath "temp/smsutilitiestest/general/TestFramework"; +mkpath "temp/smsutilitiestest/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("smsutilities.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/BCSmsUtilitiesTest.dll", "temp/smsutilitiestest/winscw_udeb/BCSmsUtilitiesTest.dll") or die "failed : $!"; +copy($epoc . "winscw/c/TestFramework/testframework_su.ini", "temp/smsutilitiestest/general/TestFramework/testframework_su.ini") or die "failed : $!"; + +system("7z a -tzip smsutilitiestest.zip ./temp/*"); \ No newline at end of file diff -r 8a8e2fb000d1 -r dbae6d7aeb52 common/tools/ats/bctest/cellularsrv/smsutilities/smsutilities.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/cellularsrv/smsutilities/smsutilities.xml Fri Aug 27 17:52:32 2010 +0100 @@ -0,0 +1,74 @@ + + + 1 + admin + 10 + + + FileStoreAction + + + + + SMS Utilities BC Tests + + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + smsutilitiestest/winscw_udeb/BCSmsUtilitiesTest.dll + smsutilitiestest/general/TestFramework/testframework_su.ini + + \ No newline at end of file diff -r 8a8e2fb000d1 -r dbae6d7aeb52 common/tools/ats/bctest/connpref/connpref.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/connpref/connpref.pl Fri Aug 27 17:52:32 2010 +0100 @@ -0,0 +1,33 @@ +#!/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 for Extended Connection Pref BC tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "connpreftest.zip"; +rmtree "temp"; +mkpath "temp/connpreftest/general/testframework"; +mkpath "temp/connpreftest/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("connpref.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/econnprefbc.dll", "temp/connpreftest/winscw_udeb/econnprefbc.dll") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/testframework_connpref.ini", "temp/connpreftest/general/testframework/testframework_connpref.ini") or die "failed : $!"; + +system("7z a -tzip connpreftest.zip ./temp/*"); diff -r 8a8e2fb000d1 -r dbae6d7aeb52 common/tools/ats/bctest/connpref/connpref.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/connpref/connpref.xml Fri Aug 27 17:52:32 2010 +0100 @@ -0,0 +1,74 @@ + + + 1 + admin + 10 + + + FileStoreAction + + + + + Extended Connection Pref BC Tests + + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + connpreftest/winscw_udeb/econnprefbc.dll + connpreftest/general/testframework/testframework_connpref.ini + + diff -r 8a8e2fb000d1 -r dbae6d7aeb52 common/tools/ats/bctest/locationsrv/loctriggering/loctriggering.xml --- a/common/tools/ats/bctest/locationsrv/loctriggering/loctriggering.xml Thu Aug 26 16:34:29 2010 +0100 +++ b/common/tools/ats/bctest/locationsrv/loctriggering/loctriggering.xml Fri Aug 27 17:52:32 2010 +0100 @@ -14,6 +14,7 @@ + diff -r 8a8e2fb000d1 -r dbae6d7aeb52 common/tools/ats/bctest/metadatasrv/metadatasrv.xml --- a/common/tools/ats/bctest/metadatasrv/metadatasrv.xml Thu Aug 26 16:34:29 2010 +0100 +++ b/common/tools/ats/bctest/metadatasrv/metadatasrv.xml Fri Aug 27 17:52:32 2010 +0100 @@ -70,7 +70,7 @@ execute - +