photos_plat/controllers_collection_api/tsrc/ut_collectionmanager/conf/ut_collectionmanager.cfg
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 [Test]
       
     2 title NewL
       
     3 create ut_collectionmanager collectionMgrTest
       
     4 collectionMgrTest NewL
       
     5 delete collectionMgrTest
       
     6 [Endtest]
       
     7 
       
     8 [Test]
       
     9 title Destructor
       
    10 create ut_collectionmanager collectionMgrTest
       
    11 collectionMgrTest Destructor
       
    12 delete collectionMgrTest
       
    13 [Endtest]
       
    14 
       
    15 
       
    16 [Test]
       
    17 title AddToCollection
       
    18 create ut_collectionmanager collectionMgrTest1
       
    19 collectionMgrTest1 AddToCollection 
       
    20 delete collectionMgrTest1
       
    21 [Endtest]
       
    22 
       
    23 [Test]
       
    24 title TestCollectionInfo
       
    25 create ut_collectionmanager collectionMgrTest2
       
    26 collectionMgrTest2 CollectionInfoL
       
    27 delete collectionMgrTest2
       
    28 
       
    29 [Endtest]
       
    30 
       
    31 [Test]
       
    32 title TestCancel
       
    33 create ut_collectionmanager collectionMgrTest3
       
    34 collectionMgrTest3 Cancel 
       
    35 delete collectionMgrTest3
       
    36 [Endtest]