vmbx/vmbxcpplugin/tsrc/src/ut_vmbxcpplugin.cpp
changeset 27 7eb70891911c
parent 23 427125ac6cb8
equal deleted inserted replaced
23:427125ac6cb8 27:7eb70891911c
    43     VmbxCpGroup construtor and destroctor
    43     VmbxCpGroup construtor and destroctor
    44 */
    44 */
    45 void Ut_vmbxCpPlugin::testCreateVmbxCpGroup()
    45 void Ut_vmbxCpPlugin::testCreateVmbxCpGroup()
    46 {
    46 {
    47     CpItemDataHelper itemDataHelper;
    47     CpItemDataHelper itemDataHelper;
    48 <<<<<<< e:\ec_temp\ut_vmbxcpplugin-e003sa18#2.cpp
       
    49     VmbxCpGroup *group = new VmbxCpGroup(itemDataHelper);
    48     VmbxCpGroup *group = new VmbxCpGroup(itemDataHelper);
    50     QVERIFY(group);
    49     QVERIFY(group);
    51     delete group;
    50     delete group;
    52     group = NULL;
    51     group = NULL;
    53 =======
       
    54     VmbxCpGroup *group = new VmbxCpGroup(itemDataHelper);
       
    55     QVERIFY(group);
       
    56     delete group;
       
    57     group = NULL;
       
    58     
       
    59     group = new VmbxCpGroup();
       
    60     QVERIFY(group);
       
    61     delete group;
       
    62     group = NULL;
       
    63 >>>>>>> e:\ec_temp\ut_vmbxcpplugin-2.cpp
       
    64 }
    52 }
    65 //End of file
    53 //End of file