# HG changeset patch # User Maciej Seroka # Date 1255342554 -3600 # Node ID 5202cdc42f6786cb67815449bed26624521b91b6 # Parent 3a6cba6e75414276f71e9c472c12946345f47349 New BC test added diff -r 3a6cba6e7541 -r 5202cdc42f67 common/tools/ats/bctest/locationsrv/locdbci/locdbci.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/locationsrv/locdbci/locdbci.pl Mon Oct 12 11:15:54 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 "locdbcitest.zip"; +rmtree "temp"; +mkpath "temp/locdbcitest/general/testframework"; +mkpath "temp/locdbcitest/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("locdbci.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/landmarksitemiddbcombiinfo.dll", "temp/locdbcitest/winscw_udeb/landmarksitemiddbcombiinfo.dll") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/testframework_locdbci.ini", "temp/locdbcitest/general/testframework/testframework_locdbci.ini") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/ui_lmkitemiddbcombiinfo.cfg", "temp/locdbcitest/general/testframework/ui_lmkitemiddbcombiinfo.cfg") or die "failed : $!"; +copy($epoc . "winscw/c/testframework/tclmkitemiddbcombiinfo.cfg", "temp/locdbcitest/general/testframework/tclmkitemiddbcombiinfo.cfg") or die "failed : $!"; + +system("7z a -tzip locdbcitest.zip ./temp/*"); diff -r 3a6cba6e7541 -r 5202cdc42f67 common/tools/ats/bctest/locationsrv/locdbci/locdbci.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/locationsrv/locdbci/locdbci.xml Mon Oct 12 11:15:54 2009 +0100 @@ -0,0 +1,87 @@ + + + 1 + admin + 10 + + Landmarks Item Id Db Combi Info BC Tests + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + locdbcitest/winscw_udeb/landmarksitemiddbcombiinfo.dll + locdbcitest/general/testframework/testframework_locdbci.ini + locdbcitest/general/testframework/ui_lmkitemiddbcombiinfo.cfg + locdbcitest/general/testframework/tclmkitemiddbcombiinfo.cfg + +