photos_plat/controllers_collection_api/tsrc/ut_collectioninfo/conf/ut_collectioninfo.cfg
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 
       
     2 [Test]
       
     3 title NewL()
       
     4 create ut_collectioninfo foobar
       
     5 foobar TestNewL 
       
     6 delete foobar
       
     7 [Endtest] 
       
     8 
       
     9 [Test]
       
    10 title ExistS()
       
    11 create ut_collectioninfo foobar
       
    12 foobar TestExistL 
       
    13 delete foobar
       
    14 [Endtest] 
       
    15 
       
    16 [Test]
       
    17 title Title()
       
    18 create ut_collectioninfo foobar
       
    19 foobar TestTitleL 
       
    20 delete foobar
       
    21 [Endtest] 
       
    22 
       
    23 [Test]
       
    24 title Id()
       
    25 create ut_collectioninfo foobar
       
    26 foobar TestIdL 
       
    27 delete foobar
       
    28 [Endtest]
       
    29 
       
    30 [Test]
       
    31 title ~CGlxCollectionInfo()
       
    32 create ut_collectioninfo foobar
       
    33 foobar TestDestructorL 
       
    34 delete foobar
       
    35 [Endtest]