# HG changeset patch # User Brendan Donegan # Date 1283427811 -3600 # Node ID 8e1d74c1704b13ca276a19a53d06294fda6d7e93 # Parent 776ca456c2219fe7e6274694fc89e598041541e4# Parent 693573a2280882b45b3b152b799686ed0456a8b6 Merge diff -r 693573a22808 -r 8e1d74c1704b common/tools/ats/bctest/contacts/phonebook/phonebook.xml --- a/common/tools/ats/bctest/contacts/phonebook/phonebook.xml Wed Sep 01 14:00:09 2010 +0100 +++ b/common/tools/ats/bctest/contacts/phonebook/phonebook.xml Thu Sep 02 12:43:31 2010 +0100 @@ -14,6 +14,7 @@ + @@ -934,7 +935,7 @@ execute - + diff -r 693573a22808 -r 8e1d74c1704b 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 Thu Sep 02 12:43:31 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 693573a22808 -r 8e1d74c1704b 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 Thu Sep 02 12:43:31 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 693573a22808 -r 8e1d74c1704b 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 Thu Sep 02 12:43:31 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 + + diff -r 693573a22808 -r 8e1d74c1704b common/tools/split_sysdef.pl --- a/common/tools/split_sysdef.pl Wed Sep 01 14:00:09 2010 +0100 +++ b/common/tools/split_sysdef.pl Thu Sep 02 12:43:31 2010 +0100 @@ -56,7 +56,7 @@ $bldfile =~ s,\\,/,g; $bldfile = "/$bldfile" if ( $bldfile !~ m,^/, ); $bldfile = "/sf$bldfile" if ( $bldfile !~ m,^/sf, ); - if ($bldfile =~ m,^/sf/(os|mw|app|tools|ostools|adaptation)/,) + if ($bldfile =~ m,^/sf/(os|mw|app|tools|ostools|adaptation|adapt)/,) { $unit->setAttribute("bldFile", $bldfile); } @@ -72,7 +72,7 @@ $mrp =~ s,\\,/,g; $mrp = "/$mrp" if ( $mrp !~ m,^/, ); $mrp = "/sf$mrp" if ( $mrp !~ m,^/sf, ); - if ($mrp =~ m,^/sf/(os|mw|app|tools|ostools|adaptation)/,) + if ($mrp =~ m,^/sf/(os|mw|app|tools|ostools|adaptation|adapt)/,) { $unit->setAttribute("mrp", $mrp); } diff -r 693573a22808 -r 8e1d74c1704b sf-platform/build.xml --- a/sf-platform/build.xml Wed Sep 01 14:00:09 2010 +0100 +++ b/sf-platform/build.xml Thu Sep 02 12:43:31 2010 +0100 @@ -129,8 +129,8 @@ - - + +