# HG changeset patch # User Maciej Seroka # Date 1255344771 -3600 # Node ID e981400ef2ee703cefc9778414e225cb09e38738 # Parent 5202cdc42f6786cb67815449bed26624521b91b6 Add new BC test diff -r 5202cdc42f67 -r e981400ef2ee common/tools/ats/bctest/locationsrv/locsel/locsel.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/locationsrv/locsel/locsel.pl Mon Oct 12 11:52:51 2009 +0100 @@ -0,0 +1,35 @@ +#!/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 Application Editor BC tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "locseltest.zip"; +rmtree "temp"; +mkpath "temp/locseltest/general/testframework"; +mkpath "temp/locseltest/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("locsel.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/lmkselector.dll", "temp/locseltest/winscw_udeb/lmkselector.dll") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/testframework_locsel.ini", "temp/locseltest/general/testframework/testframework_locsel.ini") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/ui_lmkselector.cfg", "temp/locseltest/general/testframework/ui_lmkselector.cfg") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/tclmkselector.cfg", "temp/locseltest/general/testframework/tclmkselector.cfg") or die "failed : $!"; + +system("7z a -tzip locseltest.zip ./temp/*"); diff -r 5202cdc42f67 -r e981400ef2ee common/tools/ats/bctest/locationsrv/locsel/locsel.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/locationsrv/locsel/locsel.xml Mon Oct 12 11:52:51 2009 +0100 @@ -0,0 +1,87 @@ + + + 1 + admin + 10 + + Landmarks Selector BC Tests + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + locseltest/winscw_udeb/lmkselector.dll + locseltest/general/testframework/testframework_locsel.ini + locseltest/general/testframework/ui_lmkselector.cfg + locseltest/general/testframework/tclmkselector.cfg + +