uiresources/conf/ui_testsdkskinswu.cfg
author Maciej Seroka <maciejs@symbian.org>
Tue, 14 Sep 2010 11:58:23 +0100
branchSymbian3
changeset 66 bfb4e8b28c27
parent 1 8758140453c0
permissions -rw-r--r--
Added missing RSC files to Smoketest_localisation.iby

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