controlpanelplugins/themeplugin/tsrc/unit/unittest_cpthemepluginentryitemdata/unittest_cpthemepluginentryitemdata.cpp
changeset 33 0cfa53de576f
parent 11 10d0dd0e43f1
equal deleted inserted replaced
29:313976a11e23 33:0cfa53de576f
    33 void TestCpThemePluginEntryItemData::testConstructor()
    33 void TestCpThemePluginEntryItemData::testConstructor()
    34 {
    34 {
    35     CpItemDataHelper helper;
    35     CpItemDataHelper helper;
    36 
    36 
    37     CpThemePluginEntryItemData *obj = new CpThemePluginEntryItemData(helper);
    37     CpThemePluginEntryItemData *obj = new CpThemePluginEntryItemData(helper);
    38 
    38     
    39     QVERIFY(obj != NULL);
    39     QVERIFY(obj != NULL);
    40 
    40 
    41     delete obj;
    41     delete obj;
    42 }
    42 }
    43 
    43