coreapplicationuis/rfsplugins/tsrc/rfspluginstest/msgcentrerfsplugintest/conf/msgcentrerfsplugintest.cfg
changeset 77 b01c07dfcf84
parent 74 1505405bc645
child 78 175a0d824084
equal deleted inserted replaced
74:1505405bc645 77:b01c07dfcf84
     1 [Define]
       
     2 KMessageCentreRfsPluginUid 537013634
       
     3 ENormalRfs 0
       
     4 EDeepRfs 1
       
     5 EInitRfs 2
       
     6 EFooRfs -1
       
     7 [Enddefine]
       
     8 
       
     9 [StifSettings]
       
    10 CheckHeapBalance=on
       
    11 [EndStifSettings]
       
    12 
       
    13 [Test]
       
    14 title MessageCentreRFSPlugin create and destroy
       
    15 create msgcentrerfsplugintest testClass
       
    16 print About to create plugin
       
    17 testClass CreatePlugin KMessageCentreRfsPluginUid
       
    18 print Plugin created
       
    19 pause 100
       
    20 testClass DestroyPlugin
       
    21 print Plugin destroyed
       
    22 delete testClass
       
    23 [Endtest] 
       
    24 
       
    25 [Test]
       
    26 title MessageCentreRFSPlugin normal RFS
       
    27 create msgcentrerfsplugintest testClass
       
    28 testClass CreatePlugin KMessageCentreRfsPluginUid
       
    29 print Plugin created
       
    30 testClass RestoreFactorySettings ENormalRfs
       
    31 print Normal rfs done
       
    32 testClass DestroyPlugin
       
    33 print Plugin destroyed
       
    34 delete testClass
       
    35 [Endtest] 
       
    36 
       
    37 [Test]
       
    38 title MessageCentreRFSPlugin deep RFS
       
    39 create msgcentrerfsplugintest testClass
       
    40 testClass CreatePlugin KMessageCentreRfsPluginUid
       
    41 print Plugin created
       
    42 testClass RestoreFactorySettings EDeepRfs
       
    43 print Deep rfs done
       
    44 testClass DestroyPlugin
       
    45 print Plugin destroyed
       
    46 delete testClass
       
    47 [Endtest] 
       
    48 
       
    49 [Test]
       
    50 title MessageCentreRFSPlugin init RFS
       
    51 create msgcentrerfsplugintest testClass
       
    52 testClass CreatePlugin KMessageCentreRfsPluginUid
       
    53 print Plugin created
       
    54 testClass RestoreFactorySettings EInitRfs
       
    55 print Init rfs done
       
    56 testClass DestroyPlugin
       
    57 print Plugin destroyed
       
    58 delete testClass
       
    59 [Endtest] 
       
    60 
       
    61 [Test]
       
    62 title MessageCentreRFSPlugin foo RFS
       
    63 create msgcentrerfsplugintest testClass
       
    64 testClass CreatePlugin KMessageCentreRfsPluginUid
       
    65 print Plugin created
       
    66 testClass RestoreFactorySettings EFooRfs
       
    67 print Foo rfs done
       
    68 testClass DestroyPlugin
       
    69 print Plugin destroyed
       
    70 delete testClass
       
    71 [Endtest]
       
    72 
       
    73 [Test]
       
    74 title MessageCentreRFSPlugin normal RFS get script
       
    75 create msgcentrerfsplugintest testClass
       
    76 print About to normal rfs
       
    77 testClass CreatePlugin KMessageCentreRfsPluginUid
       
    78 print Plugin created
       
    79 testClass GetScript ENormalRfs
       
    80 print Get script done
       
    81 testClass DestroyPlugin
       
    82 print Plugin destroyed
       
    83 delete testClass
       
    84 [Endtest]
       
    85 
       
    86 [Test]
       
    87 title MessageCentreRFSPlugin deep RFS get script
       
    88 create msgcentrerfsplugintest testClass
       
    89 print About to normal rfs
       
    90 testClass CreatePlugin KMessageCentreRfsPluginUid
       
    91 print Plugin created
       
    92 testClass GetScript EDeepRfs
       
    93 print Get script done
       
    94 testClass DestroyPlugin
       
    95 print Plugin destroyed
       
    96 delete testClass
       
    97 [Endtest]
       
    98 
       
    99 [Test]
       
   100 title MessageCentreRFSPlugin init RFS get script
       
   101 create msgcentrerfsplugintest testClass
       
   102 print About to normal rfs
       
   103 testClass CreatePlugin KMessageCentreRfsPluginUid
       
   104 print Plugin created
       
   105 testClass GetScript EInitRfs
       
   106 print Get script done
       
   107 testClass DestroyPlugin
       
   108 print Plugin destroyed
       
   109 delete testClass
       
   110 [Endtest]
       
   111 
       
   112 [Test]
       
   113 title MessageCentreRFSPlugin foo RFS get script
       
   114 create msgcentrerfsplugintest testClass
       
   115 print About to normal rfs
       
   116 testClass CreatePlugin KMessageCentreRfsPluginUid
       
   117 print Plugin created
       
   118 testClass GetScript EFooRfs
       
   119 print Get script done
       
   120 testClass DestroyPlugin
       
   121 print Plugin destroyed
       
   122 delete testClass
       
   123 [Endtest]
       
   124 
       
   125 [Test]
       
   126 title MessageCentreRFSPlugin normal RFS custom cmd
       
   127 create msgcentrerfsplugintest testClass
       
   128 print About to normal rfs
       
   129 testClass CreatePlugin KMessageCentreRfsPluginUid
       
   130 print Plugin created
       
   131 testClass ExecuteCustomCommand ENormalRfs
       
   132 print Cmd done
       
   133 testClass DestroyPlugin
       
   134 print Plugin destroyed
       
   135 delete testClass
       
   136 [Endtest]
       
   137 
       
   138 [Test]
       
   139 title MessageCentreRFSPlugin deep RFS custom cmd
       
   140 create msgcentrerfsplugintest testClass
       
   141 print About to normal rfs
       
   142 testClass CreatePlugin KMessageCentreRfsPluginUid
       
   143 print Plugin created
       
   144 testClass ExecuteCustomCommand EDeepRfs
       
   145 print Cmd done
       
   146 testClass DestroyPlugin
       
   147 print Plugin destroyed
       
   148 delete testClass
       
   149 [Endtest]
       
   150 
       
   151 [Test]
       
   152 title MessageCentreRFSPlugin init RFS custom cmd
       
   153 create msgcentrerfsplugintest testClass
       
   154 print About to normal rfs
       
   155 testClass CreatePlugin KMessageCentreRfsPluginUid
       
   156 print Plugin created
       
   157 testClass ExecuteCustomCommand EInitRfs
       
   158 print Cmd done
       
   159 testClass DestroyPlugin
       
   160 print Plugin destroyed
       
   161 delete testClass
       
   162 [Endtest]
       
   163 
       
   164 [Test]
       
   165 title MessageCentreRFSPlugin foo RFS custom cmd
       
   166 create msgcentrerfsplugintest testClass
       
   167 print About to normal rfs
       
   168 testClass CreatePlugin KMessageCentreRfsPluginUid
       
   169 print Plugin created
       
   170 testClass ExecuteCustomCommand EFooRfs
       
   171 print Cmd done
       
   172 testClass DestroyPlugin
       
   173 print Plugin destroyed
       
   174 delete testClass
       
   175 [Endtest]
       
   176 
       
   177 
       
   178 [Test]
       
   179 title MessageCentreRFSPlugin normal RFS full seq
       
   180 create msgcentrerfsplugintest testClass
       
   181 print About to do seq
       
   182 testClass CreatePlugin KMessageCentreRfsPluginUid
       
   183 print Plugin created
       
   184 testClass RestoreFactorySettings ENormalRfs
       
   185 print Rfs done
       
   186 testClass GetScript ENormalRfs
       
   187 print Get script done
       
   188 testClass ExecuteCustomCommand ENormalRfs
       
   189 print Cmd done
       
   190 testClass DestroyPlugin
       
   191 print Plugin destroyed
       
   192 delete testClass
       
   193 [Endtest]
       
   194 
       
   195 [Test]
       
   196 title MessageCentreRFSPlugin deep RFS full seq
       
   197 create msgcentrerfsplugintest testClass
       
   198 print About to do seq
       
   199 testClass CreatePlugin KMessageCentreRfsPluginUid
       
   200 print Plugin created
       
   201 testClass RestoreFactorySettings EDeepRfs
       
   202 print Rfs done
       
   203 testClass GetScript EDeepRfs
       
   204 print Get script done
       
   205 testClass ExecuteCustomCommand EDeepRfs
       
   206 print Cmd done
       
   207 testClass DestroyPlugin
       
   208 print Plugin destroyed
       
   209 delete testClass
       
   210 [Endtest]
       
   211 
       
   212 [Test]
       
   213 title MessageCentreRFSPlugin init RFS full seq
       
   214 create msgcentrerfsplugintest testClass
       
   215 print About to do seq
       
   216 testClass CreatePlugin KMessageCentreRfsPluginUid
       
   217 print Plugin created
       
   218 testClass RestoreFactorySettings EInitRfs
       
   219 print Rfs done
       
   220 testClass GetScript EInitRfs
       
   221 print Get script done
       
   222 testClass ExecuteCustomCommand EInitRfs
       
   223 print Cmd done
       
   224 testClass DestroyPlugin
       
   225 print Plugin destroyed
       
   226 delete testClass
       
   227 [Endtest]
       
   228 
       
   229 [Test]
       
   230 title MessageCentreRFSPlugin foo RFS full seq
       
   231 create msgcentrerfsplugintest testClass
       
   232 print About to do seq
       
   233 testClass CreatePlugin KMessageCentreRfsPluginUid
       
   234 print Plugin created
       
   235 testClass RestoreFactorySettings EFooRfs
       
   236 print Rfs done
       
   237 testClass GetScript EFooRfs
       
   238 print Get script done
       
   239 testClass ExecuteCustomCommand EFooRfs
       
   240 print Cmd done
       
   241 testClass DestroyPlugin
       
   242 print Plugin destroyed
       
   243 delete testClass
       
   244 [Endtest]