# HG changeset patch # User Maciej Seroka # Date 1253026003 -3600 # Node ID a95e14867851dfa7eb36c2058e1999d9d45e0476 # Parent 4a19f67f9ac32535d6f3b7687c9dbbf7ab28845f New Landmarks Search BC tests diff -r 4a19f67f9ac3 -r a95e14867851 common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.pl Tue Sep 15 15:46:43 2009 +0100 @@ -0,0 +1,34 @@ +#!/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 Search BC tests + + +use strict; +use File::Copy; +use File::Path; + +unlink "lmsearchtest.zip"; +##rmtree "temp"; +mkpath "temp/lmsearchtest/general/testframework"; +mkpath "temp/lmsearchtest/winscw_udeb"; + +my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; +copy("lmsearch.xml", "temp/test.xml"); + +copy($epoc . "release/winscw/udeb/testlmksearchapi.dll", "temp/lmsearchtest/winscw_udeb/testlmksearchapi.dll"); +copy($epoc . "winscw/c/testframework/TestFramework_lmsearch.ini", "temp/lmsearchtest/general/testframework/TestFramework_lmsearch.ini"); +copy($epoc . "winscw/c/testframework/testlmksearchapi.cfg", "temp/lmsearchtest/general/testframework/testlmksearchapi.cfg"); + +system("7z a -tzip lmsearchtest.zip ./temp/*"); diff -r 4a19f67f9ac3 -r a95e14867851 common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.xml Tue Sep 15 15:46:43 2009 +0100 @@ -0,0 +1,78 @@ + + + 1 + admin + 10 + + Landmarks Search BC Tests + + + + + + + + + + + + + + + makedir + + + + + + install + + + + + + + + + install + + + + + + + + + install + + + + + + + + + execute + + + + + + + + + fetch-log + + + + + + + + + + lmsearchtest/winscw_udeb/testlmksearchapi.dll + lmsearchtest/general/testframework/TestFramework_lmsearch.ini + lmsearchtest/general/testframework/testlmksearchapi.cfg + +