diff -r 0818dd463d41 -r 924385140d98 startupservices/Startup/syserrcmd/tsrc/syserrcmdtest/conf/syserrcmdtest.cfg --- a/startupservices/Startup/syserrcmd/tsrc/syserrcmdtest/conf/syserrcmdtest.cfg Thu Aug 19 10:05:08 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,79 +0,0 @@ -[Define] -// Add general definitions here -[Enddefine] - -[StifSettings] -// Add stif settings here -CheckHeapBalance= on -[EndStifSettings] - -// --------------------------------------------------------------------------- -// Test cases for Create and destroy -// --------------------------------------------------------------------------- - -[Test] -title Test Create and destroy -create syserrcmdtest testClass -testClass CreateAndDestroy -pause 1000 -delete testClass -[Endtest] - -// --------------------------------------------------------------------------- -// Test cases for init and close -// --------------------------------------------------------------------------- - -[Test] -title Test Init and close -create syserrcmdtest testClass -testClass InitAndClose -pause 1000 -delete testClass -[Endtest] -// --------------------------------------------------------------------------- -// Test cases for execute -// --------------------------------------------------------------------------- - -[Test] -title Test Execute -create syserrcmdtest testClass -testClass Execute -pause 1000 -delete testClass -[Endtest] - -// --------------------------------------------------------------------------- -// Test cases for execute and cancel -// --------------------------------------------------------------------------- - -[Test] -title Test Execute and cancel -create syserrcmdtest testClass -testClass ExecuteCancel -pause 1000 -delete testClass -[Endtest] - -// --------------------------------------------------------------------------- -// Test cases for execute after global note -// --------------------------------------------------------------------------- - -[Test] -title Test Execute after global note -create syserrcmdtest testClass -testClass ExecuteAfterGlobalNote -pause 1000 -delete testClass -[Endtest] - -// --------------------------------------------------------------------------- -// Test cases for execute after Ui service global note -// --------------------------------------------------------------------------- - -[Test] -title Test Execute after Ui service global note -create syserrcmdtest testClass -testClass ExecuteAfterUiServiceGlobalNote -pause 1000 -delete testClass -[Endtest] \ No newline at end of file