mmappfw_plat/mpx_common_api/tsrc/conf/ui_commontestclass.cfg
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 // _Unsupported_ Those API could be not implemented and return KErrNotSupported
       
     2 
       
     3 
       
     4 [Define]
       
     5 KErrNotFound -1
       
     6 KErrNotSupported -5
       
     7 KErrArgument -6
       
     8 KErrNotReady -18
       
     9 KErrAccessDenied -21
       
    10 
       
    11 KErrEventPending -2000
       
    12 KErrCallbackErrorCode -2001
       
    13 KErrUnexpectedValue -2002
       
    14 KErrNotificationPending -2005
       
    15 KErrUnexpectedNotification -2006
       
    16 KErrTimeoutController -2007
       
    17 
       
    18 KTrue 1
       
    19 KFalse 0
       
    20 
       
    21 // TMPXAttribute
       
    22 KMPXAttContentID1 888881
       
    23 KMPXAttContentID2 888882
       
    24 KMPXAttAttributeID1 1
       
    25 KMPXAttAttributeID2 2
       
    26 KMPXAttAttributeText 4
       
    27 KMPXAttAttributeInt 8
       
    28 KMPXAttAttributeCObject 16
       
    29 
       
    30 // TMPXAttributeType
       
    31 KMPXTypeUnknown 0
       
    32 KMPXTypeTInt 1
       
    33 KMPXTypeText 2
       
    34 KMPXTypeTObject 3
       
    35 KMPXTypeCObject 4
       
    36 kMPXTypeError 5
       
    37 
       
    38 // CMPXCollectionPath
       
    39 KMPXPathLevel1 33331
       
    40 KMPXPathLevel2 33332
       
    41 KMPXPathLevel3 33333
       
    42 KMPXPathItem1  44441
       
    43 KMPXPathItem2  44442
       
    44 KMPXPathItem3  44443
       
    45 KMPXPathItem4  44444
       
    46 KMPXPathItem5  44445
       
    47 
       
    48 // TMPXOpenMode
       
    49 KMPXOpenDefault 0
       
    50 KMPXOpenGroupOrPlaylist 1
       
    51 KMPXOpenAllItems 2
       
    52 KMPXOpenNoPlaylist 3
       
    53 KMPXOpenPlaylistOnly 4
       
    54 
       
    55 // TMPXCollectionPathChange
       
    56 KPathChangeAdded 0
       
    57 KPathChangeDeleted 1
       
    58 KPathChangeModified 2
       
    59 KPathChangeGroupModified 3
       
    60 
       
    61 // TMPXPathChangeResult
       
    62 KChangeResultPathUnchanged 0
       
    63 KChangeResultPathModified 1
       
    64 KChangeResultPathClipped 2
       
    65 
       
    66 
       
    67 [Enddefine]
       
    68 
       
    69 //mpx_common_api
       
    70 //
       
    71 //
       
    72 //---------------------------------------------------------------------------
       
    73 //                               TMPXAttribute
       
    74 //
       
    75 // MpxAttDefaultConst()
       
    76 // MpxAttConst(contentID, attributeID)
       
    77 // MpxAttCopyConstAtt(contentID, attributeID)
       
    78 // MpxAttCopyConstAttData(contentID, attributeID)
       
    79 // MpxAttOperatorAssignment(attributeIndex)
       
    80 // MpxAttOperatorEqual(attributeIndex1, attributeIndex2, expectedResult)
       
    81 // MpxAttStreamingL(attributeIndex)
       
    82 // MpxAttContentId(contentID, attributeIndex)
       
    83 // MpxAttAttributeId(attributeID, attributeIndex)
       
    84 // MpxAttMatch(attributeIndex1, attributeIndex2, expectedResult)
       
    85 // MpxAttMatchContentId(attributeIndex1, attributeIndex2, expectedResult)
       
    86 // MpxAttOperatorAndAttData(attributeIndex1, attributeIndex2, expectedResult)
       
    87 // MpxAttOperatorAndData(attributeIndex, attributeID, expectedResult)
       
    88 // MpxAttOperatorOr(attributeIndex1, attributeIndex2, expectedResult)
       
    89 // 
       
    90 //---------------------------------------------------------------------------
       
    91 //                               CMPXMedia
       
    92 //
       
    93 // MpxMediaNewL()
       
    94 // MpxMediaNewLSupportedIdsL(contentID1, contentID2, ....)
       
    95 // MpxMediaNewLMediaL(mediaIndex)
       
    96 // MpxMediaNewLDataHandleL(mediaIndex)
       
    97 // MpxMediaNewLStreamL(mediaIndex)
       
    98 // MpxMediaOperatorAssignment(mediaIndex)
       
    99 // MpxMediaSupportedIds(mediaIndex, contentID1, contentID2, ....)
       
   100 // MpxMediaSetTObjectValueL(mediaIndex, attributeIndex, value)
       
   101 // MpxMediaSetCObjectValueL(mediaIndex, attributeIndex, className)  Note: className(CMPXMedia, CMPXMediaArray, CMPXCollectionPath)
       
   102 // MpxMediaSetNoNewLCObjectL(mediaIndex, attributeIndex, className)
       
   103 // MpxMediaSetTextValueL(mediaIndex, attributeIndex, value)
       
   104 // MpxMediaAttributes(mediaIndex, attributeIndex)
       
   105 // MpxMediaIsSupported(mediaIndex, attributeIndex, expectedResult)
       
   106 // MpxMediaCount(mediaIndex, expectedResult)
       
   107 // MpxMediaAttribute(mediaIndex, indexAtt, expectedAttributeIndex)
       
   108 // MpxMediaAttributesSet(mediaIndex, contentID, expectedAttributes)
       
   109 // MpxMediaIndex(mediaIndex, attributeIndex, expectedIndex)
       
   110 // MpxMediaTypeIndex(mediaIndex, indexAtt, expectedType)
       
   111 // MpxMediaTypeAttribute(mediaIndex, attributeIndex, expectedType)
       
   112 // MpxMediaReset(mediaIndex)
       
   113 // MpxMediaDeleteAttribute(mediaIndex, attributeIndex)
       
   114 // MpxMediaDeleteIndex(mediaIndex, indexAtt)
       
   115 // MpxMediaValueText(mediaIndex, attributeIndex, expectedString)
       
   116 // MpxMediaValue(mediaIndex, attributeIndex, className)
       
   117 // MpxMediaValueTObjectL(mediaIndex, attributeIndex, expectedValue)
       
   118 // MpxMediaValueCObjectL(mediaIndex, attributeIndex, className)
       
   119 // MpxMediaStreamingL(mediaIndex)
       
   120 //
       
   121 //---------------------------------------------------------------------------
       
   122 //                               CMPXMediaArray
       
   123 //
       
   124 // MpxMediaArrayNewL()
       
   125 // MpxMediaArrayNewLMediaArrayL()
       
   126 // MpxMediaArrayCount(expectedCount)
       
   127 // MpxMediaArrayAppendLByPtrL()
       
   128 // MpxMediaArrayAppendLByRefL()
       
   129 // MpxMediaArrayReset()
       
   130 // MpxMediaArrayRemove(index)
       
   131 // MpxMediaArrayInsertByPtr(index)
       
   132 // MpxMediaArrayInsertByRef(index)
       
   133 // MpxMediaArrayInsertLByPtrL(index)
       
   134 // MpxMediaArrayInsertLByRefL(index)
       
   135 // MpxMediaArraySet(index)
       
   136 // MpxMediaArrayStreamingL()
       
   137 //
       
   138 //---------------------------------------------------------------------------
       
   139 //                               CMPXCollectionPath
       
   140 //
       
   141 // MpxItemIdConst(optional id1, optional id2)
       
   142 // MpxItemIdReset()
       
   143 // MpxCollPathNewL()
       
   144 // MpxCollPathNewLPathL()
       
   145 // MpxCollPathNewLStreamL()
       
   146 // MpxCollPathAppendLIdL(itemId)
       
   147 // MpxCollPathAppendLIdsL()
       
   148 // MpxCollPathLevels(expectedLevels)
       
   149 // MpxCollPathBack()
       
   150 // MpxCollPathReset()
       
   151 // MpxCollPathIndex(expectedIndex)
       
   152 // MpxCollPathOperatorPlus(expectedResult)
       
   153 // MpxCollPathOperatorMinus(expectedResult)
       
   154 // MpxCollPathSetToFirst()
       
   155 // MpxCollPathSetToLast()
       
   156 // MpxCollPathSetIndex(index)
       
   157 // MpxCollPathSetId(id)
       
   158 // MpxCollPathSetMode(openMode)
       
   159 // MpxCollPathSetLAttrsL()
       
   160 // MpxCollPathOpenNextMode(expectedOpenMode)
       
   161 // MpxCollPathOpenPreviousMode(expectedOpenMode)
       
   162 // MpxCollPathSelectLIdL(id)
       
   163 // MpxCollPathSelectLIndexL(index)
       
   164 // MpxCollPathSelectAllL()
       
   165 // MpxCollPathDeselectId(id)
       
   166 // MpxCollPathDeselectIndex(index)
       
   167 // MpxCollPathDeselectAll()
       
   168 // MpxCollPathRemoveId(id)
       
   169 // MpxCollPathRemoveIndex(index)
       
   170 // MpxCollPathIsSelectedId(id, expectedResult)
       
   171 // MpxCollPathIsSelectedIndex(index, expectedResult)
       
   172 // MpxCollPathClearSelection()
       
   173 // MpxCollPathSelection(index1, index2, ...)
       
   174 // MpxCollPathSelectionL(id1, id2, ...)
       
   175 // MpxCollPathId(expectedId)
       
   176 // MpxCollPathCount(expectedCount)
       
   177 // MpxCollPathIndexOfId(id, expectedIndex)
       
   178 // MpxCollPathIdOfIndex(index, expectedId)
       
   179 // MpxCollPathOpenAttributes()
       
   180 // MpxCollPathIndexLevel(level, expectedIndex)
       
   181 // MpxCollPathIdLevel(level, expectedId)
       
   182 // MpxCollPathStreamingL()
       
   183 // MpxCollPathHandleChange(Uid, id, deprecatedId, changeType, expectedSelection, expectedChangeResult)
       
   184 //
       
   185 //---------------------------------------------------------------------------
       
   186 //                               CMPXClientList
       
   187 //
       
   188 // MpxClientListNewL()
       
   189 // MpxClientListClientCount(expectedCount)
       
   190 // MpxClientListIsClient(expecedResult)
       
   191 // MpxClientListFindByMsg(expectedResult)
       
   192 // MpxClientListFindById(expectedResult)
       
   193 //
       
   194 //---------------------------------------------------------------------------
       
   195 //                               CMPXPluginHandlerBase
       
   196 //
       
   197 // MpxPluginHandlerBaseSelectPluginLIdL()
       
   198 // MpxPluginHandlerBaseSelectPluginLNameL()
       
   199 // MpxPluginHandlerBaseSelectPluginLUriL()
       
   200 // MpxPluginHandlerBaseSelectPluginLTypeL()
       
   201 // MpxPluginHandlerBaseClearSelectionCriteria()
       
   202 // MpxPluginHandlerBasePluginNameType()
       
   203 // MpxPluginHandlerBasePluginNamesL()
       
   204 // MpxPluginHandlerBaseSupportedMimeTypesL()
       
   205 // MpxPluginHandlerBaseSupportedExtensionsL()
       
   206 // MpxPluginHandlerBaseSupportedSchemasL()
       
   207 // MpxPluginHandlerBaseSupportedMimeTypesLUidL()
       
   208 // MpxPluginHandlerBaseSupportedExtensionsLUidL()
       
   209 // MpxPluginHandlerBaseGetPluginTypes()
       
   210 // MpxPluginHandlerBaseGetPluginUids()
       
   211 // MpxPluginHandlerBaseGetPluginUidsL()
       
   212 // MpxPluginHandlerBasePluginUid()
       
   213 // MpxPluginHandlerBaseIndexOf()
       
   214 // MpxPluginHandlerBaseCreatePluginListL()
       
   215 // MpxPluginHandlerBaseFindPlugin()
       
   216 //
       
   217 //---------------------------------------------------------------------------
       
   218 
       
   219 
       
   220 
       
   221 //---------------------------------------------------------------------------
       
   222 //                     1.mpxpluginmonitor.h          CMPXPluginMonitor
       
   223 //---------------------------------------------------------------------------
       
   224 [Test]
       
   225 title 1. Create PluginMonitor
       
   226 create ui_commontestclass commontest
       
   227 commontest CreatePluginMonitorL
       
   228 delete commontest
       
   229 [Endtest]
       
   230 
       
   231 [Test]
       
   232 title 2. Delete PluginMonitor
       
   233 create ui_commontestclass commontest
       
   234 commontest CreatePluginMonitorL
       
   235 commontest DeletePluginMonitorL
       
   236 delete commontest
       
   237 [Endtest]
       
   238 
       
   239 //---------------------------------------------------------------------------
       
   240 //                     2.mpxcenrepwatcher.h	   CMPXCenRepWatcher
       
   241 //---------------------------------------------------------------------------
       
   242 [Test]
       
   243 title 3. Create CenRepWatcher
       
   244 create ui_commontestclass watcher
       
   245 watcher CreateCenRepWatcherL
       
   246 delete watcher
       
   247 [Endtest]
       
   248 
       
   249 [Test]
       
   250 title 4. Delete CenRepWatcher
       
   251 create ui_commontestclass watcher
       
   252 watcher CreateCenRepWatcherL
       
   253 watcher DeleteCenRepWatcherL
       
   254 delete watcher
       
   255 [Endtest]
       
   256 
       
   257 [Test]
       
   258 title 5. SetCenRepValue
       
   259 create ui_commontestclass watcher
       
   260 watcher CreateCenRepWatcherL
       
   261 watcher CenRepSetValueL 1
       
   262 delete watcher
       
   263 [Endtest]
       
   264 
       
   265 // value in title 5 & 6 should be the same
       
   266 // set value back to 0 after done testing
       
   267 [Test]
       
   268 title 6. GetCenRepValue
       
   269 create ui_commontestclass watcher
       
   270 watcher CreateCenRepWatcherL
       
   271 watcher CenRepCurrentValueL value == 1
       
   272 watcher CenRepSetValueL 0
       
   273 delete watcher
       
   274 [Endtest]
       
   275 
       
   276 //---------------------------------------------------------------------------
       
   277 //                     3.mpxparameter.h	   CMPXParameter
       
   278 //---------------------------------------------------------------------------
       
   279 [Test]
       
   280 title 7. Create CMPXParameter
       
   281 create ui_commontestclass parameter
       
   282 parameter CreateMPXParameter
       
   283 delete parameter
       
   284 [Endtest]
       
   285 
       
   286 [Test]
       
   287 title 8. Delete CMPXParameter
       
   288 create ui_commontestclass parameter
       
   289 parameter CreateMPXParameter
       
   290 parameter DeleteMPXParameter
       
   291 delete parameter
       
   292 [Endtest]
       
   293 
       
   294 [Test]
       
   295 title 9. Internalize CMPXParameter
       
   296 create ui_commontestclass parameter
       
   297 parameter CreateMPXParameter
       
   298 parameter InternalizeMPXParameterL
       
   299 parameter DeleteMPXParameter
       
   300 delete parameter
       
   301 [Endtest]
       
   302 
       
   303 [Test]
       
   304 title 10. Externalize CMPXParameter
       
   305 create ui_commontestclass parameter
       
   306 parameter CreateMPXParameter
       
   307 parameter ExternalizeMPXParameterL
       
   308 parameter DeleteMPXParameter
       
   309 delete parameter
       
   310 [Endtest]
       
   311 
       
   312 //---------------------------------------------------------------------------
       
   313 //                     4.mpxcollectiontype.h	   CMPXCollectionType
       
   314 //---------------------------------------------------------------------------
       
   315 [Test]
       
   316 title 11. Create CMPXCollectionTypeWithoutParam
       
   317 create ui_commontestclass type
       
   318 type CreateMPXCollectionTypeWOParam
       
   319 delete type
       
   320 [Endtest]
       
   321 
       
   322 [Test]
       
   323 title 12. Create CMPXCollectionType
       
   324 create ui_commontestclass type
       
   325 type CreateMPXCollectionType
       
   326 delete type
       
   327 [Endtest]
       
   328 
       
   329 [Test]
       
   330 title 13. Internalize CMPXCollectionType
       
   331 create ui_commontestclass type
       
   332 type CreateMPXCollectionType
       
   333 type InternalizeMPXCollectionTypeL
       
   334 delete type
       
   335 [Endtest]
       
   336 
       
   337 [Test]
       
   338 title 14. Externalize CMPXCollectionType
       
   339 create ui_commontestclass type
       
   340 type CreateMPXCollectionType
       
   341 type ExternalizeMPXCollectionTypeL
       
   342 delete type
       
   343 [Endtest]
       
   344 
       
   345 [Test]
       
   346 title 15. CMPXCollectionTypeDelete
       
   347 create ui_commontestclass type
       
   348 type CreateMPXCollectionType
       
   349 type CMPXCollectionTypeDelete
       
   350 delete type
       
   351 [Endtest]
       
   352 
       
   353 [Test]
       
   354 title 16. TUidMPXCollectionType CMPXCollectionType
       
   355 create ui_commontestclass type
       
   356 type TUidMPXCollectionType
       
   357 delete type
       
   358 [Endtest]
       
   359 
       
   360 //---------------------------------------------------------------------------
       
   361 //                     5.mpxpskeywatcher.h	   CMPXPSKeyWatcher
       
   362 //---------------------------------------------------------------------------
       
   363 [Test]
       
   364 title 17. Create CMPXPSKeyWatcher
       
   365 create ui_commontestclass watcher
       
   366 watcher CreateCMPXPSKeyWatcherL
       
   367 delete watcher
       
   368 [Endtest]
       
   369 
       
   370 [Test]
       
   371 title 18. Delete CMPXPSKeyWatcher
       
   372 create ui_commontestclass watcher
       
   373 watcher CreateCMPXPSKeyWatcherL
       
   374 watcher DeleteCMPXPSKeyWatcherL
       
   375 delete watcher
       
   376 [Endtest]
       
   377 
       
   378 [Test]
       
   379 title 19. Get Int Value CMPXPSKeyWatcher
       
   380 create ui_commontestclass watcher
       
   381 watcher CreateCMPXPSKeyWatcherL
       
   382 watcher GetTntValue
       
   383 delete watcher
       
   384 [Endtest]
       
   385 
       
   386 [Test]
       
   387 title 20. Get Des8 Value CMPXPSKeyWatcher
       
   388 create ui_commontestclass watcher
       
   389 watcher CreateCMPXPSKeyWatcherL
       
   390 watcher GetDes8Value
       
   391 delete watcher
       
   392 [Endtest]
       
   393 
       
   394 [Test]
       
   395 title 21. Get Des16 Value CMPXPSKeyWatcher
       
   396 create ui_commontestclass watcher
       
   397 watcher CreateCMPXPSKeyWatcherL
       
   398 watcher GetDes16Value
       
   399 delete watcher
       
   400 [Endtest]
       
   401 
       
   402 [Test]
       
   403 title 22. Set Int Value CMPXPSKeyWatcher
       
   404 create ui_commontestclass watcher
       
   405 watcher CreateCMPXPSKeyWatcherL
       
   406 watcher SetTntValue
       
   407 delete watcher
       
   408 [Endtest]
       
   409 
       
   410 [Test]
       
   411 title 23. Set Des8 Value CMPXPSKeyWatcher
       
   412 create ui_commontestclass watcher
       
   413 watcher CreateCMPXPSKeyWatcherL
       
   414 watcher SetDes8Value
       
   415 delete watcher
       
   416 [Endtest]
       
   417 
       
   418 [Test]
       
   419 title 24. Set Des16 Value CMPXPSKeyWatcher
       
   420 create ui_commontestclass watcher
       
   421 watcher CreateCMPXPSKeyWatcherL
       
   422 watcher SetDes16Value
       
   423 delete watcher
       
   424 [Endtest]
       
   425 
       
   426 //---------------------------------------------------------------------------
       
   427 //                     6.mpxdrmmediautility.h	   CMPXDrmMediaUtilityL
       
   428 //---------------------------------------------------------------------------
       
   429 [Test]
       
   430 title 25. Create CMPXDrmMediaUtilityL
       
   431 create ui_commontestclass drm
       
   432 drm CreateCMPXDrmMediaUtilityL
       
   433 delete drm
       
   434 [Endtest]
       
   435 
       
   436 [Test]
       
   437 title 26. Create CMPXDrmMediaUtilityLC
       
   438 create ui_commontestclass drm
       
   439 drm CreateCMPXDrmMediaUtilityLC
       
   440 delete drm
       
   441 [Endtest]
       
   442 
       
   443 [Test]
       
   444 title 27. Delete CMPXDrmMediaUtilityL
       
   445 create ui_commontestclass drm
       
   446 drm CreateCMPXDrmMediaUtilityL
       
   447 drm DeleteCMPXDrmMediaUtilityL
       
   448 delete drm
       
   449 [Endtest]
       
   450 
       
   451 [Test]
       
   452 title 28. Init FileName CMPXDrmMediaUtilityL
       
   453 create ui_commontestclass drm
       
   454 drm CreateCMPXDrmMediaUtilityL
       
   455 drm InitFileNameL
       
   456 drm Close
       
   457 delete drm
       
   458 [Endtest]
       
   459 
       
   460 [Test]
       
   461 title 29. Init RFile CMPXDrmMediaUtilityL
       
   462 create ui_commontestclass drm
       
   463 drm CreateCMPXDrmMediaUtilityL
       
   464 drm InitRFileL
       
   465 drm Close
       
   466 delete drm
       
   467 [Endtest]
       
   468 
       
   469 [Test]
       
   470 title 30. GetMediaL CMPXDrmMediaUtilityL
       
   471 create ui_commontestclass drm
       
   472 drm CreateCMPXDrmMediaUtilityL
       
   473 drm GetMediaL
       
   474 drm Close
       
   475 delete drm
       
   476 [Endtest]
       
   477 
       
   478 [Test]
       
   479 title 31. Close CMPXDrmMediaUtilityL
       
   480 create ui_commontestclass drm
       
   481 drm CreateCMPXDrmMediaUtilityL
       
   482 drm Close
       
   483 delete drm
       
   484 [Endtest]
       
   485 
       
   486 [Test]
       
   487 title 32. ConsumeL CMPXDrmMediaUtilityL
       
   488 create ui_commontestclass drm
       
   489 drm CreateCMPXDrmMediaUtilityL
       
   490 drm ConsumeL
       
   491 drm Close
       
   492 delete drm
       
   493 [Endtest]
       
   494 
       
   495 //---------------------------------------------------------------------------
       
   496 //                     7.mpxmessage.h	   TMPXMessage
       
   497 //---------------------------------------------------------------------------
       
   498 [Test]
       
   499 title 33. TMPXMessage3L TMPXMessage
       
   500 create ui_commontestclass message
       
   501 message TMPXMessage3L
       
   502 delete message
       
   503 [Endtest]
       
   504 
       
   505 [Test]
       
   506 title 34. TMPXMessageL TMPXMessage
       
   507 create ui_commontestclass message
       
   508 message TMPXMessageL
       
   509 delete message
       
   510 [Endtest]
       
   511 
       
   512 [Test]
       
   513 title 35. TMPXMessage1L TMPXMessage
       
   514 create ui_commontestclass message
       
   515 message TMPXMessage1L
       
   516 delete message
       
   517 [Endtest]
       
   518 
       
   519 [Test]
       
   520 title 36. Operator= TMPXMessage
       
   521 create ui_commontestclass message
       
   522 message EqualTMPXMessage
       
   523 delete message
       
   524 [Endtest]
       
   525 
       
   526 [Test]
       
   527 title 37. Event TMPXMessage
       
   528 create ui_commontestclass message
       
   529 message Event
       
   530 delete message
       
   531 [Endtest]
       
   532 
       
   533 [Test]
       
   534 title 38. Type TMPXMessage
       
   535 create ui_commontestclass message
       
   536 message Type
       
   537 delete message
       
   538 [Endtest]
       
   539 
       
   540 [Test]
       
   541 title 39. Data TMPXMessage
       
   542 create ui_commontestclass message
       
   543 message Data
       
   544 delete message
       
   545 [Endtest]
       
   546 
       
   547 
       
   548 //---------------------------------------------------------------------------
       
   549 //                     8.mpxmessagequeue.h	   CMPXMessageQueue
       
   550 //---------------------------------------------------------------------------
       
   551 [Test]
       
   552 title 40. Create CreateCMPXMessageQueueL
       
   553 create ui_commontestclass queue
       
   554 queue CreateCMPXMessageQueueL
       
   555 delete queue
       
   556 [Endtest]
       
   557 
       
   558 [Test]
       
   559 title 41. Delete CMPXMessageQueue
       
   560 create ui_commontestclass queue
       
   561 queue CreateCMPXMessageQueueL
       
   562 queue DeleteCMPXMessageQueue
       
   563 delete queue
       
   564 [Endtest]
       
   565 
       
   566 [Test]
       
   567 title 42. Reset CMPXMessageQueue
       
   568 create ui_commontestclass queue
       
   569 queue CreateCMPXMessageQueueL
       
   570 queue ResetCMPXMessageQueue
       
   571 queue DeleteCMPXMessageQueue
       
   572 delete queue
       
   573 [Endtest]
       
   574 
       
   575 [Test]
       
   576 title 43. SendNext CMPXMessageQueue
       
   577 create ui_commontestclass queue
       
   578 queue CreateCMPXMessageQueueL
       
   579 queue SendNextCMPXMessageQueue
       
   580 queue DeleteCMPXMessageQueue
       
   581 delete queue
       
   582 [Endtest]
       
   583 
       
   584 [Test]
       
   585 title 44. Add CMPXMessageQueue
       
   586 create ui_commontestclass queue
       
   587 queue CreateCMPXMessageQueueL
       
   588 queue AddCMPXMessageQueue
       
   589 queue DeleteCMPXMessageQueue
       
   590 delete queue
       
   591 [Endtest]
       
   592 
       
   593 
       
   594 //---------------------------------------------------------------------------
       
   595 //                     9.mpxsession.h	   RMPXSession
       
   596 //---------------------------------------------------------------------------
       
   597 [Test]
       
   598 title 45. Version RMPXSession
       
   599 create ui_commontestclass session
       
   600 session VersionRMPXSession
       
   601 delete session
       
   602 [Endtest]
       
   603 
       
   604 [Test]
       
   605 title 46.1 Connect RMPXSession
       
   606 create ui_commontestclass session
       
   607 session ConnectRMPXSessionL
       
   608 delete session
       
   609 [Endtest]
       
   610 
       
   611 [Test]
       
   612 title 46.2 Reconnect RMPXSession
       
   613 create ui_commontestclass session
       
   614 session ReconnectRMPXSessionL
       
   615 delete session
       
   616 [Endtest]
       
   617 
       
   618 [Test]
       
   619 title 47. SendReceiveL RMPXSession
       
   620 create ui_commontestclass session
       
   621 session SendReceiveLRMPXSessionL
       
   622 delete session
       
   623 [Endtest]
       
   624 
       
   625 [Test]
       
   626 title 48. SendReceiveStatusRMPXSessionL RMPXSession
       
   627 create ui_commontestclass session
       
   628 session SendReceiveStatusRMPXSessionL
       
   629 pause 1000
       
   630 delete session
       
   631 [Endtest]
       
   632 
       
   633 [Test]
       
   634 title 49. SendReceiveStatus3RMPXSessionL RMPXSession
       
   635 create ui_commontestclass session
       
   636 session SendReceiveStatus3RMPXSessionL
       
   637 pause 1000
       
   638 delete session
       
   639 [Endtest]
       
   640 
       
   641 [Test]
       
   642 title 50. SendReceiveLTIpcArgsRMPXSessionL RMPXSession
       
   643 create ui_commontestclass session
       
   644 session SendReceiveLTIpcArgsRMPXSessionL
       
   645 delete session
       
   646 [Endtest]
       
   647 
       
   648 [Test]
       
   649 title 50.2 CloseAndDestructRMPXSession RMPXSession
       
   650 create ui_commontestclass session
       
   651 session CloseAndDestructRMPXSession
       
   652 delete session
       
   653 [Endtest]
       
   654 
       
   655 //---------------------------------------------------------------------------
       
   656 //                     10.mpxmessagemonitor.h	   CMPXMessageMonitor
       
   657 //---------------------------------------------------------------------------
       
   658 [Test]
       
   659 title 51. CreateCMPXMessageMonitorL CMPXMessageMonitor
       
   660 create ui_commontestclass monitor
       
   661 monitor CreateCMPXMessageMonitorL
       
   662 delete monitor
       
   663 [Endtest]
       
   664 
       
   665 [Test]
       
   666 title 52. RunL CMPXMessageMonitor
       
   667 create ui_commontestclass monitor
       
   668 monitor CreateCMPXMessageMonitorL
       
   669 monitor RunLCMPXMessageMonitorL
       
   670 delete monitor
       
   671 [Endtest]
       
   672 
       
   673 [Test]
       
   674 title 53. Delete CMPXMessageMonitor
       
   675 create ui_commontestclass monitor
       
   676 monitor CreateCMPXMessageMonitorL
       
   677 monitor DeleteCMPXMessageMonitorL
       
   678 delete monitor
       
   679 [Endtest]
       
   680 
       
   681 [Test]
       
   682 title  54. GetNextMessage CMPXMessageMonitor
       
   683 create ui_commontestclass monitor
       
   684 monitor CreateCMPXMessageMonitorL
       
   685 monitor GetNextMessageCMPXMessageMonitorL
       
   686 delete monitor
       
   687 [Endtest]
       
   688 
       
   689 [Test]
       
   690 title  55. DoCancel CMPXMessageMonitor
       
   691 create ui_commontestclass monitor
       
   692 monitor CreateCMPXMessageMonitorL
       
   693 monitor DoCancelCMPXMessageMonitorL
       
   694 delete monitor
       
   695 [Endtest]
       
   696 
       
   697 [Test]
       
   698 title  56. RunError CMPXMessageMonitor
       
   699 create ui_commontestclass monitor
       
   700 monitor CreateCMPXMessageMonitorL
       
   701 monitor RunErrorCMPXMessageMonitorL
       
   702 monitor DoCancelCMPXMessageMonitorL
       
   703 delete monitor
       
   704 [Endtest]
       
   705 
       
   706 
       
   707 //---------------------------------------------------------------------------
       
   708 //                 11.mpxtaskqueue.h  CMPXActiveTaskQueueL & CMPXTaskQueueL
       
   709 //---------------------------------------------------------------------------
       
   710 [Test]
       
   711 title 57. Create CMPXActiveTaskQueueL
       
   712 create ui_commontestclass task
       
   713 task CreateCMPXActiveTaskQueueL
       
   714 delete task
       
   715 [Endtest]
       
   716 
       
   717 [Test]
       
   718 title 58. CancelRequests CMPXActiveTaskQueueL
       
   719 create ui_commontestclass task
       
   720 task CancelRequestsCMPXActiveTaskQueueL
       
   721 delete task
       
   722 [Endtest]
       
   723 
       
   724 [Test]
       
   725 title 59. AddActiveTaskL CMPXActiveTaskQueueL
       
   726 create ui_commontestclass task
       
   727 task AddTaskCMPXActiveTaskQueueL
       
   728 delete task
       
   729 [Endtest]
       
   730 
       
   731 [Test]
       
   732 title 60. CompleteTask CMPXActiveTaskQueueL
       
   733 create ui_commontestclass task
       
   734 task CompleteTaskCMPXActiveTaskQueueL
       
   735 delete task
       
   736 [Endtest]
       
   737 
       
   738 [Test]				
       
   739 title 61. CompleteAllTasks CMPXActiveTaskQueueL
       
   740 create ui_commontestclass task
       
   741 task CompleteAllTasksCMPXActiveTaskQueueL
       
   742 delete task
       
   743 [Endtest]
       
   744 
       
   745 [Test]
       
   746 title 62. IsEmptyTaskQueue CMPXActiveTaskQueueL
       
   747 create ui_commontestclass task
       
   748 task IsEmptyCMPXTaskQueueL
       
   749 delete task
       
   750 [Endtest]
       
   751 
       
   752 [Test]
       
   753 title 63. AddTaskL CMPXTaskQueueL
       
   754 create ui_commontestclass task
       
   755 task AddTaskCMPXTaskQueueL
       
   756 delete task
       
   757 [Endtest]
       
   758 
       
   759 [Test]
       
   760 title 64. RemoveTaskL CMPXTaskQueueL
       
   761 create ui_commontestclass task
       
   762 task RemoveTaskCMPXTaskQueueL
       
   763 delete task
       
   764 [Endtest]
       
   765 
       
   766 [Test]
       
   767 title 65. Callback CMPXTaskQueueL
       
   768 create ui_commontestclass task
       
   769 task CallbackCMPXTaskQueueL
       
   770 delete task
       
   771 [Endtest]
       
   772 
       
   773 [Test]
       
   774 title 66. Param CMPXTaskQueueL
       
   775 create ui_commontestclass task
       
   776 task ParamCMPXTaskQueueL
       
   777 delete task
       
   778 [Endtest]
       
   779 
       
   780 [Test]
       
   781 title 67. PtrData CMPXTaskQueueL
       
   782 create ui_commontestclass task
       
   783 task PtrDataCMPXTaskQueueL
       
   784 delete task
       
   785 [Endtest]
       
   786 
       
   787 [Test]
       
   788 title 68. BufData CMPXTaskQueueL
       
   789 create ui_commontestclass task
       
   790 task BufDataCMPXTaskQueueL
       
   791 delete task
       
   792 [Endtest]
       
   793 
       
   794 [Test]
       
   795 title 69. RemoveTask WO OB CMPXTaskQueueL
       
   796 create ui_commontestclass task
       
   797 task RemoveTask2CMPXTaskQueueL
       
   798 delete task
       
   799 [Endtest]
       
   800 
       
   801 [Test]
       
   802 title 70. Task CMPXTaskQueueL
       
   803 create ui_commontestclass task
       
   804 task TaskCMPXTaskQueueL
       
   805 delete task
       
   806 [Endtest]
       
   807 
       
   808 [Test]
       
   809 title 71. CreateCMPXTaskQueue
       
   810 create ui_commontestclass task
       
   811 task CreateCMPXTaskQueue
       
   812 delete task
       
   813 [Endtest]
       
   814 
       
   815 [Test]
       
   816 title 72. DeleteCMPXTaskQueue
       
   817 create ui_commontestclass task
       
   818 task DeleteCMPXTaskQueue
       
   819 delete task
       
   820 [Endtest]
       
   821 
       
   822 [Test]
       
   823 title 73. ScheduleNextTaskCMPXTaskQueue
       
   824 create ui_commontestclass task
       
   825 task ScheduleNextTaskCMPXTaskQueue
       
   826 delete task
       
   827 [Endtest]
       
   828 
       
   829 [Test]
       
   830 title 74. ResetCMPXTaskQueue
       
   831 create ui_commontestclass task
       
   832 task ResetCMPXTaskQueue
       
   833 delete task
       
   834 [Endtest]
       
   835 
       
   836 [Test]
       
   837 title 75. DeleteCMPXActiveTaskQueue
       
   838 create ui_commontestclass task
       
   839 task DeleteCMPXActiveTaskQueue
       
   840 delete task
       
   841 [Endtest]
       
   842 
       
   843 //---------------------------------------------------------------------------
       
   844 //                     12.mpxuser.h	   MPXUser
       
   845 //---------------------------------------------------------------------------
       
   846 [Test]
       
   847 title 76. CompareUids MPXUser
       
   848 create ui_commontestclass user
       
   849 user CompareUids
       
   850 delete user
       
   851 [Endtest]
       
   852 
       
   853 [Test]
       
   854 title 77. IsCallOngoing MPXUser
       
   855 create ui_commontestclass user
       
   856 user IsCallOngoing
       
   857 delete user
       
   858 [Endtest]
       
   859 
       
   860 [Test]
       
   861 title 78. CompleteWithDllPath MPXUser
       
   862 create ui_commontestclass user
       
   863 user CompleteWithDllPath
       
   864 delete user
       
   865 [Endtest]
       
   866 
       
   867 [Test]
       
   868 title 79. Alloc8L MPXUser
       
   869 create ui_commontestclass user
       
   870 user Alloc8L
       
   871 delete user
       
   872 [Endtest]
       
   873 
       
   874 [Test]
       
   875 title 80. AllocL MPXUser
       
   876 create ui_commontestclass user
       
   877 user AllocL
       
   878 delete user
       
   879 [Endtest]
       
   880 
       
   881 [Test]
       
   882 title 81. Ptr MPXUser
       
   883 create ui_commontestclass user
       
   884 user Ptr
       
   885 delete user
       
   886 [Endtest]
       
   887 
       
   888 [Test]
       
   889 title 82. Ptr8 MPXUser
       
   890 create ui_commontestclass user
       
   891 user Ptr8
       
   892 delete user
       
   893 [Endtest]
       
   894 
       
   895 [Test]
       
   896 title 83. CreateBufferLC MPXUser
       
   897 create ui_commontestclass user
       
   898 user CreateBufferLC
       
   899 delete user
       
   900 [Endtest]
       
   901 
       
   902 [Test]
       
   903 title 84. CreateBufferFromDes MPXUser
       
   904 create ui_commontestclass user
       
   905 user CreateBufferDesCL
       
   906 delete user
       
   907 [Endtest]
       
   908 
       
   909 [Test]
       
   910 title 85. CreateBufferFromDesArray MPXUser
       
   911 create ui_commontestclass user
       
   912 user CreateBufferDesCArrayL
       
   913 delete user
       
   914 [Endtest]
       
   915 
       
   916 //[Test]			//put to the buttommost
       
   917 //title 86. CreateBufferFromMsg MPXUser
       
   918 //create ui_commontestclass user
       
   919 //user CreateBufferMsgL
       
   920 //delete user
       
   921 //[Endtest]
       
   922 
       
   923 
       
   924 [Test]
       
   925 title 87. CreateFromBufferL MPXUser
       
   926 create ui_commontestclass user
       
   927 user CreateFromBufferL
       
   928 delete user
       
   929 [Endtest]
       
   930 
       
   931 [Test]
       
   932 title 88. ExternalizeL MPXUser
       
   933 create ui_commontestclass user
       
   934 user ExternalizeL
       
   935 delete user
       
   936 [Endtest]
       
   937 
       
   938 [Test]
       
   939 title 89. ExternalizeArrayL MPXUser
       
   940 create ui_commontestclass user
       
   941 user ExternalizeArrayL
       
   942 delete user
       
   943 [Endtest]
       
   944 
       
   945 [Test]
       
   946 title 90. InternalizeArrayL MPXUser
       
   947 create ui_commontestclass user
       
   948 user InternalizeArrayL
       
   949 delete user
       
   950 [Endtest]
       
   951 
       
   952 [Test]		
       
   953 title 91. InternalizeDesCArrayL MPXUser
       
   954 create ui_commontestclass user
       
   955 user InternalizeDesCArrayL
       
   956 delete user
       
   957 [Endtest]
       
   958 
       
   959 [Test]
       
   960 title 92. CopyArrayL MPXUser
       
   961 create ui_commontestclass user
       
   962 user CopyArrayL
       
   963 delete user
       
   964 [Endtest]
       
   965 
       
   966 [Test]
       
   967 title 93. MergeArray MPXUser
       
   968 create ui_commontestclass user
       
   969 user MergeArray
       
   970 delete user
       
   971 [Endtest]
       
   972 
       
   973 [Test]
       
   974 title 94. MergeAttributeL MPXUser
       
   975 create ui_commontestclass user
       
   976 user MergeAttributeL
       
   977 delete user
       
   978 [Endtest]
       
   979 
       
   980 [Test]
       
   981 title 95. ProcessIdL MPXUser
       
   982 create ui_commontestclass user
       
   983 user ProcessIdL
       
   984 delete user
       
   985 [Endtest]
       
   986 
       
   987 [Test]
       
   988 title 96. CompareOrderedUidArrays MPXUser
       
   989 create ui_commontestclass user
       
   990 user CompareOrderedUidArrays
       
   991 delete user
       
   992 [Endtest]
       
   993 
       
   994 [Test]
       
   995 title  97. Alloc8ZL MPXUser
       
   996 create ui_commontestclass user
       
   997 user Alloc8ZL
       
   998 delete user
       
   999 [Endtest]
       
  1000 
       
  1001 [Test]
       
  1002 title  98. RecreateBufferL testmpxuser
       
  1003 create ui_commontestclass user
       
  1004 user RecreateBufferL
       
  1005 delete user
       
  1006 [Endtest]
       
  1007 
       
  1008 [Test]
       
  1009 title  99. CompleteWithDllPathOL testmpxuser
       
  1010 create ui_commontestclass user
       
  1011 user CompleteWithDllPathOL
       
  1012 delete user
       
  1013 [Endtest]
       
  1014 
       
  1015 [Test]
       
  1016 title  100. FindWindowGroupIdL testmpxuser
       
  1017 create ui_commontestclass user
       
  1018 user FindWindowGroupIdL
       
  1019 pause 1000
       
  1020 delete user
       
  1021 [Endtest]
       
  1022 
       
  1023 //---------------------------------------------------------------------------
       
  1024 //                     13.mpxviewplugin.h	   CMPXViewPlugin
       
  1025 //---------------------------------------------------------------------------
       
  1026 [Test]
       
  1027 title 101. CreateCMPXViewPlugin viewplugin
       
  1028 create ui_commontestclass viewplugin
       
  1029 viewplugin CreateCMPXViewPlugin
       
  1030 delete viewplugin
       
  1031 [Endtest]
       
  1032 
       
  1033 [Test]
       
  1034 title 102. DeleteCMPXViewPlugin viewplugin
       
  1035 create ui_commontestclass viewplugin
       
  1036 viewplugin CreateCMPXViewPlugin
       
  1037 viewplugin DeleteCMPXViewPlugin
       
  1038 delete viewplugin
       
  1039 [Endtest]
       
  1040 
       
  1041 
       
  1042 //---------------------------------------------------------------------------
       
  1043 //                     14.mpxattribute.h         TMPXAttribute & TMPXAttributeData
       
  1044 //---------------------------------------------------------------------------
       
  1045 [Test]
       
  1046 title  103. TMPXAttribute Create: Default Contructor
       
  1047 create ui_commontestclass mpxatt
       
  1048 mpxatt MpxAttDefaultConst
       
  1049 delete mpxatt
       
  1050 [Endtest]
       
  1051 
       
  1052 [Test]
       
  1053 title  104. TMPXAttribute Create: Constructor
       
  1054 create ui_commontestclass mpxatt
       
  1055 mpxatt MpxAttConst KMPXAttContentID1 KMPXAttAttributeID1
       
  1056 delete mpxatt
       
  1057 [Endtest]
       
  1058 
       
  1059 [Test]
       
  1060 title  105. TMPXAttribute Create: Copy Constructor Attribute
       
  1061 create ui_commontestclass mpxatt
       
  1062 mpxatt MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID1
       
  1063 delete mpxatt
       
  1064 [Endtest]
       
  1065 
       
  1066 [Test]
       
  1067 title  106. TMPXAttribute Create: Copy Constructor Attribute Data
       
  1068 create ui_commontestclass mpxatt
       
  1069 mpxatt MpxAttCopyConstAttData KMPXAttContentID1 KMPXAttAttributeID1
       
  1070 delete mpxatt
       
  1071 [Endtest]
       
  1072 
       
  1073 [Test]
       
  1074 title  107. TMPXAttribute Assignment Operator
       
  1075 create ui_commontestclass mpxatt
       
  1076 mpxatt MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID1
       
  1077 mpxatt MpxAttOperatorAssignment 0
       
  1078 delete mpxatt
       
  1079 [Endtest]
       
  1080 
       
  1081 [Test]
       
  1082 title  108. TMPXAttribute Equal Operator True
       
  1083 create ui_commontestclass mpxatt
       
  1084 mpxatt MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID1
       
  1085 mpxatt MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID1
       
  1086 mpxatt MpxAttOperatorEqual 0 1 KTrue
       
  1087 delete mpxatt
       
  1088 [Endtest]
       
  1089 
       
  1090 [Test]
       
  1091 title  109. TMPXAttribute Equal Operator False
       
  1092 create ui_commontestclass mpxatt
       
  1093 mpxatt MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID1
       
  1094 mpxatt MpxAttCopyConstAtt KMPXAttContentID2 KMPXAttAttributeID2
       
  1095 mpxatt MpxAttOperatorEqual 0 1 KFalse
       
  1096 delete mpxatt
       
  1097 [Endtest]
       
  1098 
       
  1099 [Test]
       
  1100 title  110. TMPXAttribute Streaming
       
  1101 create ui_commontestclass mpxatt
       
  1102 mpxatt MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID1
       
  1103 mpxatt MpxAttStreamingL 0
       
  1104 delete mpxatt
       
  1105 [Endtest]
       
  1106 
       
  1107 [Test]
       
  1108 title  111. TMPXAttribute ContentId
       
  1109 create ui_commontestclass mpxatt
       
  1110 mpxatt MpxAttConst KMPXAttContentID1 KMPXAttAttributeID1
       
  1111 mpxatt MpxAttContentId KMPXAttContentID1 0
       
  1112 delete mpxatt
       
  1113 [Endtest]
       
  1114 
       
  1115 [Test]
       
  1116 title  112. TMPXAttribute AttributeId
       
  1117 create ui_commontestclass mpxatt
       
  1118 mpxatt MpxAttConst KMPXAttContentID1 KMPXAttAttributeID1
       
  1119 mpxatt MpxAttAttributeId KMPXAttAttributeID1 0
       
  1120 delete mpxatt
       
  1121 [Endtest]
       
  1122 
       
  1123 [Test]
       
  1124 title  113. TMPXAttribute Match True
       
  1125 create ui_commontestclass mpxatt
       
  1126 mpxatt MpxAttConst KMPXAttContentID2 KMPXAttAttributeID2
       
  1127 mpxatt MpxAttCopyConstAtt KMPXAttContentID2 KMPXAttAttributeID2
       
  1128 mpxatt MpxAttMatch 0 1 KTrue
       
  1129 delete mpxatt
       
  1130 [Endtest]
       
  1131 
       
  1132 [Test]
       
  1133 title  114. TMPXAttribute Match False
       
  1134 create ui_commontestclass mpxatt
       
  1135 mpxatt MpxAttConst KMPXAttContentID1 KMPXAttAttributeID1
       
  1136 mpxatt MpxAttCopyConstAtt KMPXAttContentID2 KMPXAttAttributeID2
       
  1137 mpxatt MpxAttMatch 0 1 KFalse
       
  1138 delete mpxatt
       
  1139 [Endtest]
       
  1140 
       
  1141 [Test]
       
  1142 title  115. TMPXAttribute MatchContentId True
       
  1143 create ui_commontestclass mpxatt
       
  1144 mpxatt MpxAttConst KMPXAttContentID2 KMPXAttAttributeID1
       
  1145 mpxatt MpxAttCopyConstAtt KMPXAttContentID2 KMPXAttAttributeID2
       
  1146 mpxatt MpxAttMatchContentId 0 1 KTrue
       
  1147 delete mpxatt
       
  1148 [Endtest]
       
  1149 
       
  1150 [Test]
       
  1151 title  116. TMPXAttribute MatchContentId False
       
  1152 create ui_commontestclass mpxatt
       
  1153 mpxatt MpxAttConst KMPXAttContentID1 KMPXAttAttributeID1
       
  1154 mpxatt MpxAttCopyConstAtt KMPXAttContentID2 KMPXAttAttributeID1
       
  1155 mpxatt MpxAttMatchContentId 0 1 KFalse
       
  1156 delete mpxatt
       
  1157 [Endtest]
       
  1158 
       
  1159 [Test]
       
  1160 title  117. TMPXAttributeData Operator& AttData True
       
  1161 create ui_commontestclass mpxatt
       
  1162 mpxatt MpxAttConst KMPXAttContentID1 KMPXAttAttributeID1
       
  1163 mpxatt MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID1
       
  1164 mpxatt MpxAttOperatorAndAttData 0 1 KTrue
       
  1165 delete mpxatt
       
  1166 [Endtest]
       
  1167 
       
  1168 [Test]
       
  1169 title  118. TMPXAttributeData Operator& AttData False
       
  1170 create ui_commontestclass mpxatt
       
  1171 mpxatt MpxAttConst KMPXAttContentID1 KMPXAttAttributeID1
       
  1172 mpxatt MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID2
       
  1173 mpxatt MpxAttOperatorAndAttData 0 1 KFalse
       
  1174 delete mpxatt
       
  1175 [Endtest]
       
  1176 
       
  1177 [Test]
       
  1178 title  119. TMPXAttributeData Operator& Att True
       
  1179 create ui_commontestclass mpxatt
       
  1180 mpxatt MpxAttConst KMPXAttContentID1 KMPXAttAttributeID1
       
  1181 mpxatt MpxAttOperatorAndData 0 KMPXAttAttributeID1 KTrue
       
  1182 delete mpxatt
       
  1183 [Endtest]
       
  1184 
       
  1185 [Test]
       
  1186 title  120. TMPXAttributeData Operator& Att False
       
  1187 create ui_commontestclass mpxatt
       
  1188 mpxatt MpxAttConst KMPXAttContentID1 KMPXAttAttributeID1
       
  1189 mpxatt MpxAttOperatorAndData 0 KMPXAttAttributeID2 KFalse
       
  1190 delete mpxatt
       
  1191 [Endtest]
       
  1192 
       
  1193 [Test]
       
  1194 title  121. TMPXAttributeData Operator BitwiseOr
       
  1195 create ui_commontestclass mpxatt
       
  1196 mpxatt MpxAttConst KMPXAttContentID1 KMPXAttAttributeID2
       
  1197 mpxatt MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID2
       
  1198 mpxatt MpxAttOperatorOr 0 1 2
       
  1199 delete mpxatt
       
  1200 [Endtest]
       
  1201 
       
  1202 [Test]
       
  1203 title  122. TMPXAttributeData Operator BitwiseOr
       
  1204 create ui_commontestclass mpxatt
       
  1205 mpxatt MpxAttConst KMPXAttContentID1 KMPXAttAttributeID1
       
  1206 mpxatt MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID2
       
  1207 mpxatt MpxAttOperatorOr 0 1 3
       
  1208 delete mpxatt
       
  1209 [Endtest]
       
  1210 
       
  1211 // --------------------------------------------------------------------------
       
  1212 //                      15.mpxmedia.h         CMPXMedia
       
  1213 // --------------------------------------------------------------------------
       
  1214 [Test]
       
  1215 title  123. CMPXMedia NewL
       
  1216 create ui_commontestclass mpxmedia
       
  1217 mpxmedia MpxMediaArrayNewL
       
  1218 mpxmedia MpxMediaNewL
       
  1219 delete mpxmedia
       
  1220 [Endtest]
       
  1221 
       
  1222 [Test]
       
  1223 title  124. CMPXMedia NewL SupportedIds
       
  1224 create ui_commontestclass mpxmedia
       
  1225 mpxmedia MpxMediaArrayNewL
       
  1226 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1 KMPXAttContentID2
       
  1227 mpxmedia MpxMediaNewLSupportedIdsL
       
  1228 delete mpxmedia
       
  1229 [Endtest]
       
  1230 
       
  1231 [Test]
       
  1232 title  125. CMPXMedia NewL Media
       
  1233 create ui_commontestclass mpxmedia
       
  1234 mpxmedia MpxMediaArrayNewL
       
  1235 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1236 mpxmedia MpxMediaNewLMediaL 0
       
  1237 delete mpxmedia
       
  1238 [Endtest]
       
  1239 
       
  1240 [Test]
       
  1241 title  126. CMPXMedia NewL DataHandle
       
  1242 create ui_commontestclass mpxmedia
       
  1243 mpxmedia MpxMediaArrayNewL
       
  1244 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID2
       
  1245 mpxmedia MpxMediaNewLDataHandleL 0
       
  1246 delete mpxmedia
       
  1247 [Endtest]
       
  1248 
       
  1249 [Test]
       
  1250 title  127. CMPXMedia NewL Stream
       
  1251 create ui_commontestclass mpxmedia
       
  1252 mpxmedia MpxMediaArrayNewL
       
  1253 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1 KMPXAttContentID2
       
  1254 mpxmedia MpxMediaNewLStreamL 0
       
  1255 delete mpxmedia
       
  1256 [Endtest]
       
  1257 
       
  1258 [Test]
       
  1259 title  128. CMPXMedia Assingment Operator
       
  1260 create ui_commontestclass mpxmedia
       
  1261 mpxmedia MpxMediaArrayNewL
       
  1262 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1263 mpxmedia MpxMediaOperatorAssignment 0
       
  1264 delete mpxmedia
       
  1265 [Endtest]
       
  1266 
       
  1267 [Test]
       
  1268 title  129. CMPXMedia SupportedIds
       
  1269 create ui_commontestclass mpxmedia
       
  1270 mpxmedia MpxMediaArrayNewL
       
  1271 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1 KMPXAttContentID2
       
  1272 mpxmedia MpxMediaSupportedIds 0 KMPXAttContentID2 KMPXAttContentID1
       
  1273 delete mpxmedia
       
  1274 [Endtest]
       
  1275 
       
  1276 [Test]
       
  1277 title  130. CMPXMedia SetTObjectValueL
       
  1278 create ui_commontestclass mpxmedia
       
  1279 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1280 mpxmedia MpxMediaArrayNewL
       
  1281 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1282 mpxmedia MpxMediaSetTObjectValueL 0 0 5
       
  1283 delete mpxmedia
       
  1284 [Endtest]
       
  1285 
       
  1286 [Test]
       
  1287 title  131. CMPXMedia SetCObjectValueL
       
  1288 create ui_commontestclass mpxmedia
       
  1289 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeCObject
       
  1290 mpxmedia MpxMediaArrayNewL
       
  1291 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1292 mpxmedia MpxMediaSetCObjectValueL 0 0 CMPXMediaArray
       
  1293 mpxmedia MpxMediaSetCObjectValueL 0 0 CMPXMedia
       
  1294 delete mpxmedia
       
  1295 [Endtest]
       
  1296 
       
  1297 [Test]
       
  1298 title  132. CMPXMedia SetNoNewLCObjectL
       
  1299 create ui_commontestclass mpxmedia
       
  1300 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeCObject
       
  1301 mpxmedia MpxAttConst KMPXAttContentID2 KMPXAttAttributeCObject
       
  1302 mpxmedia MpxMediaArrayNewL
       
  1303 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1 KMPXAttContentID2
       
  1304 mpxmedia MpxMediaSetNoNewLCObjectL 0 0 CMPXCollectionPath
       
  1305 mpxmedia MpxMediaSetNoNewLCObjectL 0 1 CMPXMediaArray
       
  1306 delete mpxmedia
       
  1307 [Endtest]
       
  1308 
       
  1309 [Test]
       
  1310 title  133. CMPXMedia SetTextValueL
       
  1311 create ui_commontestclass mpxmedia
       
  1312 mpxmedia MpxAttConst KMPXAttContentID2 KMPXAttAttributeText
       
  1313 mpxmedia MpxMediaArrayNewL
       
  1314 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID2
       
  1315 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1316 delete mpxmedia
       
  1317 [Endtest]
       
  1318 
       
  1319 [Test]
       
  1320 title  134. CMPXMedia Attributes
       
  1321 create ui_commontestclass mpxmedia
       
  1322 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1323 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1324 mpxmedia MpxMediaArrayNewL
       
  1325 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1326 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1327 mpxmedia MpxMediaSetTObjectValueL 0 1 5
       
  1328 mpxmedia MpxMediaAttributes 0 0
       
  1329 mpxmedia MpxMediaAttributes 0 1
       
  1330 delete mpxmedia
       
  1331 [Endtest]
       
  1332 
       
  1333 [Test]
       
  1334 title  135. CMPXMedia IsSupported
       
  1335 create ui_commontestclass mpxmedia
       
  1336 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1337 mpxmedia MpxAttConst KMPXAttContentID2 KMPXAttAttributeInt
       
  1338 mpxmedia MpxMediaArrayNewL
       
  1339 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1340 mpxmedia MpxMediaNewLSupportedIdsL
       
  1341 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1342 mpxmedia MpxMediaSetTObjectValueL 1 1 5
       
  1343 mpxmedia MpxMediaIsSupported 0 0 1
       
  1344 mpxmedia MpxMediaIsSupported 1 1 1
       
  1345 mpxmedia MpxMediaIsSupported 0 1 0
       
  1346 delete mpxmedia
       
  1347 [Endtest]
       
  1348 
       
  1349 [Test]
       
  1350 title  136. CMPXMedia Count
       
  1351 create ui_commontestclass mpxmedia
       
  1352 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1353 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1354 mpxmedia MpxMediaArrayNewL
       
  1355 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1356 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1357 mpxmedia MpxMediaSetTObjectValueL 0 1 5
       
  1358 mpxmedia MpxMediaCount 0 2
       
  1359 delete mpxmedia
       
  1360 [Endtest]
       
  1361 
       
  1362 [Test]
       
  1363 title  137. CMPXMedia Attribute
       
  1364 create ui_commontestclass mpxmedia
       
  1365 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1366 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1367 mpxmedia MpxMediaArrayNewL
       
  1368 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1369 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1370 mpxmedia MpxMediaSetTObjectValueL 0 1 5
       
  1371 mpxmedia MpxMediaAttribute 0 0 0
       
  1372 mpxmedia MpxMediaAttribute 0 1 1
       
  1373 delete mpxmedia
       
  1374 [Endtest]
       
  1375 
       
  1376 [Test]
       
  1377 title  138. CMPXMedia AttributesSet
       
  1378 create ui_commontestclass mpxmedia
       
  1379 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1380 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1381 mpxmedia MpxMediaArrayNewL
       
  1382 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1383 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1384 mpxmedia MpxMediaSetTObjectValueL 0 1 5
       
  1385 mpxmedia MpxMediaAttributesSet 0 KMPXAttContentID1 12
       
  1386 mpxmedia MpxMediaAttributesSet 0 KMPXAttContentID2 0
       
  1387 delete mpxmedia
       
  1388 [Endtest]
       
  1389 
       
  1390 [Test]
       
  1391 title  139. CMPXMedia Index
       
  1392 create ui_commontestclass mpxmedia
       
  1393 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1394 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1395 mpxmedia MpxAttConst KMPXAttContentID2 KMPXAttAttributeID2
       
  1396 mpxmedia MpxMediaArrayNewL
       
  1397 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1398 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1399 mpxmedia MpxMediaSetTObjectValueL 0 1 5
       
  1400 mpxmedia MpxMediaIndex 0 0 0
       
  1401 mpxmedia MpxMediaIndex 0 1 1
       
  1402 mpxmedia MpxMediaIndex 0 2 KErrNotFound
       
  1403 delete mpxmedia
       
  1404 [Endtest]
       
  1405 
       
  1406 [Test]
       
  1407 title  140. CMPXMedia Type(index)
       
  1408 create ui_commontestclass mpxmedia
       
  1409 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1410 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1411 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeCObject
       
  1412 mpxmedia MpxMediaArrayNewL
       
  1413 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1414 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1415 mpxmedia MpxMediaSetTObjectValueL 0 1 5
       
  1416 mpxmedia MpxMediaSetCObjectValueL 0 2 CMPXMedia
       
  1417 mpxmedia MpxMediaTypeIndex 0 0 KMPXTypeText
       
  1418 mpxmedia MpxMediaTypeIndex 0 1 KMPXTypeTObject
       
  1419 mpxmedia MpxMediaTypeIndex 0 2 KMPXTypeCObject
       
  1420 delete mpxmedia
       
  1421 [Endtest]
       
  1422 
       
  1423 [Test]
       
  1424 title  141. CMPXMedia Type(attribute)
       
  1425 create ui_commontestclass mpxmedia
       
  1426 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1427 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1428 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeCObject
       
  1429 mpxmedia MpxMediaArrayNewL
       
  1430 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1431 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1432 mpxmedia MpxMediaSetTObjectValueL 0 1 5
       
  1433 mpxmedia MpxMediaSetCObjectValueL 0 2 CMPXMedia
       
  1434 mpxmedia MpxMediaTypeAttribute 0 0 KMPXTypeText
       
  1435 mpxmedia MpxMediaTypeAttribute 0 1 KMPXTypeTObject
       
  1436 mpxmedia MpxMediaTypeAttribute 0 2 KMPXTypeCObject
       
  1437 delete mpxmedia
       
  1438 [Endtest]
       
  1439 
       
  1440 [Test]
       
  1441 title  142. CMPXMedia Reset
       
  1442 create ui_commontestclass mpxmedia
       
  1443 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1444 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1445 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeCObject
       
  1446 mpxmedia MpxMediaArrayNewL
       
  1447 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1448 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1449 mpxmedia MpxMediaSetTObjectValueL 0 1 5
       
  1450 mpxmedia MpxMediaSetCObjectValueL 0 2 CMPXMedia
       
  1451 mpxmedia MpxMediaCount 0 3
       
  1452 mpxmedia MpxMediaReset 0
       
  1453 mpxmedia MpxMediaCount 0 0
       
  1454 delete mpxmedia
       
  1455 [Endtest]
       
  1456 
       
  1457 [Test]
       
  1458 title  143. CMPXMedia Delete(attribute)
       
  1459 create ui_commontestclass mpxmedia
       
  1460 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1461 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1462 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeCObject
       
  1463 mpxmedia MpxMediaArrayNewL
       
  1464 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1465 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1466 mpxmedia MpxMediaSetTObjectValueL 0 1 5
       
  1467 mpxmedia MpxMediaSetCObjectValueL 0 2 CMPXMedia
       
  1468 mpxmedia MpxMediaCount 0 3
       
  1469 mpxmedia MpxMediaDeleteAttribute 0 2
       
  1470 mpxmedia MpxMediaCount 0 2
       
  1471 mpxmedia MpxMediaDeleteAttribute 0 1
       
  1472 mpxmedia MpxMediaCount 0 1
       
  1473 delete mpxmedia
       
  1474 [Endtest]
       
  1475 
       
  1476 [Test]
       
  1477 title  144. CMPXMedia Delete(index)
       
  1478 create ui_commontestclass mpxmedia
       
  1479 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1480 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1481 mpxmedia MpxMediaArrayNewL
       
  1482 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1483 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1484 mpxmedia MpxMediaSetTObjectValueL 0 1 5
       
  1485 mpxmedia MpxMediaCount 0 2
       
  1486 mpxmedia MpxMediaDeleteIndex 0 0
       
  1487 mpxmedia MpxMediaCount 0 1
       
  1488 mpxmedia MpxMediaDeleteIndex 0 0
       
  1489 mpxmedia MpxMediaCount 0 0
       
  1490 delete mpxmedia
       
  1491 [Endtest]
       
  1492 
       
  1493 [Test]
       
  1494 title  145. CMPXMedia ValueText
       
  1495 create ui_commontestclass mpxmedia
       
  1496 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1497 mpxmedia MpxMediaArrayNewL
       
  1498 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1499 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1500 mpxmedia MpxMediaValueText 0 0 five
       
  1501 delete mpxmedia
       
  1502 [Endtest]
       
  1503 
       
  1504 [Test]
       
  1505 title  146. CMPXMedia Value
       
  1506 create ui_commontestclass mpxmedia
       
  1507 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeCObject
       
  1508 mpxmedia MpxAttConst KMPXAttContentID2 KMPXAttAttributeCObject
       
  1509 mpxmedia MpxMediaArrayNewL
       
  1510 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1 KMPXAttContentID2
       
  1511 mpxmedia MpxMediaSetCObjectValueL 0 0 CMPXMedia
       
  1512 mpxmedia MpxMediaSetCObjectValueL 0 1 CMPXCollectionPath
       
  1513 mpxmedia MpxMediaValue 0 0 CMPXMedia
       
  1514 mpxmedia MpxMediaValue 0 1 CMPXCollectionPath
       
  1515 delete mpxmedia
       
  1516 [Endtest]
       
  1517 
       
  1518 [Test]
       
  1519 title  147. CMPXMedia Value Null
       
  1520 create ui_commontestclass mpxmedia
       
  1521 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeCObject
       
  1522 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1523 mpxmedia MpxMediaArrayNewL
       
  1524 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1525 mpxmedia MpxMediaSetCObjectValueL 0 0 CMPXMediaArray
       
  1526 allowerrorcodes KErrUnexpectedValue
       
  1527 mpxmedia MpxMediaValue 0 1 CMPXMediaArray
       
  1528 delete mpxmedia
       
  1529 [Endtest]
       
  1530 
       
  1531 [Test]
       
  1532 title  148. CMPXMedia ValueTObjectL
       
  1533 create ui_commontestclass mpxmedia
       
  1534 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1535 mpxmedia MpxMediaArrayNewL
       
  1536 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1537 mpxmedia MpxMediaSetTObjectValueL 0 0 5
       
  1538 mpxmedia MpxMediaValueTObjectL 0 0 5
       
  1539 delete mpxmedia
       
  1540 [Endtest]
       
  1541 
       
  1542 [Test]
       
  1543 title  149. CMPXMedia ValueCObjectL
       
  1544 create ui_commontestclass mpxmedia
       
  1545 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeCObject
       
  1546 mpxmedia MpxAttConst KMPXAttContentID2 KMPXAttAttributeCObject
       
  1547 mpxmedia MpxMediaArrayNewL
       
  1548 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1 KMPXAttContentID2
       
  1549 mpxmedia MpxMediaSetCObjectValueL 0 0 CMPXMedia
       
  1550 mpxmedia MpxMediaSetCObjectValueL 0 1 CMPXCollectionPath
       
  1551 mpxmedia MpxMediaValueCObjectL 0 0 CMPXMedia
       
  1552 mpxmedia MpxMediaValueCObjectL 0 1 CMPXCollectionPath
       
  1553 delete mpxmedia
       
  1554 [Endtest]
       
  1555 
       
  1556 [Test]
       
  1557 title  150. CMPXMedia Internalize Externalize
       
  1558 create ui_commontestclass mpxmedia
       
  1559 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1560 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1561 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeCObject
       
  1562 mpxmedia MpxMediaArrayNewL
       
  1563 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1564 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1565 mpxmedia MpxMediaSetTObjectValueL 0 1 5
       
  1566 mpxmedia MpxMediaSetCObjectValueL 0 2 CMPXMedia
       
  1567 mpxmedia MpxMediaStreamingL 0
       
  1568 delete mpxmedia
       
  1569 [Endtest]
       
  1570 
       
  1571 [Test]
       
  1572 title  151. CMPXMedia MpxMediaCopyL
       
  1573 create ui_commontestclass mpxmedia
       
  1574 mpxmedia MpxMediaArrayNewL
       
  1575 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1576 mpxmedia MpxMediaCopyL 0
       
  1577 delete mpxmedia
       
  1578 [Endtest]
       
  1579 
       
  1580 [Test]
       
  1581 title  152. CMPXMedia MpxMediaDeleteL
       
  1582 create ui_commontestclass mpxmedia
       
  1583 mpxmedia MpxMediaArrayNewL
       
  1584 mpxmedia MpxMediaNewL
       
  1585 mpxmedia MpxMediaDeleteL
       
  1586 delete mpxmedia
       
  1587 [Endtest]
       
  1588 
       
  1589 [Test]
       
  1590 title  153. CMPXMedia MpxMediaHeapMemoryInfoL
       
  1591 create ui_commontestclass mpxmedia
       
  1592 mpxmedia MpxMediaArrayNewL
       
  1593 mpxmedia MpxMediaHeapMemoryInfoL
       
  1594 delete mpxmedia
       
  1595 [Endtest]
       
  1596 
       
  1597 [Test]
       
  1598 title  150. CMPXMedia MpxMediaMergeMediaL
       
  1599 create ui_commontestclass mpxmedia
       
  1600 mpxmedia MpxMediaArrayNewL
       
  1601 mpxmedia MpxMediaMergeMediaL
       
  1602 delete mpxmedia
       
  1603 [Endtest]
       
  1604 
       
  1605 [Test]
       
  1606 title  154. CMPXMedia MpxMediaMatchL
       
  1607 create ui_commontestclass mpxmedia
       
  1608 mpxmedia MpxMediaArrayNewL
       
  1609 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText          
       
  1610 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt           
       
  1611 mpxmedia MpxMediaMatchL
       
  1612 delete mpxmedia
       
  1613 [Endtest] 
       
  1614 
       
  1615 
       
  1616 [Test]
       
  1617 title  155. CMPXMedia MpxMediaSetErrorL
       
  1618 create ui_commontestclass mpxmedia
       
  1619 mpxmedia MpxMediaArrayNewL
       
  1620 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeCObject   
       
  1621 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1622 mpxmedia MpxMediaNewLMediaL 0
       
  1623 mpxmedia MpxMediaSetErrorL 0 0
       
  1624 delete mpxmedia
       
  1625 [Endtest]
       
  1626 
       
  1627 [Test]
       
  1628 title  156. CMPXMedia MpxMediaErrorL
       
  1629 create ui_commontestclass mpxmedia
       
  1630 mpxmedia MpxMediaArrayNewL
       
  1631 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeCObject   
       
  1632 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1633 mpxmedia MpxMediaNewLMediaL 0
       
  1634 mpxmedia MpxMediaErrorL 0 0
       
  1635 delete mpxmedia
       
  1636 [Endtest]
       
  1637 
       
  1638 [Test]
       
  1639 title  157. CMPXMedia MpxMediaInternalizeL
       
  1640 create ui_commontestclass mpxmedia
       
  1641 mpxmedia MpxMediaArrayNewL
       
  1642 mpxmedia MpxMediaInternalizeL
       
  1643 delete mpxmedia
       
  1644 [Endtest]
       
  1645 
       
  1646 [Test]
       
  1647 title  158. CMPXMedia MpxMediaExternalizeL
       
  1648 create ui_commontestclass mpxmedia
       
  1649 mpxmedia MpxMediaArrayNewL
       
  1650 mpxmedia MpxMediaExternalizeL
       
  1651 delete mpxmedia
       
  1652 [Endtest]
       
  1653 
       
  1654 
       
  1655 // -------------------------------------------------------------------------
       
  1656 //                 16.mpxmediaarray.h              CMPXMediaArray
       
  1657 // --------------------------------------------------------------------------
       
  1658 [Test]
       
  1659 title  159. CMPXMediaArray NewL MediaArray
       
  1660 create ui_commontestclass mpxmedia
       
  1661 mpxmedia MpxMediaArrayNewL
       
  1662 mpxmedia MpxMediaNewL
       
  1663 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1 KMPXAttContentID2
       
  1664 mpxmedia MpxMediaArrayNewLMediaArrayL
       
  1665 delete mpxmedia
       
  1666 [Endtest]
       
  1667 
       
  1668 [Test]
       
  1669 title  160. CMPXMediaArray Count
       
  1670 create ui_commontestclass mpxmedia
       
  1671 mpxmedia MpxMediaArrayNewL
       
  1672 mpxmedia MpxMediaNewL
       
  1673 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1 KMPXAttContentID2
       
  1674 mpxmedia MpxMediaArrayCount 2
       
  1675 delete mpxmedia
       
  1676 [Endtest]
       
  1677 
       
  1678 [Test]			
       
  1679 title  161. CMPXMediaArray AtL
       
  1680 create ui_commontestclass mpxmedia
       
  1681 mpxmedia MpxMediaArrayNewL
       
  1682 mpxmedia MpxMediaNewL
       
  1683 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1 KMPXAttContentID2
       
  1684 mpxmedia MpxMediaArrayAtLByIndexL 1 //2
       
  1685 delete mpxmedia
       
  1686 [Endtest]
       
  1687 
       
  1688 [Test]
       
  1689 title  162. CMPXMediaArray AppendL by Ptr
       
  1690 create ui_commontestclass mpxmedia
       
  1691 mpxmedia MpxMediaArrayNewL
       
  1692 mpxmedia MpxMediaArrayCount 0
       
  1693 mpxmedia MpxMediaArrayAppendLByPtrL
       
  1694 mpxmedia MpxMediaArrayCount 1
       
  1695 delete mpxmedia
       
  1696 [Endtest]
       
  1697 
       
  1698 [Test]
       
  1699 title  163. CMPXMediaArray AppendL by Reference
       
  1700 create ui_commontestclass mpxmedia
       
  1701 mpxmedia MpxMediaArrayNewL
       
  1702 mpxmedia MpxMediaArrayCount 0
       
  1703 mpxmedia MpxMediaArrayAppendLByRefL
       
  1704 mpxmedia MpxMediaArrayCount 1
       
  1705 delete mpxmedia
       
  1706 [Endtest]
       
  1707 
       
  1708 [Test]
       
  1709 title  164. CMPXMediaArray Reset
       
  1710 create ui_commontestclass mpxmedia
       
  1711 mpxmedia MpxMediaArrayNewL
       
  1712 mpxmedia MpxMediaArrayAppendLByRefL
       
  1713 mpxmedia MpxMediaArrayAppendLByPtrL
       
  1714 mpxmedia MpxMediaArrayCount 2
       
  1715 mpxmedia MpxMediaArrayReset
       
  1716 mpxmedia MpxMediaArrayCount 0
       
  1717 delete mpxmedia
       
  1718 [Endtest]
       
  1719 
       
  1720 [Test]
       
  1721 title  165. CMPXMediaArray Remove
       
  1722 create ui_commontestclass mpxmedia
       
  1723 mpxmedia MpxMediaArrayNewL
       
  1724 mpxmedia MpxMediaArrayAppendLByRefL
       
  1725 mpxmedia MpxMediaArrayAppendLByPtrL
       
  1726 mpxmedia MpxMediaArrayCount 2
       
  1727 mpxmedia MpxMediaArrayRemove 1
       
  1728 mpxmedia MpxMediaArrayCount 1
       
  1729 mpxmedia MpxMediaArrayRemove 0
       
  1730 mpxmedia MpxMediaArrayCount 0
       
  1731 delete mpxmedia
       
  1732 [Endtest]
       
  1733 
       
  1734 [Test]
       
  1735 title  166. CMPXMediaArray Insert by Ptr
       
  1736 create ui_commontestclass mpxmedia
       
  1737 mpxmedia MpxMediaArrayNewL
       
  1738 mpxmedia MpxMediaArrayAppendLByRefL
       
  1739 mpxmedia MpxMediaArrayAppendLByPtrL
       
  1740 mpxmedia MpxMediaArrayCount 2
       
  1741 mpxmedia MpxMediaArrayInsertByPtr 0
       
  1742 mpxmedia MpxMediaArrayCount 3
       
  1743 mpxmedia MpxMediaArrayInsertByPtr 3
       
  1744 mpxmedia MpxMediaArrayCount 4
       
  1745 delete mpxmedia
       
  1746 [Endtest]
       
  1747 
       
  1748 [Test]
       
  1749 title  167. CMPXMediaArray Insert by Ref
       
  1750 create ui_commontestclass mpxmedia
       
  1751 mpxmedia MpxMediaArrayNewL
       
  1752 mpxmedia MpxMediaArrayAppendLByRefL
       
  1753 mpxmedia MpxMediaArrayAppendLByPtrL
       
  1754 mpxmedia MpxMediaArrayCount 2
       
  1755 mpxmedia MpxMediaArrayInsertByRef 0
       
  1756 mpxmedia MpxMediaArrayCount 3
       
  1757 mpxmedia MpxMediaArrayInsertByRef 3
       
  1758 mpxmedia MpxMediaArrayCount 4
       
  1759 delete mpxmedia
       
  1760 [Endtest]
       
  1761 
       
  1762 [Test]
       
  1763 title  168. CMPXMediaArray InsertL by Ptr
       
  1764 create ui_commontestclass mpxmedia
       
  1765 mpxmedia MpxMediaArrayNewL
       
  1766 mpxmedia MpxMediaArrayAppendLByRefL
       
  1767 mpxmedia MpxMediaArrayAppendLByPtrL
       
  1768 mpxmedia MpxMediaArrayCount 2
       
  1769 mpxmedia MpxMediaArrayInsertLByPtrL 0
       
  1770 mpxmedia MpxMediaArrayCount 3
       
  1771 mpxmedia MpxMediaArrayInsertLByPtrL 3
       
  1772 mpxmedia MpxMediaArrayCount 4
       
  1773 delete mpxmedia
       
  1774 [Endtest]
       
  1775 
       
  1776 [Test]
       
  1777 title  169. CMPXMediaArray InsertL by Ref
       
  1778 create ui_commontestclass mpxmedia
       
  1779 mpxmedia MpxMediaArrayNewL
       
  1780 mpxmedia MpxMediaArrayAppendLByRefL
       
  1781 mpxmedia MpxMediaArrayAppendLByPtrL
       
  1782 mpxmedia MpxMediaArrayCount 2
       
  1783 mpxmedia MpxMediaArrayInsertLByRefL 0
       
  1784 mpxmedia MpxMediaArrayCount 3
       
  1785 mpxmedia MpxMediaArrayInsertLByRefL 3
       
  1786 mpxmedia MpxMediaArrayCount 4
       
  1787 delete mpxmedia
       
  1788 [Endtest]
       
  1789 
       
  1790 [Test]
       
  1791 title  170. CMPXMediaArray Set
       
  1792 create ui_commontestclass mpxmedia
       
  1793 mpxmedia MpxMediaArrayNewL
       
  1794 mpxmedia MpxMediaArrayAppendLByRefL
       
  1795 mpxmedia MpxMediaArrayAppendLByPtrL
       
  1796 mpxmedia MpxMediaArraySet 0
       
  1797 mpxmedia MpxMediaArraySet 1
       
  1798 delete mpxmedia
       
  1799 [Endtest]
       
  1800 
       
  1801 [Test]
       
  1802 title  171. CMPXMediaArray Internalize Externalize
       
  1803 create ui_commontestclass mpxmedia
       
  1804 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeText
       
  1805 mpxmedia MpxAttConst KMPXAttContentID1 KMPXAttAttributeInt
       
  1806 mpxmedia MpxMediaArrayNewL
       
  1807 mpxmedia MpxMediaNewLSupportedIdsL KMPXAttContentID1
       
  1808 mpxmedia MpxMediaSetTextValueL 0 0 five
       
  1809 mpxmedia MpxMediaSetTObjectValueL 0 1 5
       
  1810 mpxmedia MpxMediaArrayAppendLByPtrL
       
  1811 mpxmedia MpxMediaArrayStreamingL
       
  1812 delete mpxmedia
       
  1813 [Endtest]
       
  1814 
       
  1815 // --------------------------------------------------------------------------
       
  1816 //               17.mpxcollectionpath.h                CMPXCollectionPath
       
  1817 // --------------------------------------------------------------------------
       
  1818 [Test]
       
  1819 title  172. CMPXCollectionPath NewL
       
  1820 create ui_commontestclass mpxcollpath
       
  1821 mpxcollpath MpxCollPathNewL
       
  1822 delete mpxcollpath
       
  1823 [Endtest]
       
  1824 
       
  1825 [Test]
       
  1826 title  173. CMPXCollectionPath NewL Path
       
  1827 create ui_commontestclass mpxcollpath
       
  1828 mpxcollpath MpxCollPathNewL
       
  1829 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  1830 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  1831 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  1832 mpxcollpath MpxCollPathNewLPathL
       
  1833 delete mpxcollpath
       
  1834 [Endtest]
       
  1835 
       
  1836 [Test]
       
  1837 title  174. CMPXCollectionPath NewL Stream
       
  1838 create ui_commontestclass mpxcollpath
       
  1839 mpxcollpath MpxCollPathNewL
       
  1840 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  1841 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  1842 mpxcollpath MpxCollPathNewLStreamL
       
  1843 delete mpxcollpath
       
  1844 [Endtest]
       
  1845 
       
  1846 [Test]
       
  1847 title  175. CMPXCollectionPath AppendL Id
       
  1848 create ui_commontestclass mpxcollpath
       
  1849 mpxcollpath MpxCollPathNewL
       
  1850 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  1851 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  1852 delete mpxcollpath
       
  1853 [Endtest]
       
  1854 
       
  1855 [Test]
       
  1856 title  176. CMPXCollectionPath AppendL Id array
       
  1857 create ui_commontestclass mpxcollpath
       
  1858 mpxcollpath MpxCollPathNewL
       
  1859 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  1860 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  1861 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  1862 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  1863 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  1864 mpxcollpath MpxCollPathAppendLIdsL
       
  1865 delete mpxcollpath  
       
  1866 [Endtest]
       
  1867 
       
  1868 [Test]
       
  1869 title  177. CMPXCollectionPath Levels
       
  1870 create ui_commontestclass mpxcollpath
       
  1871 mpxcollpath MpxCollPathNewL
       
  1872 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  1873 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  1874 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  1875 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  1876 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  1877 mpxcollpath MpxCollPathAppendLIdsL
       
  1878 mpxcollpath MpxCollPathLevels 3
       
  1879 delete mpxcollpath  
       
  1880 [Endtest]
       
  1881 
       
  1882 [Test]
       
  1883 title  178. CMPXCollectionPath Back
       
  1884 create ui_commontestclass mpxcollpath
       
  1885 mpxcollpath MpxCollPathNewL
       
  1886 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  1887 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  1888 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  1889 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  1890 mpxcollpath MpxCollPathAppendLIdsL
       
  1891 mpxcollpath MpxCollPathLevels 3
       
  1892 mpxcollpath MpxCollPathBack
       
  1893 mpxcollpath MpxCollPathLevels 2
       
  1894 mpxcollpath MpxCollPathBack
       
  1895 mpxcollpath MpxCollPathLevels 1
       
  1896 delete mpxcollpath  
       
  1897 [Endtest]
       
  1898 
       
  1899 [Test]
       
  1900 title  179. CMPXCollectionPath Reset
       
  1901 create ui_commontestclass mpxcollpath
       
  1902 mpxcollpath MpxCollPathNewL
       
  1903 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  1904 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  1905 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  1906 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  1907 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  1908 mpxcollpath MpxCollPathAppendLIdsL
       
  1909 mpxcollpath MpxCollPathLevels 3
       
  1910 mpxcollpath MpxCollPathReset
       
  1911 mpxcollpath MpxCollPathLevels 0
       
  1912 delete mpxcollpath  
       
  1913 [Endtest]
       
  1914 
       
  1915 [Test]
       
  1916 title  180. CMPXCollectionPath Operator++
       
  1917 create ui_commontestclass mpxcollpath
       
  1918 mpxcollpath MpxCollPathNewL
       
  1919 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  1920 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  1921 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  1922 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  1923 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  1924 mpxcollpath MpxCollPathAppendLIdsL
       
  1925 mpxcollpath MpxCollPathOperatorPlus KTrue
       
  1926 mpxcollpath MpxCollPathOperatorPlus KTrue
       
  1927 mpxcollpath MpxCollPathOperatorPlus KFalse
       
  1928 delete mpxcollpath  
       
  1929 [Endtest]
       
  1930 
       
  1931 [Test]
       
  1932 title  181. CMPXCollectionPath Operator--
       
  1933 create ui_commontestclass mpxcollpath
       
  1934 mpxcollpath MpxCollPathNewL
       
  1935 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  1936 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  1937 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  1938 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  1939 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  1940 mpxcollpath MpxCollPathAppendLIdsL
       
  1941 mpxcollpath MpxCollPathOperatorPlus KTrue
       
  1942 mpxcollpath MpxCollPathOperatorPlus KTrue
       
  1943 mpxcollpath MpxCollPathOperatorMinus KTrue
       
  1944 mpxcollpath MpxCollPathOperatorMinus KTrue
       
  1945 mpxcollpath MpxCollPathOperatorMinus KFalse
       
  1946 delete mpxcollpath  
       
  1947 [Endtest]
       
  1948 
       
  1949 [Test]
       
  1950 title  182. CMPXCollectionPath SetToFirst
       
  1951 create ui_commontestclass mpxcollpath
       
  1952 mpxcollpath MpxCollPathNewL
       
  1953 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  1954 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  1955 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  1956 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  1957 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  1958 mpxcollpath MpxCollPathAppendLIdsL
       
  1959 mpxcollpath MpxCollPathOperatorPlus KTrue
       
  1960 mpxcollpath MpxCollPathOperatorPlus KTrue
       
  1961 mpxcollpath MpxCollPathIndex 2
       
  1962 mpxcollpath MpxCollPathSetToFirst
       
  1963 mpxcollpath MpxCollPathIndex 0
       
  1964 delete mpxcollpath  
       
  1965 [Endtest]
       
  1966 
       
  1967 [Test]
       
  1968 title  183. CMPXCollectionPath SetToLast
       
  1969 create ui_commontestclass mpxcollpath
       
  1970 mpxcollpath MpxCollPathNewL
       
  1971 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  1972 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  1973 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  1974 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  1975 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  1976 mpxcollpath MpxCollPathAppendLIdsL
       
  1977 mpxcollpath MpxCollPathSetToLast
       
  1978 mpxcollpath MpxCollPathIndex 2
       
  1979 delete mpxcollpath  
       
  1980 [Endtest]
       
  1981 
       
  1982 [Test]
       
  1983 title  184. CMPXCollectionPath Set(aIndex)
       
  1984 create ui_commontestclass mpxcollpath
       
  1985 mpxcollpath MpxCollPathNewL
       
  1986 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  1987 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  1988 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  1989 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  1990 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  1991 mpxcollpath MpxCollPathAppendLIdsL
       
  1992 mpxcollpath MpxCollPathSetIndex 2
       
  1993 mpxcollpath MpxCollPathIndex 2
       
  1994 mpxcollpath MpxCollPathSetIndex 0
       
  1995 mpxcollpath MpxCollPathIndex 0
       
  1996 delete mpxcollpath  
       
  1997 [Endtest]
       
  1998 
       
  1999 [Test]
       
  2000 title  185. CMPXCollectionPath Set(aId)
       
  2001 create ui_commontestclass mpxcollpath
       
  2002 mpxcollpath MpxCollPathNewL
       
  2003 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2004 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2005 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2006 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2007 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2008 mpxcollpath MpxCollPathAppendLIdsL
       
  2009 mpxcollpath MpxCollPathSetId KMPXPathItem3
       
  2010 mpxcollpath MpxCollPathIndex 2
       
  2011 mpxcollpath MpxCollPathSetId KMPXPathItem1
       
  2012 mpxcollpath MpxCollPathIndex 0
       
  2013 delete mpxcollpath  
       
  2014 [Endtest]
       
  2015 
       
  2016 [Test]
       
  2017 title  186. CMPXCollectionPath Set(aMode)
       
  2018 create ui_commontestclass mpxcollpath
       
  2019 mpxcollpath MpxCollPathNewL
       
  2020 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2021 mpxcollpath MpxCollPathSetMode KMPXOpenNoPlaylist
       
  2022 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2023 mpxcollpath MpxCollPathSetMode KMPXOpenAllItems
       
  2024 mpxcollpath MpxCollPathOpenNextMode KMPXOpenAllItems
       
  2025 mpxcollpath MpxCollPathOpenPreviousMode KMPXOpenNoPlaylist
       
  2026 delete mpxcollpath
       
  2027 [Endtest]
       
  2028 
       
  2029 [Test]
       
  2030 title  187. CMPXCollectionPath Set(aAttrs)
       
  2031 create ui_commontestclass mpxcollpath
       
  2032 mpxcollpath MpxCollPathNewL
       
  2033 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2034 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2035 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2036 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2037 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2038 mpxcollpath MpxCollPathAppendLIdsL
       
  2039 mpxcollpath MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID1
       
  2040 mpxcollpath MpxAttCopyConstAtt KMPXAttContentID2 KMPXAttAttributeID2
       
  2041 mpxcollpath MpxCollPathSetLAttrsL
       
  2042 delete mpxcollpath  
       
  2043 [Endtest]
       
  2044 
       
  2045 [Test]
       
  2046 title  188. CMPXCollectionPath SelectL(aId)
       
  2047 create ui_commontestclass mpxcollpath
       
  2048 mpxcollpath MpxCollPathNewL
       
  2049 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2050 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2051 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2052 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2053 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2054 mpxcollpath MpxCollPathAppendLIdsL
       
  2055 mpxcollpath MpxCollPathSelectLIdL KMPXPathItem2
       
  2056 mpxcollpath MpxCollPathSelectLIdL KMPXPathItem1
       
  2057 delete mpxcollpath  
       
  2058 [Endtest]
       
  2059 
       
  2060 [Test]
       
  2061 title  189. CMPXCollectionPath SelectL(aIndex)
       
  2062 create ui_commontestclass mpxcollpath
       
  2063 mpxcollpath MpxCollPathNewL
       
  2064 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2065 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2066 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2067 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2068 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2069 mpxcollpath MpxCollPathAppendLIdsL
       
  2070 mpxcollpath MpxCollPathSelectLIndexL 2
       
  2071 mpxcollpath MpxCollPathSelectLIndexL 0
       
  2072 delete mpxcollpath  
       
  2073 [Endtest]
       
  2074 
       
  2075 [Test]
       
  2076 title  190. CMPXCollectionPath SelectAllL
       
  2077 create ui_commontestclass mpxcollpath
       
  2078 mpxcollpath MpxCollPathNewL
       
  2079 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2080 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2081 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2082 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2083 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2084 mpxcollpath MpxCollPathAppendLIdsL
       
  2085 mpxcollpath MpxCollPathSelectAllL
       
  2086 delete mpxcollpath  
       
  2087 [Endtest]
       
  2088 
       
  2089 [Test]
       
  2090 title  191. CMPXCollectionPath Deselect(aId)
       
  2091 create ui_commontestclass mpxcollpath
       
  2092 mpxcollpath MpxCollPathNewL
       
  2093 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2094 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2095 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2096 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2097 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2098 mpxcollpath MpxCollPathAppendLIdsL
       
  2099 mpxcollpath MpxCollPathSelectLIdL KMPXPathItem2
       
  2100 mpxcollpath MpxCollPathSelectLIdL KMPXPathItem1
       
  2101 mpxcollpath MpxCollPathDeselectId KMPXPathItem1
       
  2102 mpxcollpath MpxCollPathDeselectId KMPXPathItem2
       
  2103 delete mpxcollpath  
       
  2104 [Endtest]
       
  2105 
       
  2106 [Test]
       
  2107 title  192. CMPXCollectionPath Deselect(aIndex)
       
  2108 create ui_commontestclass mpxcollpath
       
  2109 mpxcollpath MpxCollPathNewL
       
  2110 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2111 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2112 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2113 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2114 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2115 mpxcollpath MpxCollPathAppendLIdsL
       
  2116 mpxcollpath MpxCollPathSelectLIndexL 2
       
  2117 mpxcollpath MpxCollPathSelectLIndexL 0
       
  2118 mpxcollpath MpxCollPathDeselectIndex 2
       
  2119 mpxcollpath MpxCollPathDeselectIndex 0
       
  2120 delete mpxcollpath  
       
  2121 [Endtest]
       
  2122 
       
  2123 [Test]
       
  2124 title  193. CMPXCollectionPath DeselectAll
       
  2125 create ui_commontestclass mpxcollpath
       
  2126 mpxcollpath MpxCollPathNewL
       
  2127 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2128 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2129 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2130 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2131 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2132 mpxcollpath MpxCollPathAppendLIdsL
       
  2133 mpxcollpath MpxCollPathSelectLIndexL 2
       
  2134 mpxcollpath MpxCollPathSelectLIndexL 0
       
  2135 mpxcollpath MpxCollPathDeselectAll
       
  2136 delete mpxcollpath  
       
  2137 [Endtest]
       
  2138 
       
  2139 [Test]
       
  2140 title  194. CMPXCollectionPath Remove(aId)
       
  2141 create ui_commontestclass mpxcollpath
       
  2142 mpxcollpath MpxCollPathNewL
       
  2143 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2144 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2145 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2146 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2147 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2148 mpxcollpath MpxCollPathAppendLIdsL
       
  2149 mpxcollpath MpxCollPathSelectLIdL KMPXPathItem2
       
  2150 mpxcollpath MpxCollPathSelectLIdL KMPXPathItem1
       
  2151 mpxcollpath MpxCollPathRemoveId KMPXPathItem1
       
  2152 mpxcollpath MpxCollPathRemoveId KMPXPathItem2
       
  2153 delete mpxcollpath  
       
  2154 [Endtest]
       
  2155 
       
  2156 [Test]
       
  2157 title  195. CMPXCollectionPath Remove(aIndex)
       
  2158 create ui_commontestclass mpxcollpath
       
  2159 mpxcollpath MpxCollPathNewL
       
  2160 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2161 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2162 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2163 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2164 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2165 mpxcollpath MpxCollPathAppendLIdsL
       
  2166 mpxcollpath MpxCollPathSelectLIndexL 2
       
  2167 mpxcollpath MpxCollPathSelectLIndexL 0
       
  2168 mpxcollpath MpxCollPathRemoveIndex 2
       
  2169 mpxcollpath MpxCollPathRemoveIndex 0
       
  2170 delete mpxcollpath  
       
  2171 [Endtest]
       
  2172 
       
  2173 [Test]
       
  2174 title  196. CMPXCollectionPath IsSelected(aId)
       
  2175 create ui_commontestclass mpxcollpath
       
  2176 mpxcollpath MpxCollPathNewL
       
  2177 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2178 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2179 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2180 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2181 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2182 mpxcollpath MpxCollPathAppendLIdsL
       
  2183 mpxcollpath MpxCollPathSelectLIdL KMPXPathItem2
       
  2184 mpxcollpath MpxCollPathSelectLIdL KMPXPathItem1
       
  2185 mpxcollpath MpxCollPathIsSelectedId KMPXPathItem1 KTrue
       
  2186 mpxcollpath MpxCollPathRemoveId KMPXPathItem1
       
  2187 mpxcollpath MpxCollPathIsSelectedId KMPXPathItem1 KFalse
       
  2188 delete mpxcollpath  
       
  2189 [Endtest]
       
  2190 
       
  2191 [Test]
       
  2192 title  197. CMPXCollectionPath IsSelected(aIndex)
       
  2193 create ui_commontestclass mpxcollpath
       
  2194 mpxcollpath MpxCollPathNewL
       
  2195 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2196 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2197 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2198 mpxcollpath MpxCollPathAppendLIdsL
       
  2199 mpxcollpath MpxCollPathSelectLIndexL 2
       
  2200 mpxcollpath MpxCollPathSelectLIndexL 0
       
  2201 mpxcollpath MpxCollPathIsSelectedIndex 2 KTrue
       
  2202 mpxcollpath MpxCollPathDeselectIndex 2
       
  2203 mpxcollpath MpxCollPathIsSelectedIndex 2 KFalse
       
  2204 delete mpxcollpath  
       
  2205 [Endtest]
       
  2206 
       
  2207 [Test]
       
  2208 title  198. CMPXCollectionPath ClearSelection
       
  2209 create ui_commontestclass mpxcollpath
       
  2210 mpxcollpath MpxCollPathNewL
       
  2211 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2212 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2213 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2214 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2215 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2216 mpxcollpath MpxCollPathAppendLIdsL
       
  2217 mpxcollpath MpxCollPathSelectLIndexL 2
       
  2218 mpxcollpath MpxCollPathSelectLIndexL 0
       
  2219 mpxcollpath MpxCollPathClearSelection
       
  2220 mpxcollpath MpxCollPathIsSelectedIndex 0 KFalse
       
  2221 mpxcollpath MpxCollPathIsSelectedIndex 2 KFalse
       
  2222 delete mpxcollpath  
       
  2223 [Endtest]
       
  2224 
       
  2225 [Test]
       
  2226 title  199. CMPXCollectionPath Selection
       
  2227 create ui_commontestclass mpxcollpath
       
  2228 mpxcollpath MpxCollPathNewL
       
  2229 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2230 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2231 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2232 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2233 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2234 mpxcollpath MpxCollPathAppendLIdsL
       
  2235 mpxcollpath MpxCollPathSelectLIndexL 2
       
  2236 mpxcollpath MpxCollPathSelectLIndexL 1
       
  2237 mpxcollpath MpxCollPathSelection 2 1
       
  2238 delete mpxcollpath  
       
  2239 [Endtest]
       
  2240 
       
  2241 [Test]
       
  2242 title  200. CMPXCollectionPath SelectionL
       
  2243 create ui_commontestclass mpxcollpath
       
  2244 mpxcollpath MpxCollPathNewL
       
  2245 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2246 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2247 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2248 mpxcollpath MpxCollPathAppendLIdsL
       
  2249 mpxcollpath MpxCollPathSelectLIdL KMPXPathItem2
       
  2250 mpxcollpath MpxCollPathSelectLIdL KMPXPathItem3
       
  2251 mpxcollpath MpxCollPathSelectionL KMPXPathItem2 KMPXPathItem3
       
  2252 delete mpxcollpath  
       
  2253 [Endtest]
       
  2254 
       
  2255 [Test]
       
  2256 title  201. CMPXCollectionPath Id
       
  2257 create ui_commontestclass mpxcollpath
       
  2258 mpxcollpath MpxCollPathNewL
       
  2259 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2260 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2261 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2262 mpxcollpath MpxCollPathAppendLIdsL
       
  2263 mpxcollpath MpxCollPathSetId KMPXPathItem3
       
  2264 mpxcollpath MpxCollPathId KMPXPathItem3
       
  2265 delete mpxcollpath  
       
  2266 [Endtest]
       
  2267 
       
  2268 [Test]
       
  2269 title  202. CMPXCollectionPath Count
       
  2270 create ui_commontestclass mpxcollpath
       
  2271 mpxcollpath MpxCollPathNewL
       
  2272 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2273 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2274 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2275 mpxcollpath MpxCollPathAppendLIdsL
       
  2276 mpxcollpath MpxCollPathCount 3
       
  2277 delete mpxcollpath  
       
  2278 [Endtest]
       
  2279 
       
  2280 [Test]
       
  2281 title  203. CMPXCollectionPath IndexOfId
       
  2282 create ui_commontestclass mpxcollpath
       
  2283 mpxcollpath MpxCollPathNewL
       
  2284 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2285 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2286 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2287 mpxcollpath MpxCollPathAppendLIdsL
       
  2288 mpxcollpath MpxCollPathIndexOfId KMPXPathItem1 0
       
  2289 mpxcollpath MpxCollPathIndexOfId KMPXPathItem2 1
       
  2290 mpxcollpath MpxCollPathIndexOfId KMPXPathItem3 2
       
  2291 delete mpxcollpath  
       
  2292 [Endtest]
       
  2293 
       
  2294 [Test]
       
  2295 title  204. CMPXCollectionPath IdOfIndex
       
  2296 create ui_commontestclass mpxcollpath
       
  2297 mpxcollpath MpxCollPathNewL
       
  2298 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2299 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2300 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2301 mpxcollpath MpxCollPathAppendLIdsL
       
  2302 mpxcollpath MpxCollPathIdOfIndex 0 KMPXPathItem1
       
  2303 mpxcollpath MpxCollPathIdOfIndex 1 KMPXPathItem2
       
  2304 mpxcollpath MpxCollPathIdOfIndex 2 KMPXPathItem3
       
  2305 delete mpxcollpath  
       
  2306 [Endtest]
       
  2307 
       
  2308 [Test]
       
  2309 title  205. CMPXCollectionPath OpenAttributes
       
  2310 create ui_commontestclass mpxcollpath
       
  2311 mpxcollpath MpxCollPathNewL
       
  2312 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2313 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2314 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2315 mpxcollpath MpxCollPathAppendLIdsL
       
  2316 mpxcollpath MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID1
       
  2317 mpxcollpath MpxAttCopyConstAtt KMPXAttContentID2 KMPXAttAttributeID2
       
  2318 mpxcollpath MpxCollPathSetLAttrsL
       
  2319 mpxcollpath MpxCollPathOpenAttributes
       
  2320 delete mpxcollpath  
       
  2321 [Endtest]
       
  2322 
       
  2323 [Test]
       
  2324 title  206. CMPXCollectionPath Index(aLevel)
       
  2325 create ui_commontestclass mpxcollpath
       
  2326 mpxcollpath MpxCollPathNewL
       
  2327 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2328 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2329 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2330 mpxcollpath MpxCollPathAppendLIdsL
       
  2331 mpxcollpath MpxCollPathSetIndex 1
       
  2332 mpxcollpath MpxItemIdReset
       
  2333 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2334 mpxcollpath MpxItemIdConst KMPXPathItem4
       
  2335 mpxcollpath MpxCollPathAppendLIdsL
       
  2336 mpxcollpath MpxCollPathSetIndex 0
       
  2337 mpxcollpath MpxCollPathIndexLevel 1 1
       
  2338 mpxcollpath MpxCollPathIndexLevel 2 0
       
  2339 delete mpxcollpath  
       
  2340 [Endtest]
       
  2341 
       
  2342 [Test]
       
  2343 title  207. CMPXCollectionPath Id(aLevel)
       
  2344 create ui_commontestclass mpxcollpath
       
  2345 mpxcollpath MpxCollPathNewL
       
  2346 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2347 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2348 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2349 mpxcollpath MpxCollPathAppendLIdsL
       
  2350 mpxcollpath MpxCollPathSetIndex 1
       
  2351 mpxcollpath MpxItemIdReset
       
  2352 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2353 mpxcollpath MpxItemIdConst KMPXPathItem4
       
  2354 mpxcollpath MpxCollPathAppendLIdsL
       
  2355 mpxcollpath MpxCollPathSetIndex 0
       
  2356 mpxcollpath MpxCollPathIdLevel 1 KMPXPathItem2
       
  2357 mpxcollpath MpxCollPathIdLevel 2 KMPXPathItem3
       
  2358 delete mpxcollpath  
       
  2359 [Endtest]
       
  2360 
       
  2361 [Test]
       
  2362 title  208. CMPXCollectionPath ExternalizeL and InternalizeL
       
  2363 create ui_commontestclass mpxcollpath
       
  2364 mpxcollpath MpxCollPathNewL
       
  2365 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2366 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2367 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2368 mpxcollpath MpxCollPathAppendLIdsL
       
  2369 mpxcollpath MpxCollPathSetIndex 1
       
  2370 mpxcollpath MpxItemIdReset
       
  2371 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2372 mpxcollpath MpxItemIdConst KMPXPathItem4
       
  2373 mpxcollpath MpxCollPathAppendLIdsL
       
  2374 mpxcollpath MpxCollPathSetIndex 0
       
  2375 mpxcollpath MpxCollPathStreamingL
       
  2376 delete mpxcollpath  
       
  2377 [Endtest]
       
  2378 
       
  2379 [Test]
       
  2380 title  209. CMPXCollectionPath HandleChange - KPathChangeAdded
       
  2381 create ui_commontestclass mpxcollpath
       
  2382 mpxcollpath MpxCollPathNewL
       
  2383 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2384 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2385 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2386 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2387 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2388 mpxcollpath MpxCollPathAppendLIdsL
       
  2389 mpxcollpath MpxCollPathSelectLIndexL 2
       
  2390 mpxcollpath MpxCollPathHandleChange KMPXPathItem3 0 KPathChangeAdded KErrNotFound KChangeResultPathModified
       
  2391 delete mpxcollpath
       
  2392 [Endtest]
       
  2393 
       
  2394 [Test]
       
  2395 title  210. CMPXCollectionPath HandleChange - KPathChangeDeleted: Not Top Level
       
  2396 create ui_commontestclass mpxcollpath
       
  2397 mpxcollpath MpxCollPathNewL
       
  2398 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2399 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2400 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2401 mpxcollpath MpxCollPathAppendLIdsL
       
  2402 mpxcollpath MpxCollPathSetIndex 1
       
  2403 mpxcollpath MpxItemIdReset
       
  2404 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2405 mpxcollpath MpxItemIdConst KMPXPathItem4
       
  2406 mpxcollpath MpxCollPathAppendLIdsL
       
  2407 mpxcollpath MpxCollPathSetIndex 0
       
  2408 mpxcollpath MpxCollPathHandleChange 0 KMPXPathItem2 KPathChangeDeleted 1 KChangeResultPathClipped
       
  2409 delete mpxcollpath
       
  2410 [Endtest]
       
  2411 
       
  2412 [Test]
       
  2413 title  211. CMPXCollectionPath HandleChange - KPathChangeDeleted: Top Level
       
  2414 create ui_commontestclass mpxcollpath
       
  2415 mpxcollpath MpxCollPathNewL
       
  2416 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2417 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2418 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2419 mpxcollpath MpxCollPathAppendLIdsL
       
  2420 mpxcollpath MpxCollPathSetIndex 1
       
  2421 mpxcollpath MpxItemIdReset
       
  2422 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2423 mpxcollpath MpxItemIdConst KMPXPathItem4
       
  2424 mpxcollpath MpxCollPathAppendLIdsL
       
  2425 mpxcollpath MpxCollPathSetIndex 0
       
  2426 mpxcollpath MpxCollPathHandleChange KMPXPathItem3 0 KPathChangeDeleted 0 KChangeResultPathModified
       
  2427 delete mpxcollpath
       
  2428 [Endtest]
       
  2429 
       
  2430 [Test]
       
  2431 title  212. CMPXCollectionPath HandleChange - KPathChangeModified: Not Top Level
       
  2432 create ui_commontestclass mpxcollpath
       
  2433 mpxcollpath MpxCollPathNewL
       
  2434 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2435 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2436 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2437 mpxcollpath MpxCollPathAppendLIdsL
       
  2438 mpxcollpath MpxCollPathSetIndex 1
       
  2439 mpxcollpath MpxItemIdReset
       
  2440 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2441 mpxcollpath MpxItemIdConst KMPXPathItem4
       
  2442 mpxcollpath MpxCollPathAppendLIdsL
       
  2443 mpxcollpath MpxCollPathSetIndex 0
       
  2444 mpxcollpath MpxCollPathHandleChange KMPXPathItem5 KMPXPathItem2 KPathChangeModified KErrNotFound KChangeResultPathModified
       
  2445 delete mpxcollpath
       
  2446 [Endtest]
       
  2447 
       
  2448 [Test]
       
  2449 title  213. CMPXCollectionPath HandleChange - KPathChangeModified: Top Level
       
  2450 create ui_commontestclass mpxcollpath
       
  2451 mpxcollpath MpxCollPathNewL
       
  2452 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2453 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2454 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2455 mpxcollpath MpxCollPathAppendLIdsL
       
  2456 mpxcollpath MpxCollPathSetIndex 1
       
  2457 mpxcollpath MpxItemIdReset
       
  2458 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2459 mpxcollpath MpxItemIdConst KMPXPathItem4
       
  2460 mpxcollpath MpxCollPathAppendLIdsL
       
  2461 mpxcollpath MpxCollPathSetIndex 0
       
  2462 mpxcollpath MpxCollPathHandleChange KMPXPathItem5 KMPXPathItem4 KPathChangeModified 1 KChangeResultPathModified
       
  2463 delete mpxcollpath
       
  2464 [Endtest]
       
  2465 
       
  2466 [Test]
       
  2467 title  214. CMPXCollectionPath ContainerPathL
       
  2468 create ui_commontestclass mpxcollpath
       
  2469 mpxcollpath MpxCollPathNewL
       
  2470 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2471 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2472 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2473 mpxcollpath MpxCollPathNewLPathL
       
  2474 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2475 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2476 mpxcollpath MpxCollPathAppendLIdsL
       
  2477 mpxcollpath MpxCollectionpathContainerPathL
       
  2478 delete mpxcollpath  
       
  2479 [Endtest]
       
  2480 
       
  2481 [Test]
       
  2482 title  215. CMPXCollectionPath InsertL 
       
  2483 create ui_commontestclass mpxcollpath
       
  2484 mpxcollpath MpxCollPathNewL
       
  2485 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2486 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2487 mpxcollpath MpxCollectionpathInsertL KMPXPathLevel3
       
  2488 delete mpxcollpath
       
  2489 [Endtest]
       
  2490 
       
  2491 [Test]
       
  2492 title  216. CMPXCollectionPath Items 
       
  2493 create ui_commontestclass mpxcollpath
       
  2494 mpxcollpath MpxCollPathNewL
       
  2495 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2496 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2497 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2498 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2499 mpxcollpath MpxCollectionpathItems
       
  2500 delete mpxcollpath
       
  2501 [Endtest]
       
  2502 
       
  2503 [Test]
       
  2504 title  217. CMPXCollectionPath Update
       
  2505 create ui_commontestclass mpxcollpath
       
  2506 mpxcollpath MpxCollPathNewL
       
  2507 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2508 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2509 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2510 mpxcollpath MpxCollPathNewLPathL
       
  2511 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2512 mpxcollpath MpxCollPathAppendLIdsL
       
  2513 mpxcollpath MpxCollPathSetIndex 1
       
  2514 mpxcollpath MpxCollectionpathUpdate 0 KMPXPathItem3
       
  2515 delete mpxcollpath  
       
  2516 [Endtest]
       
  2517 
       
  2518 [Test]
       
  2519 title  218. CMPXCollectionPath Delete
       
  2520 create ui_commontestclass mpxcollpath
       
  2521 mpxcollpath MpxCollPathNewL
       
  2522 mpxcollpath MpxCollectionpathDelete
       
  2523 delete mpxcollpath  
       
  2524 [Endtest]
       
  2525 
       
  2526 [Test]
       
  2527 title  219. CMPXCollectionPath Set(aAttrs)
       
  2528 create ui_commontestclass mpxcollpath
       
  2529 mpxcollpath MpxCollPathNewL
       
  2530 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2531 mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2532 mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2533 mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2534 mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2535 mpxcollpath MpxCollPathAppendLIdsL
       
  2536 mpxcollpath MpxAttCopyConstAtt KMPXAttContentID1 KMPXAttAttributeID1
       
  2537 mpxcollpath MpxAttCopyConstAtt KMPXAttContentID2 KMPXAttAttributeID2
       
  2538 mpxcollpath MpxCollectionpathCollPathSetAttrsL
       
  2539 delete mpxcollpath  
       
  2540 [Endtest]
       
  2541 
       
  2542 //[Test]
       
  2543 //title  220. CMPXCollectionPath HandleChange - KPathChangeGroupModified
       
  2544 //create ui_commontestclass mpxcollpath
       
  2545 //mpxcollpath MpxCollPathNewL
       
  2546 //mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2547 //mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel2
       
  2548 //mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2549 //mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2550 //mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2551 //mpxcollpath MpxCollPathAppendLIdsL
       
  2552 //mpxcollpath MpxCollPathSelectLIndexL 2
       
  2553 //mpxcollpath MpxCollPathHandleChange KMPXPathItem3 0 KPathChangeGroupModified KErrNotFound KChangeResultPathModified
       
  2554 //delete mpxcollpath
       
  2555 //[Endtest]
       
  2556 
       
  2557 //[Test]
       
  2558 //title  221. CMPXCollectionPath HandleChange - Path Unchanged
       
  2559 //create ui_commontestclass mpxcollpath
       
  2560 //mpxcollpath MpxCollPathNewL
       
  2561 //mpxcollpath MpxCollPathAppendLIdL KMPXPathLevel1
       
  2562 //mpxcollpath MpxItemIdConst KMPXPathItem1
       
  2563 //mpxcollpath MpxItemIdConst KMPXPathItem2
       
  2564 //mpxcollpath MpxCollPathAppendLIdsL
       
  2565 //mpxcollpath MpxCollPathSetIndex 1
       
  2566 //mpxcollpath MpxItemIdReset
       
  2567 //mpxcollpath MpxItemIdConst KMPXPathItem3
       
  2568 //mpxcollpath MpxItemIdConst KMPXPathItem4
       
  2569 //mpxcollpath MpxCollPathAppendLIdsL
       
  2570 //mpxcollpath MpxCollPathSetIndex 0
       
  2571 //mpxcollpath MpxCollPathHandleChange KMPXPathItem5 KMPXPathLevel2 KPathChangeModified KErrNotFound KChangeResultPathUnchanged
       
  2572 //delete mpxcollpath
       
  2573 //[Endtest]
       
  2574 
       
  2575 // --------------------------------------------------------------------------
       
  2576 //             18.mpxclientlist.h                  CMPXClientList
       
  2577 // --------------------------------------------------------------------------
       
  2578 [Test]
       
  2579 title  220. CMPXClientList NewL
       
  2580 create ui_commontestclass mpxclientlist
       
  2581 mpxclientlist MpxClientListNewL
       
  2582 mpxclientlist MpxClientListDestruction
       
  2583 delete mpxclientlist
       
  2584 [Endtest]
       
  2585 
       
  2586 [Test]
       
  2587 title  221. CMPXClientList ClientCount
       
  2588 create ui_commontestclass mpxclientlist
       
  2589 mpxclientlist MpxClientListNewL
       
  2590 mpxclientlist MpxClientListClientCount 0
       
  2591 mpxclientlist MpxClientListDestruction
       
  2592 delete mpxclientlist
       
  2593 [Endtest]
       
  2594 
       
  2595 [Test]
       
  2596 title  222. CMPXClientList IsClient
       
  2597 create ui_commontestclass mpxclientlist
       
  2598 mpxclientlist MpxClientListNewL
       
  2599 mpxclientlist MpxClientListIsClient KFalse
       
  2600 mpxclientlist MpxClientListDestruction
       
  2601 delete mpxclientlist
       
  2602 [Endtest]
       
  2603 
       
  2604 [Test]
       
  2605 title  223. CMPXClientList Find by MsgQueue
       
  2606 create ui_commontestclass mpxclientlist
       
  2607 mpxclientlist MpxClientListNewL
       
  2608 mpxclientlist CreateCMPXMessageQueueL
       
  2609 mpxclientlist MpxClientListFindByMsg KErrNotFound
       
  2610 mpxclientlist MpxClientListDestruction
       
  2611 delete mpxclientlist
       
  2612 [Endtest]
       
  2613 
       
  2614 [Test]
       
  2615 title  224. CMPXClientList Find by ThreadId
       
  2616 create ui_commontestclass mpxclientlist
       
  2617 mpxclientlist MpxClientListNewL
       
  2618 mpxclientlist MpxClientListFindById KErrNotFound
       
  2619 mpxclientlist MpxClientListDestruction
       
  2620 delete mpxclientlist
       
  2621 [Endtest]
       
  2622 
       
  2623 [Test]
       
  2624 title  225. CMPXClientList Adds a subscription
       
  2625 create ui_commontestclass mpxclientlist
       
  2626 mpxclientlist MpxClientListNewL
       
  2627 mpxclientlist CreateCMPXMessageQueueL
       
  2628 mpxclientlist MpxClientListFindByMsg KErrNotFound
       
  2629 mpxclientlist CMPXSubscriptionNewL				
       
  2630 //mpxclientlist MpxMediaArrayNewL						
       
  2631 mpxclientlist MpxClientListAddClientL			
       
  2632 mpxclientlist MpxClientListAddSubscriptionL
       
  2633 mpxclientlist MpxClientListDestruction
       
  2634 //mpxclientlist MpxMediaDeleteL						
       
  2635 delete mpxclientlist
       
  2636 [Endtest]
       
  2637 
       
  2638 [Test]
       
  2639 title  226. CMPXClientList Removes a subscription
       
  2640 create ui_commontestclass mpxclientlist
       
  2641 mpxclientlist MpxClientListNewL
       
  2642 //mpxclientlist CreateCMPXMessageQueueL
       
  2643 //mpxclientlist MpxClientListFindByMsg KErrNotFound
       
  2644 mpxclientlist CMPXSubscriptionNewL					
       
  2645 //mpxclientlist MpxMediaArrayNewL						
       
  2646 mpxclientlist MpxClientListAddClientL				
       
  2647 mpxclientlist MpxClientListAddSubscriptionL			
       
  2648 mpxclientlist MpxClientListRemoveSubscriptionL
       
  2649 mpxclientlist MpxClientListDestruction
       
  2650 //mpxclientlist MpxMediaDeleteL						
       
  2651 delete mpxclientlist
       
  2652 [Endtest]
       
  2653 
       
  2654 [Test]
       
  2655 title  227. CMPXClientList Removes all subscription
       
  2656 create ui_commontestclass mpxclientlist
       
  2657 mpxclientlist MpxClientListNewL
       
  2658 //mpxclientlist CreateCMPXMessageQueueL
       
  2659 //mpxclientlist MpxClientListFindByMsg KErrNotFound
       
  2660 //mpxclientlist MpxClientListFindByMsg KErrNotFound		
       
  2661 //mpxclientlist MpxMediaArrayNewL							
       
  2662 mpxclientlist CMPXSubscriptionNewL					
       
  2663 mpxclientlist MpxClientListAddClientL				
       
  2664 mpxclientlist MpxClientListAddSubscriptionL				
       
  2665 mpxclientlist MpxClientListRemoveAllSubscriptionsL
       
  2666 mpxclientlist MpxClientListDestruction
       
  2667 //mpxclientlist MpxMediaDeleteL							
       
  2668 delete mpxclientlist
       
  2669 [Endtest]
       
  2670 
       
  2671 [Test]
       
  2672 title 228. MPXClientListConvertMsgLC CMPXClientList 
       
  2673 create ui_commontestclass mpxclientlist
       
  2674 mpxclientlist MpxClientListNewL
       
  2675 mpxclientlist MPXClientListConvertMsgLC
       
  2676 mpxclientlist MpxClientListDestruction
       
  2677 delete mpxclientlist
       
  2678 [Endtest]
       
  2679 
       
  2680 [Test]
       
  2681 title 229. SendMsgLIndexAndTMPMsgCMPXClientList
       
  2682 create ui_commontestclass CMPXClientList
       
  2683 CMPXClientList MpxClientListNewL      
       
  2684 CMPXClientList MpxClientListAddClientLUsingMode     
       
  2685 CMPXClientList SendMsgLIndexAndTMPMsgCMPXClientList
       
  2686 CMPXClientList MpxClientListDestruction
       
  2687 delete CMPXClientList
       
  2688 [Endtest]
       
  2689 
       
  2690 
       
  2691 [Test]
       
  2692 title  230. AddClientL CMPXMessageMonitor
       
  2693 create ui_commontestclass monitor
       
  2694 monitor MpxClientListAddClientLUsingMode
       
  2695 delete monitor
       
  2696 [Endtest]
       
  2697 
       
  2698 [Test]
       
  2699 title  231. MpxClientListSendMsg CMPXClientList 
       
  2700 create ui_commontestclass mpxclientlist
       
  2701 mpxclientlist MpxClientListNewL
       
  2702 mpxclientlist MpxClientListSendMsg
       
  2703 delete mpxclientlist
       
  2704 [Endtest]
       
  2705 
       
  2706 [Test]
       
  2707 title 232. MpxClientListSendMsgaIndex CMPXClientList 
       
  2708 create ui_commontestclass mpxclientlist
       
  2709 mpxclientlist MpxClientListNewL
       
  2710 mpxclientlist MpxClientListAddClientL
       
  2711 mpxclientlist MpxClientListSendMsgaIndex
       
  2712 mpxclientlist MpxClientListDestruction
       
  2713 delete mpxclientlist
       
  2714 [Endtest]
       
  2715 
       
  2716 [Test]
       
  2717 title 233. SendMsgLByMsgCMPXClientList
       
  2718 create ui_commontestclass CMPXClientList
       
  2719 CMPXClientList MpxClientListNewL
       
  2720 CMPXClientList SendMsgLByMsgCMPXClientList
       
  2721 CMPXClientList MpxClientListDestruction
       
  2722 delete task
       
  2723 [Endtest]
       
  2724 
       
  2725 [Test]
       
  2726 title  234. CMPXClientList Destruction
       
  2727 create ui_commontestclass mpxclientlist
       
  2728 mpxclientlist MpxClientListNewL
       
  2729 mpxclientlist DeleteMpxClientList
       
  2730 delete mpxclientlist
       
  2731 [Endtest]
       
  2732 
       
  2733 [Test]
       
  2734 title  235. CMPXClientList AddClientL
       
  2735 create ui_commontestclass mpxclientlist
       
  2736 mpxclientlist MpxClientListNewL
       
  2737 mpxclientlist MpxClientListAddClientL
       
  2738 delete mpxclientlist
       
  2739 [Endtest]
       
  2740 
       
  2741 [Test]
       
  2742 title  236. CMPXClientList MpxClientListAddClientLUsingMode
       
  2743 create ui_commontestclass mpxclientlist
       
  2744 mpxclientlist MpxClientListNewL
       
  2745 mpxclientlist MpxClientListAddClientLUsingMode
       
  2746 delete mpxclientlist
       
  2747 [Endtest]
       
  2748 
       
  2749 [Test]
       
  2750 title  237. CMPXClientList MpxClientListRemoveClient
       
  2751 create ui_commontestclass mpxclientlist
       
  2752 mpxclientlist MpxClientListNewL
       
  2753 mpxclientlist MpxClientListAddClientLUsingMode
       
  2754 mpxclientlist MpxClientListRemoveClient
       
  2755 delete mpxclientlist
       
  2756 [Endtest]
       
  2757 
       
  2758 [Test]
       
  2759 title  238. CMPXClientList MpxClientListClientProcessList
       
  2760 create ui_commontestclass mpxclientlist
       
  2761 mpxclientlist MpxClientListNewL
       
  2762 mpxclientlist MpxClientListClientProcessList
       
  2763 delete mpxclientlist
       
  2764 [Endtest]
       
  2765 
       
  2766 
       
  2767 
       
  2768 [Test]
       
  2769 title  239. MpxClientListClientMode CMPXClientList 
       
  2770 create ui_commontestclass mpxclientlist
       
  2771 mpxclientlist MpxClientListNewL
       
  2772 mpxclientlist MpxClientListAddClientL
       
  2773 mpxclientlist MpxClientListClientMode
       
  2774 delete mpxclientlist
       
  2775 [Endtest]
       
  2776 
       
  2777 // --------------------------------------------------------------------------
       
  2778 //          19.mpxpluginhandlerbase.h                  CMPXPluginHandlerBase
       
  2779 // --------------------------------------------------------------------------
       
  2780 [Test]
       
  2781 title  240. CMPXPluginHandlerBase SelectPluginL(aPluginUid)
       
  2782 create ui_commontestclass mpxpluginhandlerbase
       
  2783 mpxpluginhandlerbase MpxPluginHandlerBaseSelectPluginLIdL
       
  2784 delete mpxpluginhandlerbase
       
  2785 [Endtest]
       
  2786 
       
  2787 [Test]
       
  2788 title  241. CMPXPluginHandlerBase SelectPluginL(aPluginName)
       
  2789 create ui_commontestclass mpxpluginhandlerbase
       
  2790 mpxpluginhandlerbase MpxPluginHandlerBaseSelectPluginLNameL
       
  2791 delete mpxpluginhandlerbase
       
  2792 [Endtest]
       
  2793 
       
  2794 [Test]
       
  2795 title  242. CMPXPluginHandlerBase SelectPluginL(aUri, aDataType)
       
  2796 create ui_commontestclass mpxpluginhandlerbase
       
  2797 mpxpluginhandlerbase MpxPluginHandlerBaseSelectPluginLUriL
       
  2798 delete mpxpluginhandlerbase
       
  2799 [Endtest]
       
  2800 
       
  2801 [Test]
       
  2802 title  241. CMPXPluginHandlerBase SelectPluginL(aPluginType)
       
  2803 create ui_commontestclass mpxpluginhandlerbase
       
  2804 mpxpluginhandlerbase MpxPluginHandlerBaseSelectPluginLTypeL
       
  2805 delete mpxpluginhandlerbase
       
  2806 [Endtest]
       
  2807 
       
  2808 [Test]
       
  2809 title  242. CMPXPluginHandlerBase ClearSelectionCriteria
       
  2810 create ui_commontestclass mpxpluginhandlerbase
       
  2811 mpxpluginhandlerbase MpxPluginHandlerBaseClearSelectionCriteria
       
  2812 delete mpxpluginhandlerbase
       
  2813 [Endtest]
       
  2814 
       
  2815 [Test]
       
  2816 title  243. CMPXPluginHandlerBase PluginName(aPluginType)
       
  2817 create ui_commontestclass mpxpluginhandlerbase
       
  2818 mpxpluginhandlerbase MpxPluginHandlerBasePluginNameType
       
  2819 delete mpxpluginhandlerbase
       
  2820 [Endtest]
       
  2821 
       
  2822 [Test]
       
  2823 title  244. CMPXPluginHandlerBase PluginNamesL
       
  2824 create ui_commontestclass mpxpluginhandlerbase
       
  2825 mpxpluginhandlerbase MpxPluginHandlerBasePluginNamesL
       
  2826 delete mpxpluginhandlerbase
       
  2827 [Endtest]
       
  2828 
       
  2829 [Test]
       
  2830 title  245. CMPXPluginHandlerBase SupportedMimeTypesL
       
  2831 create ui_commontestclass mpxpluginhandlerbase
       
  2832 mpxpluginhandlerbase MpxPluginHandlerBaseSupportedMimeTypesL
       
  2833 delete mpxpluginhandlerbase
       
  2834 [Endtest]
       
  2835 
       
  2836 [Test]
       
  2837 title  246. CMPXPluginHandlerBase SupportedExtensionsL
       
  2838 create ui_commontestclass mpxpluginhandlerbase
       
  2839 mpxpluginhandlerbase MpxPluginHandlerBaseSupportedExtensionsL
       
  2840 delete mpxpluginhandlerbase
       
  2841 [Endtest]
       
  2842 
       
  2843 [Test]
       
  2844 title  247. CMPXPluginHandlerBase SupportedSchemasL
       
  2845 create ui_commontestclass mpxpluginhandlerbase
       
  2846 mpxpluginhandlerbase MpxPluginHandlerBaseSupportedSchemasL
       
  2847 delete mpxpluginhandlerbase
       
  2848 [Endtest]
       
  2849 
       
  2850 [Test]
       
  2851 title  248. CMPXPluginHandlerBase SupportedMimeTypesL
       
  2852 create ui_commontestclass mpxpluginhandlerbase
       
  2853 mpxpluginhandlerbase MpxPluginHandlerBaseSupportedMimeTypesLUidL
       
  2854 delete mpxpluginhandlerbase
       
  2855 [Endtest]
       
  2856 
       
  2857 [Test]
       
  2858 title  249. CMPXPluginHandlerBase SupportedExtensionsL
       
  2859 create ui_commontestclass mpxpluginhandlerbase
       
  2860 mpxpluginhandlerbase MpxPluginHandlerBaseSupportedExtensionsLUidL
       
  2861 delete mpxpluginhandlerbase
       
  2862 [Endtest]
       
  2863 
       
  2864 [Test]
       
  2865 title  250. CMPXPluginHandlerBase GetPluginTypes
       
  2866 create ui_commontestclass mpxpluginhandlerbase
       
  2867 mpxpluginhandlerbase MpxPluginHandlerBaseGetPluginTypes
       
  2868 delete mpxpluginhandlerbase
       
  2869 [Endtest]
       
  2870 
       
  2871 [Test]
       
  2872 title  251. CMPXPluginHandlerBase GetPluginUids
       
  2873 create ui_commontestclass mpxpluginhandlerbase
       
  2874 mpxpluginhandlerbase MpxPluginHandlerBaseGetPluginUids
       
  2875 delete mpxpluginhandlerbase
       
  2876 [Endtest]
       
  2877 
       
  2878 [Test]
       
  2879 title  252. CMPXPluginHandlerBase GetPluginUidsL
       
  2880 create ui_commontestclass mpxpluginhandlerbase
       
  2881 mpxpluginhandlerbase MpxPluginHandlerBaseGetPluginUidsL
       
  2882 delete mpxpluginhandlerbase
       
  2883 [Endtest]
       
  2884 
       
  2885 [Test]
       
  2886 title  253. CMPXPluginHandlerBase PluginUid
       
  2887 create ui_commontestclass mpxpluginhandlerbase
       
  2888 mpxpluginhandlerbase MpxPluginHandlerBasePluginUid
       
  2889 delete mpxpluginhandlerbase
       
  2890 [Endtest]
       
  2891 
       
  2892 [Test]
       
  2893 title  254. CMPXPluginHandlerBase IndexOf
       
  2894 create ui_commontestclass mpxpluginhandlerbase
       
  2895 mpxpluginhandlerbase MpxPluginHandlerBaseIndexOf
       
  2896 delete mpxpluginhandlerbase
       
  2897 [Endtest]
       
  2898 
       
  2899 [Test]
       
  2900 title  255. CMPXPluginHandlerBase CreatePluginListL
       
  2901 create ui_commontestclass mpxpluginhandlerbase
       
  2902 mpxpluginhandlerbase MpxPluginHandlerBaseCreatePluginListL
       
  2903 delete mpxpluginhandlerbase
       
  2904 [Endtest]
       
  2905 
       
  2906 [Test]
       
  2907 title  256. CMPXPluginHandlerBase FindPlugin
       
  2908 create ui_commontestclass mpxpluginhandlerbase
       
  2909 mpxpluginhandlerbase MpxPluginHandlerBaseFindPlugin
       
  2910 delete mpxpluginhandlerbase
       
  2911 [Endtest]
       
  2912 
       
  2913 [Test]
       
  2914 title  257. AddClientL testmpxuser
       
  2915 create ui_commontestclass mpxpluginhandlerbase
       
  2916 mpxpluginhandlerbase MpxClientListAddClientL
       
  2917 mpxpluginhandlerbase MpxClientListDestruction
       
  2918 delete mpxpluginhandlerbase
       
  2919 [Endtest]
       
  2920 
       
  2921 //[Test]
       
  2922 //title  258. CMPXPluginHandlerBase SupportUids
       
  2923 //create ui_commontestclass mpxpluginhandlerbase
       
  2924 //mpxpluginhandlerbase MpxPluginHandlerBaseSupportUids
       
  2925 //delete mpxpluginhandlerbase
       
  2926 //[Endtest]
       
  2927 
       
  2928 [Test]
       
  2929 title  259. CMPXPluginHandlerBase CMPXPluginHandlerBase
       
  2930 create ui_commontestclass mpxpluginhandlerbase
       
  2931 mpxpluginhandlerbase MpxPluginHandlerBaseCreate
       
  2932 delete mpxpluginhandlerbase
       
  2933 [Endtest]
       
  2934 
       
  2935 [Test]
       
  2936 title  260. CMPXPluginHandlerBase ~CMPXPluginHandlerBase
       
  2937 create ui_commontestclass mpxpluginhandlerbase
       
  2938 mpxpluginhandlerbase MpxPluginHandlerBaseDestruction
       
  2939 delete mpxpluginhandlerbase
       
  2940 [Endtest]
       
  2941 
       
  2942 //[Test]
       
  2943 //title  261. CMPXPluginHandlerBase SelectPluginL
       
  2944 //create ui_commontestclass mpxpluginhandlerbase
       
  2945 //mpxpluginhandlerbase MpxPluginHandlerBaseSelectPluginLRFile mpxtest2.mp3
       
  2946 //delete mpxpluginhandlerbase
       
  2947 //[Endtest]
       
  2948 
       
  2949 [Test]
       
  2950 title  262. CMPXPluginHandlerBase PluginName
       
  2951 create ui_commontestclass mpxpluginhandlerbase
       
  2952 mpxpluginhandlerbase MpxPluginHandlerBasePluginNameByUid
       
  2953 delete mpxpluginhandlerbase
       
  2954 [Endtest]
       
  2955 
       
  2956 //[Test]
       
  2957 //title  263. CMPXPluginHandlerBase PluginFlagsL
       
  2958 //create ui_commontestclass mpxpluginhandlerbase
       
  2959 //mpxpluginhandlerbase MpxPluginHandlerBaseCreatePluginListL
       
  2960 ////mpxpluginhandlerbase MpxPluginHandlerBaseSupportUids					
       
  2961 ////mpxpluginhandlerbase MpxPluginHandlerBaseSelectPluginLIdL					
       
  2962 ////mpxpluginhandlerbase MpxPluginHandlerBaseSelectPluginLRFile mpxtest2.mp3		
       
  2963 //mpxpluginhandlerbase MpxPluginHandlerBasePluginFlagsL
       
  2964 //delete mpxpluginhandlerbase
       
  2965 //[Endtest]
       
  2966 
       
  2967 [Test]
       
  2968 title  264. CMPXPluginHandlerBase MpxPluginType
       
  2969 create ui_commontestclass mpxpluginhandlerbase
       
  2970 mpxpluginhandlerbase MpxPluginHandlerBasePluginType
       
  2971 delete mpxpluginhandlerbase
       
  2972 [Endtest]
       
  2973 
       
  2974 
       
  2975 [Test]
       
  2976 title  265. CMPXPluginHandlerBase GetSelectionCriteria
       
  2977 create ui_commontestclass mpxpluginhandlerbase
       
  2978 //mpxpluginhandlerbase MpxPluginHandlerBaseSelectPluginLUriL            
       
  2979 mpxpluginhandlerbase MpxPluginHandlerBaseGetSelectionCriteria
       
  2980 delete mpxpluginhandlerbase
       
  2981 
       
  2982 [Endtest]
       
  2983 
       
  2984 [Test]
       
  2985 title  266. CMPXPluginHandlerBase UsePlugin
       
  2986 create ui_commontestclass mpxpluginhandlerbase
       
  2987 mpxpluginhandlerbase MpxPluginHandlerBaseUsePluginTUid
       
  2988 delete mpxpluginhandlerbase
       
  2989 [Endtest]
       
  2990 
       
  2991 [Test]
       
  2992 title  267. CMPXPluginHandlerBase ReleasePlugin
       
  2993 create ui_commontestclass mpxpluginhandlerbase
       
  2994 mpxpluginhandlerbase MpxPluginHandlerBaseReleasePluginTUid
       
  2995 delete mpxpluginhandlerbase
       
  2996 [Endtest]
       
  2997 
       
  2998 [Test]
       
  2999 title  268. CMPXPluginHandlerBase PluginsChangedL
       
  3000 create ui_commontestclass mpxpluginhandlerbase
       
  3001 mpxpluginhandlerbase MpxPluginHBBasePluginsChangedL
       
  3002 delete mpxpluginhandlerbase
       
  3003 [Endtest]
       
  3004 
       
  3005 [Test]
       
  3006 title  269. CMPXPluginHandlerBase IsPluginLoaded
       
  3007 create ui_commontestclass mpxpluginhandlerbase
       
  3008 mpxpluginhandlerbase MpxPluginHBBaseIsPluginLoaded
       
  3009 delete mpxpluginhandlerbase
       
  3010 [Endtest]
       
  3011 
       
  3012 [Test]
       
  3013 title  270. CMPXPluginHandlerBase LoadPluginL
       
  3014 create ui_commontestclass mpxpluginhandlerbase
       
  3015 mpxpluginhandlerbase MpxPluginHBBaseLoadPluginL
       
  3016 delete mpxpluginhandlerbase
       
  3017 [Endtest]
       
  3018 
       
  3019 [Test]
       
  3020 title  271. CMPXPluginHandlerBase HandlePluginUnload
       
  3021 create ui_commontestclass mpxpluginhandlerbase
       
  3022 mpxpluginhandlerbase MpxPluginHBBaseHandlePluginUnload
       
  3023 delete mpxpluginhandlerbase
       
  3024 [Endtest]
       
  3025 
       
  3026 
       
  3027 // --------------------------------------------------------------------------
       
  3028 //          20.mpxplugininfo.h                     CMPXPluginInfo
       
  3029 // --------------------------------------------------------------------------
       
  3030 [Test]
       
  3031 title 272. CMPXPluginInfoDestructor
       
  3032 create ui_commontestclass info
       
  3033 info CMPXPluginInfoDestructor
       
  3034 delete info 
       
  3035 [Endtest]
       
  3036 
       
  3037 [Test]
       
  3038 title 273. CMPXPluginInfoImplementationUid
       
  3039 create ui_commontestclass info
       
  3040 info CMPXPluginInfoImplementationUid
       
  3041 delete info 
       
  3042 [Endtest]
       
  3043 
       
  3044 
       
  3045 //[Test]
       
  3046 //title 274. CMPXPluginInfoFlags
       
  3047 //create ui_commontestclass info
       
  3048 //info CMPXPluginInfoImplementationUid
       
  3049 //info CMPXPluginInfoFlags
       
  3050 //delete info 
       
  3051 //[Endtest]
       
  3052 
       
  3053 [Test]
       
  3054 title 275. CMPXPluginInfo ProcessTaggedDataExL
       
  3055 create ui_commontestclass info
       
  3056 info CMPXPluginInfoProcessTaggedDataExL
       
  3057 delete info 
       
  3058 [Endtest]
       
  3059 
       
  3060 [Test]
       
  3061 title 276. CMPXPluginInfo ProcessTaggedDataExL
       
  3062 create ui_commontestclass info
       
  3063 info CMPXPluginInfoExtractIntoArrayL
       
  3064 delete info 
       
  3065 [Endtest]
       
  3066 
       
  3067 
       
  3068 // --------------------------------------------------------------------------
       
  3069 //          21.mpxsubscription.h                   CMPXSubscription  added on 2009,2,13
       
  3070 // --------------------------------------------------------------------------
       
  3071 [Test]
       
  3072 title 277. CMPXSubscription NewL
       
  3073 create ui_commontestclass subscription
       
  3074 subscription CMPXSubscriptionNewL
       
  3075 delete subscription
       
  3076 pause 1000
       
  3077 [Endtest]
       
  3078 
       
  3079 [Test]
       
  3080 title 278. CMPXSubscription NewL(CMPXMediaArray&) 
       
  3081 create ui_commontestclass subscription
       
  3082 subscription MpxMediaArrayNewL
       
  3083 subscription CMPXSubscriptionNewLWithMediaArrayL
       
  3084 subscription MpxMediaDeleteL
       
  3085 delete subscription
       
  3086 pause 1000
       
  3087 [Endtest]
       
  3088 
       
  3089 [Test]
       
  3090 title 279.1 CMPXSubscription AddItemL
       
  3091 create ui_commontestclass subscription
       
  3092 subscription MpxMediaArrayNewL
       
  3093 subscription CMPXSubscriptionNewLWithMediaArrayL
       
  3094 subscription CMPXSubscriptionAddItemL
       
  3095 subscription MpxMediaDeleteL
       
  3096 delete subscription
       
  3097 pause 1000
       
  3098 [Endtest]
       
  3099 
       
  3100 [Test]
       
  3101 title 279.2 CMPXSubscription AddItemL
       
  3102 create ui_commontestclass subscription
       
  3103 subscription CMPXSubscriptionNewL
       
  3104 subscription CMPXSubscriptionAddItemL
       
  3105 delete subscription
       
  3106 pause 1000
       
  3107 [Endtest]
       
  3108 
       
  3109 [Test]
       
  3110 title 280.1 CMPXSubscription ItemsL:0
       
  3111 create ui_commontestclass subscription
       
  3112 subscription CMPXSubscriptionNewL
       
  3113 subscription CMPXSubscriptionItemsL
       
  3114 delete subscription
       
  3115 pause 1000
       
  3116 [Endtest]
       
  3117 
       
  3118 [Test]
       
  3119 title 280.2 CMPXSubscription ItemsL:0
       
  3120 create ui_commontestclass subscription
       
  3121 subscription MpxMediaArrayNewL
       
  3122 subscription CMPXSubscriptionNewLWithMediaArrayL
       
  3123 subscription CMPXSubscriptionItemsL
       
  3124 subscription MpxMediaDeleteL
       
  3125 delete subscription
       
  3126 pause 1000
       
  3127 [Endtest]
       
  3128 
       
  3129 [Test]
       
  3130 title 281.1 CMPXSubscription operator==:ETrue
       
  3131 create ui_commontestclass subscription
       
  3132 subscription MpxMediaArrayNewL
       
  3133 subscription CMPXSubscriptionNewLWithMediaArrayL
       
  3134 subscription CMPXSubscriptionIsEqualOperator 1
       
  3135 subscription MpxMediaDeleteL
       
  3136 delete subscription
       
  3137 pause 1000
       
  3138 [Endtest]
       
  3139 
       
  3140 [Test]
       
  3141 title 281.2 CMPXSubscription operator==:EFalse
       
  3142 create ui_commontestclass subscription
       
  3143 subscription MpxMediaArrayNewL
       
  3144 subscription CMPXSubscriptionNewLWithMediaArrayL
       
  3145 subscription CMPXSubscriptionAddItemL
       
  3146 subscription CMPXSubscriptionIsEqualOperator 0
       
  3147 subscription MpxMediaDeleteL
       
  3148 delete subscription
       
  3149 pause 1000
       
  3150 [Endtest]
       
  3151 
       
  3152 //-----------------------the following 4 un-pass
       
  3153 [Test]
       
  3154 title 86. CreateBufferFromMsg MPXUser
       
  3155 create ui_commontestclass user
       
  3156 user CreateBufferMsgL
       
  3157 delete user
       
  3158 [Endtest]
       
  3159 
       
  3160 [Test]
       
  3161 title  258. CMPXPluginHandlerBase SupportUids
       
  3162 create ui_commontestclass mpxpluginhandlerbase
       
  3163 mpxpluginhandlerbase MpxPluginHandlerBaseSupportUids
       
  3164 delete mpxpluginhandlerbase
       
  3165 [Endtest]
       
  3166 
       
  3167 [Test]
       
  3168 title  261. CMPXPluginHandlerBase SelectPluginL
       
  3169 create ui_commontestclass mpxpluginhandlerbase
       
  3170 mpxpluginhandlerbase MpxPluginHandlerBaseSelectPluginLRFile mpxtest2.mp3
       
  3171 delete mpxpluginhandlerbase
       
  3172 [Endtest]
       
  3173 
       
  3174 [Test]
       
  3175 title  263. CMPXPluginHandlerBase PluginFlagsL
       
  3176 create ui_commontestclass mpxpluginhandlerbase
       
  3177 mpxpluginhandlerbase MpxPluginHandlerBaseCreatePluginListL
       
  3178 //mpxpluginhandlerbase MpxPluginHandlerBaseSupportUids							
       
  3179 //mpxpluginhandlerbase MpxPluginHandlerBaseSelectPluginLIdL						
       
  3180 //mpxpluginhandlerbase MpxPluginHandlerBaseSelectPluginLRFile mpxtest2.mp3		
       
  3181 mpxpluginhandlerbase MpxPluginHandlerBasePluginFlagsL
       
  3182 delete mpxpluginhandlerbase
       
  3183 [Endtest]
       
  3184 
       
  3185 [Test]
       
  3186 title 274. CMPXPluginInfoFlags
       
  3187 create ui_commontestclass info
       
  3188 info CMPXPluginInfoImplementationUid
       
  3189 info CMPXPluginInfoFlags
       
  3190 delete info 
       
  3191 [Endtest]
       
  3192 
       
  3193 [Test]
       
  3194 title  282. CMPXPluginHandlerBase SelectPluginL64
       
  3195 create ui_commontestclass mpxpluginhandlerbase
       
  3196 mpxpluginhandlerbase MpxPluginHandlerBaseSelectPluginLRFile64 mpxtest2.mp3
       
  3197 delete mpxpluginhandlerbase
       
  3198 [Endtest]
       
  3199 
       
  3200 
       
  3201 
       
  3202