# HG changeset patch # User Maciej Seroka # Date 1283349836 -3600 # Node ID 26eb00e6cbb92e929bbc4d192f2873ea8c41643a # Parent 926328fba84cf0fd07e2a118aa3a439a713ce965 Added new version of ConnSet BC tests diff -r 926328fba84c -r 26eb00e6cbb9 common/tools/ats/bctest/contacts/phonebook/phonebook.xml --- a/common/tools/ats/bctest/contacts/phonebook/phonebook.xml Wed Sep 01 10:06:34 2010 +0100 +++ b/common/tools/ats/bctest/contacts/phonebook/phonebook.xml Wed Sep 01 15:03:56 2010 +0100 @@ -14,6 +14,7 @@ + @@ -934,7 +935,7 @@ execute - + diff -r 926328fba84c -r 26eb00e6cbb9 common/tools/ats/bctest/ipconnmgmt/connset/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/ipconnmgmt/connset/README.txt Wed Sep 01 15:03:56 2010 +0100 @@ -0,0 +1,1 @@ +This replaced the old connset bc test suite (1 Sep 2010). \ No newline at end of file diff -r 926328fba84c -r 26eb00e6cbb9 common/tools/ats/bctest/ipconnmgmt/connset/cmmgrbc.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/ipconnmgmt/connset/cmmgrbc.pl Wed Sep 01 15:03:56 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 Connection Settings BC tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "cmmgrbctest.zip"; +rmtree "temp"; +mkpath "temp/cmmgrbctest/general/testframework"; +mkpath "temp/cmmgrbctest/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("cmmgrbc.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/cmmgrbc.dll", "temp/cmmgrbctest/winscw_udeb/cmmgrbc.dll") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/testframework_cmmgrbc.ini", "temp/cmmgrbctest/general/testframework/testframework_cmmgrbc.ini") or die "failed : $!"; + +system("7z a -tzip cmmgrbctest.zip ./temp/*"); diff -r 926328fba84c -r 26eb00e6cbb9 common/tools/ats/bctest/ipconnmgmt/connset/cmmgrbc.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/ipconnmgmt/connset/cmmgrbc.xml Wed Sep 01 15:03:56 2010 +0100 @@ -0,0 +1,74 @@ + + + 1 + admin + 10 + + + FileStoreAction + + + + + Connection Settings BC Tests + + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + cmmgrbctest/winscw_udeb/cmmgrbc.dll + cmmgrbctest/general/testframework/testframework_cmmgrbc.ini + +