uiresources/conf/ui_testsdkskinswu.cfg
author Brendan Donegan <brendand@symbian.org>
Tue, 14 Sep 2010 14:51:16 +0100
branchSymbian3
changeset 67 b8dc29e53c09
parent 1 8758140453c0
permissions -rw-r--r--
Fixed localisation IBY file

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