common/tools/ats/smoketest/uiresources/conf/ui_testsdkskinswu.cfg
author Maciej Seroka <maciejs@symbian.org>
Mon, 23 Nov 2009 13:28:52 +0000
changeset 788 a8a37ca9cc04
permissions -rw-r--r--
Added new smoke test for Setting wallpaper

[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]