common/tools/ats/smoketest/uiresources/conf/ui_testsdkskinswu.cfg
author Simon Howkins <simonh@symbian.org>
Wed, 27 Oct 2010 16:22:14 +0100
changeset 1316 0b4a09013baf
parent 788 a8a37ca9cc04
permissions -rw-r--r--
Added copyright messages

[Test]
title PressKey 
pause 2000
presskey global EKeyDevice1
[Endtest]

//----------------------------------------------------------------------------------//
//---------------------------AknsControlContext.H-----------------------------------//
//----------------------------------------------------------------------------------//
// Test AknsControlContext.H
// For test function:
// IMPORT_C static TInt SetIdleWallpaper(const TDesC& aFilename, 
//     CCoeEnv* aCoeEnv, TInt aWaitNoteTextResourceID = 0, TInt aWaitNoteResourceID = 0);
[Test]
title TestWUSetIdleWallpaper
create testsdkskins test
bringtoforeground
test TestWUSetIdleWallpaper
delete test
sendtobackground
[Endtest]

// For test function:
// IMPORT_C static TInt SetSlidesetWallpaper(CDesCArray& aSelectedFiles, 
//     CCoeEnv* aCoeEnv, TInt aWaitNoteTextResourceID = 0, TInt aWaitNoteResourceID = 0);
[Test]
title TestWUSetSlidesetWallpaperL
create testsdkskins test
bringtoforeground
test TestWUSetSlidesetWallpaperL
delete test
sendtobackground
[Endtest]