photos_plat/controllers_collection_api/tsrc/ut_collectioninfo/conf/ut_collectioninfo.cfg
changeset 0 4e91876724a2
--- /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]