# HG changeset patch # User Maciej Seroka # Date 1260530431 0 # Node ID 1a356be50bf91fbb1ec7623ffb6f4806832aa265 # Parent b24df46a3102f09788c287816fa4d27e1d66d5a1 Implemented FileStoreAction for BC tests diff -r b24df46a3102 -r 1a356be50bf9 common/build.postbuild.xml --- a/common/build.postbuild.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/build.postbuild.xml Fri Dec 11 11:20:31 2009 +0000 @@ -689,7 +689,6 @@ - diff -r b24df46a3102 -r 1a356be50bf9 common/build.test.xml --- a/common/build.test.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/build.test.xml Fri Dec 11 11:20:31 2009 +0000 @@ -117,7 +117,8 @@ - + + diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/appsupport/profilesengine/profilesengine.xml --- a/common/tools/ats/bctest/appsupport/profilesengine/profilesengine.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/appsupport/profilesengine/profilesengine.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Profiles Engine BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/base/basesvs.xml --- a/common/tools/ats/bctest/base/basesvs.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/base/basesvs.xml Fri Dec 11 11:20:31 2009 +0000 @@ -5,6 +5,12 @@ 10 + + FileStoreAction + + + + Base SVS Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/browser/browser.xml --- a/common/tools/ats/bctest/browser/browser.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/browser/browser.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Browser BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/classicui/bctest.xml --- a/common/tools/ats/bctest/classicui/bctest.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/classicui/bctest.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + bctest diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/connset/connset.xml --- a/common/tools/ats/bctest/connset/connset.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/connset/connset.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Connection Settings BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/connsetui/connsetui.xml --- a/common/tools/ats/bctest/connsetui/connsetui.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/connsetui/connsetui.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Connection Settings UI BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/contacts/phonebook/phonebook.xml --- a/common/tools/ats/bctest/contacts/phonebook/phonebook.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/contacts/phonebook/phonebook.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Contacts Phonebook BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/coretelephony/coretelephony.xml --- a/common/tools/ats/bctest/coretelephony/coretelephony.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/coretelephony/coretelephony.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + RTC Core Telephony BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/drm/drm.xml --- a/common/tools/ats/bctest/drm/drm.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/drm/drm.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Digital Rights Managment BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/glib/glib.xml --- a/common/tools/ats/bctest/glib/glib.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/glib/glib.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + GTK Library BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/graphics/graphicssvs.xml --- a/common/tools/ats/bctest/graphics/graphicssvs.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/graphics/graphicssvs.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Graphics SVS Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/locationsrv/landmarks_api/landmarks.xml --- a/common/tools/ats/bctest/locationsrv/landmarks_api/landmarks.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/locationsrv/landmarks_api/landmarks.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Landmarks API BCTests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/locationsrv/lmdbmanagement/lmdbmanagement.xml --- a/common/tools/ats/bctest/locationsrv/lmdbmanagement/lmdbmanagement.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/locationsrv/lmdbmanagement/lmdbmanagement.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Landmarks Database Management BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.xml --- a/common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Landmarks Search BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/locationsrv/locaddedit/locaddedit.xml --- a/common/tools/ats/bctest/locationsrv/locaddedit/locaddedit.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/locationsrv/locaddedit/locaddedit.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Landmarks Application Editor BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/locationsrv/locaqu/locaqu.xml --- a/common/tools/ats/bctest/locationsrv/locaqu/locaqu.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/locationsrv/locaqu/locaqu.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Location Acquisition BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/locationsrv/locblid/locblid.xml --- a/common/tools/ats/bctest/locationsrv/locblid/locblid.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/locationsrv/locblid/locblid.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Basic Location Info Display (BLID) Application Satellite Info BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/locationsrv/locdbci/locdbci.xml --- a/common/tools/ats/bctest/locationsrv/locdbci/locdbci.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/locationsrv/locdbci/locdbci.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Landmarks Item Id Db Combi Info BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/locationsrv/locsel/locsel.xml --- a/common/tools/ats/bctest/locationsrv/locsel/locsel.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/locationsrv/locsel/locsel.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Landmarks Selector BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/messaging/messaging.xml --- a/common/tools/ats/bctest/messaging/messaging.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/messaging/messaging.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Messaging BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/messagingmw/sendui/sendui.xml --- a/common/tools/ats/bctest/messagingmw/sendui/sendui.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/messagingmw/sendui/sendui.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Send UI BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/multimedia/multimediatest.xml --- a/common/tools/ats/bctest/multimedia/multimediatest.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/multimedia/multimediatest.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + multimediaSVStest diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/pim/clock/clock.xml --- a/common/tools/ats/bctest/pim/clock/clock.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/pim/clock/clock.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + PIM Clock BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/ssl/ssl.xml --- a/common/tools/ats/bctest/ssl/ssl.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/ssl/ssl.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Secure Socket Layer BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/stdcpp/stdcpp.xml --- a/common/tools/ats/bctest/stdcpp/stdcpp.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/stdcpp/stdcpp.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + STDCPP BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/syslibs/syslibstest.xml --- a/common/tools/ats/bctest/syslibs/syslibstest.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/syslibs/syslibstest.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + OS Services SVS Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/systemsw/systemsw.xml --- a/common/tools/ats/bctest/systemsw/systemsw.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/systemsw/systemsw.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + System Software BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/tlocale/tlocale.xml --- a/common/tools/ats/bctest/tlocale/tlocale.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/tlocale/tlocale.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + TLocale BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/tstl/tstl.xml --- a/common/tools/ats/bctest/tstl/tstl.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/tstl/tstl.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Thread Safe Template Library BC Tests diff -r b24df46a3102 -r 1a356be50bf9 common/tools/ats/bctest/websrv/websrv.xml --- a/common/tools/ats/bctest/websrv/websrv.xml Thu Dec 10 15:51:05 2009 +0000 +++ b/common/tools/ats/bctest/websrv/websrv.xml Fri Dec 11 11:20:31 2009 +0000 @@ -4,6 +4,12 @@ admin 10 + + FileStoreAction + + + + Web Services BC Tests