os/security/authorisation/userpromptservice/policies/test/tupspolicies/scripts/tupsnotifier.script
Update contrib.
2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
3 // All rights reserved.
4 // This component and the accompanying materials are made available
5 // under the terms of the License "Eclipse Public License v1.0"
6 // which accompanies this distribution, and is available
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 // Initial Contributors:
10 // Nokia Corporation - initial contribution.
17 LOAD_SUITE tupspolicies
18 PRINT ----------------------------------------------------------
20 PRINT User Prompt Service policy library unit test
21 PRINT ----------------------------------------------------------
23 // Clean environment. Policy directory on system drive must not exist for the first tests
24 // to allow us to check that the library works if the path doesn't exist.
25 RUN_UTILS DELETEFILE c:\upsrefnotifier.txt
27 //! @SYMTestCaseID SEC-UPS-NOTIFIER-0001
28 //! @SYMTestCaseDesc Tests reference, techview notifier
29 //! @SYMTestPriority High
30 //! @SYMTestActions Create requests that should display prompts
31 //! @SYMTestExpectedResults Notifier windows should be displayed with localised text.
32 //! @SYMDevelopedForRelease Oghma
33 START_TESTCASE SEC-UPS-NOTIFIER-0001
34 RUN_TEST_STEP_RESULT 0 100 tupspolicies TEFUnit.CTestPlugins.TestCacheL z:\tups\tpolicies\scripts\tupsnotifier.ini
35 END_TESTCASE SEC-UPS-NOTIFIER-0001
37 // Cleanup automated notifier response
38 RUN_UTILS DELETEFILE c:\upsrefnotifier.txt