diff -r 000000000000 -r 4e91876724a2 photos_plat/controllers_collection_api/tsrc/ut_collectioninfo/conf/ut_collectioninfo.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/photos_plat/controllers_collection_api/tsrc/ut_collectioninfo/conf/ut_collectioninfo.cfg Thu Dec 17 08:45:44 2009 +0200 @@ -0,0 +1,35 @@ + +[Test] +title NewL() +create ut_collectioninfo foobar +foobar TestNewL +delete foobar +[Endtest] + +[Test] +title ExistS() +create ut_collectioninfo foobar +foobar TestExistL +delete foobar +[Endtest] + +[Test] +title Title() +create ut_collectioninfo foobar +foobar TestTitleL +delete foobar +[Endtest] + +[Test] +title Id() +create ut_collectioninfo foobar +foobar TestIdL +delete foobar +[Endtest] + +[Test] +title ~CGlxCollectionInfo() +create ut_collectioninfo foobar +foobar TestDestructorL +delete foobar +[Endtest]