uiresources/conf/ui_testsdkskinswu.cfg
author Maciej Seroka <maciejs@symbian.org>
Thu, 21 Jan 2010 12:53:44 +0000
branchSymbian2
changeset 1 8758140453c0
permissions -rw-r--r--
Added Symbian2 smoketests from FBF at changeset bde28f2b1d99

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